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
footer .home span { background: url(/static/img/home_selected.png) no-repeat; background-size: 0.513889rem; } footer .home dd { color: orange; } /* 主页面内容 */ #home { padding: 1.5rem 0; font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; overflow: auto; height: 100%; width: 100%; padding-bottom: 3rem; position: fixed; } /* 顶部轮播 */ #topSwiper { height: 3.95rem; width: 10rem; overflow: hidden; } #topSwiper div a { display: inline-block; height: 3.95rem; width: 10rem; } #topSwiper img { width: 100%; height: 100%; } /* 顶部导航 */ .topMenu { padding-bottom: 0rem; } .topMenu nav { margin: 0.35rem 0 0.26rem; background: white; } .topMenu nav ul { display: flex; } .topMenu nav li { width: 2.5rem; text-align: center; font-size: 0.35rem; } .topMenu nav li img { width: 2.5rem; } /* 必购轮播 */ #swiperMenu { width: 100%; } /* #swiperMenu li{ width:3.333333rem }*/ #swiperMenu li img { width: 100%; } /* shop */ .cvs { background: white; margin-top: 0.2rem; } .cvs h2 img { width: 100%; } .cvs fieldset { border: none; padding: 0; } .cvs fieldset > a { display: inline-block; width: 49%; } .cvs fieldset img { width: 100%; } .cvs ul { display: flex; } .cvs ul li { width: 2.5rem; text-align: center; font-size: 0.35rem; } .cvs ul li img { width: 2.5rem; } .cvs ol { display: flex; flex-wrap: wrap; } .cvs ol li { list-style: none; width: 5rem; } .cvs > ol a { display: block; } .cvs ol a img { width: 100%; } /* 主显示内容区 */ .mainInfo { background-color: white; } .mainInfo > section { margin: 0.2rem auto 0; padding: 0.2rem 0; width: 9.2rem; } .mainInfo > section h3 { text-align: center; height: 1.2rem; position: relative; } .mainInfo > section h3 a { color: grey; font-size: 0.3rem; line-height: 0rem; position: absolute; right: 0.1rem; display: block; } .mainInfo > section h3 > span { background-color: yellow; width: 0.6rem; height: 0.1rem; position: absolute; bottom: 0.25rem; left: 4.3rem; } .mainInfo > section > div > a > img { width: 100%; } .mainInfo > section > ul { display: flex; justify-content: space-around; } .mainInfo > section > ul > li { width: 2.6rem; position: relative; } .mainInfo > section > ul > li > a { font-size: 0.4rem; color: red; display: block; } .mainInfo > section > ul > li > a > img { width: 100%; } .mainInfo > section > ul > li > a > s { color: grey; font-size: 0.3rem; } .mainInfo .description { font-size: 0.37rem; color: black; width: 100%; display: block; line-height: 1.2em; height: 2.4em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .mainInfo > section > ul > li > button { border: 1px solid lightgrey; border-radius: 1111px; width: 0.8rem; height: 0.8rem; display: block; line-height: 0.0rem; text-align: center; color: orangered; font-size: 0.8rem; position: absolute; right: 0; top: 3.6rem; background: white; } .mainInfo > section > ul > li > button > span { position: relative; top: -0.05rem; margin: auto; }
LovelyFlask/App/static/APP/home/css/home.css
footer .home span { background: url(/static/img/home_selected.png) no-repeat; background-size: 0.513889rem; } footer .home dd { color: orange; } /* 主页面内容 */ #home { padding: 1.5rem 0; font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; overflow: auto; height: 100%; width: 100%; padding-bottom: 3rem; position: fixed; } /* 顶部轮播 */ #topSwiper { height: 3.95rem; width: 10rem; overflow: hidden; } #topSwiper div a { display: inline-block; height: 3.95rem; width: 10rem; } #topSwiper img { width: 100%; height: 100%; } /* 顶部导航 */ .topMenu { padding-bottom: 0rem; } .topMenu nav { margin: 0.35rem 0 0.26rem; background: white; } .topMenu nav ul { display: flex; } .topMenu nav li { width: 2.5rem; text-align: center; font-size: 0.35rem; } .topMenu nav li img { width: 2.5rem; } /* 必购轮播 */ #swiperMenu { width: 100%; } /* #swiperMenu li{ width:3.333333rem }*/ #swiperMenu li img { width: 100%; } /* shop */ .cvs { background: white; margin-top: 0.2rem; } .cvs h2 img { width: 100%; } .cvs fieldset { border: none; padding: 0; } .cvs fieldset > a { display: inline-block; width: 49%; } .cvs fieldset img { width: 100%; } .cvs ul { display: flex; } .cvs ul li { width: 2.5rem; text-align: center; font-size: 0.35rem; } .cvs ul li img { width: 2.5rem; } .cvs ol { display: flex; flex-wrap: wrap; } .cvs ol li { list-style: none; width: 5rem; } .cvs > ol a { display: block; } .cvs ol a img { width: 100%; } /* 主显示内容区 */ .mainInfo { background-color: white; } .mainInfo > section { margin: 0.2rem auto 0; padding: 0.2rem 0; width: 9.2rem; } .mainInfo > section h3 { text-align: center; height: 1.2rem; position: relative; } .mainInfo > section h3 a { color: grey; font-size: 0.3rem; line-height: 0rem; position: absolute; right: 0.1rem; display: block; } .mainInfo > section h3 > span { background-color: yellow; width: 0.6rem; height: 0.1rem; position: absolute; bottom: 0.25rem; left: 4.3rem; } .mainInfo > section > div > a > img { width: 100%; } .mainInfo > section > ul { display: flex; justify-content: space-around; } .mainInfo > section > ul > li { width: 2.6rem; position: relative; } .mainInfo > section > ul > li > a { font-size: 0.4rem; color: red; display: block; } .mainInfo > section > ul > li > a > img { width: 100%; } .mainInfo > section > ul > li > a > s { color: grey; font-size: 0.3rem; } .mainInfo .description { font-size: 0.37rem; color: black; width: 100%; display: block; line-height: 1.2em; height: 2.4em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .mainInfo > section > ul > li > button { border: 1px solid lightgrey; border-radius: 1111px; width: 0.8rem; height: 0.8rem; display: block; line-height: 0.0rem; text-align: center; color: orangered; font-size: 0.8rem; position: absolute; right: 0; top: 3.6rem; background: white; } .mainInfo > section > ul > li > button > span { position: relative; top: -0.05rem; margin: auto; }
0.348202
0.061933
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; letter-spacing: -0.35px; overflow-y: scroll; } h1 { font-size: 1.5em; font-weight: 500; } .App { min-height: 100vh; } .btn { cursor: pointer; } .btn-reset { background: none; border: none; } .container--narrow { max-width: 960px; } .container--full { max-width: 1140px; } a[disabled] { pointer-events: none; opacity: 0.6; } .deck-description p { margin-bottom: 0; } .deck-item { height: 150px; } .donate-button { margin-top: 10px; } @media (min-width: 576px) { .deck-item { height: 220px; margin-bottom: 1rem; } } @media (min-width: 992px) { .deck-item { height: 260px; } } .deck-star { background: none; border: none; cursor: pointer; } .deck-star:hover { fill: blue; color: blue; } .font-weight-medium { font-weight: 500; } @media (max-width: 992px) { .flashcard-container { padding-left: 0 !important; padding-right: 0 !important; } .flashcard-container > .wrapper { border-left: none !important; border-right: none !important; } } .flashcard-container .wrapper { min-height: 400px; border-color: rgba(0, 0, 0, 0.5) !important; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .flashcard-container mark { background-color: #fff09e; } .flashcard-body pre { width: 100%; } .flashcard-option { cursor: pointer; margin-bottom: 0.5rem; } .flashcard-option:last-of-type { margin-bottom: 0; } .flashcard-option--disabled { display: none !important; } .deck-vote { transition: all 0.3s ease-in-out; opacity: 0; padding-top: 20px; display: block; } .deck-vote--active { opacity: 1; padding-top: 0; display: hidden; } .deck-vote .vote-options { display: flex; align-items: center; justify-content: center; } .deck-vote .vote-options div { cursor: pointer; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 32px; } .deck-vote .vote-options div:hover { font-size: 40px; } .deck-item .pin-btn svg { margin-right: 4px; margin-bottom: 1px; fill: #999999; } .deck-item .pin-btn { display: none; cursor: pointer; border: 1px solid #eeeeee; position: absolute; bottom: 16px; left: 18px; color: #999999; } @media (max-width: 992px) { .deck-item .pin-btn { display: flex; } } .deck-item:hover .pin-btn { display: flex; } .deck-item .pin-btn.pin-btn-active { display: flex; border-color: transparent; } .pin-btn-active svg, .deck-item:hover .pin-btn-active svg { fill: white; } .deck-item .pin-btn-active svg { fill: black; background: none; } .deck-item:hover .pin-btn-active { background: black; color: white; fill: white; } .deck-item .pin-btn:hover { background: #eeeeee; } .deck-item .pin-btn-active:hover { background: rgba(0, 0, 0, 0.8); fill: white; color: white; } .text-underline { text-decoration: underline; } .text-underline:hover { text-decoration: none; } .navbar { padding: 0rem 1rem; display: block; margin-top: 20px; z-index: 1; width: 300px; } .progress-current { width: 13px !important; height: 13px !important; } .progress-index { width: 9px; height: 9px; } @media (max-width: 480px) { .navbar { margin-top: 50px; } } .rc-tooltip { opacity: 1; } .rc-tooltip-content { max-width: 175px; } .header { cursor: pointer; border-bottom: 1px solid #e9ecef; } .header-login .header-image { width: 40px; height: 40px; } .profile-image { width: 60px; height: 60px; } @media (min-width: 992px) { .profile-image { width: 140px; height: 140px; } } #header-logout { font-weight: 500; text-transform: uppercase; color: #e8e8e8; } #tooltip-white, #header-logout { background: white; border-radius: 3px; padding: 8px 12px; border: 1px solid #e8e8e8; box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2); } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-icon { fill: #898989; transition: all 0.1s ease-in-out; } .nav-icon:hover { color: #363a40; fill: #363a40; } .collection-item { height: 200px; } .collection-item .item-link { border: 1px solid #e8e8e8; justify-content: center; align-items: center; } .collection-item .item-link:hover { text-decoration: none; } .collection-item .text-secondary { color: #9b9b9b; line-height: 1.25em; font-size: 0.85em; } .collection-item .collection-image { background: #f1f1f1; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 999px; } @media (min-width: 992px) { .collection-item { height: 200px; } } @media (max-width: 992px) { .deck-row .deck-item:nth-child(4), .collection-row .collection-item:nth-child(4) { display: none !important; } } .rc-tooltip { opacity: 1; } .rc-tooltip-content .tooltip-item { padding-bottom: 6px; padding-top: 6px; } .modal--narrow { max-width: 450px !important; } .comingSoonModal, .loginModal { left: 0; right: 0; top: 20px; bottom: 20px; margin-left: auto; margin-right: auto; padding: auto; background-color: white; border-radius: 4px; position: absolute; max-width: 600px; } .comingSoonModal-overlay, .loginModal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); } .loginModal-close { position: absolute; top: 8px; right: 12px; } .loginModal-button { display: flex; align-items: center; justify-content: center; text-transform: uppercase; width: 100%; padding: 0.5rem 1rem; } .loginPrompt { top: 0; right: 0; left: 0; background-color: #e4efff; border-bottom: 1px solid #bbcae1; border-top-left-radius: 3px; border-top-right-radius: 3px; position: absolute; color: #1b3e72; font-size: 12px; font-weight: 500; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } .btn-darkblue { border-color: #1b3e72; color: #1b3e72; background: transparent; } .btn-darkblue:hover { border-color: #1b3e72; color: #ffffff; background: #1b3e72; } .btn-outline-gray { border: 1px solid #d9d9d9; color: #757575; } .btn-outline-gray:hover { color: rgba(0, 0, 0, 0.64); border-color: rgba(0, 0, 0, 0.5); } .header .btn-outline-gray { padding: 8px 14px; font-size: 14px; line-height: 1em; } .loginPrompt .btn-darkblue { padding: 3px 10px; } @media (min-width: 576px) { .comingSoonModal, .loginModal { top: 200px; bottom: auto; } .loginModal-button { width: auto; } } .pinned-row .deck-item { max-height: 150px; } .review-header .deck-description { font-size: 0.9em; } .review-header .pin-btn { background: white; border: 1px solid #e8e8e8; } .review-header .pin-btn:hover { border-color: black; } .review-header .pin-btn.text-white { fill: white; } .btn-white { background: white; background: linear-gradient(-180deg, #fafbfc, #eff3f6 90%); border: 1px solid #d3d3d3; } .btn-white:hover { border-color: black; } @media (min-width: 576px) { .review-header .deck-description { font-size: 1em; } } .bg-blueLight { background: #ebf5ff; } .bg-blueDark { background: #157ffb; } .bg-yellowLight { background: #fff4d1; } .bg-darkLight { background: #cacaca; } .bg-grayLight { background: #f9f9f9; } .rounded-huge { border-radius: 8px; } .rounded-huge-top { border-radius: 8px 8px 0 0; } .rounded-huge-bottom { border-radius: 0 0 8px 8px; } .text-large { font-size: 45px; font-weight: bold; line-height: 1.15em; } .text-black { color: black; } .table-row { position: relative; } .table-row::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 6px; } .table-row:hover::after { background: rgba(0, 0, 0, 0.05); z-index: 0; } .grid-label-y { font-size: 10px; height: 12px; margin: 1px; } .grid-label-x { font-size: 10px; width: 13px; height: 13px; margin: 1px; margin-bottom: 5px; } .grid-item { width: 13px; height: 13px; margin: 1px; border-radius: 2px; } .grid-item-0 { background: #ebedf0; } .grid-item-1 { background: rgba(28, 116, 243, 0.3); } .grid-item-2 { background: rgba(28, 116, 243, 0.5); } .grid-item-3 { background: rgba(28, 116, 243, 0.75); } .grid-item-4 { background: rgba(28, 116, 243, 1); } textarea { resize: none; } .cards-section code, .cards-section ul, .cards-section p { margin-bottom: 10px; line-height: 1.25em; font-size: 0.9em; } .cards-section ul { padding-left: 10px; } .cards-section .card-row:hover { background: #f9f9f9; } .homepage-header { color: white; background: #2a2f35; } .text-shadow { text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.15); } .box-shadow { box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05); } .header .btn-member { color: rgba(0, 0, 0, 0.54); font-size: 13px; transition: 0.1s all ease-in-out; } .header .btn-member:hover { color: rgba(0, 0, 0, 0.84); text-decoration: none; } .text-success { color: #70b254 !important; } .text-faded { opacity: 0.4; } .text-tier { font-weight: 500; font-size: 1em; line-height: 2.5em; } .btn-success { background-color: #28a745; background-image: linear-gradient(-180deg, #34d058, #28a745 90%); } .btn-secondary { color: #24292e; background-color: #eff3f6; background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%); border: 1px solid rgba(27, 31, 35, 0.2); } .btn-secondary:hover { color: #24292e; } .search { outline: none; cursor: pointer; } .search .search-input { border: none; font-size: 13px; width: 250px; outline: none; } .search .search-overlay { top: 40px; left: 0; right: 0; font-size: 14px; z-index: 100; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); } .search-input::placeholder { color: #a8a8a8; } .testimonial { background: linear-gradient(0deg, #1c71ec, #4f96fc); } .testimonial .quote { font-size: 1.25em; font-weight: 400; line-height: 1.4; opacity: 1; } .testimonial .source { opacity: 0.8; font-size: 1.15em; font-weight: 400; } @media (min-width: 576px) { .testimonial .quote { font-size: 1.6em; } }
src/index.css
body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; letter-spacing: -0.35px; overflow-y: scroll; } h1 { font-size: 1.5em; font-weight: 500; } .App { min-height: 100vh; } .btn { cursor: pointer; } .btn-reset { background: none; border: none; } .container--narrow { max-width: 960px; } .container--full { max-width: 1140px; } a[disabled] { pointer-events: none; opacity: 0.6; } .deck-description p { margin-bottom: 0; } .deck-item { height: 150px; } .donate-button { margin-top: 10px; } @media (min-width: 576px) { .deck-item { height: 220px; margin-bottom: 1rem; } } @media (min-width: 992px) { .deck-item { height: 260px; } } .deck-star { background: none; border: none; cursor: pointer; } .deck-star:hover { fill: blue; color: blue; } .font-weight-medium { font-weight: 500; } @media (max-width: 992px) { .flashcard-container { padding-left: 0 !important; padding-right: 0 !important; } .flashcard-container > .wrapper { border-left: none !important; border-right: none !important; } } .flashcard-container .wrapper { min-height: 400px; border-color: rgba(0, 0, 0, 0.5) !important; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .flashcard-container mark { background-color: #fff09e; } .flashcard-body pre { width: 100%; } .flashcard-option { cursor: pointer; margin-bottom: 0.5rem; } .flashcard-option:last-of-type { margin-bottom: 0; } .flashcard-option--disabled { display: none !important; } .deck-vote { transition: all 0.3s ease-in-out; opacity: 0; padding-top: 20px; display: block; } .deck-vote--active { opacity: 1; padding-top: 0; display: hidden; } .deck-vote .vote-options { display: flex; align-items: center; justify-content: center; } .deck-vote .vote-options div { cursor: pointer; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 32px; } .deck-vote .vote-options div:hover { font-size: 40px; } .deck-item .pin-btn svg { margin-right: 4px; margin-bottom: 1px; fill: #999999; } .deck-item .pin-btn { display: none; cursor: pointer; border: 1px solid #eeeeee; position: absolute; bottom: 16px; left: 18px; color: #999999; } @media (max-width: 992px) { .deck-item .pin-btn { display: flex; } } .deck-item:hover .pin-btn { display: flex; } .deck-item .pin-btn.pin-btn-active { display: flex; border-color: transparent; } .pin-btn-active svg, .deck-item:hover .pin-btn-active svg { fill: white; } .deck-item .pin-btn-active svg { fill: black; background: none; } .deck-item:hover .pin-btn-active { background: black; color: white; fill: white; } .deck-item .pin-btn:hover { background: #eeeeee; } .deck-item .pin-btn-active:hover { background: rgba(0, 0, 0, 0.8); fill: white; color: white; } .text-underline { text-decoration: underline; } .text-underline:hover { text-decoration: none; } .navbar { padding: 0rem 1rem; display: block; margin-top: 20px; z-index: 1; width: 300px; } .progress-current { width: 13px !important; height: 13px !important; } .progress-index { width: 9px; height: 9px; } @media (max-width: 480px) { .navbar { margin-top: 50px; } } .rc-tooltip { opacity: 1; } .rc-tooltip-content { max-width: 175px; } .header { cursor: pointer; border-bottom: 1px solid #e9ecef; } .header-login .header-image { width: 40px; height: 40px; } .profile-image { width: 60px; height: 60px; } @media (min-width: 992px) { .profile-image { width: 140px; height: 140px; } } #header-logout { font-weight: 500; text-transform: uppercase; color: #e8e8e8; } #tooltip-white, #header-logout { background: white; border-radius: 3px; padding: 8px 12px; border: 1px solid #e8e8e8; box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2); } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .nav-icon { fill: #898989; transition: all 0.1s ease-in-out; } .nav-icon:hover { color: #363a40; fill: #363a40; } .collection-item { height: 200px; } .collection-item .item-link { border: 1px solid #e8e8e8; justify-content: center; align-items: center; } .collection-item .item-link:hover { text-decoration: none; } .collection-item .text-secondary { color: #9b9b9b; line-height: 1.25em; font-size: 0.85em; } .collection-item .collection-image { background: #f1f1f1; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 999px; } @media (min-width: 992px) { .collection-item { height: 200px; } } @media (max-width: 992px) { .deck-row .deck-item:nth-child(4), .collection-row .collection-item:nth-child(4) { display: none !important; } } .rc-tooltip { opacity: 1; } .rc-tooltip-content .tooltip-item { padding-bottom: 6px; padding-top: 6px; } .modal--narrow { max-width: 450px !important; } .comingSoonModal, .loginModal { left: 0; right: 0; top: 20px; bottom: 20px; margin-left: auto; margin-right: auto; padding: auto; background-color: white; border-radius: 4px; position: absolute; max-width: 600px; } .comingSoonModal-overlay, .loginModal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); } .loginModal-close { position: absolute; top: 8px; right: 12px; } .loginModal-button { display: flex; align-items: center; justify-content: center; text-transform: uppercase; width: 100%; padding: 0.5rem 1rem; } .loginPrompt { top: 0; right: 0; left: 0; background-color: #e4efff; border-bottom: 1px solid #bbcae1; border-top-left-radius: 3px; border-top-right-radius: 3px; position: absolute; color: #1b3e72; font-size: 12px; font-weight: 500; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } .btn-darkblue { border-color: #1b3e72; color: #1b3e72; background: transparent; } .btn-darkblue:hover { border-color: #1b3e72; color: #ffffff; background: #1b3e72; } .btn-outline-gray { border: 1px solid #d9d9d9; color: #757575; } .btn-outline-gray:hover { color: rgba(0, 0, 0, 0.64); border-color: rgba(0, 0, 0, 0.5); } .header .btn-outline-gray { padding: 8px 14px; font-size: 14px; line-height: 1em; } .loginPrompt .btn-darkblue { padding: 3px 10px; } @media (min-width: 576px) { .comingSoonModal, .loginModal { top: 200px; bottom: auto; } .loginModal-button { width: auto; } } .pinned-row .deck-item { max-height: 150px; } .review-header .deck-description { font-size: 0.9em; } .review-header .pin-btn { background: white; border: 1px solid #e8e8e8; } .review-header .pin-btn:hover { border-color: black; } .review-header .pin-btn.text-white { fill: white; } .btn-white { background: white; background: linear-gradient(-180deg, #fafbfc, #eff3f6 90%); border: 1px solid #d3d3d3; } .btn-white:hover { border-color: black; } @media (min-width: 576px) { .review-header .deck-description { font-size: 1em; } } .bg-blueLight { background: #ebf5ff; } .bg-blueDark { background: #157ffb; } .bg-yellowLight { background: #fff4d1; } .bg-darkLight { background: #cacaca; } .bg-grayLight { background: #f9f9f9; } .rounded-huge { border-radius: 8px; } .rounded-huge-top { border-radius: 8px 8px 0 0; } .rounded-huge-bottom { border-radius: 0 0 8px 8px; } .text-large { font-size: 45px; font-weight: bold; line-height: 1.15em; } .text-black { color: black; } .table-row { position: relative; } .table-row::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 6px; } .table-row:hover::after { background: rgba(0, 0, 0, 0.05); z-index: 0; } .grid-label-y { font-size: 10px; height: 12px; margin: 1px; } .grid-label-x { font-size: 10px; width: 13px; height: 13px; margin: 1px; margin-bottom: 5px; } .grid-item { width: 13px; height: 13px; margin: 1px; border-radius: 2px; } .grid-item-0 { background: #ebedf0; } .grid-item-1 { background: rgba(28, 116, 243, 0.3); } .grid-item-2 { background: rgba(28, 116, 243, 0.5); } .grid-item-3 { background: rgba(28, 116, 243, 0.75); } .grid-item-4 { background: rgba(28, 116, 243, 1); } textarea { resize: none; } .cards-section code, .cards-section ul, .cards-section p { margin-bottom: 10px; line-height: 1.25em; font-size: 0.9em; } .cards-section ul { padding-left: 10px; } .cards-section .card-row:hover { background: #f9f9f9; } .homepage-header { color: white; background: #2a2f35; } .text-shadow { text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.15); } .box-shadow { box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05); } .header .btn-member { color: rgba(0, 0, 0, 0.54); font-size: 13px; transition: 0.1s all ease-in-out; } .header .btn-member:hover { color: rgba(0, 0, 0, 0.84); text-decoration: none; } .text-success { color: #70b254 !important; } .text-faded { opacity: 0.4; } .text-tier { font-weight: 500; font-size: 1em; line-height: 2.5em; } .btn-success { background-color: #28a745; background-image: linear-gradient(-180deg, #34d058, #28a745 90%); } .btn-secondary { color: #24292e; background-color: #eff3f6; background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%); border: 1px solid rgba(27, 31, 35, 0.2); } .btn-secondary:hover { color: #24292e; } .search { outline: none; cursor: pointer; } .search .search-input { border: none; font-size: 13px; width: 250px; outline: none; } .search .search-overlay { top: 40px; left: 0; right: 0; font-size: 14px; z-index: 100; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); } .search-input::placeholder { color: #a8a8a8; } .testimonial { background: linear-gradient(0deg, #1c71ec, #4f96fc); } .testimonial .quote { font-size: 1.25em; font-weight: 400; line-height: 1.4; opacity: 1; } .testimonial .source { opacity: 0.8; font-size: 1.15em; font-weight: 400; } @media (min-width: 576px) { .testimonial .quote { font-size: 1.6em; } }
0.433142
0.068694
ul.shop-items { padding: 0 2%; margin: 0; overflow: hidden; } ul.shop-items li { display: inline-block; height:auto; overflow: hidden; padding: 0; float: left; position: relative; padding:0 15px; } ul.shop-items li .item-image { background-repeat: no-repeat; background-size: cover; background-color: #cecece; background-position-x: 50%; display: block; /*overflow: hidden;*/ box-sizing: border-box; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; z-index: 9; width: 100%; height:365px; border-radius:2px; } ul.shop-items li .item { display: block; /*overflow: hidden;*/ box-sizing: border-box; text-align:center; } ul.shop-items li a.item h5 { color:#000000; font-family: 'futura_lightregular'; font-weight:normal; padding:20px 0 25px; } ul.shop-items li a.item.sales h5 { color: #000000; font-family: 'futura_lightregular'; font-weight: normal; padding:5px 0 0; margin:0; } ul.shop-items li a.item.sales h6 { color: #2d2367; font-family: 'futurabold'; font-size:0.85rem; font-weight: normal; padding: 0px 0 25px; } ul.shop-items li a.item.sales h6 strong { color:#555555; font-weight:normal; } ul.shop-items li a.item .description { padding: 0; position: absolute; height: 0; bottom: 0; width: 100%; box-sizing: inherit; opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; color: #333333; background-color: rgba(255, 255, 255, 0.7); font-size: 18px; padding: 18px 12px; line-height: 10px; box-sizing: inherit; text-align: center; } ul.shop-items li a.item .active-arrow { width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #fff; bottom: -2px; z-index: 99; position: absolute; left: 0; right: 0; margin: 0 auto; } ul.shop-items li .cart { position:absolute; left:0; bottom:25%; display:block; width:100%; text-align:center; } ul.shop-items li .cart .button { background:black; padding:0.8rem 3rem; margin:0; } ul.shop-items li .cart .button .fa { margin-right:3px; } ul.shop-items li .cart .button:hover { background:#2d2367; } @media (max-width: 970px) { ul.shop-items li { width: 50% !important; } .media iframe{ width: 100%; } } @media (max-width: 1200px) and (min-width: 970px) { ul.shop-items li { width: 33.3333% !important; } } ul.shop-items li a.item:hover .description { height: 50px; opacity: 1; } ul.shop-items li.content { width: 100% !important; display: none; margin-bottom: 40px; background: white; border-radius:3px; float: left; height:auto; overflow:hidden; position: relative; padding: 25px; } ul.shop-items li.content h3 { display: inline-block; } ul.shop-items li.content .close { position: absolute; top: 25px; right: 25px; color: #c2c2c2; cursor: pointer; font-weight: normal; font-family: -webkit-pictograph; font-size: 46px; line-height: 40px; } ul.shop-items li.content .close:hover { opacity: 0.7; } ul.shop-items li.content .media { display: inline-block; float: left; margin-right: 20px; width: 50%; min-height: 200px; } ul.shop-items li.content .media img { max-width: 100%; } @media (max-width: 1080px) { .close { right: 15px !important; top: 7px !important; } ul.shop-items .media { margin-right: 0; margin-bottom: 20px; } } @media (max-width: 590px) { ul.shop-items li { width: 100% !important; } ul.shop-items .media { display: none !important; } } @media (max-width: 700px) and (min-width: 590px) { ul.shop-items .media { width: 100% !important; display: block !important; margin-top: 60px; } } .portfolio-content { display: none; }
app/webroot/css/portfolio.jquery.css
ul.shop-items { padding: 0 2%; margin: 0; overflow: hidden; } ul.shop-items li { display: inline-block; height:auto; overflow: hidden; padding: 0; float: left; position: relative; padding:0 15px; } ul.shop-items li .item-image { background-repeat: no-repeat; background-size: cover; background-color: #cecece; background-position-x: 50%; display: block; /*overflow: hidden;*/ box-sizing: border-box; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; z-index: 9; width: 100%; height:365px; border-radius:2px; } ul.shop-items li .item { display: block; /*overflow: hidden;*/ box-sizing: border-box; text-align:center; } ul.shop-items li a.item h5 { color:#000000; font-family: 'futura_lightregular'; font-weight:normal; padding:20px 0 25px; } ul.shop-items li a.item.sales h5 { color: #000000; font-family: 'futura_lightregular'; font-weight: normal; padding:5px 0 0; margin:0; } ul.shop-items li a.item.sales h6 { color: #2d2367; font-family: 'futurabold'; font-size:0.85rem; font-weight: normal; padding: 0px 0 25px; } ul.shop-items li a.item.sales h6 strong { color:#555555; font-weight:normal; } ul.shop-items li a.item .description { padding: 0; position: absolute; height: 0; bottom: 0; width: 100%; box-sizing: inherit; opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; color: #333333; background-color: rgba(255, 255, 255, 0.7); font-size: 18px; padding: 18px 12px; line-height: 10px; box-sizing: inherit; text-align: center; } ul.shop-items li a.item .active-arrow { width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 25px solid #fff; bottom: -2px; z-index: 99; position: absolute; left: 0; right: 0; margin: 0 auto; } ul.shop-items li .cart { position:absolute; left:0; bottom:25%; display:block; width:100%; text-align:center; } ul.shop-items li .cart .button { background:black; padding:0.8rem 3rem; margin:0; } ul.shop-items li .cart .button .fa { margin-right:3px; } ul.shop-items li .cart .button:hover { background:#2d2367; } @media (max-width: 970px) { ul.shop-items li { width: 50% !important; } .media iframe{ width: 100%; } } @media (max-width: 1200px) and (min-width: 970px) { ul.shop-items li { width: 33.3333% !important; } } ul.shop-items li a.item:hover .description { height: 50px; opacity: 1; } ul.shop-items li.content { width: 100% !important; display: none; margin-bottom: 40px; background: white; border-radius:3px; float: left; height:auto; overflow:hidden; position: relative; padding: 25px; } ul.shop-items li.content h3 { display: inline-block; } ul.shop-items li.content .close { position: absolute; top: 25px; right: 25px; color: #c2c2c2; cursor: pointer; font-weight: normal; font-family: -webkit-pictograph; font-size: 46px; line-height: 40px; } ul.shop-items li.content .close:hover { opacity: 0.7; } ul.shop-items li.content .media { display: inline-block; float: left; margin-right: 20px; width: 50%; min-height: 200px; } ul.shop-items li.content .media img { max-width: 100%; } @media (max-width: 1080px) { .close { right: 15px !important; top: 7px !important; } ul.shop-items .media { margin-right: 0; margin-bottom: 20px; } } @media (max-width: 590px) { ul.shop-items li { width: 100% !important; } ul.shop-items .media { display: none !important; } } @media (max-width: 700px) and (min-width: 590px) { ul.shop-items .media { width: 100% !important; display: block !important; margin-top: 60px; } } .portfolio-content { display: none; }
0.378804
0.13852
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Karla:wght@200;300;400;500;600;700;800&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); .main { font-family: 'Inter', sans-serif; } .hero { background: linear-gradient(to right, #030c1a, #03122c); color: white; padding-bottom: 0rem; } .hero__SVG { position: absolute; width: 65%; max-width: 24rem; } .hero__topNav { display: flex; justify-content: space-between; align-items: center; padding: 2.2rem; max-width: 100rem; margin-left: auto; margin-right: auto; } .hero__topNav h3 { font-size: clamp(22px, 5vw, 32px); font-weight: 300; } .hero__topNav__image { display: none !important; } .hero__body { max-width: 100rem; margin-left: auto; margin-right: auto; padding: 3rem 2.2rem; padding-bottom: 6rem; } .hero__body__heading { font-family: 'Inter', sans-serif; font-size: clamp(32px, 7vw, 48px); font-weight: 500; } .hero__body__text { font-size: clamp(14px, 3vw, 18px); font-weight: 400; color: #cccccc; } .hero__body__time { padding-top: 2rem; font-size: clamp(12px, 4vw, 16px); font-weight: 300; } .hero__body__timer { font-size: clamp(16px, 10vw, 28px); font-weight: 500; } .hero__body__timer_separation { font-size: clamp(18px, 12vw, 32px); font-weight: 200; } .hero p { margin-top: 2rem; line-height: 26px; } .hero__liveNow { border-width: 4px; border-style: solid; border-image: linear-gradient(to right, #f5455c, #ffe9e9) 1; display: flex; align-items: center; justify-content: space-between; margin: 4.2rem 0; padding: 2rem; text-align: start; background-color: white; } .hero__liveNow__col__heading { font-size: clamp(10px, 6vw, 20px); font-weight: 600; } .hero__liveNow__col__image { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } .hero__liveNow__col__text { font-size: clamp(14px, 3vw, 18px); font-weight: 400; } .liveNowDate { color: #f8445f; } .heading { text-align: center; background: -webkit-linear-gradient(#041631, #003990); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 2.2rem; } .hero__liveNow_col { margin-top: 1rem; } .btnColor { background-color: #f8445f; color: white; border: 1px solid white; padding: 0.2rem 1rem; border-radius: 3px; } .hero__body__image, .hero__liveNow__image { text-align: right; } .arrow__left { width: 0; height: 0; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid rgb(255, 255, 255); } .hero__liveNow__col__box { width: 14rem; height: 8rem; display: flex; align-items: center; justify-content: center; background: #030c1a; border-bottom: 2px solid #f5455c; } .speakersContainer { display: grid; grid-template-columns: repeat(4, 1fr); } .footer { text-align: center; padding: 1rem; background-color: #eaeaea; color: #f8445f; } .footerText { cursor: pointer; } .announcement { background-color: #030c1a; color: whitesmoke; text-align: center; padding: 1.3rem 0; position: sticky; display: fixed; bottom: 0; margin-bottom: 0; z-index: 10; } .announcement__text { font-weight: bold; font-size: clamp(14px, 4vw, 1.1rem); } .announcement__svg { display: inline-block; width: clamp(24px, 4vw, 30px); padding-bottom: 0.4rem; padding-left: 0.4rem; height: clamp(24px, 4vw, 30px); } .track { width: 6rem; height: 14rem; transform: translateX(4rem); z-index: 2; position: absolute; animation: 2s all; } .emojiAnimationContainer { position: absolute; bottom: 0; opacity: 0; font-size: 1.2rem; animation-iteration-count: 2; animation: emojiAnimationXaxis 2.5s ease-in-out infinite; } @media (max-width: 990px) { .speakersContainer { grid-template-columns: repeat(3, 1fr); } .hero__body__image { text-align: center; display: none; } } @media (max-width: 768px) { .hero__body { padding: 3rem 2.2rem; padding-bottom: 3rem; } .hero__body__timer { padding-top: 0; font-size: clamp(16px, 6vw, 38px); } .hero__body__timer_separation { padding-top: 0rem; font-size: clamp(18px, 8vw, 44px); font-weight: 300; } .hero__body__time { font-size: clamp(14px, 4vw, 22px); } .speakersContainer { grid-template-columns: repeat(1, 1fr); place-items: center; } .hero__liveNow { padding: 2rem 1rem; margin: 2rem 1rem; } .hero__liveNow_col { text-align: center; margin-bottom: 2.2rem; } .hero__liveNow__col__image { justify-content: center; align-items: center; padding-top: 2rem; } .rcgsoclogo { display: none !important; } .hero__topNav__image { display: block !important; } .track { width: 3rem; transform: translateX(6rem); } } @keyframes emojiAnimationXaxis { 0% { bottom: 5px; opacity: 0; scale: 0.3; } 40% { opacity: 1; scale: 0.9; } 100% { bottom: 13rem; opacity: 0; scale: 1; } }
app/styles/Mainstage.module.css
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Karla:wght@200;300;400;500;600;700;800&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); .main { font-family: 'Inter', sans-serif; } .hero { background: linear-gradient(to right, #030c1a, #03122c); color: white; padding-bottom: 0rem; } .hero__SVG { position: absolute; width: 65%; max-width: 24rem; } .hero__topNav { display: flex; justify-content: space-between; align-items: center; padding: 2.2rem; max-width: 100rem; margin-left: auto; margin-right: auto; } .hero__topNav h3 { font-size: clamp(22px, 5vw, 32px); font-weight: 300; } .hero__topNav__image { display: none !important; } .hero__body { max-width: 100rem; margin-left: auto; margin-right: auto; padding: 3rem 2.2rem; padding-bottom: 6rem; } .hero__body__heading { font-family: 'Inter', sans-serif; font-size: clamp(32px, 7vw, 48px); font-weight: 500; } .hero__body__text { font-size: clamp(14px, 3vw, 18px); font-weight: 400; color: #cccccc; } .hero__body__time { padding-top: 2rem; font-size: clamp(12px, 4vw, 16px); font-weight: 300; } .hero__body__timer { font-size: clamp(16px, 10vw, 28px); font-weight: 500; } .hero__body__timer_separation { font-size: clamp(18px, 12vw, 32px); font-weight: 200; } .hero p { margin-top: 2rem; line-height: 26px; } .hero__liveNow { border-width: 4px; border-style: solid; border-image: linear-gradient(to right, #f5455c, #ffe9e9) 1; display: flex; align-items: center; justify-content: space-between; margin: 4.2rem 0; padding: 2rem; text-align: start; background-color: white; } .hero__liveNow__col__heading { font-size: clamp(10px, 6vw, 20px); font-weight: 600; } .hero__liveNow__col__image { display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } .hero__liveNow__col__text { font-size: clamp(14px, 3vw, 18px); font-weight: 400; } .liveNowDate { color: #f8445f; } .heading { text-align: center; background: -webkit-linear-gradient(#041631, #003990); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 2.2rem; } .hero__liveNow_col { margin-top: 1rem; } .btnColor { background-color: #f8445f; color: white; border: 1px solid white; padding: 0.2rem 1rem; border-radius: 3px; } .hero__body__image, .hero__liveNow__image { text-align: right; } .arrow__left { width: 0; height: 0; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid rgb(255, 255, 255); } .hero__liveNow__col__box { width: 14rem; height: 8rem; display: flex; align-items: center; justify-content: center; background: #030c1a; border-bottom: 2px solid #f5455c; } .speakersContainer { display: grid; grid-template-columns: repeat(4, 1fr); } .footer { text-align: center; padding: 1rem; background-color: #eaeaea; color: #f8445f; } .footerText { cursor: pointer; } .announcement { background-color: #030c1a; color: whitesmoke; text-align: center; padding: 1.3rem 0; position: sticky; display: fixed; bottom: 0; margin-bottom: 0; z-index: 10; } .announcement__text { font-weight: bold; font-size: clamp(14px, 4vw, 1.1rem); } .announcement__svg { display: inline-block; width: clamp(24px, 4vw, 30px); padding-bottom: 0.4rem; padding-left: 0.4rem; height: clamp(24px, 4vw, 30px); } .track { width: 6rem; height: 14rem; transform: translateX(4rem); z-index: 2; position: absolute; animation: 2s all; } .emojiAnimationContainer { position: absolute; bottom: 0; opacity: 0; font-size: 1.2rem; animation-iteration-count: 2; animation: emojiAnimationXaxis 2.5s ease-in-out infinite; } @media (max-width: 990px) { .speakersContainer { grid-template-columns: repeat(3, 1fr); } .hero__body__image { text-align: center; display: none; } } @media (max-width: 768px) { .hero__body { padding: 3rem 2.2rem; padding-bottom: 3rem; } .hero__body__timer { padding-top: 0; font-size: clamp(16px, 6vw, 38px); } .hero__body__timer_separation { padding-top: 0rem; font-size: clamp(18px, 8vw, 44px); font-weight: 300; } .hero__body__time { font-size: clamp(14px, 4vw, 22px); } .speakersContainer { grid-template-columns: repeat(1, 1fr); place-items: center; } .hero__liveNow { padding: 2rem 1rem; margin: 2rem 1rem; } .hero__liveNow_col { text-align: center; margin-bottom: 2.2rem; } .hero__liveNow__col__image { justify-content: center; align-items: center; padding-top: 2rem; } .rcgsoclogo { display: none !important; } .hero__topNav__image { display: block !important; } .track { width: 3rem; transform: translateX(6rem); } } @keyframes emojiAnimationXaxis { 0% { bottom: 5px; opacity: 0; scale: 0.3; } 40% { opacity: 1; scale: 0.9; } 100% { bottom: 13rem; opacity: 0; scale: 1; } }
0.487551
0.04952
@media only screen and (max-width: 800px) { #flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content:" "; clear: both; height: 0; } #flip-scroll * html .cf { zoom: 1; } #flip-scroll *:first-child+html .cf { zoom: 1; } #flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; } #flip-scroll th, #flip-scroll td { margin: 0; vertical-align: top; } #flip-scroll th { text-align: left; } #flip-scroll table { display: block; position: relative; width: 100%; } #flip-scroll thead { display: block; float: left; } #flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; } #flip-scroll thead tr { display: block; } #flip-scroll th { display: block; text-align: right; } #flip-scroll tbody tr { display: inline-block; vertical-align: top; } #flip-scroll td { display: block; min-height: 1.25em; text-align: left; } /* sort out borders */ #flip-scroll th { border-bottom: 0; border-left: 0; } #flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; } #flip-scroll tbody tr { border-left: 1px solid #babcbf; } #flip-scroll th:last-child, #flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
assets/desain_backend/assets/js/stackable/responsive-table.css
@media only screen and (max-width: 800px) { #flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content:" "; clear: both; height: 0; } #flip-scroll * html .cf { zoom: 1; } #flip-scroll *:first-child+html .cf { zoom: 1; } #flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; } #flip-scroll th, #flip-scroll td { margin: 0; vertical-align: top; } #flip-scroll th { text-align: left; } #flip-scroll table { display: block; position: relative; width: 100%; } #flip-scroll thead { display: block; float: left; } #flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; } #flip-scroll thead tr { display: block; } #flip-scroll th { display: block; text-align: right; } #flip-scroll tbody tr { display: inline-block; vertical-align: top; } #flip-scroll td { display: block; min-height: 1.25em; text-align: left; } /* sort out borders */ #flip-scroll th { border-bottom: 0; border-left: 0; } #flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; } #flip-scroll tbody tr { border-left: 1px solid #babcbf; } #flip-scroll th:last-child, #flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
0.437824
0.058212
body{ background-color:black; } .background{ width:50%; height:50%; position:absolute; z-index:-1; background-position:center; background-size:cover; background-repeat:no-repeat; opacity:0.4; filter:Alpha(opacity=40); /* IE8 and earlier */ transition: opacity 1s; -moz-transition: opacity 1s; -webkit-transition: opacity 1s; -o-transition: opacity 1s; } #topleft { background-image:url('../img/feedingTheHomeless.jpg'); left:0px; top:0px; } #topright { background-image:url('../img/theater.png'); right:0px; top:0px; } #bottomleft { background-image:url('../img/convention.jpg'); left:0px; bottom:0px; } #bottomright { background-image:url('../img/hauntedHouseSetup.jpg'); background-position:top; right:0px; bottom:0px; } div.caption{ background-color:black; width:150px; height:auto; padding:5px; color:white; text-align:center; position:absolute; font-size: 16px; color: #a4a4a4; text-transform: uppercase; font-family: 'Chau Philomene One', sans-serif; border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */ transition: width .5s, opacity .5s; -moz-transition: width .5s, opacity .5s; /* Firefox 4 */ -webkit-transition: width .5s, opacity .5s; /* Safari and Chrome */ -o-transition: width .5s, opacity .5s; /* Opera */ } div.caption:hover{ width:200px; } div.background:hover{ opacity:0.85; filter:Alpha(opacity=85); /* IE8 and earlier */ } .navigation{ background-color:black; position:absolute; left:0px; width:100%; height:50px; opacity:0.85; filter:Alpha(opacity=85); /* IE8 and earlier */ } div.highlight:hover{ opacity:0.75; filter:Alpha(opacity=75); /* IE8 and earlier */ } .logoCenter{ background-position:center; width:36%; height:36%; position:absolute; z-index:1; background-repeat:no-repeat; top:32%; left:32%; background-size:contain; } .centerNav{ width:20%; height:auto; position:absolute; z-index:0; bottom:48%; background-color:black; overflow:hidden; text-align:center; border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */ transition: width .5s, opacity .5s; -moz-transition: width .5s, opacity .5s; /* Firefox 4 */ -webkit-transition: width .5s, opacity .5s; /* Safari and Chrome */ -o-transition: width .5s, opacity .5s; /* Opera */ color: white; opacity:0.75; filter:Alpha(opacity=75); /* IE8 and earlier */ text-transform: uppercase; } div.centerNav h1{ font-family: 'Chau Philomene One', sans-serif; font-size:18px; } div.centerNav:hover{ width:25%; opacity:1; filter:Alpha(opacity=100); /* IE8 and earlier */ } .main{ position:absolute; z-index:1; height:50%; width:50%; top:25%; left:25%; background-color:white; padding:25px; box-shadow: 0px 0px 15px 1px #000; overflow:hidden; } h1{ font-family: 'Chau Philomene One', sans-serif; text-align:center; } p{ font-family: 'Coustard', serif; font-size:smaller; } .homepageText{ width:40%; height:auto; position:absolute; z-index:0; bottom:20%; left:30%; background-color:black; overflow:hidden; text-align:center; border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */ transition: width .5s, opacity .5s, left .5s; -moz-transition: width .5s, opacity .5s, left .5s; /* Firefox 4 */ -webkit-transition: width .5s, opacity .5s, left .5s; /* Safari and Chrome */ -o-transition: width .5s, opacity .5s, left .5s; /* Opera */ color: white; opacity:0.75; filter:Alpha(opacity=75); /* IE8 and earlier */ text-transform: uppercase; } .homepageText:hover { left:29%; width:42%; opacity:.9; filter:Alpha(opacity=90); /* IE8 and earlier */ } #menu { overflow: hidden; text-align:center; padding-top: 17px; } #menu a { display: block; display:inline; font-size: 16px; color: #a4a4a4; text-transform: uppercase; text-decoration:none; outline: none; font-family: 'Chau Philomene One', sans-serif; margin: 0; padding-right: 18px; padding-left: 18px; transition: color .3s; -moz-transition: color .3s; /* Firefox 4 */ -webkit-transition: color .3s; /* Safari and Chrome */ -o-transition: color .3s; /* Opera */ } #menu a:hover { color: #c90000; } /* About Buttons */ .ca-menu{ padding: 0px; width: 100%; height:100%; position:absolute; top:-16px; left:0px; } .ca-menu li{ height: 20%; overflow: hidden; display: block; background: #fff; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; } .ca-menu li.ca-topBar{ width: 100%; } .ca-menu li.ca-leftBar{ width: 50%; } .ca-menu li.ca-rightBar{ width: 50%; left: 50%; position:absolute; } .ca-menu li a{ text-align: left; display: block; width: 100%; height: 100%; color: #333; position:relative; } .ca-content{ position: absolute; left: 0px; width: 100%; height: 100%; top: 10px; text-align:center; } .ca-main{ font-family: 'Chau Philomene One', sans-serif; text-transform:uppercase; font-size: 23px; transition: all 300ms linear; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; } .ca-sub{ font-family: 'Coustard', serif; font-size: 10px; color: #666; transition: all 300ms linear; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; } .ca-menu li:hover{ border-color: #fff004; background:#C0C0C0; } .ca-menu li:hover .ca-main{ color: #c90000; font-size: 15px; } .ca-menu li:hover .ca-sub{ color: #fff; font-size: 15px; }
members/style.css
body{ background-color:black; } .background{ width:50%; height:50%; position:absolute; z-index:-1; background-position:center; background-size:cover; background-repeat:no-repeat; opacity:0.4; filter:Alpha(opacity=40); /* IE8 and earlier */ transition: opacity 1s; -moz-transition: opacity 1s; -webkit-transition: opacity 1s; -o-transition: opacity 1s; } #topleft { background-image:url('../img/feedingTheHomeless.jpg'); left:0px; top:0px; } #topright { background-image:url('../img/theater.png'); right:0px; top:0px; } #bottomleft { background-image:url('../img/convention.jpg'); left:0px; bottom:0px; } #bottomright { background-image:url('../img/hauntedHouseSetup.jpg'); background-position:top; right:0px; bottom:0px; } div.caption{ background-color:black; width:150px; height:auto; padding:5px; color:white; text-align:center; position:absolute; font-size: 16px; color: #a4a4a4; text-transform: uppercase; font-family: 'Chau Philomene One', sans-serif; border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */ transition: width .5s, opacity .5s; -moz-transition: width .5s, opacity .5s; /* Firefox 4 */ -webkit-transition: width .5s, opacity .5s; /* Safari and Chrome */ -o-transition: width .5s, opacity .5s; /* Opera */ } div.caption:hover{ width:200px; } div.background:hover{ opacity:0.85; filter:Alpha(opacity=85); /* IE8 and earlier */ } .navigation{ background-color:black; position:absolute; left:0px; width:100%; height:50px; opacity:0.85; filter:Alpha(opacity=85); /* IE8 and earlier */ } div.highlight:hover{ opacity:0.75; filter:Alpha(opacity=75); /* IE8 and earlier */ } .logoCenter{ background-position:center; width:36%; height:36%; position:absolute; z-index:1; background-repeat:no-repeat; top:32%; left:32%; background-size:contain; } .centerNav{ width:20%; height:auto; position:absolute; z-index:0; bottom:48%; background-color:black; overflow:hidden; text-align:center; border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */ transition: width .5s, opacity .5s; -moz-transition: width .5s, opacity .5s; /* Firefox 4 */ -webkit-transition: width .5s, opacity .5s; /* Safari and Chrome */ -o-transition: width .5s, opacity .5s; /* Opera */ color: white; opacity:0.75; filter:Alpha(opacity=75); /* IE8 and earlier */ text-transform: uppercase; } div.centerNav h1{ font-family: 'Chau Philomene One', sans-serif; font-size:18px; } div.centerNav:hover{ width:25%; opacity:1; filter:Alpha(opacity=100); /* IE8 and earlier */ } .main{ position:absolute; z-index:1; height:50%; width:50%; top:25%; left:25%; background-color:white; padding:25px; box-shadow: 0px 0px 15px 1px #000; overflow:hidden; } h1{ font-family: 'Chau Philomene One', sans-serif; text-align:center; } p{ font-family: 'Coustard', serif; font-size:smaller; } .homepageText{ width:40%; height:auto; position:absolute; z-index:0; bottom:20%; left:30%; background-color:black; overflow:hidden; text-align:center; border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */ transition: width .5s, opacity .5s, left .5s; -moz-transition: width .5s, opacity .5s, left .5s; /* Firefox 4 */ -webkit-transition: width .5s, opacity .5s, left .5s; /* Safari and Chrome */ -o-transition: width .5s, opacity .5s, left .5s; /* Opera */ color: white; opacity:0.75; filter:Alpha(opacity=75); /* IE8 and earlier */ text-transform: uppercase; } .homepageText:hover { left:29%; width:42%; opacity:.9; filter:Alpha(opacity=90); /* IE8 and earlier */ } #menu { overflow: hidden; text-align:center; padding-top: 17px; } #menu a { display: block; display:inline; font-size: 16px; color: #a4a4a4; text-transform: uppercase; text-decoration:none; outline: none; font-family: 'Chau Philomene One', sans-serif; margin: 0; padding-right: 18px; padding-left: 18px; transition: color .3s; -moz-transition: color .3s; /* Firefox 4 */ -webkit-transition: color .3s; /* Safari and Chrome */ -o-transition: color .3s; /* Opera */ } #menu a:hover { color: #c90000; } /* About Buttons */ .ca-menu{ padding: 0px; width: 100%; height:100%; position:absolute; top:-16px; left:0px; } .ca-menu li{ height: 20%; overflow: hidden; display: block; background: #fff; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; } .ca-menu li.ca-topBar{ width: 100%; } .ca-menu li.ca-leftBar{ width: 50%; } .ca-menu li.ca-rightBar{ width: 50%; left: 50%; position:absolute; } .ca-menu li a{ text-align: left; display: block; width: 100%; height: 100%; color: #333; position:relative; } .ca-content{ position: absolute; left: 0px; width: 100%; height: 100%; top: 10px; text-align:center; } .ca-main{ font-family: 'Chau Philomene One', sans-serif; text-transform:uppercase; font-size: 23px; transition: all 300ms linear; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; } .ca-sub{ font-family: 'Coustard', serif; font-size: 10px; color: #666; transition: all 300ms linear; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; } .ca-menu li:hover{ border-color: #fff004; background:#C0C0C0; } .ca-menu li:hover .ca-main{ color: #c90000; font-size: 15px; } .ca-menu li:hover .ca-sub{ color: #fff; font-size: 15px; }
0.265595
0.105948
* { font-family: 'Roboto'; } html, body { height: 100%; background: #34495e; } .msg { background-color: #D4EDDA; color: #155724; border: 1px solid #C3E6CB; width: 100%; margin-bottom: 0; text-align: center; padding: 10px; } /*Event create page*/ #event-create-container { line-height: 40px; font-size: 17px; position: absolute; top: 1%; color: white; } #event-create-container h1 { margin-bottom: 20px; text-transform: uppercase; font-weight: bold; text-align: center; } #event-create-container label { font-weight: bold; } #event-create-container input, #event-create-container select, #event-create-container textarea { padding: 12px; font-size: 15px; } #event-create-container textarea { margin-bottom: 10px; } /* Events list */ #events-container { position: absolute; } #events-container h2 { margin-bottom: 10px; } #events-container .subtitle { color: white; text-align: center; margin-bottom: 30px; } #cards-container { display: flex; margin: 0; } #events-container .card { flex: 1 1 24%; max-width: 25%; border-radius: 10px; padding: 0; margin: .5%; } #events-container img { max-height: 150px; max-width: 225px; position: relative; align-self: center; border-top-left-radius: 10px; border-top-right-radius: 10px; } .card .card-date { font-size: 14px; color: #F2A340; font-weight: bold; } .card .card-title { color: #212121; font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 30px; text-transform: uppercase; border: solid 2px gray; } .card .card-local { color: #212121a8; font-size: 20px; font-weight: bold; margin-bottom: 30px; text-transform: uppercase; } .card #start { font-size: 14px; color: green; } .card #end { font-size: 14px; color: red; } ion-icon { font-size: 20px; color: #F2A340; } #status { text-align: center; border: solid 2px gray; text-transform: uppercase; } /* Edit page */ .img-preview { width: 100px; margin-top: 20px; } /* footer */ footer { text-align: center; background-color: #353E48; color: #FFF; padding: 30px; position: absolute; bottom: 0; width: 100%; } footer p { margin-bottom: 0; }
public/CSS/styles.css
* { font-family: 'Roboto'; } html, body { height: 100%; background: #34495e; } .msg { background-color: #D4EDDA; color: #155724; border: 1px solid #C3E6CB; width: 100%; margin-bottom: 0; text-align: center; padding: 10px; } /*Event create page*/ #event-create-container { line-height: 40px; font-size: 17px; position: absolute; top: 1%; color: white; } #event-create-container h1 { margin-bottom: 20px; text-transform: uppercase; font-weight: bold; text-align: center; } #event-create-container label { font-weight: bold; } #event-create-container input, #event-create-container select, #event-create-container textarea { padding: 12px; font-size: 15px; } #event-create-container textarea { margin-bottom: 10px; } /* Events list */ #events-container { position: absolute; } #events-container h2 { margin-bottom: 10px; } #events-container .subtitle { color: white; text-align: center; margin-bottom: 30px; } #cards-container { display: flex; margin: 0; } #events-container .card { flex: 1 1 24%; max-width: 25%; border-radius: 10px; padding: 0; margin: .5%; } #events-container img { max-height: 150px; max-width: 225px; position: relative; align-self: center; border-top-left-radius: 10px; border-top-right-radius: 10px; } .card .card-date { font-size: 14px; color: #F2A340; font-weight: bold; } .card .card-title { color: #212121; font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 30px; text-transform: uppercase; border: solid 2px gray; } .card .card-local { color: #212121a8; font-size: 20px; font-weight: bold; margin-bottom: 30px; text-transform: uppercase; } .card #start { font-size: 14px; color: green; } .card #end { font-size: 14px; color: red; } ion-icon { font-size: 20px; color: #F2A340; } #status { text-align: center; border: solid 2px gray; text-transform: uppercase; } /* Edit page */ .img-preview { width: 100px; margin-top: 20px; } /* footer */ footer { text-align: center; background-color: #353E48; color: #FFF; padding: 30px; position: absolute; bottom: 0; width: 100%; } footer p { margin-bottom: 0; }
0.360377
0.087798
.contact-container { position: relative; top: 0; left: 0; } .bg-lg, .bg-md, .bg-sm, .social-icon { width: 100%; position: relative; top: 0; left: 0; } .bg-lg { display: block; } .bg-md, .bg-sm { display: none; } .social-link { position: absolute; display: block; transition: all 0.3s ease-in-out; color: #ffffff; } .reddit-icon { top: 46%; left: 40.75%; font-size: 3.5vw; } .twitter-icon { top: 32%; left: 55.8%; font-size: 3.25vw; } .instagram-icon { top: 74%; left: 61%; font-size: 3vw; } .facebook-icon { top: 67%; left: 75%; font-size: 4vw; } .linkedin-icon { top: 85.5%; left: 36.85%; font-size: 3.25vw; } #contact-title { position: absolute; top: 0%; left: 33%; color: #ffffff; font-size: 3.5vw; } .contact-hashtag { top: 60%; left: 10%; width: 30%; } .contact-email { top: 40%; left: 60%; width: 25%; } .contact-hashtag, .contact-email { position: absolute; background-color: #514e66; box-shadow: 10px 10px #ffffff; padding: 10px; color: #ffffff; font-size: 1.5vw; font-weight: 900; } .social-link:hover { transition: all 0.4s ease-in-out; transform: scale(1.25); } @media screen and (max-width: 976px) { .bg-lg { display: none; } .bg-md { display: block; } .reddit-icon { top: 52%; left: 34%; font-size: 4.75vw; } .twitter-icon { top: 39.5%; left: 54.5%; font-size: 4.5vw; } .instagram-icon { top: 76.5%; left: 61.5%; font-size: 4.5vw; } .facebook-icon { top: 71%; left: 80.5%; font-size: 5.5vw; } .linkedin-icon { top: 86.75%; left: 28.5%; font-size: 4.5vw; } #contact-title { position: absolute; top: -5%; left: 29%; color: #ffffff; font-size: 4.5vw; } .contact-hashtag { top: 65%; left: 10%; width: 35%; } .contact-email { top: 40%; left: 65%; width: 30%; } .contact-hashtag, .contact-email { font-size: 2vw; } } @media screen and (max-width: 500px) { .bg-md { display: none; } .bg-sm { display: block; } .reddit-icon { top: 51.5%; left: 22%; font-size: 7vw; } .twitter-icon { top: 39.5%; left: 49.75%; font-size: 6.5vw; } .instagram-icon { top: 76.5%; left: 59.25%; font-size: 6vw; } .facebook-icon { top: 70.5%; left: 84.5%; font-size: 8vw; } .linkedin-icon { top: 87%; left: 15.25%; font-size: 6vw; } #contact-title { position: absolute; top: -5%; left: 16%; color: #ffffff; font-size: 7vw; } .contact-hashtag { position: absolute; top: 68%; left: 10%; width: 38%; color: #ffffff; font-size: 2.5vw; } .contact-email { position: absolute; top: 50%; left: 55%; width: 38%; color: #ffffff; font-size: 2.5vw; overflow-wrap: break-word; } .contact-hashtag, .contact-email { box-shadow: 5px 5px #ffffff; padding: 1%; } }
src/components/Contact/contact.css
.contact-container { position: relative; top: 0; left: 0; } .bg-lg, .bg-md, .bg-sm, .social-icon { width: 100%; position: relative; top: 0; left: 0; } .bg-lg { display: block; } .bg-md, .bg-sm { display: none; } .social-link { position: absolute; display: block; transition: all 0.3s ease-in-out; color: #ffffff; } .reddit-icon { top: 46%; left: 40.75%; font-size: 3.5vw; } .twitter-icon { top: 32%; left: 55.8%; font-size: 3.25vw; } .instagram-icon { top: 74%; left: 61%; font-size: 3vw; } .facebook-icon { top: 67%; left: 75%; font-size: 4vw; } .linkedin-icon { top: 85.5%; left: 36.85%; font-size: 3.25vw; } #contact-title { position: absolute; top: 0%; left: 33%; color: #ffffff; font-size: 3.5vw; } .contact-hashtag { top: 60%; left: 10%; width: 30%; } .contact-email { top: 40%; left: 60%; width: 25%; } .contact-hashtag, .contact-email { position: absolute; background-color: #514e66; box-shadow: 10px 10px #ffffff; padding: 10px; color: #ffffff; font-size: 1.5vw; font-weight: 900; } .social-link:hover { transition: all 0.4s ease-in-out; transform: scale(1.25); } @media screen and (max-width: 976px) { .bg-lg { display: none; } .bg-md { display: block; } .reddit-icon { top: 52%; left: 34%; font-size: 4.75vw; } .twitter-icon { top: 39.5%; left: 54.5%; font-size: 4.5vw; } .instagram-icon { top: 76.5%; left: 61.5%; font-size: 4.5vw; } .facebook-icon { top: 71%; left: 80.5%; font-size: 5.5vw; } .linkedin-icon { top: 86.75%; left: 28.5%; font-size: 4.5vw; } #contact-title { position: absolute; top: -5%; left: 29%; color: #ffffff; font-size: 4.5vw; } .contact-hashtag { top: 65%; left: 10%; width: 35%; } .contact-email { top: 40%; left: 65%; width: 30%; } .contact-hashtag, .contact-email { font-size: 2vw; } } @media screen and (max-width: 500px) { .bg-md { display: none; } .bg-sm { display: block; } .reddit-icon { top: 51.5%; left: 22%; font-size: 7vw; } .twitter-icon { top: 39.5%; left: 49.75%; font-size: 6.5vw; } .instagram-icon { top: 76.5%; left: 59.25%; font-size: 6vw; } .facebook-icon { top: 70.5%; left: 84.5%; font-size: 8vw; } .linkedin-icon { top: 87%; left: 15.25%; font-size: 6vw; } #contact-title { position: absolute; top: -5%; left: 16%; color: #ffffff; font-size: 7vw; } .contact-hashtag { position: absolute; top: 68%; left: 10%; width: 38%; color: #ffffff; font-size: 2.5vw; } .contact-email { position: absolute; top: 50%; left: 55%; width: 38%; color: #ffffff; font-size: 2.5vw; overflow-wrap: break-word; } .contact-hashtag, .contact-email { box-shadow: 5px 5px #ffffff; padding: 1%; } }
0.523908
0.057998
.content-center{ text-align: center; } .interval-about{ padding-left: 20px; } .interval-top-about{ margin-top: 60px; } .colorwhite { text-align: left; color: white; font-family: 'Prompt', sans-serif; } .text-color-black { text-align: left; color: black; font-family: 'Prompt', sans-serif; } .right { text-align: right; font-family: 'Prompt', sans-serif; } .letter-white { color: white; font-family: 'Prompt', sans-serif; } .topic { text-align: left; color: white; font-family: 'Prompt', sans-serif; font-size: 60px; } .topic2 { text-align: left; color: white; font-family: 'Prompt', sans-serif; font-size: 35px; } .topic3 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 60px; } .topic4 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 25px; } .topic5 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 40px; } .topic-red { text-align: left; color: red; font-family: 'Prompt', sans-serif; font-size: 25px; } .topic-black { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 22px; } .topic-black-20 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 20px; } .topic-black-size60 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 60px; } .topic-white-size15 { text-align: left; color: white; font-family: 'Prompt', sans-serif; font-size: 15px; } .topic-gray { text-align: left; color: gray; font-family: 'Prompt', sans-serif; font-size: 20px; } .topic-white { color: white; font-family: 'Prompt', sans-serif; } .text-white-th { color: white; font-family: 'Prompt', sans-serif; } /* Frontend Service-Charge */ .text-white-25 { color: white; font-family: 'Prompt', sans-serif; font-size: 35px; } .img-resize { width: 60%; height: 5%; overflow: hidden; /*text-align: center;*/ } /* End Frontend Service-Charge */ .flex-center { align-items: center; display: flex; justify-content: center; } .topic-white { color: white; font-family: 'Prompt', sans-serif; } .login { color: #fff; background-color: #007bff; border-color: #007bff; font-size: 20px; } .button { transition: none; font-size: 40px; } .center{ position: relative; top: 50%; left: 50%; } .bg-info { background-color: #36b9cc; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#36b9cc)); background-image: linear-gradient(180deg, #36b9cc 10%, #36b9cc 100%); background-size: cover; } .bg-blue { background-color: blue; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#36b9cc)); background-image: linear-gradient(180deg, #36b9cc 10%, #36b9cc 100%); background-size: cover; } .card-admin { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.15rem; max-width: 500px; } .center-img { display: block; margin-left: auto; margin-right: auto; width: 50%; } .inner_position_right { position:absolute; background-color:#FFFF99; height:100%; width:50px; top:0px; z-index:999; } .card-articles { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.5rem; } .btn-category { padding: 0px 10px; background: #eee; color: #0000ff; font-weight: bold; border-radius: 20px; border: 0; } .btn-category:hover, .btn-category:focus, .btn-category.active { -webkit-box-shadow: none !important; box-shadow: none !important; background: -webkit-gradient(linear, right top, left top, from(#0000ff), to(#36f3ff)); background: -webkit-linear-gradient(right, #0000ff 0%, #36f3ff 100%); background: -o-linear-gradient(right, #0000ff 0%, #36f3ff 100%); background: linear-gradient(to left, #0000ff 0%, #36f3ff 100%); color: white; } .category-menu { margin-top: 25px; } .category-menu .dropdown-menu { border-radius: 10px; border: 1px solid #dee2e6 !important; -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25); border-color: transparent; left: unset !important; right: 0; } .category-menu .dropdown-menu a { background-color: transparent; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; font-weight: 300; } .category-menu .dropdown-menu a:hover, .category-menu .dropdown-menu a:focus, .category-menu .dropdown-menu a.active { color: #2bc0ff; } /* Article --------------------------------*/ .article { margin-top: 120px; margin-right: 10px; } /* end article --------------------------------*/ .btn-readmore { background: #0000ff; border-radius: 20px; color: white !important; border: 0; -webkit-transition: background 0.3s linear; -o-transition: background 0.3s linear; transition: background 0.3s linear; } .btn-readmore:hover, .btn-readmore:focus { background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 255, 0.9)), to(rgb(54, 243, 255))); background: -webkit-linear-gradient(left, rgba(0, 0, 255, 0.9) 0%, rgba(54, 243, 255, 0.9) 100%); background: -o-linear-gradient(left, rgba(0, 0, 255, 0.9) 0%, rgba(54, 243, 255, 0.9) 100%); background: linear-gradient(to right, rgba(0, 0, 255, 0.9) 0%, rgba(54, 243, 255, 0.9) 100%); } .flex-center { align-items: center; display: flex; justify-content: center; }
public/css/custom.css
.content-center{ text-align: center; } .interval-about{ padding-left: 20px; } .interval-top-about{ margin-top: 60px; } .colorwhite { text-align: left; color: white; font-family: 'Prompt', sans-serif; } .text-color-black { text-align: left; color: black; font-family: 'Prompt', sans-serif; } .right { text-align: right; font-family: 'Prompt', sans-serif; } .letter-white { color: white; font-family: 'Prompt', sans-serif; } .topic { text-align: left; color: white; font-family: 'Prompt', sans-serif; font-size: 60px; } .topic2 { text-align: left; color: white; font-family: 'Prompt', sans-serif; font-size: 35px; } .topic3 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 60px; } .topic4 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 25px; } .topic5 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 40px; } .topic-red { text-align: left; color: red; font-family: 'Prompt', sans-serif; font-size: 25px; } .topic-black { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 22px; } .topic-black-20 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 20px; } .topic-black-size60 { text-align: left; color: black; font-family: 'Prompt', sans-serif; font-size: 60px; } .topic-white-size15 { text-align: left; color: white; font-family: 'Prompt', sans-serif; font-size: 15px; } .topic-gray { text-align: left; color: gray; font-family: 'Prompt', sans-serif; font-size: 20px; } .topic-white { color: white; font-family: 'Prompt', sans-serif; } .text-white-th { color: white; font-family: 'Prompt', sans-serif; } /* Frontend Service-Charge */ .text-white-25 { color: white; font-family: 'Prompt', sans-serif; font-size: 35px; } .img-resize { width: 60%; height: 5%; overflow: hidden; /*text-align: center;*/ } /* End Frontend Service-Charge */ .flex-center { align-items: center; display: flex; justify-content: center; } .topic-white { color: white; font-family: 'Prompt', sans-serif; } .login { color: #fff; background-color: #007bff; border-color: #007bff; font-size: 20px; } .button { transition: none; font-size: 40px; } .center{ position: relative; top: 50%; left: 50%; } .bg-info { background-color: #36b9cc; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#36b9cc)); background-image: linear-gradient(180deg, #36b9cc 10%, #36b9cc 100%); background-size: cover; } .bg-blue { background-color: blue; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#36b9cc)); background-image: linear-gradient(180deg, #36b9cc 10%, #36b9cc 100%); background-size: cover; } .card-admin { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.15rem; max-width: 500px; } .center-img { display: block; margin-left: auto; margin-right: auto; width: 50%; } .inner_position_right { position:absolute; background-color:#FFFF99; height:100%; width:50px; top:0px; z-index:999; } .card-articles { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.5rem; } .btn-category { padding: 0px 10px; background: #eee; color: #0000ff; font-weight: bold; border-radius: 20px; border: 0; } .btn-category:hover, .btn-category:focus, .btn-category.active { -webkit-box-shadow: none !important; box-shadow: none !important; background: -webkit-gradient(linear, right top, left top, from(#0000ff), to(#36f3ff)); background: -webkit-linear-gradient(right, #0000ff 0%, #36f3ff 100%); background: -o-linear-gradient(right, #0000ff 0%, #36f3ff 100%); background: linear-gradient(to left, #0000ff 0%, #36f3ff 100%); color: white; } .category-menu { margin-top: 25px; } .category-menu .dropdown-menu { border-radius: 10px; border: 1px solid #dee2e6 !important; -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.25); border-color: transparent; left: unset !important; right: 0; } .category-menu .dropdown-menu a { background-color: transparent; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; font-weight: 300; } .category-menu .dropdown-menu a:hover, .category-menu .dropdown-menu a:focus, .category-menu .dropdown-menu a.active { color: #2bc0ff; } /* Article --------------------------------*/ .article { margin-top: 120px; margin-right: 10px; } /* end article --------------------------------*/ .btn-readmore { background: #0000ff; border-radius: 20px; color: white !important; border: 0; -webkit-transition: background 0.3s linear; -o-transition: background 0.3s linear; transition: background 0.3s linear; } .btn-readmore:hover, .btn-readmore:focus { background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 255, 0.9)), to(rgb(54, 243, 255))); background: -webkit-linear-gradient(left, rgba(0, 0, 255, 0.9) 0%, rgba(54, 243, 255, 0.9) 100%); background: -o-linear-gradient(left, rgba(0, 0, 255, 0.9) 0%, rgba(54, 243, 255, 0.9) 100%); background: linear-gradient(to right, rgba(0, 0, 255, 0.9) 0%, rgba(54, 243, 255, 0.9) 100%); } .flex-center { align-items: center; display: flex; justify-content: center; }
0.480479
0.119614
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Press Start 2P', cursive; } ::selection { color: white; background-color: #d56671; } main { min-height: 94vh; background: white; display: flex; flex-direction: column; justify-content: center; align-items: center; perspective: 1000px; } .wrong { margin: 5px; color: red; } /*MODAL*/ .modal { display: none; position: fixed; z-index: 1; left: 0; right: 0; width: 100%; height: 100%; overflow: auto; background: rgb(0, 0, 0); background: rgb(0, 0, 0, 0.4); } .modal-content { background: white; margin: 30% auto; padding: 20px; border: 5px solid black; width: 700px; box-shadow: 6px 6px 20px rgb(0, 0, 0, 0.5); } .question { display: flex; flex-direction: column; justify-content: center; align-items: center; } .question h1 { padding: 3rem 0rem; color: white; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; } .question input, button { padding: 1rem; background: white; border-color: black; border-width: 4px; } .question button:hover { color: white; background: black; } button { cursor: pointer; margin-top: 1rem; } .invalid { animation: wobble-hor-bottom 0.8s both; } /*CARD*/ .container { width: 60%; height: 80vh; display: flex; justify-content: center; align-items: center; } .card { transform-style: preserve-3d; min-height: 50vh; width: 30rem; box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2); border-radius: 30px; background: white; padding: 0rem 5rem; } /* TOP */ .pokemon { min-height: 30vh; display: flex; justify-content: center; align-items: center; } .pokemon img { width: 15rem; z-index: 2; transition: all 0.75s ease-out; filter: contrast(0); } .pokemon .hit { filter: contrast(1); } .circle { position: absolute; width: 13rem; height: 13rem; border-radius: 50%; background: linear-gradient(to right, #a5c8a2, rgba(213, 102, 113, 0.75)); } /* INFO */ .info h2 { font-size: 1rem; font-weight: lighter; margin: 1rem 0rem; } .info p { font-size: 0.7rem; margin-top: 2rem; } /*ANIMATION*/ @keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-30px) rotate(-6deg); transform: translateX(-30px) rotate(-6deg); } 30% { -webkit-transform: translateX(15px) rotate(6deg); transform: translateX(15px) rotate(6deg); } 45% { -webkit-transform: translateX(-15px) rotate(-3.6deg); transform: translateX(-15px) rotate(-3.6deg); } 60% { -webkit-transform: translateX(9px) rotate(2.4deg); transform: translateX(9px) rotate(2.4deg); } 75% { -webkit-transform: translateX(-6px) rotate(-1.2deg); transform: translateX(-6px) rotate(-1.2deg); } }
whosThatPokemon/style.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Press Start 2P', cursive; } ::selection { color: white; background-color: #d56671; } main { min-height: 94vh; background: white; display: flex; flex-direction: column; justify-content: center; align-items: center; perspective: 1000px; } .wrong { margin: 5px; color: red; } /*MODAL*/ .modal { display: none; position: fixed; z-index: 1; left: 0; right: 0; width: 100%; height: 100%; overflow: auto; background: rgb(0, 0, 0); background: rgb(0, 0, 0, 0.4); } .modal-content { background: white; margin: 30% auto; padding: 20px; border: 5px solid black; width: 700px; box-shadow: 6px 6px 20px rgb(0, 0, 0, 0.5); } .question { display: flex; flex-direction: column; justify-content: center; align-items: center; } .question h1 { padding: 3rem 0rem; color: white; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; } .question input, button { padding: 1rem; background: white; border-color: black; border-width: 4px; } .question button:hover { color: white; background: black; } button { cursor: pointer; margin-top: 1rem; } .invalid { animation: wobble-hor-bottom 0.8s both; } /*CARD*/ .container { width: 60%; height: 80vh; display: flex; justify-content: center; align-items: center; } .card { transform-style: preserve-3d; min-height: 50vh; width: 30rem; box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2); border-radius: 30px; background: white; padding: 0rem 5rem; } /* TOP */ .pokemon { min-height: 30vh; display: flex; justify-content: center; align-items: center; } .pokemon img { width: 15rem; z-index: 2; transition: all 0.75s ease-out; filter: contrast(0); } .pokemon .hit { filter: contrast(1); } .circle { position: absolute; width: 13rem; height: 13rem; border-radius: 50%; background: linear-gradient(to right, #a5c8a2, rgba(213, 102, 113, 0.75)); } /* INFO */ .info h2 { font-size: 1rem; font-weight: lighter; margin: 1rem 0rem; } .info p { font-size: 0.7rem; margin-top: 2rem; } /*ANIMATION*/ @keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-30px) rotate(-6deg); transform: translateX(-30px) rotate(-6deg); } 30% { -webkit-transform: translateX(15px) rotate(6deg); transform: translateX(15px) rotate(6deg); } 45% { -webkit-transform: translateX(-15px) rotate(-3.6deg); transform: translateX(-15px) rotate(-3.6deg); } 60% { -webkit-transform: translateX(9px) rotate(2.4deg); transform: translateX(9px) rotate(2.4deg); } 75% { -webkit-transform: translateX(-6px) rotate(-1.2deg); transform: translateX(-6px) rotate(-1.2deg); } }
0.32306
0.097133
@media screen and (min-device-width: 768px) and (max-device-width:1023px) { header .region { margin-left: 38%; } header .mail { margin-left: 39%; } header .phone { margin-left: 34%; } header .button { margin-left: 40%; } } @media screen and (min-device-width: 426px) and (max-device-width: 768px) { section.about .col-lg-4 { position: unset; margin: 20px 0; padding: 0; } .about .col-lg-4 .row { border-bottom: 3px solid #730000; margin-right: 7px; } .news .col-lg-7 p { margin-top: 20px; } .contacts .col-lg-2 p { width: } } @media screen and (min-device-width: 426px) and (max-device-width: 767px) { .about .button_info { margin-left: 0; } } @media screen and (min-device-width: 1024px) and (max-device-width: 1199px) { header .phone p { font-size: 16px; } header .mail p { font-size: 14px; } header .region p { font-size: 14px; } header .logo p:nth-child(2) { font-size: 9px; } .contacts .col-lg-2 p { width: 162px; } .news .col-lg-6:nth-child(1) .col-lg-7 { padding-left: 28px; } .news .col-lg-6:nth-child(2) .col-lg-7 { padding-left: 28px; } #navbarNav ul li { padding: .5rem 12px; } #navbarNav ul li:nth-last-child(2) { display: flex; align-items: center; } } @media screen and (min-device-width: 769px) and (max-device-width: 991px) { section.about .col-lg-4 { position: unset; margin: 20px 0; padding: 0; } .about .col-lg-4 .row { border-bottom: 3px solid #730000; margin-right: 7px; } } @media screen and (min-device-width: 720px) and (max-device-width: 960px) { .contacts .logo { text-align: center; } .contacts .phone_distrib { text-align: center; } .contacts .mailing { text-align: center; } .news .container .row:nth-child(1) .col-12:nth-child(1) { text-align: center; } } @media screen and (max-device-width:540px) { .about .popular { display: none; } .distributor { display: none; } } @media screen and (min-device-width: 320px) and (max-device-width:991px) { .menu .navigat { text-align: center; height: 900px; } #navbarNav ul li:nth-last-child(2) { margin: 0 auto; } .menu { position: fixed; z-index: 100; width: 100%; } #navbarNav ul li { border-right: unset; border-bottom: 2px solid #730000; } .menu .col-lg-12 button:nth-child(1) { margin-left: 90%; } .menu .btn { margin: 0 auto !important; } header { display: none; } } @media screen and (min-device-width: 320px) and (max-device-width:767px) { .about .col-lg-5 .row { height: unset; text-align: center; } #navbarNav ul li { border-right: unset; border-bottom: 2px solid #730000; } } @media screen and (max-device-width: 320px) { header .mail { margin-left: 23%; } } @media screen and (min-device-width: 320px) and (max-device-width: 425px) { section.about .col-lg-4 { position: unset; margin: 20px 0; padding: 0; text-align: center; } .about .button_info { background-color: #c80101; color: white; border: 1px solid white; margin-left:0; } .about .col-lg-4 .row { margin-right: 7px; } .about .col-lg-7 { text-align: center; } .news .container { text-align: center; } .contacts .container { text-align: center; } .contacts .col-lg-2 p { width: unset; } } @media screen and (min-device-width: 375px) and (max-device-width: 425px) { header .logo { margin-left: auto; }
css/media.css
@media screen and (min-device-width: 768px) and (max-device-width:1023px) { header .region { margin-left: 38%; } header .mail { margin-left: 39%; } header .phone { margin-left: 34%; } header .button { margin-left: 40%; } } @media screen and (min-device-width: 426px) and (max-device-width: 768px) { section.about .col-lg-4 { position: unset; margin: 20px 0; padding: 0; } .about .col-lg-4 .row { border-bottom: 3px solid #730000; margin-right: 7px; } .news .col-lg-7 p { margin-top: 20px; } .contacts .col-lg-2 p { width: } } @media screen and (min-device-width: 426px) and (max-device-width: 767px) { .about .button_info { margin-left: 0; } } @media screen and (min-device-width: 1024px) and (max-device-width: 1199px) { header .phone p { font-size: 16px; } header .mail p { font-size: 14px; } header .region p { font-size: 14px; } header .logo p:nth-child(2) { font-size: 9px; } .contacts .col-lg-2 p { width: 162px; } .news .col-lg-6:nth-child(1) .col-lg-7 { padding-left: 28px; } .news .col-lg-6:nth-child(2) .col-lg-7 { padding-left: 28px; } #navbarNav ul li { padding: .5rem 12px; } #navbarNav ul li:nth-last-child(2) { display: flex; align-items: center; } } @media screen and (min-device-width: 769px) and (max-device-width: 991px) { section.about .col-lg-4 { position: unset; margin: 20px 0; padding: 0; } .about .col-lg-4 .row { border-bottom: 3px solid #730000; margin-right: 7px; } } @media screen and (min-device-width: 720px) and (max-device-width: 960px) { .contacts .logo { text-align: center; } .contacts .phone_distrib { text-align: center; } .contacts .mailing { text-align: center; } .news .container .row:nth-child(1) .col-12:nth-child(1) { text-align: center; } } @media screen and (max-device-width:540px) { .about .popular { display: none; } .distributor { display: none; } } @media screen and (min-device-width: 320px) and (max-device-width:991px) { .menu .navigat { text-align: center; height: 900px; } #navbarNav ul li:nth-last-child(2) { margin: 0 auto; } .menu { position: fixed; z-index: 100; width: 100%; } #navbarNav ul li { border-right: unset; border-bottom: 2px solid #730000; } .menu .col-lg-12 button:nth-child(1) { margin-left: 90%; } .menu .btn { margin: 0 auto !important; } header { display: none; } } @media screen and (min-device-width: 320px) and (max-device-width:767px) { .about .col-lg-5 .row { height: unset; text-align: center; } #navbarNav ul li { border-right: unset; border-bottom: 2px solid #730000; } } @media screen and (max-device-width: 320px) { header .mail { margin-left: 23%; } } @media screen and (min-device-width: 320px) and (max-device-width: 425px) { section.about .col-lg-4 { position: unset; margin: 20px 0; padding: 0; text-align: center; } .about .button_info { background-color: #c80101; color: white; border: 1px solid white; margin-left:0; } .about .col-lg-4 .row { margin-right: 7px; } .about .col-lg-7 { text-align: center; } .news .container { text-align: center; } .contacts .container { text-align: center; } .contacts .col-lg-2 p { width: unset; } } @media screen and (min-device-width: 375px) and (max-device-width: 425px) { header .logo { margin-left: auto; }
0.358241
0.114666
.bg-haerul { background: #27a0e6; } .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content img { max-width: 100%; } .sidenav-trigger { color: #444 !important; margin-left: 5px !important; } nav ul a, nav .brand-logo { color: #444; font-size: 1.2rem !important; } nav .brand-logo img { height: 35px; width: 35px; vertical-align: middle; } @media only screen and (max-width: 951px) { nav .brand-logo img { margin-left: 35px !important; } .sidenav-trigger-first { display: none; } } @media only screen and (max-width: 990px) { nav .brand-logo img { margin-left: 35px !important; } .sidenav-trigger-first { display: none; } } p { line-height: 2rem; } .material-icons { vertical-align: bottom !important; } .parallax-container { min-height: 620px; height: 700px; line-height: 1; } .parallax img { filter: opacity(1); } @media only screen and (max-width : 992px) { .parallax img { max-height: 50%; /* or a little bit higher */ top: -50px; } } @media only screen and (min-width: 993px) { .parallax img { max-height: 170%; /* or higher percentages. It's up to your taste */ } } .parallax .over { content: ""; background: rgba(0, 0, 0, 0.356); position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: 2; } .parallax-bottom { width: 100%; margin-top: -200px; margin-bottom: 10px; } .mygreen-text { color: #155952; } .mygreen-text-2 { color: #90ab79; } @media only screen and (max-width : 992px) { .parallax-container .section { position: absolute; top: 40%; } #index-banner .section { top: 10%; } } @media only screen and (max-width : 600px) { #index-banner .section { top: 0; } } .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } footer.page-footer { margin: 0; } /* carousel Flickity */ .owl-nav { text-align: center !important; } .owl-arrow { margin: 10px; } .btn-lihatsemua { margin-right: -17px; } .card .card-image img { height: auto; width: 100%; border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } #navbar-auto { position: fixed; top: -70px; width: 100%; display: block; transition: top 0.3s; } nav .sidenav-trigger-first { float: left; position: relative; z-index: 1; height: 56px; margin: 0 18px; } nav .sidenav-trigger-first i { height: 56px; line-height: 56px; margin-left: -15px; } nav, nav .nav-wrapper i, nav a.sidenav-trigger-first, nav a.sidenav-trigger-first i, .nav-first { height: 64px; line-height: 64px; background-color: transparent !important; color: #444; } .nav-first { box-shadow: none; -webkit-box-shadow: none; } .text-shadow { text-shadow: 1px 0.4px 0.1px rgba(0, 0, 0, 0.575); } #menu-first { transition: all .3s ease; background-color: transparent; } #menu-first.active { animation: pulse 3s; } @keyframes pulse { 0% { background-color: transparent; } 20% { background-color: rgba(0, 0, 0, 0.178); } 30% { background-color: transparent; } } .pagination .disabled i { color: rgb(235, 235, 235) !important; } .pagination li.active { background-color: #e5f5ff !important; } .pagination li i { color: #a3a3a3 !important; } .pagination li.active a { color: rgb(0, 145, 234) !important; } .pagination li a { color: rgb(150, 150, 150) !important; } @media only screen and (max-width:400px) { .card-post { height: 23em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:610px) { .card-post { height: 20em; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:729) { .card-post { height: 20em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:960px) { .card-post { height: 23em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:994px) { .card-post { height: 27em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:1010px) { .card-post { height: 24em !important; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:1119px) { .card-post { height: 23em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:1080px) { .card-post { height: 22em !important; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:1029px) { .card-post { height: 24em !important; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:2000px) { .card-post { height: 23em; } .post-title { font-size: 3em !important; } } .card-title a { -webkit-transition: -webkit-box-shadow .25s; transition: -webkit-box-shadow .25s; transition: box-shadow .25s; transition: box-shadow .25s, -webkit-box-shadow .25s; } .card-title a:hover { color: #000000 !important; } .container-post { margin: 0 auto; max-width: 1280px; width: 96%; } /* When creating your CSS selector, change "brown" to something of your choosing */ .waves-effect.waves-blue .waves-ripple { /* The alpha value allows the text and background color of the button to still show through. */ background-color: rgba(27, 167, 231, 0.192); } @import url(https://fonts.googleapis.com/earlyaccess/amiri.css); .amiri{font-family: 'Amiri', serif;} #map { width: 100%; height: 400px; background-color: grey; } .sidenav li { float: none; line-height: 48px; width: 100% !important; } @font-face { font-family: Amsterdam; src: url(../font/Amsterdam\ Personal\ Use.ttf); } .amsterdam{font-family: 'Amsterdam';} .amsterdam-0{font-family: 'Amsterdam'; font-size: 1.7rem;} .amsterdam-1{font-family: 'Amsterdam'; font-size: 2rem;} @font-face { font-family: Marcellus; src: url(../font/Marcellus-Regular.ttf); } .marcellus{font-family: 'Marcellus';} .backdrop { position: absolute; content: ""; background-image: url(../img/bg-pattern.png); width: 100%; height: 100%; } .btn { flex: 1 1 auto; padding: 15px; text-align: center; text-transform: uppercase; line-height: 0.8; transition: 0.5s; background-size: 200% auto; color: white; text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.452); box-shadow: 0 0 20px rgba(245, 245, 245, 0.493); border-radius: 100px; } /* Demo Stuff End -> */ /* <- Magic Stuff Start */ .btn:hover { background-position: right center; /* change the direction of the change here */ } .btn-4 { background-image: linear-gradient(to right, #0f3c37bf 0%, #2249495e 51%, #11473cd1 100%); box-shadow: 0 2px 20px rgb(35, 74, 73); } /* Magic Stuff End -> */
assets-0.0.1/tema2/css/style.css
.bg-haerul { background: #27a0e6; } .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .post-content img { max-width: 100%; } .sidenav-trigger { color: #444 !important; margin-left: 5px !important; } nav ul a, nav .brand-logo { color: #444; font-size: 1.2rem !important; } nav .brand-logo img { height: 35px; width: 35px; vertical-align: middle; } @media only screen and (max-width: 951px) { nav .brand-logo img { margin-left: 35px !important; } .sidenav-trigger-first { display: none; } } @media only screen and (max-width: 990px) { nav .brand-logo img { margin-left: 35px !important; } .sidenav-trigger-first { display: none; } } p { line-height: 2rem; } .material-icons { vertical-align: bottom !important; } .parallax-container { min-height: 620px; height: 700px; line-height: 1; } .parallax img { filter: opacity(1); } @media only screen and (max-width : 992px) { .parallax img { max-height: 50%; /* or a little bit higher */ top: -50px; } } @media only screen and (min-width: 993px) { .parallax img { max-height: 170%; /* or higher percentages. It's up to your taste */ } } .parallax .over { content: ""; background: rgba(0, 0, 0, 0.356); position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: 2; } .parallax-bottom { width: 100%; margin-top: -200px; margin-bottom: 10px; } .mygreen-text { color: #155952; } .mygreen-text-2 { color: #90ab79; } @media only screen and (max-width : 992px) { .parallax-container .section { position: absolute; top: 40%; } #index-banner .section { top: 10%; } } @media only screen and (max-width : 600px) { #index-banner .section { top: 0; } } .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } footer.page-footer { margin: 0; } /* carousel Flickity */ .owl-nav { text-align: center !important; } .owl-arrow { margin: 10px; } .btn-lihatsemua { margin-right: -17px; } .card .card-image img { height: auto; width: 100%; border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; } #navbar-auto { position: fixed; top: -70px; width: 100%; display: block; transition: top 0.3s; } nav .sidenav-trigger-first { float: left; position: relative; z-index: 1; height: 56px; margin: 0 18px; } nav .sidenav-trigger-first i { height: 56px; line-height: 56px; margin-left: -15px; } nav, nav .nav-wrapper i, nav a.sidenav-trigger-first, nav a.sidenav-trigger-first i, .nav-first { height: 64px; line-height: 64px; background-color: transparent !important; color: #444; } .nav-first { box-shadow: none; -webkit-box-shadow: none; } .text-shadow { text-shadow: 1px 0.4px 0.1px rgba(0, 0, 0, 0.575); } #menu-first { transition: all .3s ease; background-color: transparent; } #menu-first.active { animation: pulse 3s; } @keyframes pulse { 0% { background-color: transparent; } 20% { background-color: rgba(0, 0, 0, 0.178); } 30% { background-color: transparent; } } .pagination .disabled i { color: rgb(235, 235, 235) !important; } .pagination li.active { background-color: #e5f5ff !important; } .pagination li i { color: #a3a3a3 !important; } .pagination li.active a { color: rgb(0, 145, 234) !important; } .pagination li a { color: rgb(150, 150, 150) !important; } @media only screen and (max-width:400px) { .card-post { height: 23em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:610px) { .card-post { height: 20em; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:729) { .card-post { height: 20em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:960px) { .card-post { height: 23em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:994px) { .card-post { height: 27em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:1010px) { .card-post { height: 24em !important; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:1119px) { .card-post { height: 23em !important; } .post-title { font-size: 2.8em !important; } } @media only screen and (max-width:1080px) { .card-post { height: 22em !important; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:1029px) { .card-post { height: 24em !important; } .post-title { font-size: 3em !important; } } @media only screen and (max-width:2000px) { .card-post { height: 23em; } .post-title { font-size: 3em !important; } } .card-title a { -webkit-transition: -webkit-box-shadow .25s; transition: -webkit-box-shadow .25s; transition: box-shadow .25s; transition: box-shadow .25s, -webkit-box-shadow .25s; } .card-title a:hover { color: #000000 !important; } .container-post { margin: 0 auto; max-width: 1280px; width: 96%; } /* When creating your CSS selector, change "brown" to something of your choosing */ .waves-effect.waves-blue .waves-ripple { /* The alpha value allows the text and background color of the button to still show through. */ background-color: rgba(27, 167, 231, 0.192); } @import url(https://fonts.googleapis.com/earlyaccess/amiri.css); .amiri{font-family: 'Amiri', serif;} #map { width: 100%; height: 400px; background-color: grey; } .sidenav li { float: none; line-height: 48px; width: 100% !important; } @font-face { font-family: Amsterdam; src: url(../font/Amsterdam\ Personal\ Use.ttf); } .amsterdam{font-family: 'Amsterdam';} .amsterdam-0{font-family: 'Amsterdam'; font-size: 1.7rem;} .amsterdam-1{font-family: 'Amsterdam'; font-size: 2rem;} @font-face { font-family: Marcellus; src: url(../font/Marcellus-Regular.ttf); } .marcellus{font-family: 'Marcellus';} .backdrop { position: absolute; content: ""; background-image: url(../img/bg-pattern.png); width: 100%; height: 100%; } .btn { flex: 1 1 auto; padding: 15px; text-align: center; text-transform: uppercase; line-height: 0.8; transition: 0.5s; background-size: 200% auto; color: white; text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.452); box-shadow: 0 0 20px rgba(245, 245, 245, 0.493); border-radius: 100px; } /* Demo Stuff End -> */ /* <- Magic Stuff Start */ .btn:hover { background-position: right center; /* change the direction of the change here */ } .btn-4 { background-image: linear-gradient(to right, #0f3c37bf 0%, #2249495e 51%, #11473cd1 100%); box-shadow: 0 2px 20px rgb(35, 74, 73); } /* Magic Stuff End -> */
0.307878
0.098686
@font-face { font-family: 'Open Sans'; font-weight: normal; font-style: normal; src: url('fonts/opensans-light.woff2') format('woff2'), url('fonts/opensans-light.woff') format('woff'); } @font-face { font-family: 'Open Sans'; font-weight: bold; font-style: normal; src: url('fonts/opensans-semibold.woff2') format('woff2'), url('fonts/opensans-semibold.woff') format('woff'); } @font-face { font-family: 'Open Sans'; font-weight: normal; font-style: italic; src: url('fonts/opensans-lightitalic.woff2') format('woff2'), url('fonts/opensans-lightitalic.woff') format('woff'); } @font-face { font-family: 'Open Sans'; font-weight: bold; font-style: italic; src: url('fonts/opensans-semibolditalic.woff2') format('woff2'), url('fonts/opensans-semibolditalic.woff') format('woff'); } html, body { height: 100%; width: 100%; font-family: 'Open Sans'; font-weight: 100; background-color: white; color: #333; text-rendering: optimizeLegibility; } #root { margin-bottom: 20px; } hr { border-top: 1px dotted rgba(0, 0, 0, .1); } .logo { vertical-align: middle; margin: 15px 0; max-height: 70px; } .inline { display: inline-block; } .inline .logo { display: inline; } .inline h1 { margin-left: 50px; padding-top: 10px; display: inline; color: #538296; } h2, .h2 { color: #538296; font-size: 1.3rem; font-weight: 100; margin-bottom: 0; } h3, .h3 { font-size: 1rem; font-weight: 100; margin-bottom: 5px; text-align: center; } .objective > .row:last-of-type > .col-xs > hr { display: none; } .scoring { height: 50px; border: 1px solid rgb(187, 20, 36); border-radius: 25px; padding: 2px; margin: 0 0 20px; align-items: stretch; } .scoring.empty { border: 2px solid rgb(187, 20, 36); } .scoring.in-progress { border: 2px solid rgba(240, 173, 78, 1); } .scoring.achieved { border: 2px solid rgba(92, 184, 92, 1); } .score { flex: 1; height: 44px; text-align: center; font-size: 1.2rem; border-radius: 0; margin-right: 2px; border: 1px solid rgba(0, 0, 0, .2); background-color: rgba(0, 0, 0, .1); transition: background-color 0.3s ease, color 0.3s ease; cursor: pointer; color: #333; font-weight: bold; } .score > div { padding-top: 8px; width: 100%; height: 100%; text-shadow: 0 0 2px rgba(0, 0, 0, .7); } .score.achieved { background-color: rgba(92, 184, 92, .75); } .score:hover { background-color: rgba(255, 255, 255, .25); color: rgba(0, 0, 0, .7); } .score:first-child { border-radius: 22px; border-bottom-right-radius: 0; border-top-right-radius: 0; } .score:last-child { margin-right: 0; border-radius: 22px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .tooltip-inner { background-color: #111; font-size: .75rem; } .icon { vertical-align: middle; display: inline-block; } .icon-info { cursor: pointer; opacity: .4; transition: opacity .3s ease; } .icon-info:hover { opacity: 1; } .icon svg { width: 16px; height: 16px; } .tag { font-size: 65%; border-radius: .1rem; margin-right: 3px; text-shadow: 0 0 2px rgba(0, 0, 0, .7); color: black; } .progress-list .tag { width: 2.25rem; } .objective > .tag-default { font-weight: 300; background-color: lightgray; } h2 .tag { border-radius: 1rem; vertical-align: middle; margin-top: -1px; font-weight: bold; padding: .3rem .4rem; margin-left: 1rem; margin-bottom: .5rem; float: right; } h3 .tag { font-size: 80%; margin-top: -2px; vertical-align: middle; } h3 .collapser { cursor: pointer; } @media (min-width: 768px) { .objective { padding: 15px; border: 2px dotted rgba(0, 0, 0, .1); border-radius: 4px; width: 100%; height: 100%; } } @media all and (max-width: 668px) { .inline h1 { display: none; } }
src/global.css
@font-face { font-family: 'Open Sans'; font-weight: normal; font-style: normal; src: url('fonts/opensans-light.woff2') format('woff2'), url('fonts/opensans-light.woff') format('woff'); } @font-face { font-family: 'Open Sans'; font-weight: bold; font-style: normal; src: url('fonts/opensans-semibold.woff2') format('woff2'), url('fonts/opensans-semibold.woff') format('woff'); } @font-face { font-family: 'Open Sans'; font-weight: normal; font-style: italic; src: url('fonts/opensans-lightitalic.woff2') format('woff2'), url('fonts/opensans-lightitalic.woff') format('woff'); } @font-face { font-family: 'Open Sans'; font-weight: bold; font-style: italic; src: url('fonts/opensans-semibolditalic.woff2') format('woff2'), url('fonts/opensans-semibolditalic.woff') format('woff'); } html, body { height: 100%; width: 100%; font-family: 'Open Sans'; font-weight: 100; background-color: white; color: #333; text-rendering: optimizeLegibility; } #root { margin-bottom: 20px; } hr { border-top: 1px dotted rgba(0, 0, 0, .1); } .logo { vertical-align: middle; margin: 15px 0; max-height: 70px; } .inline { display: inline-block; } .inline .logo { display: inline; } .inline h1 { margin-left: 50px; padding-top: 10px; display: inline; color: #538296; } h2, .h2 { color: #538296; font-size: 1.3rem; font-weight: 100; margin-bottom: 0; } h3, .h3 { font-size: 1rem; font-weight: 100; margin-bottom: 5px; text-align: center; } .objective > .row:last-of-type > .col-xs > hr { display: none; } .scoring { height: 50px; border: 1px solid rgb(187, 20, 36); border-radius: 25px; padding: 2px; margin: 0 0 20px; align-items: stretch; } .scoring.empty { border: 2px solid rgb(187, 20, 36); } .scoring.in-progress { border: 2px solid rgba(240, 173, 78, 1); } .scoring.achieved { border: 2px solid rgba(92, 184, 92, 1); } .score { flex: 1; height: 44px; text-align: center; font-size: 1.2rem; border-radius: 0; margin-right: 2px; border: 1px solid rgba(0, 0, 0, .2); background-color: rgba(0, 0, 0, .1); transition: background-color 0.3s ease, color 0.3s ease; cursor: pointer; color: #333; font-weight: bold; } .score > div { padding-top: 8px; width: 100%; height: 100%; text-shadow: 0 0 2px rgba(0, 0, 0, .7); } .score.achieved { background-color: rgba(92, 184, 92, .75); } .score:hover { background-color: rgba(255, 255, 255, .25); color: rgba(0, 0, 0, .7); } .score:first-child { border-radius: 22px; border-bottom-right-radius: 0; border-top-right-radius: 0; } .score:last-child { margin-right: 0; border-radius: 22px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .tooltip-inner { background-color: #111; font-size: .75rem; } .icon { vertical-align: middle; display: inline-block; } .icon-info { cursor: pointer; opacity: .4; transition: opacity .3s ease; } .icon-info:hover { opacity: 1; } .icon svg { width: 16px; height: 16px; } .tag { font-size: 65%; border-radius: .1rem; margin-right: 3px; text-shadow: 0 0 2px rgba(0, 0, 0, .7); color: black; } .progress-list .tag { width: 2.25rem; } .objective > .tag-default { font-weight: 300; background-color: lightgray; } h2 .tag { border-radius: 1rem; vertical-align: middle; margin-top: -1px; font-weight: bold; padding: .3rem .4rem; margin-left: 1rem; margin-bottom: .5rem; float: right; } h3 .tag { font-size: 80%; margin-top: -2px; vertical-align: middle; } h3 .collapser { cursor: pointer; } @media (min-width: 768px) { .objective { padding: 15px; border: 2px dotted rgba(0, 0, 0, .1); border-radius: 4px; width: 100%; height: 100%; } } @media all and (max-width: 668px) { .inline h1 { display: none; } }
0.53048
0.099426
h3.h3{text-align:center;margin:1em;text-transform:capitalize;font-size:1.7em;} /********************* Shopping Demo-4 **********************/ .product-grid4,.product-grid4 .product-image4{position:relative} .product-grid4{font-family:Poppins,sans-serif;text-align:center;border-radius:5px;overflow:hidden;z-index:1;transition:all .3s ease 0s} .product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)} .product-grid4 .product-image4 a{display:block} .product-grid4 .product-image4 img{width:100%;height:200px} .product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s} .product-grid4:hover .pic-1{opacity:0} .product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s} .product-grid4:hover .pic-2{opacity:1} .product-grid4 .social{width:180px;padding:0;margin:0 auto;list-style:none;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s} .product-grid4 .social li{display:inline-block;opacity:0;transition:all .7s} .product-grid4 .social li:nth-child(1){transition-delay:.15s} .product-grid4 .social li:nth-child(2){transition-delay:.3s} .product-grid4 .social li:nth-child(3){transition-delay:.45s} .product-grid4:hover .social li{opacity:1} .product-grid4 .social li a{color:#222;background:#fff;font-size:17px;line-height:36px;width:40px;height:36px;border-radius:2px;margin:0 5px;display:block;transition:all .3s ease 0s} .product-grid4 .social li a:hover{color:#fff;background:#16a085} .product-grid4 .social li a:after,.product-grid4 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:20px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px} .product-grid4 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1} .product-grid4 .social li a:hover:after,.product-grid4 .social li a:hover:before{opacity:1} .product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color:#16a085;font-size:13px;font-weight:800;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s} .product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a} .product-grid4:hover .product-new-label{opacity:0} .product-grid4 .product-content{padding:25px} .product-grid4 .title{font-size:15px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s} .product-grid4 .title a{color:#222} .product-grid4 .title a:hover{color:#16a085} .product-grid4 .price{color:#000000;font-size:17px;font-weight:700;margin:0 2px 15px 0;display:block} .product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block} .product-grid4 .add-to-cart{border:1px solid #e5e5e5;display:inline-block;padding:10px 20px;color:#888;font-weight:600;font-size:14px;border-radius:4px;transition:all .3s} .product-grid4:hover .add-to-cart{border:1px solid transparent;background:#000000;color:#fff} .product-grid4 .add-to-cart:hover{background-color:#505050;box-shadow:0 0 10px rgba(0,0,0,.5)} @media only screen and (max-width:990px){.product-grid4{margin-bottom:30px} } }
assets/css/grid-shop.css
h3.h3{text-align:center;margin:1em;text-transform:capitalize;font-size:1.7em;} /********************* Shopping Demo-4 **********************/ .product-grid4,.product-grid4 .product-image4{position:relative} .product-grid4{font-family:Poppins,sans-serif;text-align:center;border-radius:5px;overflow:hidden;z-index:1;transition:all .3s ease 0s} .product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)} .product-grid4 .product-image4 a{display:block} .product-grid4 .product-image4 img{width:100%;height:200px} .product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s} .product-grid4:hover .pic-1{opacity:0} .product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s} .product-grid4:hover .pic-2{opacity:1} .product-grid4 .social{width:180px;padding:0;margin:0 auto;list-style:none;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s} .product-grid4 .social li{display:inline-block;opacity:0;transition:all .7s} .product-grid4 .social li:nth-child(1){transition-delay:.15s} .product-grid4 .social li:nth-child(2){transition-delay:.3s} .product-grid4 .social li:nth-child(3){transition-delay:.45s} .product-grid4:hover .social li{opacity:1} .product-grid4 .social li a{color:#222;background:#fff;font-size:17px;line-height:36px;width:40px;height:36px;border-radius:2px;margin:0 5px;display:block;transition:all .3s ease 0s} .product-grid4 .social li a:hover{color:#fff;background:#16a085} .product-grid4 .social li a:after,.product-grid4 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:20px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px} .product-grid4 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1} .product-grid4 .social li a:hover:after,.product-grid4 .social li a:hover:before{opacity:1} .product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color:#16a085;font-size:13px;font-weight:800;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s} .product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a} .product-grid4:hover .product-new-label{opacity:0} .product-grid4 .product-content{padding:25px} .product-grid4 .title{font-size:15px;font-weight:400;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s} .product-grid4 .title a{color:#222} .product-grid4 .title a:hover{color:#16a085} .product-grid4 .price{color:#000000;font-size:17px;font-weight:700;margin:0 2px 15px 0;display:block} .product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block} .product-grid4 .add-to-cart{border:1px solid #e5e5e5;display:inline-block;padding:10px 20px;color:#888;font-weight:600;font-size:14px;border-radius:4px;transition:all .3s} .product-grid4:hover .add-to-cart{border:1px solid transparent;background:#000000;color:#fff} .product-grid4 .add-to-cart:hover{background-color:#505050;box-shadow:0 0 10px rgba(0,0,0,.5)} @media only screen and (max-width:990px){.product-grid4{margin-bottom:30px} } }
0.234407
0.055132
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'); @font-face { font-family: "Bender-Light"; src: url("../fonts/Bender Light.otf") format("opentype"); font-weight: 300; font-style: normal; } @font-face { font-family: "Bender"; src: url("../fonts/Bender.otf") format("opentype"); font-weight: 400; font-style: normal; } @font-face { font-family: "Bender-Bold"; src: url("../fonts/Bender Bold.otf") format("opentype"); font-weight: 700; font-style: normal; } @font-face { font-family: "Bender-Black"; src: url("../fonts/Bender Black.otf") format("opentype"); font-weight: 900; font-style: normal; } .alignleft { float: left; margin-right: 15px; } .alignright { float: right; margin-left: 15px; } .aligncenter { display: block; margin: 0 auto 15px; } a:focus, input:focus, textarea:focus, button:focus { outline: 0 solid; } img { max-width: 100%; height: auto; } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; font-weight: 700; font-family: 'Roboto', sans-serif; } html, body { height: 100%; } body { font-family: 'Roboto', sans-serif !important; font-weight: 300; color: #010101; overflow-x: hidden; } a:hover { text-decoration: none; } .section-padding { padding: 100px 0; } /* OFF CANVAS MENU */ .mobile-header-area { display: none; } .off-canvas-menu { background: #0062db; position: fixed; width: 300px; z-index: 1399; height: 100%; top: 0; left: -300px; transition: .3s; } .off-canvas-menu .top-area-logo { padding: 10px; padding-top: 22px; } .off-canvas-menu.active { left: 0; } .off-canvas-menu ul { margin: 0; padding: 0; list-style: none; padding-top: 50px; } .off-canvas-menu ul li a { color: #fff; display: block; padding: 12px; border-bottom: 1px dashed rgba(255, 255, 255, .4); text-decoration: none; } .menu-close { position: absolute; right: 0; top: 0; color: #fff; padding: 25px; cursor: pointer; } .off-canvas-overlay { position: fixed; height: 100%; width: 100%; background: #000; z-index: -1; opacity: 0; transition: .3s; top: 0; } .off-canvas-overlay.active { z-index: 1098; opacity: .6; } /* HEADER AREA CSS */ .logo a { display: inline-block; padding: 10px 0; transition: .3s; } .logo img { max-height: 55px; } .header-area { background: #fff; position: absolute; left: 0; top: 0; z-index: 100; width: 100%; } .secondary-menu ul { margin: 0; padding: 0; list-style: none; } .secondary-menu li { display: inline-block; position: relative; } .secondary-menu ul li a { color: #010101; font-size: 16px; font-weight: 400; display: block; padding: 25px 0; padding-left: 50px; margin-left: 10px; transition: .3s; } .logo a:hover { transform: scale(1.1); } .secondary-menu ul li a:hover { color: #0062db; } .header-absolute { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; } /* HOMPAGE SLIDES AREA CSS */ .homepage-slides, .homepage-slides-1 { background-color: #ddd; background-position: center; background-size: cover; position: relative; /* added by nmh47 */ margin-top: 2%; } .homepage-slides-bg { background-image: url('../img/hero-bg.jpg'); } .homepage-inner-table { height: 100%; display: table; width: 100%; position: relative; background-color: transparent; } .homepage-inner-tablecell { display: table-cell; vertical-align: middle; color: #010101; font-weight: 300; line-height: 1.3; font-size: 24px; background-color: transparent; padding-top: 65px; } .homepage-slides, .homepage-slides div { height: 100%; } .homepage-slides div.homepage-inner-tablecell, .homepage-slides div.homepage-inner-tablecell div, .homepage-slides div.owl-controls, .homepage-slides div.owl-controls div { height: auto; } .buy-btn { display: inline-block; font-size: 15px; color: #0062db; font-weight: 400; letter-spacing: 1px; border: 1px solid #0062db; padding: 10px 20px; margin-top: 15px; transition: .3s; border-radius: 3px; } .buy-btn:hover { color: #fff; background: #0062db; border: 1px solid #0062db; } #particles-js, #particles-js-1 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .single-slide-row { display: table !important; width: 100% !important; height: auto !important; } .single-slide-row-inner { display: flex; width: 100% !important; height: 100% !important; align-items: center; } .hero-image polygon.stroked { stroke: #0062db; stroke-width: 1; transform: scale(.9) translate(6%, 5%); fill: #fff; fill-opacity: 0; transition: .3s; } .stop1 { stop-color: #0060ff; } .stop2 { stop-color: #006cc7; } .stop3 { stop-color: #1549be; } .hero-image polygon.filled { fill: #fff; transition: .3s; } .hex-3 { width: 50%; } .single-slider-text { margin: 0 auto; } .row.single-slide-row.slick-slide:focus, .single-certificate-item.slick-slide:focus, .slick-slide:focus { outline: 0 solid; } .slick-prev.slick-arrow, .slick-next.slick-arrow { background: #fff; position: absolute; right: 14.8%; top: -70px; z-index: 50; text-align: center; width: 100px; cursor: pointer; opacity: .5; } .slick-next.slick-arrow { top: auto; bottom: -70px; } .hero-image .imaged { display: block; } .hero-image .imaged.centered { display: none; } .hero__title .slick-center .hero-image .imaged, .hero__title-mobile .slick-center .hero-image .imaged { display: none; } .hero__title .slick-center .hero-image .imaged.centered, .hero__title-mobile .slick-center .hero-image .imaged.centered { display: block; } .hero__title .slick-center .hero-image .filled { fill: url(#grad); } .hero__title-mobile .slick-center .hero-image .filled { fill: url(#mobile-grad); } .hero__title .slick-center .hero-image polygon.stroked, .hero__title-mobile .slick-center .hero-image polygon.stroked { stroke: #fff; stroke-width: 1; } .hero__title .single-slider-text p, .hero__title .single-slider-text a, .hero__title-mobile .single-slider-text p, .hero__title-mobile .single-slider-text a { display: none; } .hero__title .slick-center .single-slider-text p { font-size: 28px; font-weight: 300; display: block; } .hero__title-mobile .slick-center .single-slider-text p { display: block; font-size: 16px; font-weight: 300; margin-bottom: 60px; text-align: center; } .hero__title .slick-center .single-slider-text a { display: inline-block; } .hero__title .row { display: flex; align-items: center; } .hero-image { margin: 5px 0; position: relative; } .hero-image-text { position: absolute; bottom: 14%; left: 50%; transform: translateX(-50%); color: #0062db; font-size: 14px; font-weight: 300; } .hero__title .slick-center .hero-image-text { font-size: 20px; bottom: 20%; } .hero__title .slick-center .hero-image-text, .hero__title-mobile .slick-center .hero-image-text { color: #fff; } /* .slick-dupe.slick-center { height: 503px !important; margin: 30px 0; } .slick-center .hex-3 { width: 100%; } */ .hero__title .slick-list.draggable { height: 712px !important; padding: 0 !important; margin-top: -133px !important; } /* FAQ AREA CSS */ .faq-area { background-color: #0062db; background-size: cover; background-position: center; } .faq-bg { background-image: url('../img/faq-bg.jpg'); } .overlay { position: relative; z-index: 1; } .overlay::after { position: absolute; background-color: #0062db; content: ""; height: 100%; width: 100%; left: 0; top: 0; opacity: 0.8; z-index: -1; } .bg-parallax { background-attachment: fixed; } .tab-details { padding: 0 25px; font-size: 14px; font-weight: 300; line-height: 20px; color: #fff; text-align: justify; } .faq-tab ul { margin: 0; padding: 0; list-style: none; } .faq-tab ul li { display: block; position: relative; } .faq-tab ul li a { color: #fff; padding: 14px; display: block; cursor: pointer; transition: .3s; font-size: 16px; font-weight: 300; line-height: 20px; margin-bottom: 50px; border: 1px solid transparent; } .faq-tab ul li:last-child a { margin-bottom: 0; } .faq-tab ul li a[aria-expanded=true] { border: 1px solid #fff; color: #fff; } /* SERVICE AREA CSS */ .single-service-area img { display: inline-block; max-height: 120px; } .single-service-area h3 { font-size: 15px; font-weight: 300; margin-bottom: 0; margin-top: 20px; line-height: 25px; text-transform: uppercase; } /* PRODUCT RANGE AREA CSS */ .product-range-area { background: #0062db; padding: 110px 0 140px; } .product-range-area h3 { color: #fff; font-weight: 400; text-transform: uppercase; font-size: 23px; margin-bottom: 50px; } .product-tab ul { margin: 0; padding: 0; list-style: none; } .product-tab ul li { display: inline-block; position: relative; } .product-tab ul li a { color: #fff; font-size: 15px; display: block; padding: 10px 20px; cursor: pointer; transition: .3s; border: 1px solid #0062db; } .product-tab ul li a[aria-expanded=true] { border: 1px solid #fff; } .product-tab { margin-bottom: 120px; } .product-tab ul li a:hover { opacity: .7; } svg.hex-2 { width: 40%; } svg.hex-1 { width: 100%; } .center-image polygon { stroke: #fff; stroke-width: 1; } .corner-area { display: table; width: 370px; height: 100px; } .corner-area-inner { display: table-cell; vertical-align: middle; position: relative; } .corner-area-text h4 { color: #fff; font-weight: 300; text-transform: uppercase; font-size: 14px; margin: 0; } .corner-image { position: absolute; top: 5px; width: 100px; height: 98px; } .corner-image.right { right: 0; } .corner-image.left { left: 0; } .corner-area.text-right h4 { margin-right: 130px; } .product-tab-details { position: relative; z-index: 190; } .corner-area { position: absolute; } .corner-area.top-left { top: -48px; left: 11.8%; } .corner-area.middle-left { top: 37%; left: 1.8%; } .corner-area.bottom-left { top: 86%; left: 11.8%; } .corner-area.text-left h4 { margin-left: 130px; } .corner-area.top-right { top: -48px; left: auto; right: 11.8%; } .corner-area.middle-right { left: auto; top: 37%; right: 1.8%; } .corner-area.bottom-right { left: auto; top: 86%; right: 11.8%; } /* CERTIFICATE AREA CSS */ .certificate-carousel { height: 320px; display: flex; align-items: center; } .single-certificate-item { display: table; width: 90%; margin: 0 auto; } .certificate-item-inner { display: table-cell; vertical-align: middle; height: 260px; width: 100%; text-align: center; padding: 50px 40px; transition: .4s; } .slick-center .certificate-item-inner { padding: 0; } .certificate-carousel.slick-initialized.slick-slider .slick-list { padding: 0 !important; } .certificate-item-inner img { /* border: 1px solid #010101; */ border: 1px solid #adadad; transition: .3s; } .owl-carousel .owl-stage-outer { overflow: hidden; padding-top: 60px; padding-bottom: 60px; } .owl-item, .owl-item.cloned { opacity: 0; visibility: hidden; /* transition: .3s; */ } .owl-item.active { transition: .5s; opacity: 1; visibility: visible; } .owl-item.active.center { transform: scale(1.3); } .certificate-area h3 { font-size: 30px; font-weight: 300; text-transform: uppercase; margin-bottom: 50px; } .thin-icon { background-size: 20%; background-position: center; display: block; width: 50px; height: 50px; background-repeat: no-repeat; margin: 0 auto; cursor: pointer; } .thin-left-icon { background-image: url('../img/icon-angle-left.png') } .thin-right-icon { background-image: url('../img/icon-angle-right.png') } .thin-up-icon { background-image: url('../img/icon-angle-up.png') } .thin-down-icon { background-image: url('../img/icon-angle-down.png') } .certificate-carousel .owl-nav div { position: absolute; width: 50px; height: 50px; left: -100px; top: 50%; margin-top: -25px; } .certificate-carousel .owl-nav div.owl-next { left: auto; right: -100px; } .certificate-area { position: relative; background-size: cover; background-position: center; background-color: #ddd; } .p-100 { padding-top: 80px; padding-bottom: 160px; } /* CTA AREA CSS */ .cta-area { background-color: #ed3239; background-size: cover; background-position: center; padding: 80px 0; } .cta-area-bg { background-image: url('../img/cta-bg-overlay.png'); } .cta-area h3 { color: #fff; font-size: 25px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 25px; font-family: 'Bender-Bold', sans-serif; } .cta-area p { font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 17px; font-style: italic; font-family: 'Bender-Bold', sans-serif; } .cta-btn { color: #f8121a; background: #fff; display: inline-block; font-size: 15px; font-weight: 700; padding: 12px 50px; letter-spacing: 1px; border-radius: 3px; transition: .3s; margin-top: 40px; font-family: 'Bender-Bold', sans-serif; } .cta-btn:hover { color: #ed3239; background: #ddd; } /* GOOGLE MAP CSS */ #googleMap3 { height: 600px; width: 100%; } /* FOOTER AREA CSS */ .footer-area { background: #0062db; padding-bottom: 35px; padding-top: 60px; } .logo.logo-footer a { padding-top: 0; } .footer-info { color: #fff; font-size: 15px; font-weight: 300; } .social-icon a { display: inline-block; color: #224188; background: #fff; width: 50px; height: 50px; margin-left: 15px; text-align: center; font-size: 18px; line-height: 50px; margin-bottom: 15px; transition: .3s; } .social-icon a:nth-child(4n) { margin-right: 60px; } .social-icon a:hover { background: rgba(255, 255, 255, .5); } .mobile-responsive { display: none; } #boxer .boxer-content { padding: 20px; } /* Added At March 12 */ .mb-20 { margin-bottom: 20px; } #animatedHeadingMobile { display: none; } /* Added At March 14 */ .boxer-open #boxer-overlay { opacity: 0.15; } .cusDD_default .cusDD_select { z-index: 200; } .cusDD_default .cusDD_options { z-index: 201; } /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ ::-webkit-scrollbar-thumb { background: #0062db; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #024aa1; }
v3/assets/css/style.css
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'); @font-face { font-family: "Bender-Light"; src: url("../fonts/Bender Light.otf") format("opentype"); font-weight: 300; font-style: normal; } @font-face { font-family: "Bender"; src: url("../fonts/Bender.otf") format("opentype"); font-weight: 400; font-style: normal; } @font-face { font-family: "Bender-Bold"; src: url("../fonts/Bender Bold.otf") format("opentype"); font-weight: 700; font-style: normal; } @font-face { font-family: "Bender-Black"; src: url("../fonts/Bender Black.otf") format("opentype"); font-weight: 900; font-style: normal; } .alignleft { float: left; margin-right: 15px; } .alignright { float: right; margin-left: 15px; } .aligncenter { display: block; margin: 0 auto 15px; } a:focus, input:focus, textarea:focus, button:focus { outline: 0 solid; } img { max-width: 100%; height: auto; } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; font-weight: 700; font-family: 'Roboto', sans-serif; } html, body { height: 100%; } body { font-family: 'Roboto', sans-serif !important; font-weight: 300; color: #010101; overflow-x: hidden; } a:hover { text-decoration: none; } .section-padding { padding: 100px 0; } /* OFF CANVAS MENU */ .mobile-header-area { display: none; } .off-canvas-menu { background: #0062db; position: fixed; width: 300px; z-index: 1399; height: 100%; top: 0; left: -300px; transition: .3s; } .off-canvas-menu .top-area-logo { padding: 10px; padding-top: 22px; } .off-canvas-menu.active { left: 0; } .off-canvas-menu ul { margin: 0; padding: 0; list-style: none; padding-top: 50px; } .off-canvas-menu ul li a { color: #fff; display: block; padding: 12px; border-bottom: 1px dashed rgba(255, 255, 255, .4); text-decoration: none; } .menu-close { position: absolute; right: 0; top: 0; color: #fff; padding: 25px; cursor: pointer; } .off-canvas-overlay { position: fixed; height: 100%; width: 100%; background: #000; z-index: -1; opacity: 0; transition: .3s; top: 0; } .off-canvas-overlay.active { z-index: 1098; opacity: .6; } /* HEADER AREA CSS */ .logo a { display: inline-block; padding: 10px 0; transition: .3s; } .logo img { max-height: 55px; } .header-area { background: #fff; position: absolute; left: 0; top: 0; z-index: 100; width: 100%; } .secondary-menu ul { margin: 0; padding: 0; list-style: none; } .secondary-menu li { display: inline-block; position: relative; } .secondary-menu ul li a { color: #010101; font-size: 16px; font-weight: 400; display: block; padding: 25px 0; padding-left: 50px; margin-left: 10px; transition: .3s; } .logo a:hover { transform: scale(1.1); } .secondary-menu ul li a:hover { color: #0062db; } .header-absolute { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; } /* HOMPAGE SLIDES AREA CSS */ .homepage-slides, .homepage-slides-1 { background-color: #ddd; background-position: center; background-size: cover; position: relative; /* added by nmh47 */ margin-top: 2%; } .homepage-slides-bg { background-image: url('../img/hero-bg.jpg'); } .homepage-inner-table { height: 100%; display: table; width: 100%; position: relative; background-color: transparent; } .homepage-inner-tablecell { display: table-cell; vertical-align: middle; color: #010101; font-weight: 300; line-height: 1.3; font-size: 24px; background-color: transparent; padding-top: 65px; } .homepage-slides, .homepage-slides div { height: 100%; } .homepage-slides div.homepage-inner-tablecell, .homepage-slides div.homepage-inner-tablecell div, .homepage-slides div.owl-controls, .homepage-slides div.owl-controls div { height: auto; } .buy-btn { display: inline-block; font-size: 15px; color: #0062db; font-weight: 400; letter-spacing: 1px; border: 1px solid #0062db; padding: 10px 20px; margin-top: 15px; transition: .3s; border-radius: 3px; } .buy-btn:hover { color: #fff; background: #0062db; border: 1px solid #0062db; } #particles-js, #particles-js-1 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .single-slide-row { display: table !important; width: 100% !important; height: auto !important; } .single-slide-row-inner { display: flex; width: 100% !important; height: 100% !important; align-items: center; } .hero-image polygon.stroked { stroke: #0062db; stroke-width: 1; transform: scale(.9) translate(6%, 5%); fill: #fff; fill-opacity: 0; transition: .3s; } .stop1 { stop-color: #0060ff; } .stop2 { stop-color: #006cc7; } .stop3 { stop-color: #1549be; } .hero-image polygon.filled { fill: #fff; transition: .3s; } .hex-3 { width: 50%; } .single-slider-text { margin: 0 auto; } .row.single-slide-row.slick-slide:focus, .single-certificate-item.slick-slide:focus, .slick-slide:focus { outline: 0 solid; } .slick-prev.slick-arrow, .slick-next.slick-arrow { background: #fff; position: absolute; right: 14.8%; top: -70px; z-index: 50; text-align: center; width: 100px; cursor: pointer; opacity: .5; } .slick-next.slick-arrow { top: auto; bottom: -70px; } .hero-image .imaged { display: block; } .hero-image .imaged.centered { display: none; } .hero__title .slick-center .hero-image .imaged, .hero__title-mobile .slick-center .hero-image .imaged { display: none; } .hero__title .slick-center .hero-image .imaged.centered, .hero__title-mobile .slick-center .hero-image .imaged.centered { display: block; } .hero__title .slick-center .hero-image .filled { fill: url(#grad); } .hero__title-mobile .slick-center .hero-image .filled { fill: url(#mobile-grad); } .hero__title .slick-center .hero-image polygon.stroked, .hero__title-mobile .slick-center .hero-image polygon.stroked { stroke: #fff; stroke-width: 1; } .hero__title .single-slider-text p, .hero__title .single-slider-text a, .hero__title-mobile .single-slider-text p, .hero__title-mobile .single-slider-text a { display: none; } .hero__title .slick-center .single-slider-text p { font-size: 28px; font-weight: 300; display: block; } .hero__title-mobile .slick-center .single-slider-text p { display: block; font-size: 16px; font-weight: 300; margin-bottom: 60px; text-align: center; } .hero__title .slick-center .single-slider-text a { display: inline-block; } .hero__title .row { display: flex; align-items: center; } .hero-image { margin: 5px 0; position: relative; } .hero-image-text { position: absolute; bottom: 14%; left: 50%; transform: translateX(-50%); color: #0062db; font-size: 14px; font-weight: 300; } .hero__title .slick-center .hero-image-text { font-size: 20px; bottom: 20%; } .hero__title .slick-center .hero-image-text, .hero__title-mobile .slick-center .hero-image-text { color: #fff; } /* .slick-dupe.slick-center { height: 503px !important; margin: 30px 0; } .slick-center .hex-3 { width: 100%; } */ .hero__title .slick-list.draggable { height: 712px !important; padding: 0 !important; margin-top: -133px !important; } /* FAQ AREA CSS */ .faq-area { background-color: #0062db; background-size: cover; background-position: center; } .faq-bg { background-image: url('../img/faq-bg.jpg'); } .overlay { position: relative; z-index: 1; } .overlay::after { position: absolute; background-color: #0062db; content: ""; height: 100%; width: 100%; left: 0; top: 0; opacity: 0.8; z-index: -1; } .bg-parallax { background-attachment: fixed; } .tab-details { padding: 0 25px; font-size: 14px; font-weight: 300; line-height: 20px; color: #fff; text-align: justify; } .faq-tab ul { margin: 0; padding: 0; list-style: none; } .faq-tab ul li { display: block; position: relative; } .faq-tab ul li a { color: #fff; padding: 14px; display: block; cursor: pointer; transition: .3s; font-size: 16px; font-weight: 300; line-height: 20px; margin-bottom: 50px; border: 1px solid transparent; } .faq-tab ul li:last-child a { margin-bottom: 0; } .faq-tab ul li a[aria-expanded=true] { border: 1px solid #fff; color: #fff; } /* SERVICE AREA CSS */ .single-service-area img { display: inline-block; max-height: 120px; } .single-service-area h3 { font-size: 15px; font-weight: 300; margin-bottom: 0; margin-top: 20px; line-height: 25px; text-transform: uppercase; } /* PRODUCT RANGE AREA CSS */ .product-range-area { background: #0062db; padding: 110px 0 140px; } .product-range-area h3 { color: #fff; font-weight: 400; text-transform: uppercase; font-size: 23px; margin-bottom: 50px; } .product-tab ul { margin: 0; padding: 0; list-style: none; } .product-tab ul li { display: inline-block; position: relative; } .product-tab ul li a { color: #fff; font-size: 15px; display: block; padding: 10px 20px; cursor: pointer; transition: .3s; border: 1px solid #0062db; } .product-tab ul li a[aria-expanded=true] { border: 1px solid #fff; } .product-tab { margin-bottom: 120px; } .product-tab ul li a:hover { opacity: .7; } svg.hex-2 { width: 40%; } svg.hex-1 { width: 100%; } .center-image polygon { stroke: #fff; stroke-width: 1; } .corner-area { display: table; width: 370px; height: 100px; } .corner-area-inner { display: table-cell; vertical-align: middle; position: relative; } .corner-area-text h4 { color: #fff; font-weight: 300; text-transform: uppercase; font-size: 14px; margin: 0; } .corner-image { position: absolute; top: 5px; width: 100px; height: 98px; } .corner-image.right { right: 0; } .corner-image.left { left: 0; } .corner-area.text-right h4 { margin-right: 130px; } .product-tab-details { position: relative; z-index: 190; } .corner-area { position: absolute; } .corner-area.top-left { top: -48px; left: 11.8%; } .corner-area.middle-left { top: 37%; left: 1.8%; } .corner-area.bottom-left { top: 86%; left: 11.8%; } .corner-area.text-left h4 { margin-left: 130px; } .corner-area.top-right { top: -48px; left: auto; right: 11.8%; } .corner-area.middle-right { left: auto; top: 37%; right: 1.8%; } .corner-area.bottom-right { left: auto; top: 86%; right: 11.8%; } /* CERTIFICATE AREA CSS */ .certificate-carousel { height: 320px; display: flex; align-items: center; } .single-certificate-item { display: table; width: 90%; margin: 0 auto; } .certificate-item-inner { display: table-cell; vertical-align: middle; height: 260px; width: 100%; text-align: center; padding: 50px 40px; transition: .4s; } .slick-center .certificate-item-inner { padding: 0; } .certificate-carousel.slick-initialized.slick-slider .slick-list { padding: 0 !important; } .certificate-item-inner img { /* border: 1px solid #010101; */ border: 1px solid #adadad; transition: .3s; } .owl-carousel .owl-stage-outer { overflow: hidden; padding-top: 60px; padding-bottom: 60px; } .owl-item, .owl-item.cloned { opacity: 0; visibility: hidden; /* transition: .3s; */ } .owl-item.active { transition: .5s; opacity: 1; visibility: visible; } .owl-item.active.center { transform: scale(1.3); } .certificate-area h3 { font-size: 30px; font-weight: 300; text-transform: uppercase; margin-bottom: 50px; } .thin-icon { background-size: 20%; background-position: center; display: block; width: 50px; height: 50px; background-repeat: no-repeat; margin: 0 auto; cursor: pointer; } .thin-left-icon { background-image: url('../img/icon-angle-left.png') } .thin-right-icon { background-image: url('../img/icon-angle-right.png') } .thin-up-icon { background-image: url('../img/icon-angle-up.png') } .thin-down-icon { background-image: url('../img/icon-angle-down.png') } .certificate-carousel .owl-nav div { position: absolute; width: 50px; height: 50px; left: -100px; top: 50%; margin-top: -25px; } .certificate-carousel .owl-nav div.owl-next { left: auto; right: -100px; } .certificate-area { position: relative; background-size: cover; background-position: center; background-color: #ddd; } .p-100 { padding-top: 80px; padding-bottom: 160px; } /* CTA AREA CSS */ .cta-area { background-color: #ed3239; background-size: cover; background-position: center; padding: 80px 0; } .cta-area-bg { background-image: url('../img/cta-bg-overlay.png'); } .cta-area h3 { color: #fff; font-size: 25px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 25px; font-family: 'Bender-Bold', sans-serif; } .cta-area p { font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 17px; font-style: italic; font-family: 'Bender-Bold', sans-serif; } .cta-btn { color: #f8121a; background: #fff; display: inline-block; font-size: 15px; font-weight: 700; padding: 12px 50px; letter-spacing: 1px; border-radius: 3px; transition: .3s; margin-top: 40px; font-family: 'Bender-Bold', sans-serif; } .cta-btn:hover { color: #ed3239; background: #ddd; } /* GOOGLE MAP CSS */ #googleMap3 { height: 600px; width: 100%; } /* FOOTER AREA CSS */ .footer-area { background: #0062db; padding-bottom: 35px; padding-top: 60px; } .logo.logo-footer a { padding-top: 0; } .footer-info { color: #fff; font-size: 15px; font-weight: 300; } .social-icon a { display: inline-block; color: #224188; background: #fff; width: 50px; height: 50px; margin-left: 15px; text-align: center; font-size: 18px; line-height: 50px; margin-bottom: 15px; transition: .3s; } .social-icon a:nth-child(4n) { margin-right: 60px; } .social-icon a:hover { background: rgba(255, 255, 255, .5); } .mobile-responsive { display: none; } #boxer .boxer-content { padding: 20px; } /* Added At March 12 */ .mb-20 { margin-bottom: 20px; } #animatedHeadingMobile { display: none; } /* Added At March 14 */ .boxer-open #boxer-overlay { opacity: 0.15; } .cusDD_default .cusDD_select { z-index: 200; } .cusDD_default .cusDD_options { z-index: 201; } /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ ::-webkit-scrollbar-thumb { background: #0062db; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #024aa1; }
0.459076
0.096195
body { background-color: whitesmoke; } header{ background: linear-gradient(to right, #00ccff 0%, #6600cc 100%); padding-top: 2px; padding-bottom: 2px; color: whitesmoke; } .text-center { color: #f4f9ff; } .card-header{ padding-left: 2px; } .form-control{ width: 87%; margin-right: 2px; } title { color: #f4f9ff; } .row { padding-left: 10px; } span { display: inline-flex; } .container { background-color: #fff; display: block; margin: 0 auto; border-radius: 10px; padding-bottom: 50px; width: 90%; } .five-day-card { background:rgb(39, 13, 153); color: white; } .app-title { height: 50px; border-radius: 10px 10px 0 0; } .app-title p { text-align: center; padding: 15px; margin: 0 auto; font-size: 1.2em; color: #293251; } .notification { background-color: #f8d7da; display: none; } .notification p { color: #721c24; font-size: 1.2em; margin: 0; text-align: center; padding: 10px 0; } .weather-container { height: 160px; background-color: #f4f9ff; margin-top: 20px; padding: 10px; } .weather-box{ width: 100%; } .weather-icon { height: 128px; } .weather-icon img { display: block; margin: 0 auto; } .temperature-value { height: 60px; } #run-search{ background-color: skyblue; color: white; } .temperature-value p { padding: 0; margin: 0; color: #293251; font-size: 4em; text-align: center; cursor: pointer; } .forecast-container{ padding-right: 25px; } .card-body{ padding: 1px; } #search-card { padding-top: 30px; } .temperature-value span { color: #293251; font-size: 0.5em; } .temperature-description p { padding: 8px; margin: 0; color: #293251; text-align: center; font-size: 1.2em; } .location p { margin: 0; padding: 0; color: #293251; text-align: center; font-size: 0.8em; }
style.css
body { background-color: whitesmoke; } header{ background: linear-gradient(to right, #00ccff 0%, #6600cc 100%); padding-top: 2px; padding-bottom: 2px; color: whitesmoke; } .text-center { color: #f4f9ff; } .card-header{ padding-left: 2px; } .form-control{ width: 87%; margin-right: 2px; } title { color: #f4f9ff; } .row { padding-left: 10px; } span { display: inline-flex; } .container { background-color: #fff; display: block; margin: 0 auto; border-radius: 10px; padding-bottom: 50px; width: 90%; } .five-day-card { background:rgb(39, 13, 153); color: white; } .app-title { height: 50px; border-radius: 10px 10px 0 0; } .app-title p { text-align: center; padding: 15px; margin: 0 auto; font-size: 1.2em; color: #293251; } .notification { background-color: #f8d7da; display: none; } .notification p { color: #721c24; font-size: 1.2em; margin: 0; text-align: center; padding: 10px 0; } .weather-container { height: 160px; background-color: #f4f9ff; margin-top: 20px; padding: 10px; } .weather-box{ width: 100%; } .weather-icon { height: 128px; } .weather-icon img { display: block; margin: 0 auto; } .temperature-value { height: 60px; } #run-search{ background-color: skyblue; color: white; } .temperature-value p { padding: 0; margin: 0; color: #293251; font-size: 4em; text-align: center; cursor: pointer; } .forecast-container{ padding-right: 25px; } .card-body{ padding: 1px; } #search-card { padding-top: 30px; } .temperature-value span { color: #293251; font-size: 0.5em; } .temperature-description p { padding: 8px; margin: 0; color: #293251; text-align: center; font-size: 1.2em; } .location p { margin: 0; padding: 0; color: #293251; text-align: center; font-size: 0.8em; }
0.509764
0.17692
.user-info-card { width: 100px; height: 100px; overflow: hidden; } .error { color: red; } .required { color: red; } .user-info-card img { min-height: 100%; } .avatar-in-list { width: 50px; } .house-picture { width: 100%; margin-bottom: 10px; border: 0 solid transparent; border-radius: 0.286rem; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .attr-name { width: 30%; } .gallery img { height: 100px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #ececec; border-radius: 0.286rem; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); } .btn-min-width { min-width: 100px; margin: 5px 0; } .avatar-150 { width: 150px; } .attr table { width: 100% !important; } .attr .checkbox-custom { text-align: left !important; } .subtraction-field { background-color: #ffffb5; color: red; } svg:not(:root) { overflow: visible; } .working-status-cell { text-align: center; margin-top: 0; margin-bottom: 0; } .site-navbar { z-index: 100; } .datepicker { z-index: 2000 !important; } .page-header { z-index: 90; } .badge-lg { padding: 10px; } .quiz-questions p { display: inline-block; } .quiz-questions li p { margin-bottom: 0; } .quiz-questions .correct-answer { text-underline: #0a6beb; text-decoration: underline; color: #0a6beb; } .radio-success2 input[type="radio"]:checked + label::before, .radio-success2 input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #8ec487; } .radio-success2 input[type="radio"]:checked + label::after, .radio-success2 input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-yellow input[type="radio"]:checked + label::before, .radio-yellow input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #FAA700; } .radio-yellow input[type="radio"]:checked + label::after, .radio-yellow input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-orange input[type="radio"]:checked + label::before, .radio-orange input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #F57D1B; } .radio-orange input[type="radio"]:checked + label::after, .radio-orange input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-purple input[type="radio"]:checked + label::before, .radio-purple input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #A57AFA; } .radio-purple input[type="radio"]:checked + label::after, .radio-purple input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-green input[type="radio"]:checked + label::before, .radio-green input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #94CC39; } .radio-green input[type="radio"]:checked + label::after, .radio-green input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-brown input[type="radio"]:checked + label::before, .radio-brown input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #82675F; } .radio-brown input[type="radio"]:checked + label::after, .radio-brown input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .bg-success2 { color: #fff; background-color: #8ec487; } .bg-success2:hover { background-color: #8ec487; } .bg-success2 a, .bg-success2 a.bg-primary { color: #fff; } .bg-success2 a:hover, .bg-success2 a.bg-primary:hover { color: #fff; } .btn-purple { color: #fff; background-color: #A57AFA; border-color: #A57AFA; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } .btn-purple:hover { color: #fff; background-color: #bd90ff; border-color: #bd90ff; } .btn-purple:focus, .btn-purple.focus { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.143rem rgba(107, 34, 167, 0.5); } .btn-purple.disabled, .btn-purple:disabled { color: #fff; background-color: #dac8fa; border-color: #dac8fa; } .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle { color: #fff; background-color: #A57AFA; border-color: #A57AFA; } .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.143rem rgba(125, 72, 167, 0.5); } .checkbox-success2 input[type="checkbox"]:checked + label::before, .checkbox-success2 input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-success2 input[type="radio"]:checked + label::before, .checkbox-success2 input[type="radio"]:checked + input[type="hidden"] + label::before { background-color: #8ec487; border-color: #8ec487; } .checkbox-success2 input[type="checkbox"]:checked + label::after, .checkbox-success2 input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-success2 input[type="radio"]:checked + label::after, .checkbox-success2 input[type="radio"]:checked + input[type="hidden"] + label::after { color: #fff; } .text-red { color: red; } .text-yellow { color: #FAA700; } .text-green { color: #94CC39; } .text-purple { color: #A57AFA } .text-brown { color: #82675F } .text-black { color: black; } .product-image-in-list { width: 50px; } .padding-inline-start-20 { padding-inline-start: 20px; } .line-height-3 { line-height: 3em; } .swal-button { padding: 7px 19px; border-radius: 2px; background-color: #11c26d !important; font-size: 16px !important; font-weight: normal; border: 1px solid #11c26d !important; } .swal-text { background-color: #FEFAE3 !important; padding: 17px; border: 1px solid #F0E1A1 !important; display: block; margin: 22px; text-align: center; color: #61534e; } .swal-footer { text-align: center; } .page-aside .list-group-item:hover { color: inherit; background-color: #fff; } .site-navbar .navbar-header .navbar-toggler, .site-navbar .navbar-header .hamburger .hamburger-bar { color: #4e3939 } .site-navbar .navbar-header .hamburger::before, .site-navbar .navbar-header .hamburger::after, .site-navbar .navbar-header .hamburger .hamburger-bar { background-color: #4e3939; } .hidden { display: none; } .logo-partner { width: 100%; height: auto; } .title-partner { font-size: 20px; } .page-aside .list-group-item { white-space: unset; } .timeline-header { margin-bottom: 10px !important; } p { margin-bottom: 10px; } @media (max-width: 479.98px) .page-content { padding: 20px; } }
public/css/customremark.css
.user-info-card { width: 100px; height: 100px; overflow: hidden; } .error { color: red; } .required { color: red; } .user-info-card img { min-height: 100%; } .avatar-in-list { width: 50px; } .house-picture { width: 100%; margin-bottom: 10px; border: 0 solid transparent; border-radius: 0.286rem; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .attr-name { width: 30%; } .gallery img { height: 100px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #ececec; border-radius: 0.286rem; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); } .btn-min-width { min-width: 100px; margin: 5px 0; } .avatar-150 { width: 150px; } .attr table { width: 100% !important; } .attr .checkbox-custom { text-align: left !important; } .subtraction-field { background-color: #ffffb5; color: red; } svg:not(:root) { overflow: visible; } .working-status-cell { text-align: center; margin-top: 0; margin-bottom: 0; } .site-navbar { z-index: 100; } .datepicker { z-index: 2000 !important; } .page-header { z-index: 90; } .badge-lg { padding: 10px; } .quiz-questions p { display: inline-block; } .quiz-questions li p { margin-bottom: 0; } .quiz-questions .correct-answer { text-underline: #0a6beb; text-decoration: underline; color: #0a6beb; } .radio-success2 input[type="radio"]:checked + label::before, .radio-success2 input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #8ec487; } .radio-success2 input[type="radio"]:checked + label::after, .radio-success2 input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-yellow input[type="radio"]:checked + label::before, .radio-yellow input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #FAA700; } .radio-yellow input[type="radio"]:checked + label::after, .radio-yellow input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-orange input[type="radio"]:checked + label::before, .radio-orange input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #F57D1B; } .radio-orange input[type="radio"]:checked + label::after, .radio-orange input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-purple input[type="radio"]:checked + label::before, .radio-purple input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #A57AFA; } .radio-purple input[type="radio"]:checked + label::after, .radio-purple input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-green input[type="radio"]:checked + label::before, .radio-green input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #94CC39; } .radio-green input[type="radio"]:checked + label::after, .radio-green input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .radio-brown input[type="radio"]:checked + label::before, .radio-brown input[type="radio"]:checked + input[type="hidden"] + label::before { border-color: #82675F; } .radio-brown input[type="radio"]:checked + label::after, .radio-brown input[type="radio"]:checked + input[type="hidden"] + label::after { border-color: #fff; } .bg-success2 { color: #fff; background-color: #8ec487; } .bg-success2:hover { background-color: #8ec487; } .bg-success2 a, .bg-success2 a.bg-primary { color: #fff; } .bg-success2 a:hover, .bg-success2 a.bg-primary:hover { color: #fff; } .btn-purple { color: #fff; background-color: #A57AFA; border-color: #A57AFA; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } .btn-purple:hover { color: #fff; background-color: #bd90ff; border-color: #bd90ff; } .btn-purple:focus, .btn-purple.focus { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.143rem rgba(107, 34, 167, 0.5); } .btn-purple.disabled, .btn-purple:disabled { color: #fff; background-color: #dac8fa; border-color: #dac8fa; } .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle { color: #fff; background-color: #A57AFA; border-color: #A57AFA; } .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.143rem rgba(125, 72, 167, 0.5); } .checkbox-success2 input[type="checkbox"]:checked + label::before, .checkbox-success2 input[type="checkbox"]:checked + input[type="hidden"] + label::before, .checkbox-success2 input[type="radio"]:checked + label::before, .checkbox-success2 input[type="radio"]:checked + input[type="hidden"] + label::before { background-color: #8ec487; border-color: #8ec487; } .checkbox-success2 input[type="checkbox"]:checked + label::after, .checkbox-success2 input[type="checkbox"]:checked + input[type="hidden"] + label::after, .checkbox-success2 input[type="radio"]:checked + label::after, .checkbox-success2 input[type="radio"]:checked + input[type="hidden"] + label::after { color: #fff; } .text-red { color: red; } .text-yellow { color: #FAA700; } .text-green { color: #94CC39; } .text-purple { color: #A57AFA } .text-brown { color: #82675F } .text-black { color: black; } .product-image-in-list { width: 50px; } .padding-inline-start-20 { padding-inline-start: 20px; } .line-height-3 { line-height: 3em; } .swal-button { padding: 7px 19px; border-radius: 2px; background-color: #11c26d !important; font-size: 16px !important; font-weight: normal; border: 1px solid #11c26d !important; } .swal-text { background-color: #FEFAE3 !important; padding: 17px; border: 1px solid #F0E1A1 !important; display: block; margin: 22px; text-align: center; color: #61534e; } .swal-footer { text-align: center; } .page-aside .list-group-item:hover { color: inherit; background-color: #fff; } .site-navbar .navbar-header .navbar-toggler, .site-navbar .navbar-header .hamburger .hamburger-bar { color: #4e3939 } .site-navbar .navbar-header .hamburger::before, .site-navbar .navbar-header .hamburger::after, .site-navbar .navbar-header .hamburger .hamburger-bar { background-color: #4e3939; } .hidden { display: none; } .logo-partner { width: 100%; height: auto; } .title-partner { font-size: 20px; } .page-aside .list-group-item { white-space: unset; } .timeline-header { margin-bottom: 10px !important; } p { margin-bottom: 10px; } @media (max-width: 479.98px) .page-content { padding: 20px; } }
0.58439
0.146942
@include url(http: //fonts.googleapis.com/css?family=Source+Sans+Pro: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @include url(http: //fonts.googleapis.com/css?family=Merriweather: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @font-face { font-family: 'Spectral'; font-weight: 400; src: local('spectral-regular'), url('./writing/spectral-regular.woff') format('woff'); } @font-face { font-family: 'Spectral'; font-weight: 700; src: local('spectral-bold'), url('./writing/spectral-bold.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 400; src: local('circularstd-book'), url('./writing/circularstd-book.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 700; src: local('circularstd-bold'), url('./writing/circularstd-bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 700; src: local('SofiaPro-Bold'), url('./writing/SofiaPro-Bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: normal; src: local('Proxima Nova Regular'), url('./writing/ProximaNova.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: normal; src: local('Proxima Nova Italic'), url('./writing/ProximaNova-Italic.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: bold; src: local('Proxima Nova Bold'), url('./writing/ProximaNova-Bold.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: bold; src: local('Proxima Nova Bold Italic'), url('./writing/ProximaNova-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: normal; src: local('Freight Text Regular'), url('./writing/FreightText.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: normal; src: local('Freight Text Italic'), url('./writing/FreightText-Italic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: bold; src: local('Freight Text Bold'), url('./writing/FreightText-Bold.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: bold; src: local('Freight Text Bold Italic'), url('./writing/FreightText-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: normal; src: local('Charter Regular'), url('./writing/Charter.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: normal; src: local('Charter Italic'), url('./writing/Charter-Italic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: bold; src: local('Charter Bold'), url('./writing/Charter-Bold.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: bold; src: local('Charter Bold Italic'), url('./writing/Charter-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: normal; src: local('Kievit Book'), url('./writing/Kievit.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: italic; font-weight: normal; src: local('Kievit Book Italic'), url('./writing/Kievit-Italic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: bold; src: local('Kievit Bold'), url('./writing/Kievit-Bold.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: normal; font-weight: normal; src: local('Tiempos Text Regular'), url('./writing/TiemposText-Regular.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: italic; font-weight: normal; src: local('Tiempos Headline Regular Italic'), url('./writing/TiemposHeadline-RegularItalic.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-weight: bold; src: local('Tiempos Text Bold'), url('./writing/TiemposText-Bold.woff') format('woff'); } @font-face { font-family: 'Futura'; font-weight: bold; src: local('FuturaStd Bold'), url('./writing/FuturaStd-Bold.woff') format('woff'); } html { font-size: 100%; } html, body { margin: auto; background: #fff; } body { line-height: 1.555; padding: 2em; font-size: 1.3rem; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga" on; } #write { max-width: 752px; margin: 0 auto; margin-bottom: 2em; line-height: 1.53; } #write > h2:first-child, #write > h3:first-child, #write > h4:first-child, #write > p:first-child { margin-top: 1.2em; } /* Typography -------------------------------------------------------- */ body #write, #write p { font-family: "Spectral", "Merriweather", "Freight Text", Palatino, Times !important; line-height: 1.58; letter-spacing: -0.003em; color: rgba(0, 0, 0, .9); } #write a, #write a:link, #write a:visited, #write a:active { color: #404247; text-decoration: none; text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff; box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 #404247; } #write h1, #write h2, #write h3, #write h4, #write h5, #write h6 { font-family: "Sofia Pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700 !important; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; } #write h4, #write h5, #write h6 { font-family: "Kievit", "Proxima Nova", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; line-height: 32px; color: #a5a7ae; font-weight: 400; } #write p { margin-bottom: 1.3em; font-weight: 400; font-style: normal; font-size: 20px; line-height: 34px; color: #404247; overflow: visible; } a:hover { text-decoration: none; } h1, h2, h3, h4 { margin: 1.414em 0 0.5em; font-weight: inherit; line-height: 1.2; } h1 { margin-top: 0; font-size: 40px; line-height: 48px; color: #101010; margin-top: 21px; } h1:first-child { margin-top: 80px; } h2 { font-size: 36px; line-height: 40px; color: #202123; } h2:first-child { margin-top: 40px; } h3 { font-size: 24px; line-height: 32px; color: #202123; } small, .font_small { font-size: 0.707em; } p, .mathjax-block { margin-top: 0; -webkit-hypens: auto; -moz-hypens: auto; hyphens: auto; } ul { list-style: none; padding-left: 1.2em; font-weight: 400; font-style: normal; font-size: 21px; } ul > li:before { font-size: 16.8px; padding-top: 4px; padding-right: 15px; content: "•"; position: absolute; display: inline-block; box-sizing: border-box; width: 58px; margin-left: -58px; text-align: right; } ol { padding-left: 1.2em; } blockquote { margin-left: 1em; padding-left: 1em; border-left: 1px solid #ddd; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; font-weight: 400; font-style: normal; font-size: 21px; } blockquote p { font-style: normal; margin-bottom: 0; } code, pre { font-family: "Consolas", "Menlo", "Monaco", monospace, serif; font-size: .9em; background: white; } pre.md-fences { margin-left: 1em; padding-left: 1em; border: 1px solid #ddd; padding-bottom: 8px; padding-top: 6px; margin-bottom: 1.5em; } a { color: #2484c1; text-decoration: none; } #write a img { border: none; } #write h1 a, #write h1 a:hover { color: #333; text-decoration: none; } #write hr { color: #ddd; height: 1px; margin: 2em 0; border-top: solid 1px #ddd; border-bottom: none; border-left: 0; border-right: 0; } #write table { margin-bottom: 1.333333rem; } #write table th, #write table td { padding: 8px; line-height: 1.333333rem; vertical-align: top; border-top: 1px solid #ddd; } #write table th { font-weight: bold; } #write table thead th { vertical-align: bottom; } #write table caption + thead tr:first-child th, #write table caption + thead tr:first-child td, #write table colgroup + thead tr:first-child th, #write table colgroup + thead tr:first-child td, #write table thead:first-child tr:first-child th, #write table thead:first-child tr:first-child td { border-top: 0; } #write table tbody + tbody { border-top: 2px solid #ddd; } #write .task-list { padding: 0; } #write .task-list-item { padding-left: 1.6rem; } #write .task-list-item input:before { content: '\221A'; display: inline-block; width: 1.33333333rem; height: 1.6rem; vertical-align: middle; text-align: center; color: #ddd; background-color: #fefefe; } #write .task-list-item input:checked:before, #write .task-list-item input[checked]:before { color: inherit; } #write .md-tag { color: inherit; font: inherit; } #write pre.md-meta-block { min-height: 35px; padding: 0.5em 1em; } #write pre.md-meta-block { white-space: pre; background: #f8f8f8; border: 0px; color: #999; border-left: 1000px #f8f8f8 solid; margin-left: -1000px; border-right: 1000px #f8f8f8 solid; margin-right: -1000px; margin-bottom: 2em; margin-top: -1.3333333333333rem; padding-top: 26px; padding-bottom: 10px; line-height: 1.8em; font-size: 0.9em; font-size: 0.76em; padding-left: 0; } .md-img-error.md-image > .md-meta { vertical-align: bottom; } #write > h5.md-focus:before { top: 2px; } .md-toc { margin-top: 40px; } .md-toc-content { padding-bottom: 20px; } .outline-expander:before { color: inherit; font-size: 14px; top: auto; content: "\f0da"; font-family: FontAwesome; } .outline-expander:hover:before, .outline-item-open > .outline-item > .outline-expander:before { content: "\f0d7"; } @include url(http: //fonts.googleapis.com/css?family=Source+Sans+Pro: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @include url(http: //fonts.googleapis.com/css?family=Merriweather: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @font-face { font-family: 'Spectral'; font-weight: 400; src: local('spectral-regular'), url('./writing/spectral-regular.woff') format('woff'); } @font-face { font-family: 'Spectral'; font-weight: 700; src: local('spectral-bold'), url('./writing/spectral-bold.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 400; src: local('circularstd-book'), url('./writing/circularstd-book.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 700; src: local('circularstd-bold'), url('./writing/circularstd-bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 700; src: local('SofiaPro-Bold'), url('./writing/SofiaPro-Bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: normal; src: local('Proxima Nova Regular'), url('./writing/ProximaNova.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: normal; src: local('Proxima Nova Italic'), url('./writing/ProximaNova-Italic.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: bold; src: local('Proxima Nova Bold'), url('./writing/ProximaNova-Bold.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: bold; src: local('Proxima Nova Bold Italic'), url('./writing/ProximaNova-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: normal; src: local('Freight Text Regular'), url('./writing/FreightText.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: normal; src: local('Freight Text Italic'), url('./writing/FreightText-Italic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: bold; src: local('Freight Text Bold'), url('./writing/FreightText-Bold.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: bold; src: local('Freight Text Bold Italic'), url('./writing/FreightText-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: normal; src: local('Charter Regular'), url('./writing/Charter.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: normal; src: local('Charter Italic'), url('./writing/Charter-Italic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: bold; src: local('Charter Bold'), url('./writing/Charter-Bold.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: bold; src: local('Charter Bold Italic'), url('./writing/Charter-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: normal; src: local('Kievit Book'), url('./writing/Kievit.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: italic; font-weight: normal; src: local('Kievit Book Italic'), url('./writing/Kievit-Italic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: bold; src: local('Kievit Bold'), url('./writing/Kievit-Bold.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: normal; font-weight: normal; src: local('Tiempos Text Regular'), url('./writing/TiemposText-Regular.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: italic; font-weight: normal; src: local('Tiempos Headline Regular Italic'), url('./writing/TiemposHeadline-RegularItalic.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-weight: bold; src: local('Tiempos Text Bold'), url('./writing/TiemposText-Bold.woff') format('woff'); } @font-face { font-family: 'Futura'; font-weight: bold; src: local('FuturaStd Bold'), url('./writing/FuturaStd-Bold.woff') format('woff'); } html { font-size: 100%; } html, body { margin: auto; background: #fff; } body { line-height: 1.555; padding: 2em; font-size: 1.3rem; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga" on; } #write { max-width: 752px; margin: 0 auto; margin-bottom: 2em; line-height: 1.53; } #write > h2:first-child, #write > h3:first-child, #write > h4:first-child, #write > p:first-child { margin-top: 1.2em; } /* Typography -------------------------------------------------------- */ body #write, #write p { font-family: "Spectral", "Merriweather", "Freight Text", Palatino, Times !important; line-height: 1.58; letter-spacing: -0.003em; color: rgba(0, 0, 0, .9); } #write a, #write a:link, #write a:visited, #write a:active { color: #404247; text-decoration: none; text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff; box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 #404247; } #write h1, #write h2, #write h3, #write h4, #write h5, #write h6 { font-family: "Sofia Pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700 !important; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; } #write h4, #write h5, #write h6 { font-family: "Kievit", "Proxima Nova", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; line-height: 32px; color: #a5a7ae; font-weight: 400; } #write p { margin-bottom: 1.3em; font-weight: 400; font-style: normal; font-size: 20px; line-height: 34px; color: #404247; overflow: visible; } #write a:hover { text-decoration: none; } #write h1, #write h2, #write h3, #write h4 { margin: 1.414em 0 0.5em; font-weight: inherit; line-height: 1.2; } #write h1 { margin-top: 0; font-size: 40px; line-height: 48px; color: #101010; margin-top: 21px; } #write h1:first-child { margin-top: 80px; } #write h2 { font-size: 36px; line-height: 40px; color: #202123; } #write h2:first-child { margin-top: 40px; } #write h3 { font-size: 24px; line-height: 32px; color: #202123; } #write small, #write .font_small { font-size: 0.707em; } #write p, #write .mathjax-block { margin-top: 0; -webkit-hypens: auto; -moz-hypens: auto; hyphens: auto; } #write ul { list-style: none; padding-left: 1.2em; font-weight: 400; font-style: normal; font-size: 21px; } #write ul > li:before { font-size: 16.8px; padding-top: 4px; padding-right: 15px; content: "•"; position: absolute; display: inline-block; box-sizing: border-box; width: 58px; margin-left: -58px; text-align: right; } #write ol { padding-left: 1.2em; } #write blockquote { margin-left: 1em; padding-left: 1em; border-left: 1px solid #ddd; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; font-weight: 400; font-style: normal; font-size: 21px; } #write blockquote p { font-style: normal; margin-bottom: 0; } #write code, #write pre { font-family: "Consolas", "Menlo", "Monaco", monospace, serif; font-size: .9em; background: white; } #write pre.md-fences { margin-left: 1em; padding-left: 1em; border: 1px solid #ddd; padding-bottom: 8px; padding-top: 6px; margin-bottom: 1.5em; } #write a img { border: none; } h1 a, h1 a:hover { color: #333; text-decoration: none; } hr { color: #ddd; height: 1px; margin: 2em 0; border-top: solid 1px #ddd; border-bottom: none; border-left: 0; border-right: 0; } table { margin-bottom: 1.333333rem; } table th, table td { padding: 8px; line-height: 1.333333rem; vertical-align: top; border-top: 1px solid #ddd; } table th { font-weight: bold; } table thead th { vertical-align: bottom; } table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top: 0; } table tbody + tbody { border-top: 2px solid #ddd; } .task-list { padding: 0; } .task-list-item { padding-left: 1.6rem; } .task-list-item input:before { content: '\221A'; display: inline-block; width: 1.33333333rem; height: 1.6rem; vertical-align: middle; text-align: center; color: #ddd; background-color: #fefefe; } .task-list-item input:checked:before, .task-list-item input[checked]:before { color: inherit; } .md-tag { color: inherit; font: inherit; } #write pre.md-meta-block { min-height: 35px; padding: 0.5em 1em; } #write pre.md-meta-block { white-space: pre; background: #f8f8f8; border: 0px; color: #999; border-left: 1000px #f8f8f8 solid; margin-left: -1000px; border-right: 1000px #f8f8f8 solid; margin-right: -1000px; margin-bottom: 2em; margin-top: -1.3333333333333rem; padding-top: 26px; padding-bottom: 10px; line-height: 1.8em; font-size: 0.9em; font-size: 0.76em; padding-left: 0; } .md-img-error.md-image > .md-meta { vertical-align: bottom; } #write > h5.md-focus:before { top: 2px; } .md-toc { margin-top: 40px; } .md-toc-content { padding-bottom: 20px; } .outline-expander:before { color: inherit; font-size: 14px; top: auto; content: "\f0da"; font-family: FontAwesome; } .outline-expander:hover:before, .outline-item-open > .outline-item > .outline-expander:before { content: "\f0d7"; }
writing.css
@include url(http: //fonts.googleapis.com/css?family=Source+Sans+Pro: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @include url(http: //fonts.googleapis.com/css?family=Merriweather: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @font-face { font-family: 'Spectral'; font-weight: 400; src: local('spectral-regular'), url('./writing/spectral-regular.woff') format('woff'); } @font-face { font-family: 'Spectral'; font-weight: 700; src: local('spectral-bold'), url('./writing/spectral-bold.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 400; src: local('circularstd-book'), url('./writing/circularstd-book.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 700; src: local('circularstd-bold'), url('./writing/circularstd-bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 700; src: local('SofiaPro-Bold'), url('./writing/SofiaPro-Bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: normal; src: local('Proxima Nova Regular'), url('./writing/ProximaNova.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: normal; src: local('Proxima Nova Italic'), url('./writing/ProximaNova-Italic.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: bold; src: local('Proxima Nova Bold'), url('./writing/ProximaNova-Bold.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: bold; src: local('Proxima Nova Bold Italic'), url('./writing/ProximaNova-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: normal; src: local('Freight Text Regular'), url('./writing/FreightText.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: normal; src: local('Freight Text Italic'), url('./writing/FreightText-Italic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: bold; src: local('Freight Text Bold'), url('./writing/FreightText-Bold.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: bold; src: local('Freight Text Bold Italic'), url('./writing/FreightText-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: normal; src: local('Charter Regular'), url('./writing/Charter.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: normal; src: local('Charter Italic'), url('./writing/Charter-Italic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: bold; src: local('Charter Bold'), url('./writing/Charter-Bold.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: bold; src: local('Charter Bold Italic'), url('./writing/Charter-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: normal; src: local('Kievit Book'), url('./writing/Kievit.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: italic; font-weight: normal; src: local('Kievit Book Italic'), url('./writing/Kievit-Italic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: bold; src: local('Kievit Bold'), url('./writing/Kievit-Bold.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: normal; font-weight: normal; src: local('Tiempos Text Regular'), url('./writing/TiemposText-Regular.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: italic; font-weight: normal; src: local('Tiempos Headline Regular Italic'), url('./writing/TiemposHeadline-RegularItalic.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-weight: bold; src: local('Tiempos Text Bold'), url('./writing/TiemposText-Bold.woff') format('woff'); } @font-face { font-family: 'Futura'; font-weight: bold; src: local('FuturaStd Bold'), url('./writing/FuturaStd-Bold.woff') format('woff'); } html { font-size: 100%; } html, body { margin: auto; background: #fff; } body { line-height: 1.555; padding: 2em; font-size: 1.3rem; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga" on; } #write { max-width: 752px; margin: 0 auto; margin-bottom: 2em; line-height: 1.53; } #write > h2:first-child, #write > h3:first-child, #write > h4:first-child, #write > p:first-child { margin-top: 1.2em; } /* Typography -------------------------------------------------------- */ body #write, #write p { font-family: "Spectral", "Merriweather", "Freight Text", Palatino, Times !important; line-height: 1.58; letter-spacing: -0.003em; color: rgba(0, 0, 0, .9); } #write a, #write a:link, #write a:visited, #write a:active { color: #404247; text-decoration: none; text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff; box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 #404247; } #write h1, #write h2, #write h3, #write h4, #write h5, #write h6 { font-family: "Sofia Pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700 !important; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; } #write h4, #write h5, #write h6 { font-family: "Kievit", "Proxima Nova", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; line-height: 32px; color: #a5a7ae; font-weight: 400; } #write p { margin-bottom: 1.3em; font-weight: 400; font-style: normal; font-size: 20px; line-height: 34px; color: #404247; overflow: visible; } a:hover { text-decoration: none; } h1, h2, h3, h4 { margin: 1.414em 0 0.5em; font-weight: inherit; line-height: 1.2; } h1 { margin-top: 0; font-size: 40px; line-height: 48px; color: #101010; margin-top: 21px; } h1:first-child { margin-top: 80px; } h2 { font-size: 36px; line-height: 40px; color: #202123; } h2:first-child { margin-top: 40px; } h3 { font-size: 24px; line-height: 32px; color: #202123; } small, .font_small { font-size: 0.707em; } p, .mathjax-block { margin-top: 0; -webkit-hypens: auto; -moz-hypens: auto; hyphens: auto; } ul { list-style: none; padding-left: 1.2em; font-weight: 400; font-style: normal; font-size: 21px; } ul > li:before { font-size: 16.8px; padding-top: 4px; padding-right: 15px; content: "•"; position: absolute; display: inline-block; box-sizing: border-box; width: 58px; margin-left: -58px; text-align: right; } ol { padding-left: 1.2em; } blockquote { margin-left: 1em; padding-left: 1em; border-left: 1px solid #ddd; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; font-weight: 400; font-style: normal; font-size: 21px; } blockquote p { font-style: normal; margin-bottom: 0; } code, pre { font-family: "Consolas", "Menlo", "Monaco", monospace, serif; font-size: .9em; background: white; } pre.md-fences { margin-left: 1em; padding-left: 1em; border: 1px solid #ddd; padding-bottom: 8px; padding-top: 6px; margin-bottom: 1.5em; } a { color: #2484c1; text-decoration: none; } #write a img { border: none; } #write h1 a, #write h1 a:hover { color: #333; text-decoration: none; } #write hr { color: #ddd; height: 1px; margin: 2em 0; border-top: solid 1px #ddd; border-bottom: none; border-left: 0; border-right: 0; } #write table { margin-bottom: 1.333333rem; } #write table th, #write table td { padding: 8px; line-height: 1.333333rem; vertical-align: top; border-top: 1px solid #ddd; } #write table th { font-weight: bold; } #write table thead th { vertical-align: bottom; } #write table caption + thead tr:first-child th, #write table caption + thead tr:first-child td, #write table colgroup + thead tr:first-child th, #write table colgroup + thead tr:first-child td, #write table thead:first-child tr:first-child th, #write table thead:first-child tr:first-child td { border-top: 0; } #write table tbody + tbody { border-top: 2px solid #ddd; } #write .task-list { padding: 0; } #write .task-list-item { padding-left: 1.6rem; } #write .task-list-item input:before { content: '\221A'; display: inline-block; width: 1.33333333rem; height: 1.6rem; vertical-align: middle; text-align: center; color: #ddd; background-color: #fefefe; } #write .task-list-item input:checked:before, #write .task-list-item input[checked]:before { color: inherit; } #write .md-tag { color: inherit; font: inherit; } #write pre.md-meta-block { min-height: 35px; padding: 0.5em 1em; } #write pre.md-meta-block { white-space: pre; background: #f8f8f8; border: 0px; color: #999; border-left: 1000px #f8f8f8 solid; margin-left: -1000px; border-right: 1000px #f8f8f8 solid; margin-right: -1000px; margin-bottom: 2em; margin-top: -1.3333333333333rem; padding-top: 26px; padding-bottom: 10px; line-height: 1.8em; font-size: 0.9em; font-size: 0.76em; padding-left: 0; } .md-img-error.md-image > .md-meta { vertical-align: bottom; } #write > h5.md-focus:before { top: 2px; } .md-toc { margin-top: 40px; } .md-toc-content { padding-bottom: 20px; } .outline-expander:before { color: inherit; font-size: 14px; top: auto; content: "\f0da"; font-family: FontAwesome; } .outline-expander:hover:before, .outline-item-open > .outline-item > .outline-expander:before { content: "\f0d7"; } @include url(http: //fonts.googleapis.com/css?family=Source+Sans+Pro: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @include url(http: //fonts.googleapis.com/css?family=Merriweather: 400italic, 700italic, 700, 400&subset=latin, latin-ext); @font-face { font-family: 'Spectral'; font-weight: 400; src: local('spectral-regular'), url('./writing/spectral-regular.woff') format('woff'); } @font-face { font-family: 'Spectral'; font-weight: 700; src: local('spectral-bold'), url('./writing/spectral-bold.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 400; src: local('circularstd-book'), url('./writing/circularstd-book.woff') format('woff'); } @font-face { font-family: 'Circular'; font-weight: 700; src: local('circularstd-bold'), url('./writing/circularstd-bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 700; src: local('SofiaPro-Bold'), url('./writing/SofiaPro-Bold.woff') format('woff'); } @font-face { font-family: 'Sofia Pro'; font-weight: 400; src: local('SofiaPro-Regular'), url('./writing/SofiaPro-Regular.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: normal; src: local('Proxima Nova Regular'), url('./writing/ProximaNova.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: normal; src: local('Proxima Nova Italic'), url('./writing/ProximaNova-Italic.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: bold; src: local('Proxima Nova Bold'), url('./writing/ProximaNova-Bold.woff') format('woff'); } @font-face { font-family: 'Proxima Nova'; font-style: italic; font-weight: bold; src: local('Proxima Nova Bold Italic'), url('./writing/ProximaNova-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: normal; src: local('Freight Text Regular'), url('./writing/FreightText.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: normal; src: local('Freight Text Italic'), url('./writing/FreightText-Italic.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: normal; font-weight: bold; src: local('Freight Text Bold'), url('./writing/FreightText-Bold.woff') format('woff'); } @font-face { font-family: 'Freight Text'; font-style: italic; font-weight: bold; src: local('Freight Text Bold Italic'), url('./writing/FreightText-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: normal; src: local('Charter Regular'), url('./writing/Charter.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: normal; src: local('Charter Italic'), url('./writing/Charter-Italic.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: normal; font-weight: bold; src: local('Charter Bold'), url('./writing/Charter-Bold.woff') format('woff'); } @font-face { font-family: 'Charter'; font-style: italic; font-weight: bold; src: local('Charter Bold Italic'), url('./writing/Charter-BoldItalic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: normal; src: local('Kievit Book'), url('./writing/Kievit.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: italic; font-weight: normal; src: local('Kievit Book Italic'), url('./writing/Kievit-Italic.woff') format('woff'); } @font-face { font-family: 'Kievit'; font-style: normal; font-weight: bold; src: local('Kievit Bold'), url('./writing/Kievit-Bold.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: normal; font-weight: normal; src: local('Tiempos Text Regular'), url('./writing/TiemposText-Regular.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-style: italic; font-weight: normal; src: local('Tiempos Headline Regular Italic'), url('./writing/TiemposHeadline-RegularItalic.woff') format('woff'); } @font-face { font-family: 'Tiempos'; font-weight: bold; src: local('Tiempos Text Bold'), url('./writing/TiemposText-Bold.woff') format('woff'); } @font-face { font-family: 'Futura'; font-weight: bold; src: local('FuturaStd Bold'), url('./writing/FuturaStd-Bold.woff') format('woff'); } html { font-size: 100%; } html, body { margin: auto; background: #fff; } body { line-height: 1.555; padding: 2em; font-size: 1.3rem; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga" on; } #write { max-width: 752px; margin: 0 auto; margin-bottom: 2em; line-height: 1.53; } #write > h2:first-child, #write > h3:first-child, #write > h4:first-child, #write > p:first-child { margin-top: 1.2em; } /* Typography -------------------------------------------------------- */ body #write, #write p { font-family: "Spectral", "Merriweather", "Freight Text", Palatino, Times !important; line-height: 1.58; letter-spacing: -0.003em; color: rgba(0, 0, 0, .9); } #write a, #write a:link, #write a:visited, #write a:active { color: #404247; text-decoration: none; text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff; box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 #404247; } #write h1, #write h2, #write h3, #write h4, #write h5, #write h6 { font-family: "Sofia Pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700 !important; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; } #write h4, #write h5, #write h6 { font-family: "Kievit", "Proxima Nova", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 21px; line-height: 32px; color: #a5a7ae; font-weight: 400; } #write p { margin-bottom: 1.3em; font-weight: 400; font-style: normal; font-size: 20px; line-height: 34px; color: #404247; overflow: visible; } #write a:hover { text-decoration: none; } #write h1, #write h2, #write h3, #write h4 { margin: 1.414em 0 0.5em; font-weight: inherit; line-height: 1.2; } #write h1 { margin-top: 0; font-size: 40px; line-height: 48px; color: #101010; margin-top: 21px; } #write h1:first-child { margin-top: 80px; } #write h2 { font-size: 36px; line-height: 40px; color: #202123; } #write h2:first-child { margin-top: 40px; } #write h3 { font-size: 24px; line-height: 32px; color: #202123; } #write small, #write .font_small { font-size: 0.707em; } #write p, #write .mathjax-block { margin-top: 0; -webkit-hypens: auto; -moz-hypens: auto; hyphens: auto; } #write ul { list-style: none; padding-left: 1.2em; font-weight: 400; font-style: normal; font-size: 21px; } #write ul > li:before { font-size: 16.8px; padding-top: 4px; padding-right: 15px; content: "•"; position: absolute; display: inline-block; box-sizing: border-box; width: 58px; margin-left: -58px; text-align: right; } #write ol { padding-left: 1.2em; } #write blockquote { margin-left: 1em; padding-left: 1em; border-left: 1px solid #ddd; font-style: normal; line-height: 1.15; letter-spacing: -0.02em; font-weight: 400; font-style: normal; font-size: 21px; } #write blockquote p { font-style: normal; margin-bottom: 0; } #write code, #write pre { font-family: "Consolas", "Menlo", "Monaco", monospace, serif; font-size: .9em; background: white; } #write pre.md-fences { margin-left: 1em; padding-left: 1em; border: 1px solid #ddd; padding-bottom: 8px; padding-top: 6px; margin-bottom: 1.5em; } #write a img { border: none; } h1 a, h1 a:hover { color: #333; text-decoration: none; } hr { color: #ddd; height: 1px; margin: 2em 0; border-top: solid 1px #ddd; border-bottom: none; border-left: 0; border-right: 0; } table { margin-bottom: 1.333333rem; } table th, table td { padding: 8px; line-height: 1.333333rem; vertical-align: top; border-top: 1px solid #ddd; } table th { font-weight: bold; } table thead th { vertical-align: bottom; } table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top: 0; } table tbody + tbody { border-top: 2px solid #ddd; } .task-list { padding: 0; } .task-list-item { padding-left: 1.6rem; } .task-list-item input:before { content: '\221A'; display: inline-block; width: 1.33333333rem; height: 1.6rem; vertical-align: middle; text-align: center; color: #ddd; background-color: #fefefe; } .task-list-item input:checked:before, .task-list-item input[checked]:before { color: inherit; } .md-tag { color: inherit; font: inherit; } #write pre.md-meta-block { min-height: 35px; padding: 0.5em 1em; } #write pre.md-meta-block { white-space: pre; background: #f8f8f8; border: 0px; color: #999; border-left: 1000px #f8f8f8 solid; margin-left: -1000px; border-right: 1000px #f8f8f8 solid; margin-right: -1000px; margin-bottom: 2em; margin-top: -1.3333333333333rem; padding-top: 26px; padding-bottom: 10px; line-height: 1.8em; font-size: 0.9em; font-size: 0.76em; padding-left: 0; } .md-img-error.md-image > .md-meta { vertical-align: bottom; } #write > h5.md-focus:before { top: 2px; } .md-toc { margin-top: 40px; } .md-toc-content { padding-bottom: 20px; } .outline-expander:before { color: inherit; font-size: 14px; top: auto; content: "\f0da"; font-family: FontAwesome; } .outline-expander:hover:before, .outline-item-open > .outline-item > .outline-expander:before { content: "\f0d7"; }
0.218003
0.10581
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); /* Montserrat */ .montserrat-300{ font-family: 'Montserrat', sans-serif; font-weight: 300; } .montserrat-400{ font-family: 'Montserrat', sans-serif; font-weight: 400; } .montserrat-500{ font-family: 'Montserrat', sans-serif; font-weight: 500; } .montserrat-600{ font-family: 'Montserrat', sans-serif; font-weight: 600; } .montserrat-700{ font-family: 'Montserrat', sans-serif; font-weight: 700; } .opensans-400{ font-family: 'Open Sans', sans-serif; font-weight: 400; } .opensans-600{ font-family: 'Open Sans', sans-serif; font-weight: 600; } .opensans-700{ font-family: 'Open Sans', sans-serif; font-weight: 700; } /* Font size */ .text-size-1 { font-size: 0.875rem; } .text-size-2 { font-size: 0.938rem; } .text-size-3 { font-size: 1rem } .text-size-4 { font-size: 1.063rem; } .text-size-5 { font-size: 1.125rem; } .text-size-6 { font-size: 1.188rem; } .text-size-7 { font-size: 1.25rem; } .text-size-8 { font-size: 1.313rem; } .text-size-9 { font-size: 1.375rem; } .text-size-10 { font-size: 1.438rem; } .text-size-11 { font-size: 1.5rem; } .text-size-12 { font-size: 1.563rem; } .text-size-13 { font-size: 1.625rem; } .text-size-14 { font-size: 1.688rem; } .text-size-15 { font-size: 1.75rem; } .text-size-16 { font-size: 1.813rem; } .pure-material-checkbox { z-index: 0; position: relative; display: inline-block; color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87); font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system); font-size: 16px; line-height: 1.5; } /* Input */ .pure-material-checkbox > input { appearance: none; -moz-appearance: none; -webkit-appearance: none; z-index: -1; position: absolute; left: -10px; top: -8px; display: block; margin: 0; border-radius: 50%; width: 40px; height: 40px; background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6); box-shadow: none; outline: none; opacity: 0; transform: scale(1); pointer-events: none; transition: opacity 0.3s, transform 0.2s; } /* Span */ .pure-material-checkbox > span { display: inline-block; width: 100%; cursor: pointer; } /* Box */ .pure-material-checkbox > span::before { content: ""; display: inline-block; box-sizing: border-box; margin: 3px 11px 3px 1px; border: solid 2px; /* Safari */ border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6); border-radius: 2px; width: 18px; height: 18px; vertical-align: top; transition: border-color 0.2s, background-color 0.2s; } /* Checkmark */ .pure-material-checkbox > span::after { content: ""; display: block; position: absolute; top: 4px; left: 2px; width: 10px; height: 5px; border: solid 1.7px transparent; border-right: none; border-top: none; transform: translate(3px, 4px) rotate(-45deg); } /* Checked, Indeterminate */ .pure-material-checkbox > input:checked, .pure-material-checkbox > input:indeterminate { background-color: #3d405b; } .pure-material-checkbox > input:checked + span::before, .pure-material-checkbox > input:indeterminate + span::before { border-color: #3d405b; background-color: #3d405b; } .pure-material-checkbox > input:checked + span::after, .pure-material-checkbox > input:indeterminate + span::after { border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255)); } .pure-material-checkbox > input:indeterminate + span::after { border-left: none; transform: translate(4px, 3px); } /* Hover, Focus */ .pure-material-checkbox:hover > input { opacity: 0.04; } .pure-material-checkbox > input:focus { opacity: 0.12; } .pure-material-checkbox:hover > input:focus { opacity: 0.16; } /* Active */ .pure-material-checkbox > input:active { opacity: 1; transform: scale(0); transition: transform 0s, opacity 0s; } .pure-material-checkbox > input:active + span::before { border-color: #3d405b; } .pure-material-checkbox > input:checked:active + span::before { border-color: transparent; background-color: #3d405b; } /* Disabled */ .pure-material-checkbox > input:disabled { opacity: 0; } .pure-material-checkbox > input:disabled + span { color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38); cursor: initial; } .pure-material-checkbox > input:disabled + span::before { border-color: currentColor; } .pure-material-checkbox > input:checked:disabled + span::before, .pure-material-checkbox > input:indeterminate:disabled + span::before { border-color: transparent; background-color: currentColor; } .letter-spacing{ letter-spacing: 0.5px; } .box-shadow{ box-shadow: 0 1px 2px #e5e5e5, 0 2px 4px #e5e5e5, 0 4px 8px #e5e5e5, 0 8px 16px #e5e5e5, 0 16px 32px #e5e5e5, 0 32px 64px #e5e5e5; } .radius-card{ border-radius-top-right: 10px; border-radius-bottom-right: 10px; border-radius-bottom-left: 10px; }
assets/css/customize.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); /* Montserrat */ .montserrat-300{ font-family: 'Montserrat', sans-serif; font-weight: 300; } .montserrat-400{ font-family: 'Montserrat', sans-serif; font-weight: 400; } .montserrat-500{ font-family: 'Montserrat', sans-serif; font-weight: 500; } .montserrat-600{ font-family: 'Montserrat', sans-serif; font-weight: 600; } .montserrat-700{ font-family: 'Montserrat', sans-serif; font-weight: 700; } .opensans-400{ font-family: 'Open Sans', sans-serif; font-weight: 400; } .opensans-600{ font-family: 'Open Sans', sans-serif; font-weight: 600; } .opensans-700{ font-family: 'Open Sans', sans-serif; font-weight: 700; } /* Font size */ .text-size-1 { font-size: 0.875rem; } .text-size-2 { font-size: 0.938rem; } .text-size-3 { font-size: 1rem } .text-size-4 { font-size: 1.063rem; } .text-size-5 { font-size: 1.125rem; } .text-size-6 { font-size: 1.188rem; } .text-size-7 { font-size: 1.25rem; } .text-size-8 { font-size: 1.313rem; } .text-size-9 { font-size: 1.375rem; } .text-size-10 { font-size: 1.438rem; } .text-size-11 { font-size: 1.5rem; } .text-size-12 { font-size: 1.563rem; } .text-size-13 { font-size: 1.625rem; } .text-size-14 { font-size: 1.688rem; } .text-size-15 { font-size: 1.75rem; } .text-size-16 { font-size: 1.813rem; } .pure-material-checkbox { z-index: 0; position: relative; display: inline-block; color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87); font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system); font-size: 16px; line-height: 1.5; } /* Input */ .pure-material-checkbox > input { appearance: none; -moz-appearance: none; -webkit-appearance: none; z-index: -1; position: absolute; left: -10px; top: -8px; display: block; margin: 0; border-radius: 50%; width: 40px; height: 40px; background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6); box-shadow: none; outline: none; opacity: 0; transform: scale(1); pointer-events: none; transition: opacity 0.3s, transform 0.2s; } /* Span */ .pure-material-checkbox > span { display: inline-block; width: 100%; cursor: pointer; } /* Box */ .pure-material-checkbox > span::before { content: ""; display: inline-block; box-sizing: border-box; margin: 3px 11px 3px 1px; border: solid 2px; /* Safari */ border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6); border-radius: 2px; width: 18px; height: 18px; vertical-align: top; transition: border-color 0.2s, background-color 0.2s; } /* Checkmark */ .pure-material-checkbox > span::after { content: ""; display: block; position: absolute; top: 4px; left: 2px; width: 10px; height: 5px; border: solid 1.7px transparent; border-right: none; border-top: none; transform: translate(3px, 4px) rotate(-45deg); } /* Checked, Indeterminate */ .pure-material-checkbox > input:checked, .pure-material-checkbox > input:indeterminate { background-color: #3d405b; } .pure-material-checkbox > input:checked + span::before, .pure-material-checkbox > input:indeterminate + span::before { border-color: #3d405b; background-color: #3d405b; } .pure-material-checkbox > input:checked + span::after, .pure-material-checkbox > input:indeterminate + span::after { border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255)); } .pure-material-checkbox > input:indeterminate + span::after { border-left: none; transform: translate(4px, 3px); } /* Hover, Focus */ .pure-material-checkbox:hover > input { opacity: 0.04; } .pure-material-checkbox > input:focus { opacity: 0.12; } .pure-material-checkbox:hover > input:focus { opacity: 0.16; } /* Active */ .pure-material-checkbox > input:active { opacity: 1; transform: scale(0); transition: transform 0s, opacity 0s; } .pure-material-checkbox > input:active + span::before { border-color: #3d405b; } .pure-material-checkbox > input:checked:active + span::before { border-color: transparent; background-color: #3d405b; } /* Disabled */ .pure-material-checkbox > input:disabled { opacity: 0; } .pure-material-checkbox > input:disabled + span { color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38); cursor: initial; } .pure-material-checkbox > input:disabled + span::before { border-color: currentColor; } .pure-material-checkbox > input:checked:disabled + span::before, .pure-material-checkbox > input:indeterminate:disabled + span::before { border-color: transparent; background-color: currentColor; } .letter-spacing{ letter-spacing: 0.5px; } .box-shadow{ box-shadow: 0 1px 2px #e5e5e5, 0 2px 4px #e5e5e5, 0 4px 8px #e5e5e5, 0 8px 16px #e5e5e5, 0 16px 32px #e5e5e5, 0 32px 64px #e5e5e5; } .radius-card{ border-radius-top-right: 10px; border-radius-bottom-right: 10px; border-radius-bottom-left: 10px; }
0.381796
0.076132
/* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ /* PLEX ORGANIZR THEME */ * { outline: none; } body { background: var(--main-bg-color); } .Link-primary-1vcAGA { color: var(--link-color) !important; } .DisclosureArrow-isSelected-QMJhDY { border-color: var(--link-color); } .Link-isSelected-IRm9uM { color: var(--accent-color); } .ServerSettingsServerMenuButton-button-24D7lE { -webkit-filter: none !important; filter: none !important; } .NavBarActivityButton-isHighlighted-27qlko:hover .NavBarActivityButton-label-2ZN0gQ { color: var(--button-color-hover); } .NavBarActivityButton-isHighlighted-27qlko .NavBarActivityButton-activityIcon-1Db2GP { background-color: var(--link-color); } .NavBarActivityButton-isHighlighted-27qlko .NavBarActivityButton-label-2ZN0gQ { color: var(--link-color); } .NavBarActivityButton-isHighlighted-27qlko:hover .NavBarActivityButton-activityIcon-1Db2GP { background-color: var(--button-color-hover); } .PageHeaderTabButton-isSelected-25CIS7 { background-color: rgba(0, 0, 0, .15); color: var(--link-color); } .btn-primary, .Button-primary-3fwLzo { border-color: var(--button-color); background-color: var(--button-color); } .btn-primary:focus, .btn-primary:hover, .Button-primary-3fwLzo:hover { color: #fff; background-color: var(--button-color-hover); } .Button-primary-3fwLzo.isDisabled, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: var(--button-color); } .background, .background-container { opacity: 0; transition: opacity .5s; } .MetadataPosterCardOverlay-isActionsMenuOpen-AvHIX .MetadataPosterCardOverlay-background-2EwyB, .MetadataPosterCardOverlay-overlay-1uMpL:hover .MetadataPosterCardOverlay-background-2EwyB { background: -webkit-radial-gradient(50% 50% farthest-corner, rgba(0, 0, 0, 0.5) 0, #000000 100%) !important; background: radial-gradient(farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5) 50%, #000000 100%) !important; } /* Sidebar */ .SourceSidebar-openSidebar-364QEr, .SourceSidebar-collapsedSidebar-3MDUee { background: rgba(0, 0, 0, 0.45); } .SourceSidebar-expandedSidebar-ljacXC { background: rgba(0, 0, 0, 0.95); } /* Navbar */ .NavBar-container-1T0BJz { background: rgba(0, 0, 0, 0.45); } .Menu-menu-3XnN6J { background: var(--modal-bg-color); } /*Text*/ .help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label { color: #fff; } /*Agents*/ .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { background-color: rgba(0, 0, 0, 0.25); } /*Modal*/ .modal-header, .modal-footer, .modal-body-with-panes, .ModalHeader-modalHeader-1Kf9RW, .EditHomeModalContent-modalBody-2rHN2d, .EditHomeModalContent-footer-10Ix6N { background: var(--modal-bg-color); } .modal-header, .ModalHeader-modalHeader-1Kf9RW { border-bottom: 1px solid rgba(255, 255, 255, 0.08); } .modal-footer, .EditHomeModalContent-footer-10Ix6N { border-top: 1px solid rgba(255, 255, 255, 0.08); } .modal-body { background: var(--modal-bg-color); } body>div.user-select-modal.modal.modal-transparent.fade.in>div>div.modal-content>div>div.modal-body { background: none; } #pin-form>div { background: none; } .modal-list { background-color: rgba(0, 0, 0, 0.25); } .match-result-list-item>.match-result .match-score-info { color: #eee; } .fix-incorrect-match-modal .match-location { color: #eee; } /*Modal icon color*/ .edit-section-modal .wizard-blocks-group>.wizard-block { color: #ffffff; } .edit-lock-addon { color: #ffffff; background-color: rgba(0, 0, 0, 0.25); border-color: #32323200; } .well { background-color: rgba(0, 0, 0, 0.25); border: 1px solid transparent; } .files ul li { color: #fff; } .MetadataPosterCardOverlay-unplayedBadge-2hKHo5 { background-color: var(--accent-color); } .MetadataPosterCardFace-face--dz_Dx:hover { box-shadow: 0 0 0 2px var(--accent-color); } .PlayButton-playButton-3WX8X-:hover .PlayButton-playCircle-3Evfdw { border-color: var(--accent-color); background-color: var(--accent-color); } .PageHeaderTabDropdown-isSelected-FK5pDv { border-color: var(--accent-color); } .SelectedMenuItem-isSelected-178xe1, .SelectedMenuItem-isSelected-178xe1 .SelectedMenuItem-selectedIcon-20Yx1_ { color: var(--accent-color); } .Badge-primary-3suJx3, .alert-bar.notify { background-color: var(--accent-color); } .PrePlayCastCell-posterCardLinkContainer-27hxZ8:hover { box-shadow: 0 0 0 2px var(--accent-color); } .SourceSidebarServerHeader-title-3zMGa0 { color: var(--accent-color); } .SourceSidebarLink-isSelected-27-9-6 { box-shadow: inset 4px 0 0 0 var(--accent-color); } .PosterCardOverlayProgress-progressBar-3k291O { background-color: var(--accent-color); } .Spinner-spinner-Niere7 { border-color: var(--accent-color) transparent transparent var(--accent-color); border-top-color: var(--accent-color) !important; border-left-color: var(--accent-color) !important; } .CircularProgressBar-circularProgressBar-3gv7mU { stroke-width: 2; stroke: var(--accent-color); stroke-dashoffset: 0; } .loading { border-color: var(--accent-color) transparent transparent var(--accent-color); } .PlayPauseOverlay-playCircle-3ydPYX { border-color: var(--accent-color); background-color: var(--accent-color); } .SeekBar-seekBarFill-1Lcu0w { background-color: var(--accent-color); } .SeekBar-seekBarBuffer-3bUz95 { background-color: var(--accent-color); opacity: .2; } .VolumeSlider-fill-3XkYyD { background-color: var(--accent-color); } .IconButton-isActive-1_AJJ- { color: var(--accent-color); } .IconButton-isActive-1_AJJ-:hover { color: var(--accent-color); opacity: .7 } .MetadataPosterCardFace-isSelected-1XUgkl { box-shadow: 0 0 0 2px var(--accent-color); } .SelectButton-isSelected-3mX245 .SelectButton-selectCircle-3tdvGt { border-color: var(--accent-color); background-color: var(--accent-color); color: #eee; } .btn-gray.selected { color: var(--accent-color); } a { color: var(--link-color); } a:hover { color: #eee; } .media-poster-container.selected .media-poster { -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 3px var(--accent-color); box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 3px var(--accent-color); } .media-poster-container.selected .media-poster:before { border-color: var(--accent-color) var(--accent-color) transparent transparent; } .force-hover .media-poster-container .media-poster, .force-hover .media-poster-container .media-poster-fade, .media-poster-container:focus .media-poster, .media-poster-container:focus .media-poster-fade, .media-poster-container:hover .media-poster, .media-poster-container:hover .media-poster-fade { -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 2px var(--accent-color); box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 2px var(--accent-color); } .label-primary { background-color: var(--button-color); } .label-primary[href]:focus, .label-primary[href]:hover { background-color: var(--button-color-hover); background-color: var(--button-color-hover); } .Link-isSelected-1XdDvu { color: var(--accent-color); } .Link-link-2n0yJn:hover { color: #fff !important; } .SessionTile-playProgressPercent-1_FcEg { background-color: var(--accent-color); } .SessionTile-transcodeProgressPercent-K1k4ZQ { background-color: var(--accent-color); opacity: .3; } .edit-section-modal .wizard-blocks-group>.wizard-block.selected, .edit-section-modal .wizard-blocks-group>.wizard-block.selected:hover { color: var(--accent-color); } .ServerMenuItem-selectedServerMenuItem-jaUTXA { color: var(--accent-color); } .ServerMenuItem-selectedIcon-dhK05- { color: var(--accent-color); } .NavBarActivityMenuStatusItem-statusButtonIndicator-3D2d1i { color: var(--accent-color); } .MetadataTitleProgress-unwatchedCircle-25KKnh { background-color: var(--accent-color); } .MultiSelectPageHeader-multiSelectPageHeader-MIQA1B { box-shadow: 0 2px 0 0 var(--accent-color); } .MultiSelectPageHeader-selectedTitle-1kn-xo { color: var(--accent-color); } .PlexPassUpsell-icon-1r94uI { color: var(--accent-color); } .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { color: var(--accent-color); } .edit-lock-addon.locked { background-color: var(--accent-color); border-color: var(--accent-color); } .media-poster-container.selected .media-poster:after { color: #eee; } .PosterCardLink-hoveredLink-AhlkMt { box-shadow: 0 0 0 1px var(--accent-color), 0 0 4px rgba(0, 0, 0, .3) } .MetadataPosterCard-legacyUnwatchedTag-3f03pS { background-color: var(--accent-color); } .MetadataPosterCardProgressBar-bar-3N2AjG { background-color: var(--accent-color); transition: transform .6s ease-in-out; } .Button-primary-3z8akl { background-color: var(--button-color); color: #fff; } .Button-primary-3z8akl:hover { background-color: var(--button-color-hover); color: #fff; } .Spinner-spinner-1qRM4t { border-color: var(--accent-color) transparent transparent var(--accent-color); } .PageHeaderMultiselectActions-container-2k4DLu { border: 2px solid var(--accent-color); } .PageHeaderMultiselectActions-count-2fQWwV { color: var(--accent-color); } .MetadataPosterCard-legacyUnwatchedEpisodesBadge-3kelZP { background-color: var(--accent-color); color: #ffffff; }
CSS/themes/plex/plex-base.css
/* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ /* PLEX ORGANIZR THEME */ * { outline: none; } body { background: var(--main-bg-color); } .Link-primary-1vcAGA { color: var(--link-color) !important; } .DisclosureArrow-isSelected-QMJhDY { border-color: var(--link-color); } .Link-isSelected-IRm9uM { color: var(--accent-color); } .ServerSettingsServerMenuButton-button-24D7lE { -webkit-filter: none !important; filter: none !important; } .NavBarActivityButton-isHighlighted-27qlko:hover .NavBarActivityButton-label-2ZN0gQ { color: var(--button-color-hover); } .NavBarActivityButton-isHighlighted-27qlko .NavBarActivityButton-activityIcon-1Db2GP { background-color: var(--link-color); } .NavBarActivityButton-isHighlighted-27qlko .NavBarActivityButton-label-2ZN0gQ { color: var(--link-color); } .NavBarActivityButton-isHighlighted-27qlko:hover .NavBarActivityButton-activityIcon-1Db2GP { background-color: var(--button-color-hover); } .PageHeaderTabButton-isSelected-25CIS7 { background-color: rgba(0, 0, 0, .15); color: var(--link-color); } .btn-primary, .Button-primary-3fwLzo { border-color: var(--button-color); background-color: var(--button-color); } .btn-primary:focus, .btn-primary:hover, .Button-primary-3fwLzo:hover { color: #fff; background-color: var(--button-color-hover); } .Button-primary-3fwLzo.isDisabled, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: var(--button-color); } .background, .background-container { opacity: 0; transition: opacity .5s; } .MetadataPosterCardOverlay-isActionsMenuOpen-AvHIX .MetadataPosterCardOverlay-background-2EwyB, .MetadataPosterCardOverlay-overlay-1uMpL:hover .MetadataPosterCardOverlay-background-2EwyB { background: -webkit-radial-gradient(50% 50% farthest-corner, rgba(0, 0, 0, 0.5) 0, #000000 100%) !important; background: radial-gradient(farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5) 50%, #000000 100%) !important; } /* Sidebar */ .SourceSidebar-openSidebar-364QEr, .SourceSidebar-collapsedSidebar-3MDUee { background: rgba(0, 0, 0, 0.45); } .SourceSidebar-expandedSidebar-ljacXC { background: rgba(0, 0, 0, 0.95); } /* Navbar */ .NavBar-container-1T0BJz { background: rgba(0, 0, 0, 0.45); } .Menu-menu-3XnN6J { background: var(--modal-bg-color); } /*Text*/ .help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label { color: #fff; } /*Agents*/ .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { background-color: rgba(0, 0, 0, 0.25); } /*Modal*/ .modal-header, .modal-footer, .modal-body-with-panes, .ModalHeader-modalHeader-1Kf9RW, .EditHomeModalContent-modalBody-2rHN2d, .EditHomeModalContent-footer-10Ix6N { background: var(--modal-bg-color); } .modal-header, .ModalHeader-modalHeader-1Kf9RW { border-bottom: 1px solid rgba(255, 255, 255, 0.08); } .modal-footer, .EditHomeModalContent-footer-10Ix6N { border-top: 1px solid rgba(255, 255, 255, 0.08); } .modal-body { background: var(--modal-bg-color); } body>div.user-select-modal.modal.modal-transparent.fade.in>div>div.modal-content>div>div.modal-body { background: none; } #pin-form>div { background: none; } .modal-list { background-color: rgba(0, 0, 0, 0.25); } .match-result-list-item>.match-result .match-score-info { color: #eee; } .fix-incorrect-match-modal .match-location { color: #eee; } /*Modal icon color*/ .edit-section-modal .wizard-blocks-group>.wizard-block { color: #ffffff; } .edit-lock-addon { color: #ffffff; background-color: rgba(0, 0, 0, 0.25); border-color: #32323200; } .well { background-color: rgba(0, 0, 0, 0.25); border: 1px solid transparent; } .files ul li { color: #fff; } .MetadataPosterCardOverlay-unplayedBadge-2hKHo5 { background-color: var(--accent-color); } .MetadataPosterCardFace-face--dz_Dx:hover { box-shadow: 0 0 0 2px var(--accent-color); } .PlayButton-playButton-3WX8X-:hover .PlayButton-playCircle-3Evfdw { border-color: var(--accent-color); background-color: var(--accent-color); } .PageHeaderTabDropdown-isSelected-FK5pDv { border-color: var(--accent-color); } .SelectedMenuItem-isSelected-178xe1, .SelectedMenuItem-isSelected-178xe1 .SelectedMenuItem-selectedIcon-20Yx1_ { color: var(--accent-color); } .Badge-primary-3suJx3, .alert-bar.notify { background-color: var(--accent-color); } .PrePlayCastCell-posterCardLinkContainer-27hxZ8:hover { box-shadow: 0 0 0 2px var(--accent-color); } .SourceSidebarServerHeader-title-3zMGa0 { color: var(--accent-color); } .SourceSidebarLink-isSelected-27-9-6 { box-shadow: inset 4px 0 0 0 var(--accent-color); } .PosterCardOverlayProgress-progressBar-3k291O { background-color: var(--accent-color); } .Spinner-spinner-Niere7 { border-color: var(--accent-color) transparent transparent var(--accent-color); border-top-color: var(--accent-color) !important; border-left-color: var(--accent-color) !important; } .CircularProgressBar-circularProgressBar-3gv7mU { stroke-width: 2; stroke: var(--accent-color); stroke-dashoffset: 0; } .loading { border-color: var(--accent-color) transparent transparent var(--accent-color); } .PlayPauseOverlay-playCircle-3ydPYX { border-color: var(--accent-color); background-color: var(--accent-color); } .SeekBar-seekBarFill-1Lcu0w { background-color: var(--accent-color); } .SeekBar-seekBarBuffer-3bUz95 { background-color: var(--accent-color); opacity: .2; } .VolumeSlider-fill-3XkYyD { background-color: var(--accent-color); } .IconButton-isActive-1_AJJ- { color: var(--accent-color); } .IconButton-isActive-1_AJJ-:hover { color: var(--accent-color); opacity: .7 } .MetadataPosterCardFace-isSelected-1XUgkl { box-shadow: 0 0 0 2px var(--accent-color); } .SelectButton-isSelected-3mX245 .SelectButton-selectCircle-3tdvGt { border-color: var(--accent-color); background-color: var(--accent-color); color: #eee; } .btn-gray.selected { color: var(--accent-color); } a { color: var(--link-color); } a:hover { color: #eee; } .media-poster-container.selected .media-poster { -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 3px var(--accent-color); box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 3px var(--accent-color); } .media-poster-container.selected .media-poster:before { border-color: var(--accent-color) var(--accent-color) transparent transparent; } .force-hover .media-poster-container .media-poster, .force-hover .media-poster-container .media-poster-fade, .media-poster-container:focus .media-poster, .media-poster-container:focus .media-poster-fade, .media-poster-container:hover .media-poster, .media-poster-container:hover .media-poster-fade { -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 2px var(--accent-color); box-shadow: 0 0 4px rgba(0, 0, 0, .3), inset 0 0 0 2px var(--accent-color); } .label-primary { background-color: var(--button-color); } .label-primary[href]:focus, .label-primary[href]:hover { background-color: var(--button-color-hover); background-color: var(--button-color-hover); } .Link-isSelected-1XdDvu { color: var(--accent-color); } .Link-link-2n0yJn:hover { color: #fff !important; } .SessionTile-playProgressPercent-1_FcEg { background-color: var(--accent-color); } .SessionTile-transcodeProgressPercent-K1k4ZQ { background-color: var(--accent-color); opacity: .3; } .edit-section-modal .wizard-blocks-group>.wizard-block.selected, .edit-section-modal .wizard-blocks-group>.wizard-block.selected:hover { color: var(--accent-color); } .ServerMenuItem-selectedServerMenuItem-jaUTXA { color: var(--accent-color); } .ServerMenuItem-selectedIcon-dhK05- { color: var(--accent-color); } .NavBarActivityMenuStatusItem-statusButtonIndicator-3D2d1i { color: var(--accent-color); } .MetadataTitleProgress-unwatchedCircle-25KKnh { background-color: var(--accent-color); } .MultiSelectPageHeader-multiSelectPageHeader-MIQA1B { box-shadow: 0 2px 0 0 var(--accent-color); } .MultiSelectPageHeader-selectedTitle-1kn-xo { color: var(--accent-color); } .PlexPassUpsell-icon-1r94uI { color: var(--accent-color); } .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { color: var(--accent-color); } .edit-lock-addon.locked { background-color: var(--accent-color); border-color: var(--accent-color); } .media-poster-container.selected .media-poster:after { color: #eee; } .PosterCardLink-hoveredLink-AhlkMt { box-shadow: 0 0 0 1px var(--accent-color), 0 0 4px rgba(0, 0, 0, .3) } .MetadataPosterCard-legacyUnwatchedTag-3f03pS { background-color: var(--accent-color); } .MetadataPosterCardProgressBar-bar-3N2AjG { background-color: var(--accent-color); transition: transform .6s ease-in-out; } .Button-primary-3z8akl { background-color: var(--button-color); color: #fff; } .Button-primary-3z8akl:hover { background-color: var(--button-color-hover); color: #fff; } .Spinner-spinner-1qRM4t { border-color: var(--accent-color) transparent transparent var(--accent-color); } .PageHeaderMultiselectActions-container-2k4DLu { border: 2px solid var(--accent-color); } .PageHeaderMultiselectActions-count-2fQWwV { color: var(--accent-color); } .MetadataPosterCard-legacyUnwatchedEpisodesBadge-3kelZP { background-color: var(--accent-color); color: #ffffff; }
0.329607
0.042603
.vertical-layout.vertical-menu-modern .main-menu { -webkit-transition : 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s; transition : 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); -webkit-backface-visibility : hidden; backface-visibility : hidden; } .vertical-layout.vertical-menu-modern .main-menu .navigation li a { -webkit-box-align : center; -webkit-align-items : center; -ms-flex-align : center; align-items : center; } .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i { height : 1.4285rem; width : 1.4285rem; font-size : 1.45rem; margin-left : 1.1rem; -webkit-flex-shrink : 0; -ms-flex-negative : 0; flex-shrink : 0; } .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a i { margin-left : 1.45rem; font-size : 11px; height : 11px; width : 11px; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu { width : 260px; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .feather-more-horizontal { display : none; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before, .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > svg:before { height : 1.4285rem; width : 1.4285rem; font-size : 1.45rem; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after { content : ''; background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E'); background-repeat : no-repeat; background-position : center; background-size : 1.1rem; height : 1.1rem; width : 1.1rem; display : inline-block; position : absolute; left : 20px; top : 14px; -webkit-transform : rotate(0deg); -ms-transform : rotate(0deg); transform : rotate(0deg); -webkit-transition : all 0.2s ease-out; transition : all 0.2s ease-out; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after { -webkit-transform : rotate(-90deg); -ms-transform : rotate(-90deg); transform : rotate(-90deg); } .vertical-layout.vertical-menu-modern.menu-expanded .footer { margin-right : 260px; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header { float : right; width : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded { width : 260px; z-index : 1000; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle { display : block; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top { right : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu { width : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text, .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header { margin-right : 2.2rem; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header span { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header .feather-more-horizontal { display : block; font-size : 1.285rem; width : 18px; height : 18px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child { margin-bottom : 1.25rem !important; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a { background : whitesmoke; box-shadow : none; color : #565656; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded { width : 260px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span { display : block; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .feather-more-horizontal { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:after { content : ''; background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E'); background-repeat : no-repeat; background-position : center; background-size : 1rem; height : 1rem; width : 1rem; display : inline-block; position : absolute; left : 20px; top : 14px; -webkit-transform : rotate(0deg); -ms-transform : rotate(0deg); transform : rotate(0deg); -webkit-transition : all 0.2s ease-out; transition : all 0.2s ease-out; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub.open:not(.menu-item-closing) > a:after { -webkit-transform : rotate(-90deg); -ms-transform : rotate(-90deg); transform : rotate(-90deg); } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text { display : inline; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle { display : block; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation { overflow : visible; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a { text-overflow : inherit; } .vertical-layout.vertical-menu-modern.menu-collapsed .app-content, .vertical-layout.vertical-menu-modern.menu-collapsed .footer { margin-right : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav { width : calc(100vw - (100vw - 100%) - 4.4rem - 74px); } .vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.navbar-static-top { width : calc(100vw - (100vw - 100%) - 74px); right : 74px; } .vertical-layout.vertical-menu-modern .toggle-icon, .vertical-layout.vertical-menu-modern .collapse-toggle-icon { margin-left : 0.425rem; } .vertical-layout.vertical-menu-modern .toggle-icon:focus, .vertical-layout.vertical-menu-modern .collapse-toggle-icon:focus { outline : none; } @media (min-width: 992px) { .vertical-layout.vertical-menu-modern .main-menu { width : 260px; } } @media (max-width: 1199.98px) { .vertical-layout.vertical-menu-modern .main-menu { width : 0; } .vertical-layout.vertical-menu-modern .navbar .navbar-header { width : 0; } .vertical-layout.vertical-menu-modern .content, .vertical-layout.vertical-menu-modern .footer { margin-right : 0; } .vertical-layout.vertical-menu-modern.menu-collapsed .app-content, .vertical-layout.vertical-menu-modern.menu-collapsed .footer { margin-right : 0; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu { width : 0; } } @media (max-width: 767.98px) { .vertical-layout.vertical-menu-modern .main-menu { width : 0; } .vertical-layout.vertical-menu-modern .navbar .navbar-header { width : 0; } .vertical-layout.vertical-menu-modern .content, .vertical-layout.vertical-menu-modern .footer { margin-right : 0; } } @-webkit-keyframes fadein { from { opacity : 0; } to { opacity : 1; } } @keyframes fadein { from { opacity : 0; } to { opacity : 1; } } @-webkit-keyframes fadeout { from { opacity : 1; } to { opacity : 0; } } @keyframes fadeout { from { opacity : 1; } to { opacity : 0; } } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .vertical-menu-modern.vertical-layout .main-menu .navigation > li > a > span { -webkit-animation : none; animation : none; } } /*========================================================================================= File Name: vertical-overlay-menu.scss Description: A overlay style vertical menu with show and hide support. It support light & dark version, filpped layout, right side icons, native scroll and borders menu item seperation. ==========================================================================================*/ .vertical-overlay-menu .content { margin-right : 0; } .vertical-overlay-menu .navbar .navbar-header { float : right; width : 260px; } .vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu { opacity : 0; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); -webkit-transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s; width : 260px; right : -260px; } .vertical-overlay-menu .main-menu .navigation > li > a > svg, .vertical-overlay-menu .main-menu .navigation > li > a > i { margin-left : 14px; float : right; -webkit-transition : 200ms ease all; transition : 200ms ease all; height : 1.4285rem; width : 1.4285rem; } .vertical-overlay-menu .main-menu .navigation > li > a > svg:before, .vertical-overlay-menu .main-menu .navigation > li > a > i:before { -webkit-transition : 200ms ease all; transition : 200ms ease all; font-size : 1.429rem; } .vertical-overlay-menu .main-menu .navigation li.has-sub > a:after { content : ''; background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E'); background-repeat : no-repeat; background-position : center; background-size : 1rem; height : 1rem; width : 1rem; display : inline-block; position : absolute; left : 20px; top : 14px; -webkit-transform : rotate(0deg); -ms-transform : rotate(0deg); transform : rotate(0deg); -webkit-transition : all 0.2s ease-out; transition : all 0.2s ease-out; } .vertical-overlay-menu .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after { -webkit-transform : rotate(-90deg); -ms-transform : rotate(-90deg); transform : rotate(-90deg); } .vertical-overlay-menu .main-menu .navigation .navigation-header .feather-more-horizontal { display : none; } .vertical-overlay-menu.menu-open .main-menu { opacity : 1; -webkit-transform : translate3d(-260px, 0, 0); transform : translate3d(-260px, 0, 0); -webkit-transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s; }
public/admin/app-assets/css-rtl/core/menu/menu-types/vertical-menu.css
.vertical-layout.vertical-menu-modern .main-menu { -webkit-transition : 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s; transition : 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); -webkit-backface-visibility : hidden; backface-visibility : hidden; } .vertical-layout.vertical-menu-modern .main-menu .navigation li a { -webkit-box-align : center; -webkit-align-items : center; -ms-flex-align : center; align-items : center; } .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i { height : 1.4285rem; width : 1.4285rem; font-size : 1.45rem; margin-left : 1.1rem; -webkit-flex-shrink : 0; -ms-flex-negative : 0; flex-shrink : 0; } .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a i { margin-left : 1.45rem; font-size : 11px; height : 11px; width : 11px; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu { width : 260px; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .feather-more-horizontal { display : none; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before, .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > svg:before { height : 1.4285rem; width : 1.4285rem; font-size : 1.45rem; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after { content : ''; background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E'); background-repeat : no-repeat; background-position : center; background-size : 1.1rem; height : 1.1rem; width : 1.1rem; display : inline-block; position : absolute; left : 20px; top : 14px; -webkit-transform : rotate(0deg); -ms-transform : rotate(0deg); transform : rotate(0deg); -webkit-transition : all 0.2s ease-out; transition : all 0.2s ease-out; } .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after { -webkit-transform : rotate(-90deg); -ms-transform : rotate(-90deg); transform : rotate(-90deg); } .vertical-layout.vertical-menu-modern.menu-expanded .footer { margin-right : 260px; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header { float : right; width : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded { width : 260px; z-index : 1000; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle { display : block; } .vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top { right : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu { width : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text, .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header { margin-right : 2.2rem; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header span { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header .feather-more-horizontal { display : block; font-size : 1.285rem; width : 18px; height : 18px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child { margin-bottom : 1.25rem !important; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a { background : whitesmoke; box-shadow : none; color : #565656; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded { width : 260px; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span { display : block; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .feather-more-horizontal { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:after { content : ''; background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E'); background-repeat : no-repeat; background-position : center; background-size : 1rem; height : 1rem; width : 1rem; display : inline-block; position : absolute; left : 20px; top : 14px; -webkit-transform : rotate(0deg); -ms-transform : rotate(0deg); transform : rotate(0deg); -webkit-transition : all 0.2s ease-out; transition : all 0.2s ease-out; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub.open:not(.menu-item-closing) > a:after { -webkit-transform : rotate(-90deg); -ms-transform : rotate(-90deg); transform : rotate(-90deg); } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text { display : inline; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle { display : block; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation { overflow : visible; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span { display : none; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a { text-overflow : inherit; } .vertical-layout.vertical-menu-modern.menu-collapsed .app-content, .vertical-layout.vertical-menu-modern.menu-collapsed .footer { margin-right : 80px; } .vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav { width : calc(100vw - (100vw - 100%) - 4.4rem - 74px); } .vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.navbar-static-top { width : calc(100vw - (100vw - 100%) - 74px); right : 74px; } .vertical-layout.vertical-menu-modern .toggle-icon, .vertical-layout.vertical-menu-modern .collapse-toggle-icon { margin-left : 0.425rem; } .vertical-layout.vertical-menu-modern .toggle-icon:focus, .vertical-layout.vertical-menu-modern .collapse-toggle-icon:focus { outline : none; } @media (min-width: 992px) { .vertical-layout.vertical-menu-modern .main-menu { width : 260px; } } @media (max-width: 1199.98px) { .vertical-layout.vertical-menu-modern .main-menu { width : 0; } .vertical-layout.vertical-menu-modern .navbar .navbar-header { width : 0; } .vertical-layout.vertical-menu-modern .content, .vertical-layout.vertical-menu-modern .footer { margin-right : 0; } .vertical-layout.vertical-menu-modern.menu-collapsed .app-content, .vertical-layout.vertical-menu-modern.menu-collapsed .footer { margin-right : 0; } .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu { width : 0; } } @media (max-width: 767.98px) { .vertical-layout.vertical-menu-modern .main-menu { width : 0; } .vertical-layout.vertical-menu-modern .navbar .navbar-header { width : 0; } .vertical-layout.vertical-menu-modern .content, .vertical-layout.vertical-menu-modern .footer { margin-right : 0; } } @-webkit-keyframes fadein { from { opacity : 0; } to { opacity : 1; } } @keyframes fadein { from { opacity : 0; } to { opacity : 1; } } @-webkit-keyframes fadeout { from { opacity : 1; } to { opacity : 0; } } @keyframes fadeout { from { opacity : 1; } to { opacity : 0; } } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .vertical-menu-modern.vertical-layout .main-menu .navigation > li > a > span { -webkit-animation : none; animation : none; } } /*========================================================================================= File Name: vertical-overlay-menu.scss Description: A overlay style vertical menu with show and hide support. It support light & dark version, filpped layout, right side icons, native scroll and borders menu item seperation. ==========================================================================================*/ .vertical-overlay-menu .content { margin-right : 0; } .vertical-overlay-menu .navbar .navbar-header { float : right; width : 260px; } .vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu { opacity : 0; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); -webkit-transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s; width : 260px; right : -260px; } .vertical-overlay-menu .main-menu .navigation > li > a > svg, .vertical-overlay-menu .main-menu .navigation > li > a > i { margin-left : 14px; float : right; -webkit-transition : 200ms ease all; transition : 200ms ease all; height : 1.4285rem; width : 1.4285rem; } .vertical-overlay-menu .main-menu .navigation > li > a > svg:before, .vertical-overlay-menu .main-menu .navigation > li > a > i:before { -webkit-transition : 200ms ease all; transition : 200ms ease all; font-size : 1.429rem; } .vertical-overlay-menu .main-menu .navigation li.has-sub > a:after { content : ''; background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E'); background-repeat : no-repeat; background-position : center; background-size : 1rem; height : 1rem; width : 1rem; display : inline-block; position : absolute; left : 20px; top : 14px; -webkit-transform : rotate(0deg); -ms-transform : rotate(0deg); transform : rotate(0deg); -webkit-transition : all 0.2s ease-out; transition : all 0.2s ease-out; } .vertical-overlay-menu .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after { -webkit-transform : rotate(-90deg); -ms-transform : rotate(-90deg); transform : rotate(-90deg); } .vertical-overlay-menu .main-menu .navigation .navigation-header .feather-more-horizontal { display : none; } .vertical-overlay-menu.menu-open .main-menu { opacity : 1; -webkit-transform : translate3d(-260px, 0, 0); transform : translate3d(-260px, 0, 0); -webkit-transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, -webkit-transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s; transition : width 0.25s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s; }
0.320183
0.052086
a { text-decoration: none; } h1, h2, h3, h4, h5, h6, p, span, a { text-rendering: optimizeLegibility; } h6 { font-size: 1em; } h5 { font-size: 1em; } .md-fab .icon { font-size: 25px; } .md-mini .icon { font-size: 17px; } body, .overflow-hidden { overflow: hidden; } [chutter-scroll-shrink] { height: calc(100vh - 32px); } #create-a-community-content { margin: 8px; } #contentShrink { transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); } md-tabs md-tab-item { max-width: none !important; } md-tabs md-content { background-color: #fff; } md-tabs md-content.detailed-list { background-color: #f2f2f2; } md-bottom-sheet { padding: 0 0 80px 0; border-top: 0; width: 90vw; margin: auto; } @media(max-width: 960px) { md-bottom-sheet { width: 100vw; } } #authenticate, #register { width: 30%; } #authenticate #errors p, #register #errors p { font-size: 0.8em; color: #f44336; } .button-link { padding: 0; margin: 0; line-height: inherit; min-height: 0; min-width: 0; vertical-align: middle; text-transform: none; } .button-link:hover { background-color: transparent !important; } i.active-up, .icon.active-up { color: #03a9f4; } i.active-down, .icon.active-down { color: #f44336; } #submit { overflow: auto; } #submit md-autocomplete { width: 100%; min-width: 100%; } .inline-link { color: #03a9f4; cursor: hand; margin-right: 4px; } .md-toolbar-tools { font-size: 14px; } #loading-spinner { position: absolute; top: 40%; left: 45%; z-index: 27; } #content { overflow: hidden; position: relative; z-index: 22; } @media(max-width: 960px) { #content { z-index: 22; } } .ng-cloak { display: none !important; } .header-caption-wrapper { margin: 5% 0 0 0; } .header-caption-wrapper h2 { margin: 0; } .image { -webkit-transform-style: preserve-3d; -webkit-transform: translate3d(0, 0, 0); } .subscription-card { margin: 10px 0; } .subscription-card .subscription-info h4 { color: #000; margin: 0; } .subscription-card .subscription-info span { color: #757575; } .subscription-card .subscription-info .stats span { margin-right: 5px; color: #999; } #subscription-section md-icon { height: 40px; width: 40px; } #subscription-section md-icon i { font-size: 40px; } #conversation { width: 100%; height: 100%; padding: 0 2.5%; } @media(max-width: 960px) { #conversation { width: 100%; padding: 0; } } #conversation .load-more { margin-top: 10px; } #conversation .item { position: relative; margin-top: 10px; } #conversation .message { max-width: 80%; word-wrap: break-word; background: #fff; } #conversation .message .body .text { margin: 0 0 2.5px 0; font-size: 0.95em; } #conversation .message .body .time { margin: 0; color: #757575; font-size: 0.7em; } #conversation .you { margin-right: 15px; } #conversation .you .message { background: #f5f5f5; } #conversation .you:after { border: solid 10px transparent; border-top-color: #f5f5f5; border-left-color: #f5f5f5; position: absolute; right: -10px; top: 8px; height: 0; content: ""; } #conversation .other-participant { margin-left: 15px; } #conversation .other-participant .message { background: #7986cb; } #conversation .other-participant .message .body .time, #conversation .other-participant .message .body .text { color: #fff; } #conversation .other-participant:before { border: solid 10px transparent; border-top-color: #7986cb; border-right-color: #7986cb; position: absolute; left: -10px; top: 8px; height: 0; content: ""; } #conversation .item.other-participant + .item.other-participant { margin-top: -10px; } #conversation .item.other-participant + .item.other-participant:before { border: none; } #conversation .item.you + .item.you { margin-top: -10px; } #conversation .item.you + .item.you:after { border: none; } #interests-list-content { width: 60%; } #registration-welcome form { width: 50%; } [layout-fill] { height: inherit; } .md-sidenav-right .section-content > div { padding: 1.25vw; overflow: hidden; } .md-sidenav-right .section-content > div .additional-content { width: 100%; } .md-sidenav-right .section-content > div .additional-content .md-button { margin: 5px 0; } .md-sidenav-right h5 { margin-top: 0; } .md-sidenav-right .small { font-size: 0.7em; } @media(max-width: 960px) // Responsive font { .md-sidenav-right .small { font-size: 1.7em; } } .md-sidenav-right .md-button { text-transform: none; } .md-sidenav-right .header .sub-header { padding: 8px 0; } .md-sidenav-right .header .title .icon-holder { text-align: center; } .md-sidenav-right .header .title h5, .md-sidenav-right .header .title a { font-size: 1em; margin: 0; } .md-sidenav-right .header .title .icon-holder, .md-sidenav-right .header .title .md-button { height: 1em; width: 36px; height: 36px; } .md-sidenav-right .header .title .icon-holder .icon, .md-sidenav-right .header .title .md-button .icon { line-height: 36px; font-size: 1.3em; } @media(max-width: 960px) // Responsive font { .md-sidenav-right .header .title .icon-holder .icon, .md-sidenav-right .header .title .md-button .icon { font-size: 2.3em; } } .md-sidenav-right .header .title .icon-holder:hover .icon, .md-sidenav-right .header .title .md-button:hover .icon { cursor: default; } .md-sidenav-right .header .title .icon-holder:hover .ion-minus-round, .md-sidenav-right .header .title .md-button:hover .ion-minus-round { color: #ff9800; } .md-sidenav-right .header .title .icon-holder:hover .ion-plus-round, .md-sidenav-right .header .title .md-button:hover .ion-plus-round { color: #4caf50; } .md-sidenav-right .header .sub-header { font-size: 0.7em; } @media(max-width: 960px) // Responsive font { .md-sidenav-right .header .sub-header { font-size: 1.7em; } } .md-sidenav-right #footer { text-align: center; } .md-sidenav-right #footer .links { margin: 0.5vmax 0; overflow: hidden; } .md-sidenav-right #footer .links a { text-transform: capitalize; cursor: pointer; font-size: 0.65em; display: inline-block; margin: 0 0.25vmax; } @media(max-width: 960px) // Responsive font { .md-sidenav-right #footer .links a { font-size: 1.65em; } } .md-sidenav-right .special-list md-list { padding: 0; } .md-sidenav-right .special-list md-list-item { min-height: 36px; padding: 0; } .md-sidenav-right .special-list md-list-item .content { height: 2.5vmax; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; } .md-sidenav-right .special-list md-list-item:first-child .content { border-top: 1px solid #DDDDDD; } .md-sidenav-right .special-list md-list-item .type { min-height: 36px; height: 2.5vmax; color: #fff; text-align: center; } .md-sidenav-right .special-list md-list-item .type:hover { cursor: default; } .md-sidenav-right .special-list md-list-item .md-button { margin: 0; border-radius: 0; padding: 0 0.5vmax; background-color: transparent; } .md-sidenav-right .special-list md-list-item .title { overflow: hidden; float: left; line-height: 2.5vmax; } .md-sidenav-right all-sidebar .about .md-button { margin: 5px 0; } .md-sidenav-right all-sidebar .sub-goal .icon-holder .icon, .md-sidenav-right all-sidebar .sub-goal .icon-holder .icon:hover { color: #f44336 !important; } .md-sidenav-right all-sidebar .sub-goal .help { margin-top: 16px; } .md-sidenav-right all-sidebar .news .special-list .time { float: right; font-size: 0.6em; text-transform: uppercase; line-height: 2.5vmax; } @media(max-width: 960px) // Responsive font { .md-sidenav-right all-sidebar .news .special-list .time { font-size: 1.6em; } } .md-sidenav-right all-sidebar .news .special-list .update { background: #4caf50; } .md-sidenav-right all-sidebar .news .special-list .community { background: #03a9f4; } .md-sidenav-right all-sidebar .news .special-list .important { background: #f44336; } .md-sidenav-right network-sidebar .welcome .md-button { margin: 5px 0; } .md-sidenav-right network-sidebar .welcome .subscribers { text-align: center; line-height: 38px; } .md-sidenav-right network-sidebar .subscriptions .md-button { text-align: left; } .md-sidenav-right #community-sidebar .rules md-list md-list-item { padding-left: 0; } .md-sidenav-right #community-sidebar .moderators .special-list .admin { font-weight: 600; background: #f44336; } .md-sidenav-right #community-sidebar .moderators .special-list .admin .icon { transform: rotate(-90deg); } .md-sidenav-right #community-sidebar .moderators .special-list .moderator { font-weight: 600; background: #ff9800; } /*# sourceMappingURL=sidebar.css.map */
app/css/sidebar.css
a { text-decoration: none; } h1, h2, h3, h4, h5, h6, p, span, a { text-rendering: optimizeLegibility; } h6 { font-size: 1em; } h5 { font-size: 1em; } .md-fab .icon { font-size: 25px; } .md-mini .icon { font-size: 17px; } body, .overflow-hidden { overflow: hidden; } [chutter-scroll-shrink] { height: calc(100vh - 32px); } #create-a-community-content { margin: 8px; } #contentShrink { transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); } md-tabs md-tab-item { max-width: none !important; } md-tabs md-content { background-color: #fff; } md-tabs md-content.detailed-list { background-color: #f2f2f2; } md-bottom-sheet { padding: 0 0 80px 0; border-top: 0; width: 90vw; margin: auto; } @media(max-width: 960px) { md-bottom-sheet { width: 100vw; } } #authenticate, #register { width: 30%; } #authenticate #errors p, #register #errors p { font-size: 0.8em; color: #f44336; } .button-link { padding: 0; margin: 0; line-height: inherit; min-height: 0; min-width: 0; vertical-align: middle; text-transform: none; } .button-link:hover { background-color: transparent !important; } i.active-up, .icon.active-up { color: #03a9f4; } i.active-down, .icon.active-down { color: #f44336; } #submit { overflow: auto; } #submit md-autocomplete { width: 100%; min-width: 100%; } .inline-link { color: #03a9f4; cursor: hand; margin-right: 4px; } .md-toolbar-tools { font-size: 14px; } #loading-spinner { position: absolute; top: 40%; left: 45%; z-index: 27; } #content { overflow: hidden; position: relative; z-index: 22; } @media(max-width: 960px) { #content { z-index: 22; } } .ng-cloak { display: none !important; } .header-caption-wrapper { margin: 5% 0 0 0; } .header-caption-wrapper h2 { margin: 0; } .image { -webkit-transform-style: preserve-3d; -webkit-transform: translate3d(0, 0, 0); } .subscription-card { margin: 10px 0; } .subscription-card .subscription-info h4 { color: #000; margin: 0; } .subscription-card .subscription-info span { color: #757575; } .subscription-card .subscription-info .stats span { margin-right: 5px; color: #999; } #subscription-section md-icon { height: 40px; width: 40px; } #subscription-section md-icon i { font-size: 40px; } #conversation { width: 100%; height: 100%; padding: 0 2.5%; } @media(max-width: 960px) { #conversation { width: 100%; padding: 0; } } #conversation .load-more { margin-top: 10px; } #conversation .item { position: relative; margin-top: 10px; } #conversation .message { max-width: 80%; word-wrap: break-word; background: #fff; } #conversation .message .body .text { margin: 0 0 2.5px 0; font-size: 0.95em; } #conversation .message .body .time { margin: 0; color: #757575; font-size: 0.7em; } #conversation .you { margin-right: 15px; } #conversation .you .message { background: #f5f5f5; } #conversation .you:after { border: solid 10px transparent; border-top-color: #f5f5f5; border-left-color: #f5f5f5; position: absolute; right: -10px; top: 8px; height: 0; content: ""; } #conversation .other-participant { margin-left: 15px; } #conversation .other-participant .message { background: #7986cb; } #conversation .other-participant .message .body .time, #conversation .other-participant .message .body .text { color: #fff; } #conversation .other-participant:before { border: solid 10px transparent; border-top-color: #7986cb; border-right-color: #7986cb; position: absolute; left: -10px; top: 8px; height: 0; content: ""; } #conversation .item.other-participant + .item.other-participant { margin-top: -10px; } #conversation .item.other-participant + .item.other-participant:before { border: none; } #conversation .item.you + .item.you { margin-top: -10px; } #conversation .item.you + .item.you:after { border: none; } #interests-list-content { width: 60%; } #registration-welcome form { width: 50%; } [layout-fill] { height: inherit; } .md-sidenav-right .section-content > div { padding: 1.25vw; overflow: hidden; } .md-sidenav-right .section-content > div .additional-content { width: 100%; } .md-sidenav-right .section-content > div .additional-content .md-button { margin: 5px 0; } .md-sidenav-right h5 { margin-top: 0; } .md-sidenav-right .small { font-size: 0.7em; } @media(max-width: 960px) // Responsive font { .md-sidenav-right .small { font-size: 1.7em; } } .md-sidenav-right .md-button { text-transform: none; } .md-sidenav-right .header .sub-header { padding: 8px 0; } .md-sidenav-right .header .title .icon-holder { text-align: center; } .md-sidenav-right .header .title h5, .md-sidenav-right .header .title a { font-size: 1em; margin: 0; } .md-sidenav-right .header .title .icon-holder, .md-sidenav-right .header .title .md-button { height: 1em; width: 36px; height: 36px; } .md-sidenav-right .header .title .icon-holder .icon, .md-sidenav-right .header .title .md-button .icon { line-height: 36px; font-size: 1.3em; } @media(max-width: 960px) // Responsive font { .md-sidenav-right .header .title .icon-holder .icon, .md-sidenav-right .header .title .md-button .icon { font-size: 2.3em; } } .md-sidenav-right .header .title .icon-holder:hover .icon, .md-sidenav-right .header .title .md-button:hover .icon { cursor: default; } .md-sidenav-right .header .title .icon-holder:hover .ion-minus-round, .md-sidenav-right .header .title .md-button:hover .ion-minus-round { color: #ff9800; } .md-sidenav-right .header .title .icon-holder:hover .ion-plus-round, .md-sidenav-right .header .title .md-button:hover .ion-plus-round { color: #4caf50; } .md-sidenav-right .header .sub-header { font-size: 0.7em; } @media(max-width: 960px) // Responsive font { .md-sidenav-right .header .sub-header { font-size: 1.7em; } } .md-sidenav-right #footer { text-align: center; } .md-sidenav-right #footer .links { margin: 0.5vmax 0; overflow: hidden; } .md-sidenav-right #footer .links a { text-transform: capitalize; cursor: pointer; font-size: 0.65em; display: inline-block; margin: 0 0.25vmax; } @media(max-width: 960px) // Responsive font { .md-sidenav-right #footer .links a { font-size: 1.65em; } } .md-sidenav-right .special-list md-list { padding: 0; } .md-sidenav-right .special-list md-list-item { min-height: 36px; padding: 0; } .md-sidenav-right .special-list md-list-item .content { height: 2.5vmax; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; } .md-sidenav-right .special-list md-list-item:first-child .content { border-top: 1px solid #DDDDDD; } .md-sidenav-right .special-list md-list-item .type { min-height: 36px; height: 2.5vmax; color: #fff; text-align: center; } .md-sidenav-right .special-list md-list-item .type:hover { cursor: default; } .md-sidenav-right .special-list md-list-item .md-button { margin: 0; border-radius: 0; padding: 0 0.5vmax; background-color: transparent; } .md-sidenav-right .special-list md-list-item .title { overflow: hidden; float: left; line-height: 2.5vmax; } .md-sidenav-right all-sidebar .about .md-button { margin: 5px 0; } .md-sidenav-right all-sidebar .sub-goal .icon-holder .icon, .md-sidenav-right all-sidebar .sub-goal .icon-holder .icon:hover { color: #f44336 !important; } .md-sidenav-right all-sidebar .sub-goal .help { margin-top: 16px; } .md-sidenav-right all-sidebar .news .special-list .time { float: right; font-size: 0.6em; text-transform: uppercase; line-height: 2.5vmax; } @media(max-width: 960px) // Responsive font { .md-sidenav-right all-sidebar .news .special-list .time { font-size: 1.6em; } } .md-sidenav-right all-sidebar .news .special-list .update { background: #4caf50; } .md-sidenav-right all-sidebar .news .special-list .community { background: #03a9f4; } .md-sidenav-right all-sidebar .news .special-list .important { background: #f44336; } .md-sidenav-right network-sidebar .welcome .md-button { margin: 5px 0; } .md-sidenav-right network-sidebar .welcome .subscribers { text-align: center; line-height: 38px; } .md-sidenav-right network-sidebar .subscriptions .md-button { text-align: left; } .md-sidenav-right #community-sidebar .rules md-list md-list-item { padding-left: 0; } .md-sidenav-right #community-sidebar .moderators .special-list .admin { font-weight: 600; background: #f44336; } .md-sidenav-right #community-sidebar .moderators .special-list .admin .icon { transform: rotate(-90deg); } .md-sidenav-right #community-sidebar .moderators .special-list .moderator { font-weight: 600; background: #ff9800; } /*# sourceMappingURL=sidebar.css.map */
0.380068
0.091544
--- --- /* ================================== Custom Styles */ blockquote.info { border-left: 12px solid #080; background-color: #bfb; padding: 12px 12px 12px 0; margin-left: -40px; padding-left: 40px; } blockquote.warning { border-left: 12px solid #dc0; background-color: #ffa; padding: 12px 12px 12px 0; margin-left: -40px; padding-left: 40px; } blockquote.alert { border-left: 12px solid #aa3838; background-color: #fea8a8; padding: 12px 12px 12px 0; margin-left: -40px; padding-left: 40px; } /* Main.css ================================== Begin with generic 'mobile first' styles */ /* Normalize the box model ================================== */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* global styles ================================== */ html, body { height: 100%; } /* Typography ================================== */ body { font-family: "Avenir Next", Arial, sans-serif; font-weight: 400; font-style: normal; line-height: 1.466666667; } h1, h3, h4, h5, strong { font-family: "Avenir Next Demi", "Avenir Next", Arial, sans-serif; font-weight: 600; } .site-title { font-size: 2em; font-family: "Avenir Next", Arial, sans-serif; font-weight: normal; color: #ffffff; margin: 0; line-height: 1.2941176470588236; display: inline-block; } h2 { font-weight: 400; font-style: normal; font-size: 1.375em; margin: 1.4em 0 0 0; } h4 { font-size: 1em; text-transform: uppercase; } .page-title { margin-top: .727272727em; /* 16/22 */ } /* Lists -------------------------------- */ .main-content ul { padding-left: 1.1em; } .main-content li { margin-bottom: .5em; } li h3, li h4 { margin: 0; } li p { margin-top: 0; } /* Links ================================== */ a { -webkit-transition: .2s; -moz-transition: .2s; transition: .2s; } a, a:link, a:visited { color: #0072ce; border-bottom: 1px dotted #0072ce; text-decoration: none; } a:hover { border-bottom: 1px solid #7eb8dd; color: #7eb8dd; text-decoration: none; } a:active { border-bottom: 1px solid #002d72; color: #002d72; text-decoration: none; } a:focus { border-bottom: 1px solid #0072ce; color: #0072ce; outline: thin dotted; text-decoration: none; } a.title-link { color: #ffffff; border-bottom: none; } a.title-link:hover, a.title-link:active, a.title-link:focus { color: #7eb8dd; border-bottom: none; } a.skip-link { color: #0072ce; border-bottom: none; padding: .25em; } a.skip-link:hover, a.skip-link:active, a.skip-link:focus { background-color: #0072ce; color: #fff; border-bottom: none; } /* Navigation ================================== */ .sidebar-nav a { display: block; padding: 10px; -webkit-transition: .4s; transition: .4s; width: 80%; float: left; } .sidebar-nav a, .sidebar-nav a:link, .sidebar-nav a:visited { border-bottom: none; color: #75787b; } .sidebar-nav li:hover, .sidebar-nav a:focus, .sidebar-nav li:active, .sidebar-nav .sidebar-nav-active { color: #75787b; border-left: 4px solid {{ site.brand_color }}; background-color: transparent; border-bottom: 1px solid #babbbd; padding-left: 0; } .sidebar-nav ul { margin: 0; padding: 0; /*border-top: 1px solid @gray-50;*/ } .sidebar-nav li { list-style: none; border-bottom: 1px solid #babbbd; font-size: 1.125em; padding-left: 4px; } .sidebar-nav li:last-child { border-bottom: none; } .nav-children { clear: both; display: block; font-size: 14px; max-height: 0; opacity: 0; overflow: hidden; position: relative; -webkit-transition: max-height .2s, opacity .2s; -moz-transition: max-height .2s, opacity .2s; -o-transition: max-height .2s, opacity .2s; transition: max-height .2s, opacity .2s; } .nav-children li { border-bottom: none; padding-left: 0; } .nav-children a { padding: 5px 5px 5px 20px; } .nav-children li:last-child a { padding-bottom: 10px; } .expand-subnav { background: none; border: none; border-radius: 30px; color: #0072ce; cursor: pointer; display: block; float: right; font-size: 20px; height: 30px; line-height: 1; margin: 8px; padding-bottom: 5px; position: relative; width: 30px; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: -webkit-transform .2s; -moz-transition: -moz-transform .2s; -o-transition: -o-transform .2s; transition: transform .2s; } .expand-subnav:hover, .expand-subnav:focus { background-color: #0072ce; color: #fff; outline: none; } .expand-subnav[aria-expanded=true] { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .nav-children[aria-hidden=true] { max-height: 0; } .nav-children { display: block; max-height: 1000px; opacity: 1; -webkit-transition: max-height .2s, opacity .2s; -moz-transition: max-height .2s, opacity .2s; -o-transition: max-height .2s, opacity .2s; transition: max-height .2s, opacity .2s; } /* Layout ================================== */ .logo { display: block; } .content { padding-top: 2em; padding-bottom: 2em; } /* offset the fixed position header for jump links */ section:before { display: block; content: ""; height: 60px; margin: -60px 0 0; } .wrap { max-width: 1500px; margin: 0 auto; padding-left: 20px; padding-right: 20px; } header { width: 100%; /*border-bottom: 4px solid {{ site.brand_color }};*/ background-color: #0B0B3B; padding: 2em 0; } /* Footer ================================== */ /* for sticky footer */ .container { display: table; height: 100%; width: 100%; } footer { display: table-row; /* for sticky footer */ height: 1px; /* for sticky footer */ border-top: 2px solid #babbbd; background: #f1f2f2; width: 100%; font-size: 0.875em; } footer .wrap { padding-top: 2em; padding-bottom: 2em; } /* Helpers ================================== */ /* Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* Style ================================== */ .intro { color: #75787B; } li h4 { margin: 0; } .license { font-family: "Avenir Next Demi", Arial, sans-serif; font-weight: normal; font-style: normal; } pre { max-width: 100%; font-size: 0.875em; overflow-y: hidden; background-color: #f1f2f2; padding: 10px; } /* Post list ---------------------------------- */ ul.posts { padding: 0; } .posts li { list-style: none; } .post-date { color: #75787B; } /* Repo list ---------------------------------- */ ul.repo-list { margin: .5em 0 1em 0; padding: 0; } .repo-list li { list-style: none; } .repo-list p { margin: 0; font-size: 0.875em; } .repo-list h4 { text-transform: none; } /* Helper Classes ================================== */ /* Clearfix list ---------------------------------- */ .group:before, .group:after { content: " "; display: table; } .group:after { clear: both; } .group { *zoom: 1; } /* Desktop Styles ================================== */ @media screen and (min-width: 45em) and (min-height: 32.5em) { /* Typography ============================== */ /* Layout ============================== */ .logo { max-width: 30%; padding-right: 20px; float: right; } aside { width: 30%; float: left; } .main-content { width: 67%; float: right; margin-bottom: 120px; } /* Navigation ============================== */ /* Style ============================== */ /* Repo list ------------------------------ */ .repo-list li { list-style: none; display: block; float: left; height: 4.0625em; max-height: 4.0625em; background-color: #E7E7E6; border-left: 1px solid #BABBBD; width: 30%; } .repo-list a:link, .repo-list a:visited { display: block; max-height: 4.0625em; background-color: #E7E7E6; border-bottom: none; padding: .625em 1em 1em 1em; } .repo-list a:hover { color: #4D5F87; background-color: #CDE3F1; } .repo-list li:first-child { text-align: center; border-left: none; line-height: 60px; padding: .625em 1em; width: 10%; } } @media screen and (max-width: 54.375em) and (min-height: 32.5em) { /* keep the repo list containers the same height, but account for the need for more height */ .repo-list li { height: 6em; max-height: 6em; } .repo-list a:link, .repo-list a:visited { max-height: 6em; } } /* Mobile Styles ================================== */ @media screen and (max-width: 40.5em) { .main-content { margin-top: 1.5em; } } .code { font-family: monospace; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 1em 0; background-color: #E6E6E6; color: black; padding: 10px; } /* Table Style ========================== */ table { font-size: 14px; border-collapse:collapse; margin:20px 0 0; padding:0; } table tr { border-top:1px solid #ccc; background-color:#fff; margin:0; padding:0; } table tr th { border-top:1px solid #ccc; background-color:#666666; color: #fff; margin:0; padding:0; } table tr:nth-child(2n) { background-color:#f8f8f8; } table tr th[align="center"], table tr td[align="center"] { text-align:center; } table tr th, table tr td { border:1px solid #ccc; text-align:left; margin:0; padding:6px 13px; }
assets/css/main.css
--- --- /* ================================== Custom Styles */ blockquote.info { border-left: 12px solid #080; background-color: #bfb; padding: 12px 12px 12px 0; margin-left: -40px; padding-left: 40px; } blockquote.warning { border-left: 12px solid #dc0; background-color: #ffa; padding: 12px 12px 12px 0; margin-left: -40px; padding-left: 40px; } blockquote.alert { border-left: 12px solid #aa3838; background-color: #fea8a8; padding: 12px 12px 12px 0; margin-left: -40px; padding-left: 40px; } /* Main.css ================================== Begin with generic 'mobile first' styles */ /* Normalize the box model ================================== */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* global styles ================================== */ html, body { height: 100%; } /* Typography ================================== */ body { font-family: "Avenir Next", Arial, sans-serif; font-weight: 400; font-style: normal; line-height: 1.466666667; } h1, h3, h4, h5, strong { font-family: "Avenir Next Demi", "Avenir Next", Arial, sans-serif; font-weight: 600; } .site-title { font-size: 2em; font-family: "Avenir Next", Arial, sans-serif; font-weight: normal; color: #ffffff; margin: 0; line-height: 1.2941176470588236; display: inline-block; } h2 { font-weight: 400; font-style: normal; font-size: 1.375em; margin: 1.4em 0 0 0; } h4 { font-size: 1em; text-transform: uppercase; } .page-title { margin-top: .727272727em; /* 16/22 */ } /* Lists -------------------------------- */ .main-content ul { padding-left: 1.1em; } .main-content li { margin-bottom: .5em; } li h3, li h4 { margin: 0; } li p { margin-top: 0; } /* Links ================================== */ a { -webkit-transition: .2s; -moz-transition: .2s; transition: .2s; } a, a:link, a:visited { color: #0072ce; border-bottom: 1px dotted #0072ce; text-decoration: none; } a:hover { border-bottom: 1px solid #7eb8dd; color: #7eb8dd; text-decoration: none; } a:active { border-bottom: 1px solid #002d72; color: #002d72; text-decoration: none; } a:focus { border-bottom: 1px solid #0072ce; color: #0072ce; outline: thin dotted; text-decoration: none; } a.title-link { color: #ffffff; border-bottom: none; } a.title-link:hover, a.title-link:active, a.title-link:focus { color: #7eb8dd; border-bottom: none; } a.skip-link { color: #0072ce; border-bottom: none; padding: .25em; } a.skip-link:hover, a.skip-link:active, a.skip-link:focus { background-color: #0072ce; color: #fff; border-bottom: none; } /* Navigation ================================== */ .sidebar-nav a { display: block; padding: 10px; -webkit-transition: .4s; transition: .4s; width: 80%; float: left; } .sidebar-nav a, .sidebar-nav a:link, .sidebar-nav a:visited { border-bottom: none; color: #75787b; } .sidebar-nav li:hover, .sidebar-nav a:focus, .sidebar-nav li:active, .sidebar-nav .sidebar-nav-active { color: #75787b; border-left: 4px solid {{ site.brand_color }}; background-color: transparent; border-bottom: 1px solid #babbbd; padding-left: 0; } .sidebar-nav ul { margin: 0; padding: 0; /*border-top: 1px solid @gray-50;*/ } .sidebar-nav li { list-style: none; border-bottom: 1px solid #babbbd; font-size: 1.125em; padding-left: 4px; } .sidebar-nav li:last-child { border-bottom: none; } .nav-children { clear: both; display: block; font-size: 14px; max-height: 0; opacity: 0; overflow: hidden; position: relative; -webkit-transition: max-height .2s, opacity .2s; -moz-transition: max-height .2s, opacity .2s; -o-transition: max-height .2s, opacity .2s; transition: max-height .2s, opacity .2s; } .nav-children li { border-bottom: none; padding-left: 0; } .nav-children a { padding: 5px 5px 5px 20px; } .nav-children li:last-child a { padding-bottom: 10px; } .expand-subnav { background: none; border: none; border-radius: 30px; color: #0072ce; cursor: pointer; display: block; float: right; font-size: 20px; height: 30px; line-height: 1; margin: 8px; padding-bottom: 5px; position: relative; width: 30px; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: -webkit-transform .2s; -moz-transition: -moz-transform .2s; -o-transition: -o-transform .2s; transition: transform .2s; } .expand-subnav:hover, .expand-subnav:focus { background-color: #0072ce; color: #fff; outline: none; } .expand-subnav[aria-expanded=true] { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .nav-children[aria-hidden=true] { max-height: 0; } .nav-children { display: block; max-height: 1000px; opacity: 1; -webkit-transition: max-height .2s, opacity .2s; -moz-transition: max-height .2s, opacity .2s; -o-transition: max-height .2s, opacity .2s; transition: max-height .2s, opacity .2s; } /* Layout ================================== */ .logo { display: block; } .content { padding-top: 2em; padding-bottom: 2em; } /* offset the fixed position header for jump links */ section:before { display: block; content: ""; height: 60px; margin: -60px 0 0; } .wrap { max-width: 1500px; margin: 0 auto; padding-left: 20px; padding-right: 20px; } header { width: 100%; /*border-bottom: 4px solid {{ site.brand_color }};*/ background-color: #0B0B3B; padding: 2em 0; } /* Footer ================================== */ /* for sticky footer */ .container { display: table; height: 100%; width: 100%; } footer { display: table-row; /* for sticky footer */ height: 1px; /* for sticky footer */ border-top: 2px solid #babbbd; background: #f1f2f2; width: 100%; font-size: 0.875em; } footer .wrap { padding-top: 2em; padding-bottom: 2em; } /* Helpers ================================== */ /* Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* Style ================================== */ .intro { color: #75787B; } li h4 { margin: 0; } .license { font-family: "Avenir Next Demi", Arial, sans-serif; font-weight: normal; font-style: normal; } pre { max-width: 100%; font-size: 0.875em; overflow-y: hidden; background-color: #f1f2f2; padding: 10px; } /* Post list ---------------------------------- */ ul.posts { padding: 0; } .posts li { list-style: none; } .post-date { color: #75787B; } /* Repo list ---------------------------------- */ ul.repo-list { margin: .5em 0 1em 0; padding: 0; } .repo-list li { list-style: none; } .repo-list p { margin: 0; font-size: 0.875em; } .repo-list h4 { text-transform: none; } /* Helper Classes ================================== */ /* Clearfix list ---------------------------------- */ .group:before, .group:after { content: " "; display: table; } .group:after { clear: both; } .group { *zoom: 1; } /* Desktop Styles ================================== */ @media screen and (min-width: 45em) and (min-height: 32.5em) { /* Typography ============================== */ /* Layout ============================== */ .logo { max-width: 30%; padding-right: 20px; float: right; } aside { width: 30%; float: left; } .main-content { width: 67%; float: right; margin-bottom: 120px; } /* Navigation ============================== */ /* Style ============================== */ /* Repo list ------------------------------ */ .repo-list li { list-style: none; display: block; float: left; height: 4.0625em; max-height: 4.0625em; background-color: #E7E7E6; border-left: 1px solid #BABBBD; width: 30%; } .repo-list a:link, .repo-list a:visited { display: block; max-height: 4.0625em; background-color: #E7E7E6; border-bottom: none; padding: .625em 1em 1em 1em; } .repo-list a:hover { color: #4D5F87; background-color: #CDE3F1; } .repo-list li:first-child { text-align: center; border-left: none; line-height: 60px; padding: .625em 1em; width: 10%; } } @media screen and (max-width: 54.375em) and (min-height: 32.5em) { /* keep the repo list containers the same height, but account for the need for more height */ .repo-list li { height: 6em; max-height: 6em; } .repo-list a:link, .repo-list a:visited { max-height: 6em; } } /* Mobile Styles ================================== */ @media screen and (max-width: 40.5em) { .main-content { margin-top: 1.5em; } } .code { font-family: monospace; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 1em 0; background-color: #E6E6E6; color: black; padding: 10px; } /* Table Style ========================== */ table { font-size: 14px; border-collapse:collapse; margin:20px 0 0; padding:0; } table tr { border-top:1px solid #ccc; background-color:#fff; margin:0; padding:0; } table tr th { border-top:1px solid #ccc; background-color:#666666; color: #fff; margin:0; padding:0; } table tr:nth-child(2n) { background-color:#f8f8f8; } table tr th[align="center"], table tr td[align="center"] { text-align:center; } table tr th, table tr td { border:1px solid #ccc; text-align:left; margin:0; padding:6px 13px; }
0.480722
0.100525
.cookiealert{ padding: 25px; position: fixed; bottom: 0; left: 0; width: 100%; margin: 0 !important; z-index: 999; opacity: 0; visibility: hidden; border-radius: 0; transform: translateY(100%); transition: all 500ms ease-out; color: #ecf0f1; background: #212327; } .cookiealert.show { opacity: 1; visibility: visible; transform: translateY(0%); transition-delay: 1000ms; } .cookiealert h3{ font-size: 18px; margin: 10px 0; } .cookiealert p{ line-height: 15px; max-width: 100ch; font-size: 14px; color: #fff; } .cookiealert .politica-cookie{ margin: 10px 0; } .cookiealert .acceptcookies { position: absolute; right: 0; margin: 0 40px 20px 0; } .cookiealert .acceptcookies{ background-color: #db1416; font-size: 15px; border: none; } @media (max-width:520px) { .cookiealert .acceptcookies{ bottom: -13px; left: 10px; } .cookiealert{ padding: 20px 10px 40px 10px !important; } .cookiealert .acceptcookies{ position: fixed; } } /*----------------------------------------------------------*/ body a { transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; color: #fff; } body a:hover, a:visited, a:link{ text-decoration: none; color: #dddddd; } html, body{ font-size: 100%; font-family: 'Montserrat', sans-serif; } body{ background:#FFFFFF; } /*-- banner --*/ .banner{ background: url(../images/banner_pagina_inicio.jpg) no-repeat 0px 0px; background-size: cover; } .banner1{ background: url(../images/banner_pagina_servicos.jpg) no-repeat 0px 0px; background-size: cover; } .banner2{ background: url(../images/banner_pagina_contato.jpg) no-repeat 0px 0px; background-size: cover; } .jarallax { position: relative; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; } .header-top { border-bottom: solid 1px rgb(63, 63, 63); padding: .1em 0; background: rgba(0, 0, 0, 0.7); } .header-top-left{ float: left; margin: .5em 0 0 0; } .header-top-left p,.header-top-right p{ color:#FFFFFF; font-size:.9em; } .header-top-right{ float: right; margin: .5em 0 0 1em; } /*-- social-icons --*/ .agileinfo-social-grids{ margin: 0 0 3em 0; text-align: center; } .agileinfo-social-grids ul{ padding:0; margin:0; } .agileinfo-social-grids ul li{ display: inline-block; } .agileinfo-social-grids ul li a { color: #333; text-align: center; } .agileinfo-social-grids ul li a i.fa.fa-facebook, ul li a i.fa.fa-instagram, ul li a i.fa.fa-linkedin{ color: #FFFFFF; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; margin:0 .3em; } .agileinfo-social-grids ul li a i.fa.fa-facebook:hover { color: #3b5998; } .agileinfo-social-grids ul li a i.fa.fa-instagram:hover{ color: #E1306C; } .agileinfo-social-grids ul li a i.fa.fa-linkedin:hover{ color: #007dbb; } .agileinfo-social-grids ul li:nth-child(2){ margin:.5em 0; } .agileinfo-social-grids ul li:nth-child(3){ margin:0 0 .5em 0; } /*-- //social-icons --*/ .header-left{ text-align: center; } .header-right{ margin: 7em auto 0; text-align: center; } /*-- top-nav --*/ .top-nav{ margin: 0 auto; background: rgba(0, 0, 0, 0.51); text-align: center; width: 60%; } .top-nav ul{ padding: 0; margin: 0; float: none; } .top-nav ul li{ display: inline-block; margin: 0 1em; float: none; } .top-nav ul li:nth-child(6){ margin-right:0; } .navbar-default { background: none; border: none; margin: 0; } .navbar-default { background: none; border: none; margin: 0; } .navbar-right { float: none !important; margin-right: -15px; text-align: center; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #99abd5; background: none; } .navbar-nav > li { margin: 0 .5em; display: inline-block; float: none; } .navbar-default .navbar-nav > li > a { color: #fff; font-size: 1em; padding: 1em 0.5em; position: relative; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active { color: #FFFFFF; } .navbar-default .navbar-nav > li > a:before { content: ''; position: absolute; bottom: -2px; background: #ee3537; height: 3px; width: 0; left: 0; transition: .5s all; } .navbar-default .navbar-nav li a:hover:before,.navbar-default .navbar-nav li a.active:before{ width: 100%; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none !important; box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0); color: #fff; } ul.dropdown-menu { background: #ee3537; box-shadow: 0 0 0; border: none; margin: 0; top: 3.7em; left: 0 !important; min-width: 90px; } .dropdown-menu > li > a { display: block; padding: 0px 0px !important; clear: both; margin: .2em 0 !important; font-weight: normal; line-height: 1.42857143; color: #FFF !important; border: none !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,.dropdown-menu > li > a:active { background: none; color: #000000 !important; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 103%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display: block; } .dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-width: 5px 0 5px 5px; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover>a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } /*-- //top-nav --*/ .w3layouts-banner-slider { margin: 8em 0; } .w3layouts-logo{ margin-top: 5%; } .agileits-banner-info { text-align:center; } .agileits-banner-info h3{ color: #FFF; font-size: 5em; margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 800; line-height: 70px; } .agileits-banner-info p{ display: block; font-weight: 400; color: #FFFFFF !important; font-size: 20px !important; margin: 1em 4em !important; line-height: 30px !important; } .w3-button{ margin: 2em 0 1em 0; text-align: center; } .w3-button a{ color: #FFFFFF; font-size: 1em; text-decoration: none; padding: .5em 2em; background: #db1416; text-align: center; border: solid 1px #db1416; font-weight: bold; } .w3-button a:hover{ background:none; border: solid 1px #FFFFFF; } /*--slider--*/ #slider2, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255,255,255,.1); color: #fff; font-weight: bold; } .events { list-style: none; } /*-- //slider --*/ /*-- welcome --*/ .welcome,.work,.testimonial-dot,.wthree-subscribe,.w3-agile-footer,.about,.team-dot,.agileits-about-top,.gallery,.codes,.typography,.blog,.contact-top{ padding:4em 0; } .w3ls-services-right h3{ font-size: 2em; color: #fff; text-decoration: none; font-weight: bold; margin: 2em 0; font-family: 'Montserrat', sans-serif; letter-spacing: 1px; } .w3l-welcome-left h2,.w3l-welcome-right h3,.agileits-heading h3,.wthree-heading h2{ font-size: 2em; color: #212121; text-decoration: none; font-weight: bolder; padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; letter-spacing: 2px; } .agileits-heading p{ padding-top: 5px; color: #fff !important; } .table-services tr td{ color: #fff; font-size: 17px; padding: 1em 0; text-align: center; font-weight: bold; } .table-services tr td img{ padding: 0 0 10px 0; width: 45px; } .table-services{ margin: 0 0 3em 0; } .w3l-welcome-left h5,.w3l-welcome-right h5{ font-size: .9em; color: #212121; text-decoration: none; margin: 1em 0; font-weight: 600; line-height: 1.4em; } .w3l-welcome-left p,.w3l-welcome-right p{ color:#999999; font-size:.9em; margin:0; line-height:1.8em; } .w3l-welcome-left p span,.w3l-welcome-right p span{ margin:1em 0 0 0; display:block; } .w3l-welcome-img{ background: url(../images/banner-sobre.png) no-repeat 0px -43px; background-size: cover; min-height: 540px; border-width: 0 1.2em; border-style: solid; border-color: #fff; } .w3l-button { margin: 7.5em 0 1em 0; } .w3l-button a { color: #FFFFFF; font-size: .9em; text-decoration: none; padding: .5em 2em; background: #ee3537; text-align: center; border: solid 1px #ee3537; font-weight: bold; } .w3l-button a:hover { background: none; border: solid 1px #212121; color: #212121; } .w3l-button a:focus{ outline:none; } /*-- about --*/ /*-- services --*/ .w3ls-services-left{ background-image: url(../images/banner-servicos.png); background-size:cover; min-height:551px; } .w3ls-services-right{ padding: 0 4%; background: #0f1215; } .w3ls-services-right h3{ text-align: center; } .w3ls-services-right a{ font-size: 14px; } .w3ls-services-icons{ margin: 3em 0 0 0; } .icon-left{ float: left; width: 70px; height: 70px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; text-align: center; padding: 1.2em 0 0 0; margin-right: 1.5em; } .icon-right{ float: left; width: 80%; } i.fa.fa-cog,i.fa.fa-heart,i.fa.fa-gavel{ color: #ffffff; font-size: 2em; } .icon-right h5{ color: #ffffff; font-size: 1em; font-weight: 600; margin: 0 0 1em 0; text-transform: uppercase; letter-spacing: 2px; } .icon-right p{ color: #ffffff; font-size: .9em; line-height: 1.8em; margin: 0; } .agileits-icon-grid:nth-child(2){ margin:2em 0; } /* Radial Out */ .hvr-radial-out { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; overflow: hidden; background: none; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-radial-out:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #212121; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active { color: #FFFFFF; } .agileits-icon-grid:hover div.hvr-radial-out:before{ -webkit-transform: scale(2); transform: scale(2); color:#FFFFFF; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .agileits-icon-grid:hover i.fa.fa-cog,.agileits-icon-grid:hover i.fa.fa-heart,.agileits-icon-grid:hover i.fa.fa-paper-plane{ color:#FFFFFF; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .agileits-icon-grid:nth-child(2) { margin: 2em 0; } /*-- //services --*/ /*-- services --*/ .work{ background: #f9f9fb; } .agileits-heading{ text-align:center; } .work-grids{ margin:4em 0 0 0; } #owl-demo .item{ text-align: center; } .work-grid-info{ position: relative; overflow: hidden; } .work-grid-info img{ width:100%; } .work-grid-info img{ width:100%; } .work-grid-info .imagem-icone{ width:15%; margin-bottom: 10px; } i.fa.fa-wrench{ color: #FFFFFF; font-size: 2em; } .work-grid-caption h4{ color: #FFFFFF; font-size: 1.5em; font-weight: 800; font-family: 'Montserrat', sans-serif; } .work-grid-caption { background: rgba(0, 0, 0, 0.61); padding: 20% 5% 0 5%; position: absolute; left: 0; bottom: -100%; text-align: center; width: 100%; height: 100%; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; } .work-grid-info:hover .work-grid-caption{ bottom: 0%; } /*-- //work --*/ /*-- testimonial --*/ .testimonial{ background: url(../images/banner_pagina_inicio.jpg) no-repeat 0px 0px; background-size: cover; } .testimonial1{ background: url(../images/banner_pagina_servicos.jpg) no-repeat 0px 0px; background-size: cover; } .testimonial-heading h3{ color: #fff; line-height: 40px; } .testimonial-info { float: left; width: 50%; } .testimonial-info p{ color: #FFFFFF; font-size: .9em; margin: 2em 0 0 0; line-height: 1.8em; } .wthree-testimonial-grid { margin: 4em 0 0 0; } /*-- //testimonial --*/ /*-- subscribe --*/ .jarallax { position: relative; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; } .w3l-services-heading p{ color:#FFFFFF; font-size:.9em; margin:1em 0 0 0; } .w3-agileits-subscribe-form { text-align: center; margin: 3em 0 0 0; } .w3-agileits-subscribe-form input[type="text"] { display: inline-block; background: #ececec; width: 45%; outline: none; padding: 1em; font-size: .875em; color: #999999; border: solid 2px #ececec; } button.btn1 { color: #FFFFFF; font-size: .9em; border: solid 1px #ee3537; padding: 1em 2em; text-align: center; text-decoration: none; background: #ee3537; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } button.btn1:hover{ background: none; border: solid 1px #000000; color: #000000; } /*-- //subscribe --*/ /*-- footer --*/ .w3-agile-footer{ background: #0f1215; } .footer-grid-heading h4{ color: #ee3537; font-size: 1.2em; margin: 0; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; } .footer-grid-info,.social,.agile-footer-grid { margin: 1em 0 0 0; } .footer-grid-info p{ margin: 0; font-size: .9em; color: #BBBBBB; line-height: 1.8em; } .footer-grid-info p span{ display:block; } .footer-grid-info p span a{ color: #BBBBBB; text-decoration:none; } .footer-grid-info p span a:hover{ color: #ffffff; } .footer-grid-info ul{ padding:0; margin:0; } .footer-grid-info ul li{ display:block; } .footer-grid-info ul li a{ font-size: .9em; color: #BBBBBB; line-height: 1.8em; text-decoration: none; } .footer-grid-info ul li a:hover{ color: #ffffff; } .social-grid{ margin: 1em 0 0 0; } .social ul{ padding:0; margin:0; } .social ul li{ display:inline-block; } .social ul li a { color: #333; text-align: center; } .social ul li a i.fa.fa-facebook,.social ul li a i.fa.fa-instagram,.social ul li a i.fa.fa-linkedin, ul li a i.fa.fa-phone{ height: 40px; width: 40px; background: #383838; line-height: 40px; color: #FFF; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } .social ul li a i.fa.fa-facebook:hover { height: 40px; width: 40px; line-height: 40px; background: #3b5998; } .social ul li a i.fa.fa-instagram:hover{ height: 40px; width: 40px; line-height: 40px; background: #E1306C; } .social ul li a i.fa.fa-linkedin:hover{ height: 40px; width: 40px; line-height: 40px; background: #007dbb; } .social ul li a i.fa.fa-phone:hover{ height: 40px; width: 40px; line-height: 40px; background: #25D366; } .social ul li:nth-child(2){ margin:0 .5em; } .social ul li:nth-child(3){ margin:0 .5em 0 0; } hr{ width: 100%; margin: 30px auto; border-top: 1px solid rgb(104, 104, 104); } .agileits-w3layouts-copyright { text-align: center; margin: 2em 0 -30px 0; } .agileits-w3layouts-copyright p{ margin: 0; font-size: .9em; color: #BBBBBB; } .agileits-w3layouts-copyright p a{ color: #BBBBBB; text-decoration:none; } .agileits-w3layouts-copyright p a:hover{ color: #ffffff; } .agile-footer-grid ul { padding: 0; margin: 0; } ul.w3agile_footer_grid_list li { list-style-type: none; color: #bbbbbb; line-height: 1.8em; margin-bottom: 1em; font-size: .9em; } ul.w3agile_footer_grid_list li a { color: #ffffff; text-decoration: none; } ul.w3agile_footer_grid_list li span { display: block; margin: 1em 0 0; } ul.w3agile_footer_grid_list i.fa.fa-twitter { margin-right: 1em; } /*-- //footer --*/ /*-- about --*/ .container-servicos{ margin: 4em 0; } .container-servicos img{ margin-top: 10px; width: 100%; height: 100%; } .container-servicos h4{ color: #2f2f2f; } .container-servicos h4{ font-size: 30px; font-weight: bolder; } .container-servicos span{ font-size: 12px; } .container-escuro{ background-color: #eeeeee; width: 100%; } /*-- //about --*/ /*-- team --*/ .agileinfo-team-grid{ position:relative; overflow: hidden; } .agileinfo-team-grid img{ width:100%; } .captn { background: rgb(46, 186, 239); padding: 2em; position: absolute; left: 15%; bottom: -100%; text-align: center; width: 200px; height: 200px; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; } .captn h4 { font-size: 1.5em; color: #fff; } .captn p { margin: 0.3em 0 .8em; color: #ffffff; font-size: .875em; } .agileinfo-team-grid:hover .captn{ bottom: 25%; } .w3l-social { margin: 1em 0 0 0; } .w3l-social ul{ padding:0; margin:0; } .w3l-social ul li{ display:inline-block; } .w3l-social ul li a { color: #333; text-align: center; } .w3l-social ul li a i.fa.fa-facebook{ height: 40px; width: 40px; background: #FFFFFF; line-height: 40px; color: #3b5998; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .w3l-social ul li a i.fa.fa-facebook:hover { height: 40px; width: 40px; line-height: 40px; background: #3b5998; color: #FFFFFF; } .w3l-social ul li a i.fa.fa-twitter{ height: 40px; width: 40px; background: #FFFFFF; line-height: 40px; color: #1da1f2; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .w3l-social ul li a i.fa.fa-twitter:hover{ height: 40px; width: 40px; line-height: 40px; background: #1da1f2; color: #FFFFFF; } .w3l-social ul li a i.fa.fa-rss{ height: 40px; width: 40px; background: #FFFFFF; line-height: 40px; color: #f26522; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .w3l-social ul li a i.fa.fa-rss:hover{ height: 40px; width: 40px; line-height: 40px; background: #f26522; color: #FFFFFF; } /*-- //team --*/ /*-- about-top --*/ .agileits-about-top-heading{ text-align:center; } .wthree-top-grid img{ width:100%; } .wthree-top-grid h4{ color: #212121; font-size: 1em; text-transform: uppercase; line-height: 1.5em; margin: .5em 0; font-family: 'Montserrat', sans-serif; font-weight: 800; } .wthree-top-grid p{ color:#999999; font-size:.9em; line-height:1.8em; margin:0; } /*-- //about-top --*/ /*-- gallery --*/ .gallery-grid1 img{ padding:.5em; border:1px dotted #f26f62; } .da-thumbs { list-style: none; position: relative; margin: 0; padding: 0; } .da-thumbs li { float: left; margin: 0.4%; padding: 8px; position: relative; width: 32.4%; } .da-thumbs li a, .da-thumbs li a img { display: block; position: relative; width: 100%; } .da-thumbs li a img:hover{ opacity:.5; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } /*-- //gallery --*/ /*-- icons --*/ .codes a { color: #999; } .icon-box { padding: 8px 15px; background: rgba(149, 149, 149, 0.18); margin: 1em 0 1em 0; border: 5px solid #ffffff; text-align: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1em; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; cursor: pointer; } .icon-box:hover { background: #ee3537; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } .icon-box:hover i.fa { color:#fff !important; } .icon-box:hover a.agile-icon { color:#fff !important; } .codes .bs-glyphicons li { float: left; width: 12.5%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; } .codes .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .codes .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .codes .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } h3.icon-subheading { font-size: 2em; color: #ee3537 !important; margin: 30px 0 15px; } h3.agileits-icons-title { text-align: center; font-size: 1.5em; color: #2f2f2f; margin: 0; letter-spacing: 1px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; } .icons a { color: #999; } .icon-box i { margin-right: 10px !important; font-size: 20px !important; color: #282a2b !important; } .icons .bs-glyphicons li { float: left; width: 18%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; background:rgba(149, 149, 149, 0.18); margin: 1%; } .icons .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; color: #282a2b; } .icons .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .icons .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } ul.bs-glyphicons-list { padding: 0; margin: 0; } /*-- //icons --*/ /*-- typography --*/ h3.hdg { font-size: 2.5em; color:#000 !important; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3{ margin-bottom:2em; } .xs h3, h3.m_1{ color:#000; font-size:1.7em; font-weight:300; margin-bottom: 1em; } .grid_3 p{ color: #555; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4{ background:none; } .label { font-weight: 300 !important; border-radius:4px; } .grid_5{ background:none; padding:2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg { margin-bottom:1em; color: #333; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p{ line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.9em; color: #555; border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } .alert { font-size: 0.85em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } @media (max-width:768px){ .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px){ h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 10px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } } @media (max-width:480px){ .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert,p { font-size: 14px; } .pagination { margin: 20px 0 0px; } .w3layouts-logo{ margin-top: 10%; } } @media (max-width: 320px){ .grid_4 { margin-top: 18px; } .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px !important; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.81em; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 12px!important; } .codes .row { margin: 0; } } /*-- //typography --*/ /*-- blog --*/ .blog { padding: 4em 0; background: #f9f9fb; } .agile-blog-grid-left-img a img{ width: 100%; margin-bottom: 1em; } .blog-left-left{ float: left; width: 100px; height: 100px; background: #ee3537; text-align: center; padding: 1.6em 0 0 0; } i.fa.fa-pencil{ color:#FFFFFF; font-size:2.5em; } .blog-left-right { float: left; width: 83%; margin-left: 1em; } .blog-left-right-top h4{ color: #000000; font-size: 1.4em; margin: 0 0 .5em 0; font-weight: 800; line-height: 1.4em; } .blog-left-right-top h4 a{ text-decoration:none; color: #000000; } .blog-left-right-top h4 a:hover{ color: #ee3537; } .blog-left-right-top p { margin: 0 0 1em; font-size: .9em; font-weight: 500; color: #333333; } .blog-left-right-top p a { color: #ee3537; text-decoration: none; } .blog-left-right-top p a:hover{ color:#000000; } .blog-left-right-bottom p{ color: #999999; font-size: .9em; margin: 1em 0 2em 0; line-height: 1.8em; } .blog-left-right-bottom p span{ display:block; margin:1em 0 0 0; } .blog-left-right-bottom a { color: #212121; font-size: .9em; padding: .5em 1em; border: solid 1px #212121; text-align: center; text-decoration: none; margin: 2em auto 0; background: none; } .blog-left-right-bottom a:hover { background: #ee3537; border: solid 1px #ee3537; color: #FFFFFF; } .agile-blog-grid:nth-child(2){ margin:2em 0; } .categories h3 { color: #000000; font-size: 1.5em; margin: 0 0 .5em 0; font-weight: 800; line-height: 1.4em; } .categories ul { margin: 1em 0 0 0; padding: 0; } .categories ul li { display: block; background: url(../images/arrow1.png) no-repeat 0px 2px; margin-bottom: 1em; } .categories ul li a { font-size: .9em; margin: 0; color: #999999; padding-left: 2em;; } .categories ul li a:hover { color: #ee3537; text-decoration: none; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .categories:nth-child(2) { margin: 1em 0 0 0; } .pagination { margin: 4em 0 0 0; } .pagination > li > a, .pagination > li > span { color: #999999; } /*-- //blog --*/ /*-- single --*/ .response { margin: 1em 0; } .response h3 { color: #000000; font-size: 1.5em; margin: 0 0 .5em 0; font-weight: 800; line-height: 1.4em; } .media.response-info { margin-top: 3em; } .media-left.response-text-left { width: 13%; float: left; } .media-left.response-text-left a img { width: 80%; } .media-left.response-text-left h5 a { color: #ee3537; } .media-left.response-text-left h5 a:hover { color: #3b3b3b; text-decoration:none; } .response-text-left h5 { font-size: 1em; margin: 1em 0 0 0; } .response-text-right p { color: #999999; font-size: .9em; margin: 1em 0 2em 0; line-height: 1.8em; } .response-text-right ul { padding: 0; text-align: right; } .response-text-right ul li { display: inline-block; color: #b7b7b7; font-size: .9em; margin-right: 1em; } .response-text-right ul li a { color: #ee3537; text-decoration: none; } .response-text-right ul li a:hover { color: #3b3b3b; } .media.response-info { margin-top: 1em; } /*-- //single --*/ /*-- contact --*/ .contact-info { margin: 3em 0; text-align: center; } .contact-info p { color: #B2B2B2; font-size: .9em; margin: 1em auto 0; line-height: 1.8em; width: 70%; } .map iframe { width: 100%; min-height: 400px; border: none; } .mail-grids { margin: 4em 0 0 0; } .mail-grid-left h3 { margin: 0 0 .5em 0; font-size: 1.5em; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; } .mail-grid-left h5 { color: #313131; font-size: .875em; margin: 0; font-weight: 600; line-height: 1.8em; } .mail-grid-left h5 span { display: block; } .mail-grid-left h4 { color: #313131; font-size: .9em; font-weight: 800; text-transform: uppercase; margin: .5em 0; } .mail-grid-left p { font-size: .875em; margin: 1em 0; line-height: 1.8em; } .mail-grid-left p a{ text-decoration: none; color: #000; } .mail-grid-left p a:hover{ text-decoration: none; color: #000; } .mail-grid-left p span { display: block; } .contact-form form { text-align: right; } .contact-form input[type="text"],.contact-form input[type="email"] { width: 100%; color: #919191; background: none; outline: none; font-size: .9em; padding: .5em; margin-bottom: 1em; border: solid 1px #919191; -webkit-appearance: none; } .contact-form textarea { resize: none; width: 100%; background: none; color: #919191; font-size: .9em; outline: none; padding: .5em; border: solid 1px #919191; min-height: 150px; -webkit-appearance: none; } .contact-form input[type="submit"] { outline: none; -webkit-appearance: none; border: solid 1px #ee3537; font-size: .875em; color: #ffffff; font-weight: 600; padding: .7em 1em; text-decoration: none; letter-spacing: 1px; background: #ee3537; margin: 1em 0 0; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .contact-form input[type="submit"]:hover { color: #212121; border: solid 1px #212121; background: none; } /*-- //contact --*/ /*-- //Politica --*/ .politica-box{ background-color: #f5f5f5; padding: 50px; margin: 50px; border-radius: 10px; } .politica-box h1{ text-align: center; font-size: 40px; font-weight: bold; padding-bottom: 50px; } .politica-box a{ color: #333333; font-weight: bold; } .politica-box a:hover{ color: #333333; font-weight: bold; } @media (max-width: 375px) { .politica-box{ padding: 30px; margin: 30px; } } /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 998; width: 40px; height: 40px; border: none; text-indent: 100%; background: url(../images/arrow2.png) no-repeat 0px 0px; } #toTopHover { width: 40px; height: 40px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*-- responsive --*/ @media (max-width:2341px) { .w3ls-services-left { min-height: 551px; } } @media (max-width:1468px) { .w3ls-services-left { min-height: 624px; } } @media(max-width:1093px){ .w3ls-services-left{ min-height: 648px; } } @media(max-width:1024px){ .icon-right { width: 79%; } } @media(max-width:1080px){ .top-nav { width: 65%; } .work-grid-caption { height: 170px; font-size: 10px; } .w3ls-services-left{ min-height: 640px; } .w3ls-services-right a{ font-size: 15px; } .w3l-welcome-left h2, .w3l-welcome-right h3, .w3ls-services-right h3, .agileits-heading h3, .wthree-heading h2 { font-size: 1.9em; } .w3l-button{ margin-top: 70px; } .captn { left: 13%; width: 172px; height: 172px; } .blog-left-left { width: 80px; height: 80px; padding: 1.4em 0 0 0; } .icon-box { padding: 8px 4px; } } @media(max-width:991px){ .agileits-heading h3{ line-height: 28px; } .top-nav { width: 82%; } .w3l-welcome-img{ border: none; } .w3l-button{ margin-top: 0; } .w3l-welcome-img { width: 70%; margin: 2em 0; } .w3ls-services-left { width: 40%; float: left; min-height: 650px; } .w3ls-services-right { width: 60%; float: left; padding: 2em; } .w3ls-services-right a{ font-size: 13px; } .table-services tr td img{ width: 35px; } .work-grid-caption { height: 155px; } .callbacks_tabs { left: 47%; } .testimonial-img-right { margin: 1em 0 0 0; } .footer-grid{ margin:2em 0 0 0; } .footer-grid:nth-child(1){ margin:0; } .w3_about_grid_right { margin: 2em 0 0 0; } .agileinfo-team-grid { float: left; width: 50%; } .agileinfo-team-grid:nth-child(3),.agileinfo-team-grid:nth-child(4){ margin:2em 0 0 0; } .captn { left: 15%; width: 260px; height: 260px; padding: 3em 2em 2em 2em; } .agile-blog-grid-right { margin: 2em 0 0 0; } } @media(max-width:958px){ .w3ls-services-left { min-height: 674px; } } @media(max-width:800px){ .w3ls-services-left { width: 100%; min-height: 300px; float: none; } .w3ls-services-right { width: 100%; float: none; } .work-grid-caption { height: 135px; } } @media(max-width:768px){ .agileits-banner-info h3{ font-size: 4.5em; line-height: 60px; } .w3ls-services-right table tr td, img{ font-size: 80% !important; } .navbar-toggle { float: none; margin-right: 0; } .w3layouts-banner-slider { margin: 6em 0 3em 0; } .top-nav ul li { display: block; margin:0; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; position: absolute; width: 100%; background: rgba(0, 0, 0, 0.51); box-shadow: none; z-index: 9; } .navbar-default .navbar-toggle { border-color: #FFFFFF; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ee3537; } ul.dropdown-menu { text-align: center; } .top-nav ul { padding: .5em 0; } .navbar-default .navbar-nav > li > a { padding: .5em 0; } .work-grid-caption { height: 215px; } .wthree-top-grid:nth-child(2){ margin:2em 0; } } @media(max-width:640px){ .header-top{ font-size: 15px; } .agileits-banner-info h3 { font-size: 4em; } .agileits-banner-info p { font-size: 2em; } .callbacks_tabs { left: 46%; top: 106%; } .header-right { margin: 4em auto 0; } .w3layouts-banner-slider { margin: 4em 0; } .banner-dot { padding: 0em 0 2em; } .work-grid-caption { height: 200px; } .testimonial-info { float: none; width: 100%; text-align: center; } .testimonial-img { float: none; width: 67%; margin: 1em auto 0; } .testimonial-img-left { float: left; width: 15%; } .captn { left: 10%; width: 236px; height: 236px; } .blog-left-left { width: 70px; height: 70px; padding: 1em 0 0 0; } .agileinfo-social-grids { margin: 1em 0 0 0; } } @media(max-width:600px){ .agileits-banner-info h3{ font-size: 3.5em; } .work-grid-caption { height: 230px; } .icon-right h5 { line-height: 1.5em; } } @media(max-width:568px){ .header-top{ font-size: 13px; } .w3l-welcome-img { background-size: cover; width: 100%; } .work-grid-caption { height: 175px; } .captn { width: 208px; height: 208px; padding: 2em 1em 1em 1em; } .w3layouts-logo img{ width: 400px; } .about-top { margin: 3em auto 0 !important; } .blog-left-left { width: 65px; height: 65px; padding: .9em 0 0 0; } } @media (max-width: 515px) { .agileits-banner-info h3{ font-size: 3em; } .work-grid-caption { height: 160px; } .agileits-banner-info h3 span{ font-size: 16px !important; } } @media(max-width:480px){ .header-top{ display: none; } .w3layouts-logo img{ width: 90% } .w3l-welcome-img{ width: 100%; } .icon-right { width: 100%; float: none; } .icon-left { float: none; } .work-grid-caption { height: 290px; } .testimonial-info h4 { font-size: 1.2em; } .wthree-testimonial-grid { margin: 2em 0 0 0; } .captn { width: 160px; height: 160px; padding: 1em 1em 1em 1em; left: 13%; } .blog-left-right-top h4 { font-size: 1em; } .blog-left-left { width: 50px; height: 50px; padding: .9em 0 0 0; } i.fa.fa-pencil { font-size: 1.5em; } } @media (max-width: 437px) { .agileits-banner-info h3{ font-size: 2.5em; line-height: 40px; } .agileits-banner-info p{ line-height: 25px !important; font-size: 14px !important; } .w3l-welcome-img{ width: 100%; } } @media(max-width:414px){ .table-services tr td img{ width: 30px; } .table-services a{ font-size: 10px; } .callbacks_nav { bottom: 25px; } .callbacks_tabs { left: 45%; } .welcome, .work, .testimonial-dot, .wthree-subscribe, .w3-agile-footer, .about, .team-dot, .agileits-about-top, .gallery, .codes, .typography, .blog, .contact-top { padding: 2em 0; } .w3l-welcome-img { width: 75%; } .w3ls-services-icons,.work-grids,.w3_about_grids, .team-grids, .agileinfo-top-grids,.mail-grids,.mail-grids { margin: 2em 0 0 0; } .work-grid-caption { height: 260px; } .w3l-welcome-left h2, .w3l-welcome-right h3, .w3ls-services-right h3, .agileits-heading h3, .wthree-heading h2 { font-size: 1.5em; } .agileinfo-team-grid { float: none; width: 100%; } .captn { width: 275px; height: 275px; padding: 4em 1em 1em 1em; } .agileinfo-team-grid:nth-child(2),.agileinfo-team-grid:nth-child(3), .agileinfo-team-grid:nth-child(4){ margin: 2em 0 0 0; } .da-thumbs li { width: 49.2%; } .icons .bs-glyphicons li { width: 31.33%; } .blog-left-right { width: 80%; margin-left: .5em; } .media-left.response-text-left { width: 20%; } .map iframe { min-height: 200px; } } @media(max-width:384px){ .w3layouts-logo img{ width: 90% } .agileits-banner-info h3{ font-size: 2em; line-height: 30px; } .w3l-welcome-img { width: 100%; } .testimonial-img { width: 90%; } .testimonial-info h4 { font-size: 1em; } .testimonial-info p { margin: 1em auto 0; width: 90%; } .testimonial-info p { font-size: .9em; width: 90%; } .w3-agileits-subscribe-form input[type="text"] { width: 53%; padding: .5em; } button.btn1 { padding: .5em 2em; } .captn { width: 250px; height: 250px; padding: 3em 1em 1em 1em; } } @media(max-width:375px){ .w3ls-services-right table tr td, img{ font-size: 70% !important; } .w3layouts-banner-slider { margin: 3em 0; } .work-grid-caption { height: 220px; } } @media(max-width:324px){ .table-services tr td img{ width: 25px; } .table-services a{ font-size: 8px; } .w3layouts-logo img { width: 90%; } .agileits-banner-info h3 { font-size: 2em; } .agileits-banner-info h3 span { font-size: 14px !important; } .callbacks_tabs { left: 42%; } .header-right { margin: 3em auto 0; } .work-grid-caption { height: 205px; } .testimonial-img-right h5 { font-size: .9em; } .testimonial-info h4 { width: 90%; margin: 0 auto; } .w3-agileits-subscribe-form { margin: 2em 0 0 0; } .panel-title { font-size: .9em; } .panel-heading { padding: 10px 21px; } .captn { width: 200px; height: 200px; padding: 2em 1em 1em 1em; } .blog-left-right { width: 76%; } .media-left.response-text-left { width: 23%; } } /*-- //responsive --*/
css/style.css
.cookiealert{ padding: 25px; position: fixed; bottom: 0; left: 0; width: 100%; margin: 0 !important; z-index: 999; opacity: 0; visibility: hidden; border-radius: 0; transform: translateY(100%); transition: all 500ms ease-out; color: #ecf0f1; background: #212327; } .cookiealert.show { opacity: 1; visibility: visible; transform: translateY(0%); transition-delay: 1000ms; } .cookiealert h3{ font-size: 18px; margin: 10px 0; } .cookiealert p{ line-height: 15px; max-width: 100ch; font-size: 14px; color: #fff; } .cookiealert .politica-cookie{ margin: 10px 0; } .cookiealert .acceptcookies { position: absolute; right: 0; margin: 0 40px 20px 0; } .cookiealert .acceptcookies{ background-color: #db1416; font-size: 15px; border: none; } @media (max-width:520px) { .cookiealert .acceptcookies{ bottom: -13px; left: 10px; } .cookiealert{ padding: 20px 10px 40px 10px !important; } .cookiealert .acceptcookies{ position: fixed; } } /*----------------------------------------------------------*/ body a { transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; color: #fff; } body a:hover, a:visited, a:link{ text-decoration: none; color: #dddddd; } html, body{ font-size: 100%; font-family: 'Montserrat', sans-serif; } body{ background:#FFFFFF; } /*-- banner --*/ .banner{ background: url(../images/banner_pagina_inicio.jpg) no-repeat 0px 0px; background-size: cover; } .banner1{ background: url(../images/banner_pagina_servicos.jpg) no-repeat 0px 0px; background-size: cover; } .banner2{ background: url(../images/banner_pagina_contato.jpg) no-repeat 0px 0px; background-size: cover; } .jarallax { position: relative; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; } .header-top { border-bottom: solid 1px rgb(63, 63, 63); padding: .1em 0; background: rgba(0, 0, 0, 0.7); } .header-top-left{ float: left; margin: .5em 0 0 0; } .header-top-left p,.header-top-right p{ color:#FFFFFF; font-size:.9em; } .header-top-right{ float: right; margin: .5em 0 0 1em; } /*-- social-icons --*/ .agileinfo-social-grids{ margin: 0 0 3em 0; text-align: center; } .agileinfo-social-grids ul{ padding:0; margin:0; } .agileinfo-social-grids ul li{ display: inline-block; } .agileinfo-social-grids ul li a { color: #333; text-align: center; } .agileinfo-social-grids ul li a i.fa.fa-facebook, ul li a i.fa.fa-instagram, ul li a i.fa.fa-linkedin{ color: #FFFFFF; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; margin:0 .3em; } .agileinfo-social-grids ul li a i.fa.fa-facebook:hover { color: #3b5998; } .agileinfo-social-grids ul li a i.fa.fa-instagram:hover{ color: #E1306C; } .agileinfo-social-grids ul li a i.fa.fa-linkedin:hover{ color: #007dbb; } .agileinfo-social-grids ul li:nth-child(2){ margin:.5em 0; } .agileinfo-social-grids ul li:nth-child(3){ margin:0 0 .5em 0; } /*-- //social-icons --*/ .header-left{ text-align: center; } .header-right{ margin: 7em auto 0; text-align: center; } /*-- top-nav --*/ .top-nav{ margin: 0 auto; background: rgba(0, 0, 0, 0.51); text-align: center; width: 60%; } .top-nav ul{ padding: 0; margin: 0; float: none; } .top-nav ul li{ display: inline-block; margin: 0 1em; float: none; } .top-nav ul li:nth-child(6){ margin-right:0; } .navbar-default { background: none; border: none; margin: 0; } .navbar-default { background: none; border: none; margin: 0; } .navbar-right { float: none !important; margin-right: -15px; text-align: center; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #99abd5; background: none; } .navbar-nav > li { margin: 0 .5em; display: inline-block; float: none; } .navbar-default .navbar-nav > li > a { color: #fff; font-size: 1em; padding: 1em 0.5em; position: relative; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active { color: #FFFFFF; } .navbar-default .navbar-nav > li > a:before { content: ''; position: absolute; bottom: -2px; background: #ee3537; height: 3px; width: 0; left: 0; transition: .5s all; } .navbar-default .navbar-nav li a:hover:before,.navbar-default .navbar-nav li a.active:before{ width: 100%; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none !important; box-shadow: 1px 0px 0px 0px rgba(72, 72, 72, 0); color: #fff; } ul.dropdown-menu { background: #ee3537; box-shadow: 0 0 0; border: none; margin: 0; top: 3.7em; left: 0 !important; min-width: 90px; } .dropdown-menu > li > a { display: block; padding: 0px 0px !important; clear: both; margin: .2em 0 !important; font-weight: normal; line-height: 1.42857143; color: #FFF !important; border: none !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,.dropdown-menu > li > a:active { background: none; color: #000000 !important; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 103%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display: block; } .dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-width: 5px 0 5px 5px; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover>a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } /*-- //top-nav --*/ .w3layouts-banner-slider { margin: 8em 0; } .w3layouts-logo{ margin-top: 5%; } .agileits-banner-info { text-align:center; } .agileits-banner-info h3{ color: #FFF; font-size: 5em; margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 800; line-height: 70px; } .agileits-banner-info p{ display: block; font-weight: 400; color: #FFFFFF !important; font-size: 20px !important; margin: 1em 4em !important; line-height: 30px !important; } .w3-button{ margin: 2em 0 1em 0; text-align: center; } .w3-button a{ color: #FFFFFF; font-size: 1em; text-decoration: none; padding: .5em 2em; background: #db1416; text-align: center; border: solid 1px #db1416; font-weight: bold; } .w3-button a:hover{ background:none; border: solid 1px #FFFFFF; } /*--slider--*/ #slider2, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255,255,255,.1); color: #fff; font-weight: bold; } .events { list-style: none; } /*-- //slider --*/ /*-- welcome --*/ .welcome,.work,.testimonial-dot,.wthree-subscribe,.w3-agile-footer,.about,.team-dot,.agileits-about-top,.gallery,.codes,.typography,.blog,.contact-top{ padding:4em 0; } .w3ls-services-right h3{ font-size: 2em; color: #fff; text-decoration: none; font-weight: bold; margin: 2em 0; font-family: 'Montserrat', sans-serif; letter-spacing: 1px; } .w3l-welcome-left h2,.w3l-welcome-right h3,.agileits-heading h3,.wthree-heading h2{ font-size: 2em; color: #212121; text-decoration: none; font-weight: bolder; padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; letter-spacing: 2px; } .agileits-heading p{ padding-top: 5px; color: #fff !important; } .table-services tr td{ color: #fff; font-size: 17px; padding: 1em 0; text-align: center; font-weight: bold; } .table-services tr td img{ padding: 0 0 10px 0; width: 45px; } .table-services{ margin: 0 0 3em 0; } .w3l-welcome-left h5,.w3l-welcome-right h5{ font-size: .9em; color: #212121; text-decoration: none; margin: 1em 0; font-weight: 600; line-height: 1.4em; } .w3l-welcome-left p,.w3l-welcome-right p{ color:#999999; font-size:.9em; margin:0; line-height:1.8em; } .w3l-welcome-left p span,.w3l-welcome-right p span{ margin:1em 0 0 0; display:block; } .w3l-welcome-img{ background: url(../images/banner-sobre.png) no-repeat 0px -43px; background-size: cover; min-height: 540px; border-width: 0 1.2em; border-style: solid; border-color: #fff; } .w3l-button { margin: 7.5em 0 1em 0; } .w3l-button a { color: #FFFFFF; font-size: .9em; text-decoration: none; padding: .5em 2em; background: #ee3537; text-align: center; border: solid 1px #ee3537; font-weight: bold; } .w3l-button a:hover { background: none; border: solid 1px #212121; color: #212121; } .w3l-button a:focus{ outline:none; } /*-- about --*/ /*-- services --*/ .w3ls-services-left{ background-image: url(../images/banner-servicos.png); background-size:cover; min-height:551px; } .w3ls-services-right{ padding: 0 4%; background: #0f1215; } .w3ls-services-right h3{ text-align: center; } .w3ls-services-right a{ font-size: 14px; } .w3ls-services-icons{ margin: 3em 0 0 0; } .icon-left{ float: left; width: 70px; height: 70px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; text-align: center; padding: 1.2em 0 0 0; margin-right: 1.5em; } .icon-right{ float: left; width: 80%; } i.fa.fa-cog,i.fa.fa-heart,i.fa.fa-gavel{ color: #ffffff; font-size: 2em; } .icon-right h5{ color: #ffffff; font-size: 1em; font-weight: 600; margin: 0 0 1em 0; text-transform: uppercase; letter-spacing: 2px; } .icon-right p{ color: #ffffff; font-size: .9em; line-height: 1.8em; margin: 0; } .agileits-icon-grid:nth-child(2){ margin:2em 0; } /* Radial Out */ .hvr-radial-out { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; overflow: hidden; background: none; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-radial-out:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #212121; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active { color: #FFFFFF; } .agileits-icon-grid:hover div.hvr-radial-out:before{ -webkit-transform: scale(2); transform: scale(2); color:#FFFFFF; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .agileits-icon-grid:hover i.fa.fa-cog,.agileits-icon-grid:hover i.fa.fa-heart,.agileits-icon-grid:hover i.fa.fa-paper-plane{ color:#FFFFFF; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .agileits-icon-grid:nth-child(2) { margin: 2em 0; } /*-- //services --*/ /*-- services --*/ .work{ background: #f9f9fb; } .agileits-heading{ text-align:center; } .work-grids{ margin:4em 0 0 0; } #owl-demo .item{ text-align: center; } .work-grid-info{ position: relative; overflow: hidden; } .work-grid-info img{ width:100%; } .work-grid-info img{ width:100%; } .work-grid-info .imagem-icone{ width:15%; margin-bottom: 10px; } i.fa.fa-wrench{ color: #FFFFFF; font-size: 2em; } .work-grid-caption h4{ color: #FFFFFF; font-size: 1.5em; font-weight: 800; font-family: 'Montserrat', sans-serif; } .work-grid-caption { background: rgba(0, 0, 0, 0.61); padding: 20% 5% 0 5%; position: absolute; left: 0; bottom: -100%; text-align: center; width: 100%; height: 100%; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; } .work-grid-info:hover .work-grid-caption{ bottom: 0%; } /*-- //work --*/ /*-- testimonial --*/ .testimonial{ background: url(../images/banner_pagina_inicio.jpg) no-repeat 0px 0px; background-size: cover; } .testimonial1{ background: url(../images/banner_pagina_servicos.jpg) no-repeat 0px 0px; background-size: cover; } .testimonial-heading h3{ color: #fff; line-height: 40px; } .testimonial-info { float: left; width: 50%; } .testimonial-info p{ color: #FFFFFF; font-size: .9em; margin: 2em 0 0 0; line-height: 1.8em; } .wthree-testimonial-grid { margin: 4em 0 0 0; } /*-- //testimonial --*/ /*-- subscribe --*/ .jarallax { position: relative; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; } .w3l-services-heading p{ color:#FFFFFF; font-size:.9em; margin:1em 0 0 0; } .w3-agileits-subscribe-form { text-align: center; margin: 3em 0 0 0; } .w3-agileits-subscribe-form input[type="text"] { display: inline-block; background: #ececec; width: 45%; outline: none; padding: 1em; font-size: .875em; color: #999999; border: solid 2px #ececec; } button.btn1 { color: #FFFFFF; font-size: .9em; border: solid 1px #ee3537; padding: 1em 2em; text-align: center; text-decoration: none; background: #ee3537; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } button.btn1:hover{ background: none; border: solid 1px #000000; color: #000000; } /*-- //subscribe --*/ /*-- footer --*/ .w3-agile-footer{ background: #0f1215; } .footer-grid-heading h4{ color: #ee3537; font-size: 1.2em; margin: 0; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; } .footer-grid-info,.social,.agile-footer-grid { margin: 1em 0 0 0; } .footer-grid-info p{ margin: 0; font-size: .9em; color: #BBBBBB; line-height: 1.8em; } .footer-grid-info p span{ display:block; } .footer-grid-info p span a{ color: #BBBBBB; text-decoration:none; } .footer-grid-info p span a:hover{ color: #ffffff; } .footer-grid-info ul{ padding:0; margin:0; } .footer-grid-info ul li{ display:block; } .footer-grid-info ul li a{ font-size: .9em; color: #BBBBBB; line-height: 1.8em; text-decoration: none; } .footer-grid-info ul li a:hover{ color: #ffffff; } .social-grid{ margin: 1em 0 0 0; } .social ul{ padding:0; margin:0; } .social ul li{ display:inline-block; } .social ul li a { color: #333; text-align: center; } .social ul li a i.fa.fa-facebook,.social ul li a i.fa.fa-instagram,.social ul li a i.fa.fa-linkedin, ul li a i.fa.fa-phone{ height: 40px; width: 40px; background: #383838; line-height: 40px; color: #FFF; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } .social ul li a i.fa.fa-facebook:hover { height: 40px; width: 40px; line-height: 40px; background: #3b5998; } .social ul li a i.fa.fa-instagram:hover{ height: 40px; width: 40px; line-height: 40px; background: #E1306C; } .social ul li a i.fa.fa-linkedin:hover{ height: 40px; width: 40px; line-height: 40px; background: #007dbb; } .social ul li a i.fa.fa-phone:hover{ height: 40px; width: 40px; line-height: 40px; background: #25D366; } .social ul li:nth-child(2){ margin:0 .5em; } .social ul li:nth-child(3){ margin:0 .5em 0 0; } hr{ width: 100%; margin: 30px auto; border-top: 1px solid rgb(104, 104, 104); } .agileits-w3layouts-copyright { text-align: center; margin: 2em 0 -30px 0; } .agileits-w3layouts-copyright p{ margin: 0; font-size: .9em; color: #BBBBBB; } .agileits-w3layouts-copyright p a{ color: #BBBBBB; text-decoration:none; } .agileits-w3layouts-copyright p a:hover{ color: #ffffff; } .agile-footer-grid ul { padding: 0; margin: 0; } ul.w3agile_footer_grid_list li { list-style-type: none; color: #bbbbbb; line-height: 1.8em; margin-bottom: 1em; font-size: .9em; } ul.w3agile_footer_grid_list li a { color: #ffffff; text-decoration: none; } ul.w3agile_footer_grid_list li span { display: block; margin: 1em 0 0; } ul.w3agile_footer_grid_list i.fa.fa-twitter { margin-right: 1em; } /*-- //footer --*/ /*-- about --*/ .container-servicos{ margin: 4em 0; } .container-servicos img{ margin-top: 10px; width: 100%; height: 100%; } .container-servicos h4{ color: #2f2f2f; } .container-servicos h4{ font-size: 30px; font-weight: bolder; } .container-servicos span{ font-size: 12px; } .container-escuro{ background-color: #eeeeee; width: 100%; } /*-- //about --*/ /*-- team --*/ .agileinfo-team-grid{ position:relative; overflow: hidden; } .agileinfo-team-grid img{ width:100%; } .captn { background: rgb(46, 186, 239); padding: 2em; position: absolute; left: 15%; bottom: -100%; text-align: center; width: 200px; height: 200px; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; } .captn h4 { font-size: 1.5em; color: #fff; } .captn p { margin: 0.3em 0 .8em; color: #ffffff; font-size: .875em; } .agileinfo-team-grid:hover .captn{ bottom: 25%; } .w3l-social { margin: 1em 0 0 0; } .w3l-social ul{ padding:0; margin:0; } .w3l-social ul li{ display:inline-block; } .w3l-social ul li a { color: #333; text-align: center; } .w3l-social ul li a i.fa.fa-facebook{ height: 40px; width: 40px; background: #FFFFFF; line-height: 40px; color: #3b5998; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .w3l-social ul li a i.fa.fa-facebook:hover { height: 40px; width: 40px; line-height: 40px; background: #3b5998; color: #FFFFFF; } .w3l-social ul li a i.fa.fa-twitter{ height: 40px; width: 40px; background: #FFFFFF; line-height: 40px; color: #1da1f2; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .w3l-social ul li a i.fa.fa-twitter:hover{ height: 40px; width: 40px; line-height: 40px; background: #1da1f2; color: #FFFFFF; } .w3l-social ul li a i.fa.fa-rss{ height: 40px; width: 40px; background: #FFFFFF; line-height: 40px; color: #f26522; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .w3l-social ul li a i.fa.fa-rss:hover{ height: 40px; width: 40px; line-height: 40px; background: #f26522; color: #FFFFFF; } /*-- //team --*/ /*-- about-top --*/ .agileits-about-top-heading{ text-align:center; } .wthree-top-grid img{ width:100%; } .wthree-top-grid h4{ color: #212121; font-size: 1em; text-transform: uppercase; line-height: 1.5em; margin: .5em 0; font-family: 'Montserrat', sans-serif; font-weight: 800; } .wthree-top-grid p{ color:#999999; font-size:.9em; line-height:1.8em; margin:0; } /*-- //about-top --*/ /*-- gallery --*/ .gallery-grid1 img{ padding:.5em; border:1px dotted #f26f62; } .da-thumbs { list-style: none; position: relative; margin: 0; padding: 0; } .da-thumbs li { float: left; margin: 0.4%; padding: 8px; position: relative; width: 32.4%; } .da-thumbs li a, .da-thumbs li a img { display: block; position: relative; width: 100%; } .da-thumbs li a img:hover{ opacity:.5; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } /*-- //gallery --*/ /*-- icons --*/ .codes a { color: #999; } .icon-box { padding: 8px 15px; background: rgba(149, 149, 149, 0.18); margin: 1em 0 1em 0; border: 5px solid #ffffff; text-align: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1em; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; cursor: pointer; } .icon-box:hover { background: #ee3537; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } .icon-box:hover i.fa { color:#fff !important; } .icon-box:hover a.agile-icon { color:#fff !important; } .codes .bs-glyphicons li { float: left; width: 12.5%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; } .codes .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .codes .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .codes .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } h3.icon-subheading { font-size: 2em; color: #ee3537 !important; margin: 30px 0 15px; } h3.agileits-icons-title { text-align: center; font-size: 1.5em; color: #2f2f2f; margin: 0; letter-spacing: 1px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; } .icons a { color: #999; } .icon-box i { margin-right: 10px !important; font-size: 20px !important; color: #282a2b !important; } .icons .bs-glyphicons li { float: left; width: 18%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; background:rgba(149, 149, 149, 0.18); margin: 1%; } .icons .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; color: #282a2b; } .icons .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .icons .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } ul.bs-glyphicons-list { padding: 0; margin: 0; } /*-- //icons --*/ /*-- typography --*/ h3.hdg { font-size: 2.5em; color:#000 !important; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3{ margin-bottom:2em; } .xs h3, h3.m_1{ color:#000; font-size:1.7em; font-weight:300; margin-bottom: 1em; } .grid_3 p{ color: #555; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4{ background:none; } .label { font-weight: 300 !important; border-radius:4px; } .grid_5{ background:none; padding:2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg { margin-bottom:1em; color: #333; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p{ line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.9em; color: #555; border-top: none !important; } .tab-content > .active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } .alert { font-size: 0.85em; } h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button { line-height:1.8em; margin-top:0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl{ padding:0; } .in-gp-tb{ padding-right:0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2{ margin: 0 0 10px; } @media (max-width:768px){ .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px){ h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 10px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } } @media (max-width:480px){ .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert,p { font-size: 14px; } .pagination { margin: 20px 0 0px; } .w3layouts-logo{ margin-top: 10%; } } @media (max-width: 320px){ .grid_4 { margin-top: 18px; } .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px !important; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { font-size: 0.81em; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 12px!important; } .codes .row { margin: 0; } } /*-- //typography --*/ /*-- blog --*/ .blog { padding: 4em 0; background: #f9f9fb; } .agile-blog-grid-left-img a img{ width: 100%; margin-bottom: 1em; } .blog-left-left{ float: left; width: 100px; height: 100px; background: #ee3537; text-align: center; padding: 1.6em 0 0 0; } i.fa.fa-pencil{ color:#FFFFFF; font-size:2.5em; } .blog-left-right { float: left; width: 83%; margin-left: 1em; } .blog-left-right-top h4{ color: #000000; font-size: 1.4em; margin: 0 0 .5em 0; font-weight: 800; line-height: 1.4em; } .blog-left-right-top h4 a{ text-decoration:none; color: #000000; } .blog-left-right-top h4 a:hover{ color: #ee3537; } .blog-left-right-top p { margin: 0 0 1em; font-size: .9em; font-weight: 500; color: #333333; } .blog-left-right-top p a { color: #ee3537; text-decoration: none; } .blog-left-right-top p a:hover{ color:#000000; } .blog-left-right-bottom p{ color: #999999; font-size: .9em; margin: 1em 0 2em 0; line-height: 1.8em; } .blog-left-right-bottom p span{ display:block; margin:1em 0 0 0; } .blog-left-right-bottom a { color: #212121; font-size: .9em; padding: .5em 1em; border: solid 1px #212121; text-align: center; text-decoration: none; margin: 2em auto 0; background: none; } .blog-left-right-bottom a:hover { background: #ee3537; border: solid 1px #ee3537; color: #FFFFFF; } .agile-blog-grid:nth-child(2){ margin:2em 0; } .categories h3 { color: #000000; font-size: 1.5em; margin: 0 0 .5em 0; font-weight: 800; line-height: 1.4em; } .categories ul { margin: 1em 0 0 0; padding: 0; } .categories ul li { display: block; background: url(../images/arrow1.png) no-repeat 0px 2px; margin-bottom: 1em; } .categories ul li a { font-size: .9em; margin: 0; color: #999999; padding-left: 2em;; } .categories ul li a:hover { color: #ee3537; text-decoration: none; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .categories:nth-child(2) { margin: 1em 0 0 0; } .pagination { margin: 4em 0 0 0; } .pagination > li > a, .pagination > li > span { color: #999999; } /*-- //blog --*/ /*-- single --*/ .response { margin: 1em 0; } .response h3 { color: #000000; font-size: 1.5em; margin: 0 0 .5em 0; font-weight: 800; line-height: 1.4em; } .media.response-info { margin-top: 3em; } .media-left.response-text-left { width: 13%; float: left; } .media-left.response-text-left a img { width: 80%; } .media-left.response-text-left h5 a { color: #ee3537; } .media-left.response-text-left h5 a:hover { color: #3b3b3b; text-decoration:none; } .response-text-left h5 { font-size: 1em; margin: 1em 0 0 0; } .response-text-right p { color: #999999; font-size: .9em; margin: 1em 0 2em 0; line-height: 1.8em; } .response-text-right ul { padding: 0; text-align: right; } .response-text-right ul li { display: inline-block; color: #b7b7b7; font-size: .9em; margin-right: 1em; } .response-text-right ul li a { color: #ee3537; text-decoration: none; } .response-text-right ul li a:hover { color: #3b3b3b; } .media.response-info { margin-top: 1em; } /*-- //single --*/ /*-- contact --*/ .contact-info { margin: 3em 0; text-align: center; } .contact-info p { color: #B2B2B2; font-size: .9em; margin: 1em auto 0; line-height: 1.8em; width: 70%; } .map iframe { width: 100%; min-height: 400px; border: none; } .mail-grids { margin: 4em 0 0 0; } .mail-grid-left h3 { margin: 0 0 .5em 0; font-size: 1.5em; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; } .mail-grid-left h5 { color: #313131; font-size: .875em; margin: 0; font-weight: 600; line-height: 1.8em; } .mail-grid-left h5 span { display: block; } .mail-grid-left h4 { color: #313131; font-size: .9em; font-weight: 800; text-transform: uppercase; margin: .5em 0; } .mail-grid-left p { font-size: .875em; margin: 1em 0; line-height: 1.8em; } .mail-grid-left p a{ text-decoration: none; color: #000; } .mail-grid-left p a:hover{ text-decoration: none; color: #000; } .mail-grid-left p span { display: block; } .contact-form form { text-align: right; } .contact-form input[type="text"],.contact-form input[type="email"] { width: 100%; color: #919191; background: none; outline: none; font-size: .9em; padding: .5em; margin-bottom: 1em; border: solid 1px #919191; -webkit-appearance: none; } .contact-form textarea { resize: none; width: 100%; background: none; color: #919191; font-size: .9em; outline: none; padding: .5em; border: solid 1px #919191; min-height: 150px; -webkit-appearance: none; } .contact-form input[type="submit"] { outline: none; -webkit-appearance: none; border: solid 1px #ee3537; font-size: .875em; color: #ffffff; font-weight: 600; padding: .7em 1em; text-decoration: none; letter-spacing: 1px; background: #ee3537; margin: 1em 0 0; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .contact-form input[type="submit"]:hover { color: #212121; border: solid 1px #212121; background: none; } /*-- //contact --*/ /*-- //Politica --*/ .politica-box{ background-color: #f5f5f5; padding: 50px; margin: 50px; border-radius: 10px; } .politica-box h1{ text-align: center; font-size: 40px; font-weight: bold; padding-bottom: 50px; } .politica-box a{ color: #333333; font-weight: bold; } .politica-box a:hover{ color: #333333; font-weight: bold; } @media (max-width: 375px) { .politica-box{ padding: 30px; margin: 30px; } } /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 998; width: 40px; height: 40px; border: none; text-indent: 100%; background: url(../images/arrow2.png) no-repeat 0px 0px; } #toTopHover { width: 40px; height: 40px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*-- responsive --*/ @media (max-width:2341px) { .w3ls-services-left { min-height: 551px; } } @media (max-width:1468px) { .w3ls-services-left { min-height: 624px; } } @media(max-width:1093px){ .w3ls-services-left{ min-height: 648px; } } @media(max-width:1024px){ .icon-right { width: 79%; } } @media(max-width:1080px){ .top-nav { width: 65%; } .work-grid-caption { height: 170px; font-size: 10px; } .w3ls-services-left{ min-height: 640px; } .w3ls-services-right a{ font-size: 15px; } .w3l-welcome-left h2, .w3l-welcome-right h3, .w3ls-services-right h3, .agileits-heading h3, .wthree-heading h2 { font-size: 1.9em; } .w3l-button{ margin-top: 70px; } .captn { left: 13%; width: 172px; height: 172px; } .blog-left-left { width: 80px; height: 80px; padding: 1.4em 0 0 0; } .icon-box { padding: 8px 4px; } } @media(max-width:991px){ .agileits-heading h3{ line-height: 28px; } .top-nav { width: 82%; } .w3l-welcome-img{ border: none; } .w3l-button{ margin-top: 0; } .w3l-welcome-img { width: 70%; margin: 2em 0; } .w3ls-services-left { width: 40%; float: left; min-height: 650px; } .w3ls-services-right { width: 60%; float: left; padding: 2em; } .w3ls-services-right a{ font-size: 13px; } .table-services tr td img{ width: 35px; } .work-grid-caption { height: 155px; } .callbacks_tabs { left: 47%; } .testimonial-img-right { margin: 1em 0 0 0; } .footer-grid{ margin:2em 0 0 0; } .footer-grid:nth-child(1){ margin:0; } .w3_about_grid_right { margin: 2em 0 0 0; } .agileinfo-team-grid { float: left; width: 50%; } .agileinfo-team-grid:nth-child(3),.agileinfo-team-grid:nth-child(4){ margin:2em 0 0 0; } .captn { left: 15%; width: 260px; height: 260px; padding: 3em 2em 2em 2em; } .agile-blog-grid-right { margin: 2em 0 0 0; } } @media(max-width:958px){ .w3ls-services-left { min-height: 674px; } } @media(max-width:800px){ .w3ls-services-left { width: 100%; min-height: 300px; float: none; } .w3ls-services-right { width: 100%; float: none; } .work-grid-caption { height: 135px; } } @media(max-width:768px){ .agileits-banner-info h3{ font-size: 4.5em; line-height: 60px; } .w3ls-services-right table tr td, img{ font-size: 80% !important; } .navbar-toggle { float: none; margin-right: 0; } .w3layouts-banner-slider { margin: 6em 0 3em 0; } .top-nav ul li { display: block; margin:0; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; position: absolute; width: 100%; background: rgba(0, 0, 0, 0.51); box-shadow: none; z-index: 9; } .navbar-default .navbar-toggle { border-color: #FFFFFF; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ee3537; } ul.dropdown-menu { text-align: center; } .top-nav ul { padding: .5em 0; } .navbar-default .navbar-nav > li > a { padding: .5em 0; } .work-grid-caption { height: 215px; } .wthree-top-grid:nth-child(2){ margin:2em 0; } } @media(max-width:640px){ .header-top{ font-size: 15px; } .agileits-banner-info h3 { font-size: 4em; } .agileits-banner-info p { font-size: 2em; } .callbacks_tabs { left: 46%; top: 106%; } .header-right { margin: 4em auto 0; } .w3layouts-banner-slider { margin: 4em 0; } .banner-dot { padding: 0em 0 2em; } .work-grid-caption { height: 200px; } .testimonial-info { float: none; width: 100%; text-align: center; } .testimonial-img { float: none; width: 67%; margin: 1em auto 0; } .testimonial-img-left { float: left; width: 15%; } .captn { left: 10%; width: 236px; height: 236px; } .blog-left-left { width: 70px; height: 70px; padding: 1em 0 0 0; } .agileinfo-social-grids { margin: 1em 0 0 0; } } @media(max-width:600px){ .agileits-banner-info h3{ font-size: 3.5em; } .work-grid-caption { height: 230px; } .icon-right h5 { line-height: 1.5em; } } @media(max-width:568px){ .header-top{ font-size: 13px; } .w3l-welcome-img { background-size: cover; width: 100%; } .work-grid-caption { height: 175px; } .captn { width: 208px; height: 208px; padding: 2em 1em 1em 1em; } .w3layouts-logo img{ width: 400px; } .about-top { margin: 3em auto 0 !important; } .blog-left-left { width: 65px; height: 65px; padding: .9em 0 0 0; } } @media (max-width: 515px) { .agileits-banner-info h3{ font-size: 3em; } .work-grid-caption { height: 160px; } .agileits-banner-info h3 span{ font-size: 16px !important; } } @media(max-width:480px){ .header-top{ display: none; } .w3layouts-logo img{ width: 90% } .w3l-welcome-img{ width: 100%; } .icon-right { width: 100%; float: none; } .icon-left { float: none; } .work-grid-caption { height: 290px; } .testimonial-info h4 { font-size: 1.2em; } .wthree-testimonial-grid { margin: 2em 0 0 0; } .captn { width: 160px; height: 160px; padding: 1em 1em 1em 1em; left: 13%; } .blog-left-right-top h4 { font-size: 1em; } .blog-left-left { width: 50px; height: 50px; padding: .9em 0 0 0; } i.fa.fa-pencil { font-size: 1.5em; } } @media (max-width: 437px) { .agileits-banner-info h3{ font-size: 2.5em; line-height: 40px; } .agileits-banner-info p{ line-height: 25px !important; font-size: 14px !important; } .w3l-welcome-img{ width: 100%; } } @media(max-width:414px){ .table-services tr td img{ width: 30px; } .table-services a{ font-size: 10px; } .callbacks_nav { bottom: 25px; } .callbacks_tabs { left: 45%; } .welcome, .work, .testimonial-dot, .wthree-subscribe, .w3-agile-footer, .about, .team-dot, .agileits-about-top, .gallery, .codes, .typography, .blog, .contact-top { padding: 2em 0; } .w3l-welcome-img { width: 75%; } .w3ls-services-icons,.work-grids,.w3_about_grids, .team-grids, .agileinfo-top-grids,.mail-grids,.mail-grids { margin: 2em 0 0 0; } .work-grid-caption { height: 260px; } .w3l-welcome-left h2, .w3l-welcome-right h3, .w3ls-services-right h3, .agileits-heading h3, .wthree-heading h2 { font-size: 1.5em; } .agileinfo-team-grid { float: none; width: 100%; } .captn { width: 275px; height: 275px; padding: 4em 1em 1em 1em; } .agileinfo-team-grid:nth-child(2),.agileinfo-team-grid:nth-child(3), .agileinfo-team-grid:nth-child(4){ margin: 2em 0 0 0; } .da-thumbs li { width: 49.2%; } .icons .bs-glyphicons li { width: 31.33%; } .blog-left-right { width: 80%; margin-left: .5em; } .media-left.response-text-left { width: 20%; } .map iframe { min-height: 200px; } } @media(max-width:384px){ .w3layouts-logo img{ width: 90% } .agileits-banner-info h3{ font-size: 2em; line-height: 30px; } .w3l-welcome-img { width: 100%; } .testimonial-img { width: 90%; } .testimonial-info h4 { font-size: 1em; } .testimonial-info p { margin: 1em auto 0; width: 90%; } .testimonial-info p { font-size: .9em; width: 90%; } .w3-agileits-subscribe-form input[type="text"] { width: 53%; padding: .5em; } button.btn1 { padding: .5em 2em; } .captn { width: 250px; height: 250px; padding: 3em 1em 1em 1em; } } @media(max-width:375px){ .w3ls-services-right table tr td, img{ font-size: 70% !important; } .w3layouts-banner-slider { margin: 3em 0; } .work-grid-caption { height: 220px; } } @media(max-width:324px){ .table-services tr td img{ width: 25px; } .table-services a{ font-size: 8px; } .w3layouts-logo img { width: 90%; } .agileits-banner-info h3 { font-size: 2em; } .agileits-banner-info h3 span { font-size: 14px !important; } .callbacks_tabs { left: 42%; } .header-right { margin: 3em auto 0; } .work-grid-caption { height: 205px; } .testimonial-img-right h5 { font-size: .9em; } .testimonial-info h4 { width: 90%; margin: 0 auto; } .w3-agileits-subscribe-form { margin: 2em 0 0 0; } .panel-title { font-size: .9em; } .panel-heading { padding: 10px 21px; } .captn { width: 200px; height: 200px; padding: 2em 1em 1em 1em; } .blog-left-right { width: 76%; } .media-left.response-text-left { width: 23%; } } /*-- //responsive --*/
0.294012
0.099121
@font-face { font-family: 'roboto_condensedregular'; src: url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } body { font-family: 'roboto_condensedregular'; background:#ffffff; font-size: 100%; } .header_bg{ background: #A65980; } .header{ padding: 4% 0; } .logo{ margin-top: 10px; float: left; } /* start h_menu */ .h_menu{ float: right; } nav{ display:block; } .menu{ display:block; } .menu li{ display:inline-block; position:relative; z-index:100; } .menu li:first-child{margin-left:0;} .menu li.activate a,.menu li a:hover{ background: #8B4A6B; box-shadow: inset 0px -4px 0px #743E59; -webkit-box-shadow: inset 0px -4px 0px #743E59; -moz-box-shadow: inset 0px -4px 0px #743E59; -o-box-shadow: inset 0px -4px 0px #743E59; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } .menu li a{ text-transform:uppercase; text-decoration: none; font-size: 16px; padding: 10px 24px; display: block; color: #ffffff; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; } .menu ul{ display: none; margin: 0; padding: 0; width: 132px; position: absolute; top: 42px; left: 0px; background: #ffffff; } .menu ul li{display:block;float:none;background:none;margin:0;padding:0;} .menu ul li a{ font-size: 13px; font-weight: normal; display: block; color: #ffffff; border-left: 3px solid #1D9CCB; background: #20A8DA; padding: 10px 20px; } .menu ul li a:hover,.menu ul li:hover>a{ background: #f0f0f0; border-left: 3px solid #A65980; color: #797979; box-shadow: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; } .menu li:hover>ul{display:block;} .menu ul ul{ left: 132px; top: 0px; } .mobile-menu{ display: none; width: 100%; padding: 12px; background: #528B86; color: #ffffff; text-transform: uppercase; font-size: 16px; } .mobile-menu:hover{background:#447F7A;color:#ffffff;text-decoration:none;} @media (min-width: 768px) and (max-width: 979px) {.mainWrap{width:768px;}.menu ul{top:37px;} .menu li a{font-size:12px;padding:8px;}} @media (max-width: 767px) { .mainWrap{width:auto;padding:50px 20px;}.menu{display:none;}.mobile-menu{display:block;margin-top:20px;} nav{margin:0;background:none;}.menu li{display:block;margin:0;}.menu li a{background:#ffffff;color:#797979;border-top:1px solid #e0e0e0; } .menu li a:hover,.menu li:hover>a{background:#f0f0f0;color:#797979; } .menu ul{display:none;position:relative;top:0;left:0;width:100%;} .menu ul ul{left:0;} } @media (max-width: 480px) {}@media (max-width: 320px) {} /* start slider */ /* start mian */ .main_bg{ background: #F3F3F3; } .main_grid{ padding: 4% 0; } .top_grid{ background: #ececec; padding: 4%; } .span1_of_1 { padding: 0; } .span1_of_1 h3{ text-transform: capitalize; margin:0; font-size: 28px; color: #8C9899; } .span1_of_1 p{ font-size: 14px; color: #888888; line-height: 1.8em; } .span1_of_2{ position: relative; } /* General button style (reset) */ .btn { font-size:14px; color:#ffffff; border: none; background: none; cursor: pointer; padding: 14px 48px; display: inline-block; text-transform: uppercase; outline: none; position: relative; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .btn:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } /* Button 2 */ .btn-2 { background: #E8645A; color: #fff; box-shadow: 0 6px #ab3c3c; -webkit-box-shadow: 0 6px #ab3c3c; -moz-box-shadow: 0 6px #ab3c3c; -o-box-shadow: 0 6px #ab3c3c; -webkit-transition: none; -moz-transition: none; transition: none; } /* span_of_4 */ .span_of_4 { text-align: center; margin: 4% 0; position: relative; } .span1_of_4{ padding: 0; margin-left: 20px; width: 23.577777%; } .span1_of_4:first-child{ margin-left: 0; } .span4_of_list{ cursor:pointer; background: #ffffff; padding: 20px 20px 50px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -webkit-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -moz-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -o-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); } .span4_of_list:hover.span4_of_list span i{ color: #26B9E1; background: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .span4_of_list .btn{ box-shadow: 0 4px #A65980; -webkit-box-shadow: 0 4px #A65980; -moz-box-shadow: 0 4px #A65980; -o-box-shadow: 0 4px #A65980; background: #B86B99; } .span4_of_list:hover .btn{ color:#ffffff; background: #26B9E1; box-shadow: 0 4px #26B9E1; -webkit-box-shadow: 0 4px #26B9E1; -moz-box-shadow: 0 4px #26B9E1; -o-box-shadow: 0 4px #26B9E1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .span4_of_list span.active i{ color: #26B9E1; } .span4_of_list span i{ font-size:5em; color: #A65980; background: none; box-shadow:none; margin-top: 15px; } .span4_of_list h3{ text-transform: uppercase; font-size: 20px; color: #8C9899; margin: 10px 0 10px; } .span4_of_list p{ font-size: 14px; color: #888888; line-height: 1.5em; } .read_more{ position: absolute; left: 26%; bottom: -16px; } /* start mian1 */ .main1_bg{ background: #ececec; } .slider_text{ padding:20px 0 0; text-align: center; } .slider_text h4{ text-transform: uppercase; font-size: 34px; color: #DC5925; } .slider_text p { font-size: 14px; color: #888888; line-height: 1.8em; } .banner{ margin-top: -80px; } .allinone_carousel.charming .bottomNav { display: none !important; } /* start main_btm */ .main_btm{ background: #f3f3f3; margin-top: -14%; padding-top: 10%; } .span_of_3{ margin: 4% 0; } .span1_of_3{ padding: 0; position: relative; } .span1_of_3 h4{ font-size: 24px; color: #7F8C8C; margin-bottom: 20px; } .span1_of_3 h5{ font-size: 16px; color: #7F8C8C; line-height: 1.5em; margin-bottom: 20px; } .span1_of_3 h5 span{ color: #20A8DA; } .nav_list li a:before{ content: url('../images/arrow.png'); vertical-align: baseline; margin-right: 10px; } .nav_list li a{ display:block; font-size: 14px; color: #888888; line-height: 1.8em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .nav_list li a:hover{ text-decoration:none; color: #E2534B; } .clients{ padding: 20px; background: #ffffff; } .clients p{ font-size: 14px; color: #888888; line-height: 1.8em; } /* start circle */ .circle { text-align: center; } .circle_list li{ text-align: center; display: inline-block; margin-left: 20px; width: 27.333333%; } .circle_list h4{ text-transform: uppercase; font-size: 18px; } .circle ul li{ display: inline-block; margin-left: 15px; } .circle ul li:first-child{ margin-left: 0; } .circle ul li h4{ margin: 15px 0 10px; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .chart { position:relative; margin:30px auto 0 auto; } .tag { width: 100%; font-size: 14px; text-align: center; position: absolute; top: 40%; color: #7F8C8C; } /* end circle */ /* start caursel */ .cursual{ position: relative; } .cursual h4{ font-size: 24px; color: #7F8C8C; text-transform: capitalize; display: inline-block; margin: 0; } .line { border-bottom: 2px solid #DFDFDF; display: block; width: 75%; position: absolute; top: 14px; left: 16%; } /*-- start footer --*/ .footer_bg{ background: #A65980; } .footer{ padding: 4% 0; } .footer1_of_3{ padding-left: 0px; } .footer_of_3{ padding-right: 0px; } .f_logo{ margin-bottom: 20px; } .footer1_of_3 p{ font-size: 14px; color: #ffffff; line-height: 1.5em; } .footer1_of_3 p span{ font-size: 18px; font-style: italic; } .footer1_of_3 span{ font-size: 14px; color: #ffffff; line-height: 1.5em; } .footer1_of_3 span a{ font-size: 17px; font-style: italic; color: #ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .footer1_of_3 h4 { font-size: 24px; color: #532C40; text-transform: capitalize; margin: 0px 0px 15px; } .footer_of_3 h4{ font-style: italic; font-size: 24px; color: #ffffff; margin: 0px 0px 15px; } .f_para{ width: 90%; } .f_list li a:before{ content: url('../images/right_arrow.png'); vertical-align: baseline; margin-right: 10px; } .f_list li a{ display:block; font-size: 14px; color: #ffffff; line-height: 1.8em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .f_list li a:hover{ text-decoration:none; color: #532C40; } .footer_of_3 h4 span{ font-style: normal; padding-left: 10px; text-transform: capitalize; } .blog_list{ margin-top: 20px; } .blog_list:first-child{ margin-top: 0; } .f_pic{ padding: 0px; } .f_pic img{ margin-top:5px; } .f_text{ padding-right: 0px; } .f_text a{ text-decoration:none; } .f_text p{ font-size: 14px; color: #ffffff; line-height: 1.5em; margin: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .f_text p:hover{ color: #532C40; } .f_text span{ font-size: 14px; color: #532C40; text-transform: capitalize; display: block; margin-top: 5px; } /*-- start footer1 --*/ .footer1_bg{ background: #955073; } .footer1{ padding: 2% 0; } .copy p{ color: #ffffff; font-size: 14px; line-height: 1.8em; } .copy p a{ color: #532C40; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .copy p a:hover{ color: #ffffff; text-decoration: none; } /* start soc_icons */ .soc_icons ul{ margin-bottom: 0; } .soc_icons ul li{ text-align:center; display:inline-block; margin-left: 20px; } .soc_icons ul li a i{ color:#ffffff; font-size: 24px; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .soc_icons ul li a:hover{ text-decoration:none; } .soc_icons ul li a:hover i{ color: #E8645A; } /* start about */ .main_grid1{ padding: 2% 0; } h3.style{ text-transform: uppercase; color: #A65980; font-size: 24px; margin: 5px 0 0; } .breadcrumb { background: none; margin-bottom: 0px; margin-right: 10px; } .breadcrumb > .active { color: #888888; } .breadcrumb li,.breadcrumb li a{ font-size: 14px; color: #20A8DA; text-transform:capitalize; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .breadcrumb li a:hover{ text-decoration: none; color: #A65980; } .about h3{ color: #20A8DA; font-size: 22px; } .para{ font-size: 14px; color: #7F8C8C; line-height: 1.5em; } .about p{ margin-bottom: 4%; } /* start services */ .main_btm1{ background: #ffffff; } .main_btm2{ background: #f0f0f0; } .clients1 p { font-size: 14px; color: #888888; line-height: 1.8em; } /* start pricing2 */ .pricing2{ margin:4% 0; text-align:center; } .pricing2 h5 { text-transform: uppercase; color: #62A09D; font-size: 34px; margin-bottom: 2%; font-weight: 600; } .pricing2 h6 { font-size: 16px; color: #888888; line-height: 1.8em; margin: 0; } .pricing_table { line-height:150%; margin: 4% auto; width: 100%; } .price_block { cursor:pointer; text-align: center; width: 25% !important; color: #fff; float: left; list-style-type: none; position: relative; box-sizing: border-box; border-bottom: 1px solid transparent; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; } /*Price heads*/ .pricing_table h3 { font-size: 20px; text-transform: uppercase; padding: 15px 0; background: #333; margin: -10px 0 1px 0; } /*Price tags*/ .price { background:#A65980; display: table; width: 100%; height: 80px; } .price_figure { font-size: 24px; text-transform: uppercase; vertical-align: middle; display: table-cell; } .price_number { font-size: 1.5em; display: block; margin-bottom: 5px; } .price_tenure { font-size: 12px; } /*---start portfolio --*/ .portfolio_main{ padding:2% 0 4%; } #info { -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background:#fcf8e3; border:1px solid #fbeed5; width:95%; max-width:900px; margin:0 auto 40px auto; font-size:12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; } #info .info-wrapper { padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; } #info a { color:#c09853; text-decoration:none; } #info p { margin:5px 0 0 0; } .container { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #filters { margin:4% 1%; padding:0; list-style:none; } #filters li { display:inline-block; margin-right: 20px; } #filters li span { font-size:13px; display: block; padding: 10px 30px; border: 1px solid rgb(221, 221, 221); text-decoration: none; color: #47817E; cursor: pointer; text-transform: uppercase; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } #filters li span.active,#filters li span:hover { background: #20A8DA; border: 1px solid #1897C5; color:#fff; } #portfoliolist .portfolio { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; width:23%; margin:1%; display:none; float:left; overflow:hidden; } .portfolio-wrapper { overflow:hidden; position: relative !important; cursor:pointer; } .portfolio img { top: 0px !important; max-width:100%; position: relative; opacity: 5; transition: all 300ms!important; -webkit-transition: all 300ms!important; -moz-transition: all 300ms!important; } .portfolio .label { position: absolute; width: 100%; height:40px; bottom:-40px; } .portfolio .label-bg { background: #20A8DA; width: 100%; height:100%; position: absolute; top:0; left:0; } .portfolio .label-text { color:#fff; position: relative; z-index:500; padding:5px 8px; } .portfolio .text-category { display: block; font-size: 18px; text-transform: uppercase; color: #ffffff; font-weight: 100; margin-top: 5px; } /* Self Clearing Goodness */ .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } .clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .row:after, .clearfix:after { clear: both; } .row, .clearfix { zoom: 1; } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } /* start blog */ .blog{ padding:4% 0%; } .blog_date{ text-align: center; } .blog_list{ margin-top: 4%; } .blog_date span.date{ background: #F5F5F5; padding: 15px 10px; display: block; color: #808B8D; font-size: 20px; text-transform: uppercase; box-shadow: inset 0px -2px 0px #DFDFDF; -webkit-box-shadow: inset 0px -2px 0px #DFDFDF; -moz-box-shadow: inset 0px -2px 0px #DFDFDF; -o-box-shadow: inset 0px -2px 0px #DFDFDF; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } .blog_date span.icon_date{ margin-top:20px; background: #808B8D; padding: 20px 10px; display: block; color: #FFFFFF; font-size: 30px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } .blog_left span{ font-size: 14px; color: #808B8D; display: block; text-transform:capitalize; } .blog_left span a{ color: #A65981; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_left span a:hover{ color: #81BFBE; text-decoration:none; } .blog_left span a i{ color: #81BFBE; margin-right: 5px; } .blog_left span a.left{ margin-left: 20px; } .blog_left p{ margin: 20px 0; } .blog_left img{ width:100%; } .blog_left h4 a{ display: block; margin: 4% 0 2%; font-size: 20px; color: #808B8D; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_left h4 a:hover{ text-decoration: none; color: #A65981; } .blog_right h4{ margin: 0 0 4%; color: #808B8D; text-transform: capitalize; font-size: 20px; } /* start ads_nav */ .ads_nav li{ float: left; width: 48.3333%; margin-left: 3.33333%; margin-bottom: 10px; } .ads_nav li:first-child,.ads_nav li:nth-child(3){ margin-left: 0; } .ads_nav li a{ display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .ads_nav li a img{ width: 100%; } .ads_nav li a:hover{ zoom: 1; filter: alpha(opacity=50); opacity: 0.7; -webkit-transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -ms-transition: opacity .15s ease-in-out; -o-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out; } /* start tag_nav */ .tag_nav { margin: 8% 0; } .tag_nav li{ margin:10px 5px 0 0; display: inline-block; } .tag_nav li a{ display: block; text-transform: capitalize; background: #808B8D; color: #FFFFFF; font-size: 13px; padding: 8px 14px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tag_nav li.active a,.tag_nav li a:hover{ background: #A65981; color: #ffffff; text-decoration:none; } /* start news_letter */ .news_letter{ margin: 8% 0; } .news_letter form input[type="text"]{ font-family: 'roboto_condensedregular'; font-weight:100; padding: 10px; display: block; width: 100%; background: #ffffff; outline: none; color: #555555; font-size: 13px; border: 1px solid #DADADA; -webkit-appearance: none; } .news_letter form input[type="submit"]{ float:right; margin-top:15px; font-family: 'roboto_condensedregular'; font-size: 14px; color: #FFFFFF !important; padding: 12px 30px; background: #26B9E1; line-height: 20px; text-transform: uppercase; border: none; outline: none; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; box-shadow: inset 0px -4px 0px #20A8DA; -webkit-box-shadow: inset 0px -4px 0px #20A8DA; -moz-box-shadow: inset 0px -4px 0px #20A8DA; -o-box-shadow: inset 0px -4px 0px #20A8DA; } .news_letter form input[type="submit"]:hover{ background: #20A8DA; } /*start features*/ .features { background: #e8e8e8; color: #191919; } .features li { padding: 10px 15px; border-bottom: 1px solid #d8d8d8; font-size: 13px; list-style-type: none; text-transform: uppercase; color: rgb(99, 99, 99); } .pricing_btn { padding: 40px; background: #e8e8e8; } .action_button { text-decoration: none; color: #fff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; padding: 10px 30px; font-size: 13px; text-transform: uppercase; background: #565D67; } .price_block:hover { transform: scale(1.04) translateY(-5px); z-index: 1; } .price_block:hover .price { background:#20A8DA; } .price_block:hover h3 { background: #222; } .price_block:hover .action_button { background:#20A8DA; text-decoration: none; color: #ffffff; } .skeleton, .skeleton ul, .skeleton li, .skeleton div, .skeleton h3, .skeleton span, .skeleton p { border: 5px solid rgba(255, 255, 255, 0.9); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; margin: 7px !important; background: rgba(0, 0, 0, 0.05) !important; padding: 0 !important; text-align: left !important; display: block !important; width: auto !important; height: auto !important; font-size: 10px !important; font-style: italic !important; text-transform: none !important; font-weight: normal !important; color: black !important; } .skeleton .label { font-size: 11px !important; font-style: italic !important; text-transform: none !important; font-weight: normal !important; color: white !important; border: 0 none !important; padding: 5px !important; margin: 0 !important; float: none !important; text-align: left !important; background: none !important; } .skeleton { display: none !important; margin: 100px !important; clear: both; } .price_block:nth-child(odd) {border-right: 1px solid transparent;} .price_block {border-right: 1px solid transparent; border-bottom: 0 none;} .price_block:last-child {border-right: 0 none;} /* start feature */ .technology{ padding: 4% 0; } .technology h4{ font-size: 18px; color: #7F8C8C; font-weight: 100; text-transform: capitalize; display: block; margin:10px 0 20px; } .technology_main{ margin:0 0 4%; } .tech_para{ float: left; width:68.3333%; } .images_1_of_4{ float: left; width: 28.3333%; margin-left: 3.3333%; } .images_1_of_4 span{ width: 120px; height: 120px; display: block; text-align: center; margin: 0 auto; } .bg{ background: #A65980; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 75px; -webkit-border-radius: 75px; -moz-border-radius: 75px; -o-border-radius: 75px; } .images_1_of_4 span i{ font-size: 6em; color: #ffffff; line-height: 2em; text-shadow: 1px 1px 0px #3b3b3b; -webkit-text-shadow: 1px 1px 0px #3b3b3b; -moz-text-shadow: 1px 1px 0px #3b3b3b; -o-text-shadow: 1px 1px 0px #3b3b3b; -ms-text-shadow: 1px 1px 0px #3b3b3b; } .pagination > li > a, .pagination > li > span { font-size: 16px; padding: 10px 16px; color: #FFFFFF; background-color: #7F8C8C; border: 1px solid #707575; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #FFFFFF; border-color: #1897C5; background: #20A8DA; } .alert { font-size: 13px; } .alert-warning { color: #3b3b3b; background-color: #F3F3F3; border-color: #E2E2E2; } .btn{ font-family: 'roboto_condensedregular'; font-size: 14px; color: #FFFFFF !important; padding: 12px 30px; background: #26B9E1; line-height: 20px; text-transform: uppercase; border: none; outline: none; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; box-shadow: inset 0px -4px 0px #20A8DA; -webkit-box-shadow: inset 0px -4px 0px #20A8DA; -moz-box-shadow: inset 0px -4px 0px #20A8DA; -o-box-shadow: inset 0px -4px 0px #20A8DA; } .btn:hover{ background: #20A8DA; } /* start contact */ .contact{ padding: 4% 0; } .contact_main{ margin: 4% 0; } .contact p.style{ background: #e0e0e0; padding: 20px; font-size: 14px; color: #7F8C8C; line-height: 1.5em; } .company_ad h2{ margin: 0 0 20px; text-transform: capitalize; font-size: 24px; color: #7F8C8C; } .company_ad p{ font-size: 14px; color: #888888; line-height: 1.8em; } .company_ad p a { color: #A65980; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .company_ad p a:hover{ text-decoration:none; color: #888888; } .contact-form h2{ margin: 0 0 20px; text-transform: capitalize; font-size: 24px; color: #7F8C8C; } .contact-form span{ display:block; text-transform: capitalize; font-size: 14px; color: #5b5b5b; font-weight: normal; margin-bottom: 10px; } .contact-form form input[type="text"], .contact-form form textarea { font-family: 'roboto_condensedregular'; margin: 20px 0; box-shadow: none; border: 1px solid #C7C7C7; background: #DDDDDD; color: #888888; line-height: 1.8em; display: block; width: 100%; padding: 6px 12px; font-size: 13px; outline: none; -webkit-appearance: none; transition: border-color 0.3s; -o-transition: border-color 0.3s; -ms-transition: border-color 0.3s; -moz-transition: border-color 0.3s; -webkit-transition: border-color 0.3s; } .contact-form form textarea { resize: none; height: 160px; } .contact-form form input[type="text"]:hover, .contact-form form textarea:hover { border-color: #b4b4b4; } .contact-form form input[type="text"]:focus, .contact-form form textarea:focus { border: 1px solid #b4b4b4; } .contact-form form input[type="submit"] { font-family: 'roboto_condensedregular'; font-size: 14px; color: #FFFFFF; padding: 12px 30px; background: #26B9E1; line-height: 20px; text-transform: uppercase; border: none; outline: none; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; box-shadow: inset 0px -4px 0px #20A8DA; -webkit-box-shadow: inset 0px -4px 0px #20A8DA; -moz-box-shadow: inset 0px -4px 0px #20A8DA; -o-box-shadow: inset 0px -4px 0px #20A8DA; } .contact-form form input[type="submit"]:hover{ background: #20A8DA; } /* start details */ .details { margin: 4% 0; } .details h2{ font-size: 20px; color: #808B8D; } .details img{ margin: 2% 0; } /***** Media Quries *****/ @media only screen and (max-width: 1440px) and (min-width: 240px) { .wrap{ width:95%; } } @media only screen and (max-width: 1440px) { } @media only screen and (max-width: 1366px) { } @media only screen and (max-width: 1280px) { } @media only screen and (max-width: 1024px) { .menu li a { padding: 10px 18px; } .span1_of_4 { width: 22.77777%; } .line { width: 70%; left: 20%; } } @media only screen and (max-width: 768px) { .logo{ float: none; text-align:center; } .h_menu{ float:none; } .menu li.activate a, .menu li a:hover { background: #ffffff; box-shadow: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; } .menu li a:hover{ color:#ffffff; background:#E2534B; } .menu li a { font-size: 14px; } .span1_of_2 { padding-left: 0px; } .span1_of_1 h3 { font-size: 24px; } .span1_of_4 { padding: 0; margin-left: 0px; width: 100%; margin-bottom: 40px; } .read_more { left: 42%; } .line { width: 60%; left: 25%; } .owl-prev { right: 5%; } .footer1_of_3 h4 { margin: 10px 0px 10px; } .footer_of_3 { padding-left: 0px; } .blog_list { margin-top: 2%; } .f_text{ padding-left: 0px; } .slider_text h4 { font-size: 28px; } .footer1_of_3 p { margin-bottom: 2px; } .about h3 { font-size: 20px; } .price_block { width: 100% !important; float: none !important; margin-bottom: 40px; } .blog_main{ padding: 0; } .blog_date { margin-bottom: 20px; } .blog_right h4 { margin: 4% 0 2%; } .read_btn{ margin-bottom: 30px; } .technology h4 { font-size: 16px; } } @media only screen and (max-width: 640px){ .slider_text h4 { font-size: 24px; } .span4_of_list { padding: 20px 20px 45px; } .about h3 { font-size: 16px; } .technology h4 { font-size: 14px; } } @media only screen and (max-width: 480px) { .read_more { left: 36%; } .line { width: 38%; left: 40%; } .btn { padding: 10px 28px; } #filters li { margin-right: 5px; } #filters li span { padding: 10px 24px; } } @media only screen and (max-width: 320px) { h3.style { font-size: 20px; margin: 10px 0 0; } .footer1{ text-align:center; } .copy{ float: none !important; } .soc_icons{ float: none !important; } .circle_list li { margin-left: 0px; width: 100%; } .span1_of_1 h3 { font-size: 22px; } .read_more { left: 24%; } .line { display: none; } .breadcrumb { background: none; margin-bottom: 0px; margin-right: 0px; } #filters li span { padding: 6px 10px; } .f_logo { margin:15px 0 10px; } #portfoliolist .portfolio { width: 48%; } .cau_hide{ display: none !important; } }
css/violet.css
@font-face { font-family: 'roboto_condensedregular'; src: url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } body { font-family: 'roboto_condensedregular'; background:#ffffff; font-size: 100%; } .header_bg{ background: #A65980; } .header{ padding: 4% 0; } .logo{ margin-top: 10px; float: left; } /* start h_menu */ .h_menu{ float: right; } nav{ display:block; } .menu{ display:block; } .menu li{ display:inline-block; position:relative; z-index:100; } .menu li:first-child{margin-left:0;} .menu li.activate a,.menu li a:hover{ background: #8B4A6B; box-shadow: inset 0px -4px 0px #743E59; -webkit-box-shadow: inset 0px -4px 0px #743E59; -moz-box-shadow: inset 0px -4px 0px #743E59; -o-box-shadow: inset 0px -4px 0px #743E59; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } .menu li a{ text-transform:uppercase; text-decoration: none; font-size: 16px; padding: 10px 24px; display: block; color: #ffffff; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; } .menu ul{ display: none; margin: 0; padding: 0; width: 132px; position: absolute; top: 42px; left: 0px; background: #ffffff; } .menu ul li{display:block;float:none;background:none;margin:0;padding:0;} .menu ul li a{ font-size: 13px; font-weight: normal; display: block; color: #ffffff; border-left: 3px solid #1D9CCB; background: #20A8DA; padding: 10px 20px; } .menu ul li a:hover,.menu ul li:hover>a{ background: #f0f0f0; border-left: 3px solid #A65980; color: #797979; box-shadow: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; } .menu li:hover>ul{display:block;} .menu ul ul{ left: 132px; top: 0px; } .mobile-menu{ display: none; width: 100%; padding: 12px; background: #528B86; color: #ffffff; text-transform: uppercase; font-size: 16px; } .mobile-menu:hover{background:#447F7A;color:#ffffff;text-decoration:none;} @media (min-width: 768px) and (max-width: 979px) {.mainWrap{width:768px;}.menu ul{top:37px;} .menu li a{font-size:12px;padding:8px;}} @media (max-width: 767px) { .mainWrap{width:auto;padding:50px 20px;}.menu{display:none;}.mobile-menu{display:block;margin-top:20px;} nav{margin:0;background:none;}.menu li{display:block;margin:0;}.menu li a{background:#ffffff;color:#797979;border-top:1px solid #e0e0e0; } .menu li a:hover,.menu li:hover>a{background:#f0f0f0;color:#797979; } .menu ul{display:none;position:relative;top:0;left:0;width:100%;} .menu ul ul{left:0;} } @media (max-width: 480px) {}@media (max-width: 320px) {} /* start slider */ /* start mian */ .main_bg{ background: #F3F3F3; } .main_grid{ padding: 4% 0; } .top_grid{ background: #ececec; padding: 4%; } .span1_of_1 { padding: 0; } .span1_of_1 h3{ text-transform: capitalize; margin:0; font-size: 28px; color: #8C9899; } .span1_of_1 p{ font-size: 14px; color: #888888; line-height: 1.8em; } .span1_of_2{ position: relative; } /* General button style (reset) */ .btn { font-size:14px; color:#ffffff; border: none; background: none; cursor: pointer; padding: 14px 48px; display: inline-block; text-transform: uppercase; outline: none; position: relative; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .btn:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } /* Button 2 */ .btn-2 { background: #E8645A; color: #fff; box-shadow: 0 6px #ab3c3c; -webkit-box-shadow: 0 6px #ab3c3c; -moz-box-shadow: 0 6px #ab3c3c; -o-box-shadow: 0 6px #ab3c3c; -webkit-transition: none; -moz-transition: none; transition: none; } /* span_of_4 */ .span_of_4 { text-align: center; margin: 4% 0; position: relative; } .span1_of_4{ padding: 0; margin-left: 20px; width: 23.577777%; } .span1_of_4:first-child{ margin-left: 0; } .span4_of_list{ cursor:pointer; background: #ffffff; padding: 20px 20px 50px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -webkit-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -moz-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); -o-box-shadow: inset 0px -1px 1px rgb(216, 216, 216); } .span4_of_list:hover.span4_of_list span i{ color: #26B9E1; background: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .span4_of_list .btn{ box-shadow: 0 4px #A65980; -webkit-box-shadow: 0 4px #A65980; -moz-box-shadow: 0 4px #A65980; -o-box-shadow: 0 4px #A65980; background: #B86B99; } .span4_of_list:hover .btn{ color:#ffffff; background: #26B9E1; box-shadow: 0 4px #26B9E1; -webkit-box-shadow: 0 4px #26B9E1; -moz-box-shadow: 0 4px #26B9E1; -o-box-shadow: 0 4px #26B9E1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .span4_of_list span.active i{ color: #26B9E1; } .span4_of_list span i{ font-size:5em; color: #A65980; background: none; box-shadow:none; margin-top: 15px; } .span4_of_list h3{ text-transform: uppercase; font-size: 20px; color: #8C9899; margin: 10px 0 10px; } .span4_of_list p{ font-size: 14px; color: #888888; line-height: 1.5em; } .read_more{ position: absolute; left: 26%; bottom: -16px; } /* start mian1 */ .main1_bg{ background: #ececec; } .slider_text{ padding:20px 0 0; text-align: center; } .slider_text h4{ text-transform: uppercase; font-size: 34px; color: #DC5925; } .slider_text p { font-size: 14px; color: #888888; line-height: 1.8em; } .banner{ margin-top: -80px; } .allinone_carousel.charming .bottomNav { display: none !important; } /* start main_btm */ .main_btm{ background: #f3f3f3; margin-top: -14%; padding-top: 10%; } .span_of_3{ margin: 4% 0; } .span1_of_3{ padding: 0; position: relative; } .span1_of_3 h4{ font-size: 24px; color: #7F8C8C; margin-bottom: 20px; } .span1_of_3 h5{ font-size: 16px; color: #7F8C8C; line-height: 1.5em; margin-bottom: 20px; } .span1_of_3 h5 span{ color: #20A8DA; } .nav_list li a:before{ content: url('../images/arrow.png'); vertical-align: baseline; margin-right: 10px; } .nav_list li a{ display:block; font-size: 14px; color: #888888; line-height: 1.8em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .nav_list li a:hover{ text-decoration:none; color: #E2534B; } .clients{ padding: 20px; background: #ffffff; } .clients p{ font-size: 14px; color: #888888; line-height: 1.8em; } /* start circle */ .circle { text-align: center; } .circle_list li{ text-align: center; display: inline-block; margin-left: 20px; width: 27.333333%; } .circle_list h4{ text-transform: uppercase; font-size: 18px; } .circle ul li{ display: inline-block; margin-left: 15px; } .circle ul li:first-child{ margin-left: 0; } .circle ul li h4{ margin: 15px 0 10px; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .chart { position:relative; margin:30px auto 0 auto; } .tag { width: 100%; font-size: 14px; text-align: center; position: absolute; top: 40%; color: #7F8C8C; } /* end circle */ /* start caursel */ .cursual{ position: relative; } .cursual h4{ font-size: 24px; color: #7F8C8C; text-transform: capitalize; display: inline-block; margin: 0; } .line { border-bottom: 2px solid #DFDFDF; display: block; width: 75%; position: absolute; top: 14px; left: 16%; } /*-- start footer --*/ .footer_bg{ background: #A65980; } .footer{ padding: 4% 0; } .footer1_of_3{ padding-left: 0px; } .footer_of_3{ padding-right: 0px; } .f_logo{ margin-bottom: 20px; } .footer1_of_3 p{ font-size: 14px; color: #ffffff; line-height: 1.5em; } .footer1_of_3 p span{ font-size: 18px; font-style: italic; } .footer1_of_3 span{ font-size: 14px; color: #ffffff; line-height: 1.5em; } .footer1_of_3 span a{ font-size: 17px; font-style: italic; color: #ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .footer1_of_3 h4 { font-size: 24px; color: #532C40; text-transform: capitalize; margin: 0px 0px 15px; } .footer_of_3 h4{ font-style: italic; font-size: 24px; color: #ffffff; margin: 0px 0px 15px; } .f_para{ width: 90%; } .f_list li a:before{ content: url('../images/right_arrow.png'); vertical-align: baseline; margin-right: 10px; } .f_list li a{ display:block; font-size: 14px; color: #ffffff; line-height: 1.8em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .f_list li a:hover{ text-decoration:none; color: #532C40; } .footer_of_3 h4 span{ font-style: normal; padding-left: 10px; text-transform: capitalize; } .blog_list{ margin-top: 20px; } .blog_list:first-child{ margin-top: 0; } .f_pic{ padding: 0px; } .f_pic img{ margin-top:5px; } .f_text{ padding-right: 0px; } .f_text a{ text-decoration:none; } .f_text p{ font-size: 14px; color: #ffffff; line-height: 1.5em; margin: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .f_text p:hover{ color: #532C40; } .f_text span{ font-size: 14px; color: #532C40; text-transform: capitalize; display: block; margin-top: 5px; } /*-- start footer1 --*/ .footer1_bg{ background: #955073; } .footer1{ padding: 2% 0; } .copy p{ color: #ffffff; font-size: 14px; line-height: 1.8em; } .copy p a{ color: #532C40; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .copy p a:hover{ color: #ffffff; text-decoration: none; } /* start soc_icons */ .soc_icons ul{ margin-bottom: 0; } .soc_icons ul li{ text-align:center; display:inline-block; margin-left: 20px; } .soc_icons ul li a i{ color:#ffffff; font-size: 24px; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .soc_icons ul li a:hover{ text-decoration:none; } .soc_icons ul li a:hover i{ color: #E8645A; } /* start about */ .main_grid1{ padding: 2% 0; } h3.style{ text-transform: uppercase; color: #A65980; font-size: 24px; margin: 5px 0 0; } .breadcrumb { background: none; margin-bottom: 0px; margin-right: 10px; } .breadcrumb > .active { color: #888888; } .breadcrumb li,.breadcrumb li a{ font-size: 14px; color: #20A8DA; text-transform:capitalize; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .breadcrumb li a:hover{ text-decoration: none; color: #A65980; } .about h3{ color: #20A8DA; font-size: 22px; } .para{ font-size: 14px; color: #7F8C8C; line-height: 1.5em; } .about p{ margin-bottom: 4%; } /* start services */ .main_btm1{ background: #ffffff; } .main_btm2{ background: #f0f0f0; } .clients1 p { font-size: 14px; color: #888888; line-height: 1.8em; } /* start pricing2 */ .pricing2{ margin:4% 0; text-align:center; } .pricing2 h5 { text-transform: uppercase; color: #62A09D; font-size: 34px; margin-bottom: 2%; font-weight: 600; } .pricing2 h6 { font-size: 16px; color: #888888; line-height: 1.8em; margin: 0; } .pricing_table { line-height:150%; margin: 4% auto; width: 100%; } .price_block { cursor:pointer; text-align: center; width: 25% !important; color: #fff; float: left; list-style-type: none; position: relative; box-sizing: border-box; border-bottom: 1px solid transparent; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; } /*Price heads*/ .pricing_table h3 { font-size: 20px; text-transform: uppercase; padding: 15px 0; background: #333; margin: -10px 0 1px 0; } /*Price tags*/ .price { background:#A65980; display: table; width: 100%; height: 80px; } .price_figure { font-size: 24px; text-transform: uppercase; vertical-align: middle; display: table-cell; } .price_number { font-size: 1.5em; display: block; margin-bottom: 5px; } .price_tenure { font-size: 12px; } /*---start portfolio --*/ .portfolio_main{ padding:2% 0 4%; } #info { -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background:#fcf8e3; border:1px solid #fbeed5; width:95%; max-width:900px; margin:0 auto 40px auto; font-size:12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; } #info .info-wrapper { padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; } #info a { color:#c09853; text-decoration:none; } #info p { margin:5px 0 0 0; } .container { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #filters { margin:4% 1%; padding:0; list-style:none; } #filters li { display:inline-block; margin-right: 20px; } #filters li span { font-size:13px; display: block; padding: 10px 30px; border: 1px solid rgb(221, 221, 221); text-decoration: none; color: #47817E; cursor: pointer; text-transform: uppercase; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } #filters li span.active,#filters li span:hover { background: #20A8DA; border: 1px solid #1897C5; color:#fff; } #portfoliolist .portfolio { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; width:23%; margin:1%; display:none; float:left; overflow:hidden; } .portfolio-wrapper { overflow:hidden; position: relative !important; cursor:pointer; } .portfolio img { top: 0px !important; max-width:100%; position: relative; opacity: 5; transition: all 300ms!important; -webkit-transition: all 300ms!important; -moz-transition: all 300ms!important; } .portfolio .label { position: absolute; width: 100%; height:40px; bottom:-40px; } .portfolio .label-bg { background: #20A8DA; width: 100%; height:100%; position: absolute; top:0; left:0; } .portfolio .label-text { color:#fff; position: relative; z-index:500; padding:5px 8px; } .portfolio .text-category { display: block; font-size: 18px; text-transform: uppercase; color: #ffffff; font-weight: 100; margin-top: 5px; } /* Self Clearing Goodness */ .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } .clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .row:after, .clearfix:after { clear: both; } .row, .clearfix { zoom: 1; } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } /* start blog */ .blog{ padding:4% 0%; } .blog_date{ text-align: center; } .blog_list{ margin-top: 4%; } .blog_date span.date{ background: #F5F5F5; padding: 15px 10px; display: block; color: #808B8D; font-size: 20px; text-transform: uppercase; box-shadow: inset 0px -2px 0px #DFDFDF; -webkit-box-shadow: inset 0px -2px 0px #DFDFDF; -moz-box-shadow: inset 0px -2px 0px #DFDFDF; -o-box-shadow: inset 0px -2px 0px #DFDFDF; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } .blog_date span.icon_date{ margin-top:20px; background: #808B8D; padding: 20px 10px; display: block; color: #FFFFFF; font-size: 30px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; } .blog_left span{ font-size: 14px; color: #808B8D; display: block; text-transform:capitalize; } .blog_left span a{ color: #A65981; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_left span a:hover{ color: #81BFBE; text-decoration:none; } .blog_left span a i{ color: #81BFBE; margin-right: 5px; } .blog_left span a.left{ margin-left: 20px; } .blog_left p{ margin: 20px 0; } .blog_left img{ width:100%; } .blog_left h4 a{ display: block; margin: 4% 0 2%; font-size: 20px; color: #808B8D; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_left h4 a:hover{ text-decoration: none; color: #A65981; } .blog_right h4{ margin: 0 0 4%; color: #808B8D; text-transform: capitalize; font-size: 20px; } /* start ads_nav */ .ads_nav li{ float: left; width: 48.3333%; margin-left: 3.33333%; margin-bottom: 10px; } .ads_nav li:first-child,.ads_nav li:nth-child(3){ margin-left: 0; } .ads_nav li a{ display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .ads_nav li a img{ width: 100%; } .ads_nav li a:hover{ zoom: 1; filter: alpha(opacity=50); opacity: 0.7; -webkit-transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -ms-transition: opacity .15s ease-in-out; -o-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out; } /* start tag_nav */ .tag_nav { margin: 8% 0; } .tag_nav li{ margin:10px 5px 0 0; display: inline-block; } .tag_nav li a{ display: block; text-transform: capitalize; background: #808B8D; color: #FFFFFF; font-size: 13px; padding: 8px 14px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tag_nav li.active a,.tag_nav li a:hover{ background: #A65981; color: #ffffff; text-decoration:none; } /* start news_letter */ .news_letter{ margin: 8% 0; } .news_letter form input[type="text"]{ font-family: 'roboto_condensedregular'; font-weight:100; padding: 10px; display: block; width: 100%; background: #ffffff; outline: none; color: #555555; font-size: 13px; border: 1px solid #DADADA; -webkit-appearance: none; } .news_letter form input[type="submit"]{ float:right; margin-top:15px; font-family: 'roboto_condensedregular'; font-size: 14px; color: #FFFFFF !important; padding: 12px 30px; background: #26B9E1; line-height: 20px; text-transform: uppercase; border: none; outline: none; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; box-shadow: inset 0px -4px 0px #20A8DA; -webkit-box-shadow: inset 0px -4px 0px #20A8DA; -moz-box-shadow: inset 0px -4px 0px #20A8DA; -o-box-shadow: inset 0px -4px 0px #20A8DA; } .news_letter form input[type="submit"]:hover{ background: #20A8DA; } /*start features*/ .features { background: #e8e8e8; color: #191919; } .features li { padding: 10px 15px; border-bottom: 1px solid #d8d8d8; font-size: 13px; list-style-type: none; text-transform: uppercase; color: rgb(99, 99, 99); } .pricing_btn { padding: 40px; background: #e8e8e8; } .action_button { text-decoration: none; color: #fff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; padding: 10px 30px; font-size: 13px; text-transform: uppercase; background: #565D67; } .price_block:hover { transform: scale(1.04) translateY(-5px); z-index: 1; } .price_block:hover .price { background:#20A8DA; } .price_block:hover h3 { background: #222; } .price_block:hover .action_button { background:#20A8DA; text-decoration: none; color: #ffffff; } .skeleton, .skeleton ul, .skeleton li, .skeleton div, .skeleton h3, .skeleton span, .skeleton p { border: 5px solid rgba(255, 255, 255, 0.9); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; margin: 7px !important; background: rgba(0, 0, 0, 0.05) !important; padding: 0 !important; text-align: left !important; display: block !important; width: auto !important; height: auto !important; font-size: 10px !important; font-style: italic !important; text-transform: none !important; font-weight: normal !important; color: black !important; } .skeleton .label { font-size: 11px !important; font-style: italic !important; text-transform: none !important; font-weight: normal !important; color: white !important; border: 0 none !important; padding: 5px !important; margin: 0 !important; float: none !important; text-align: left !important; background: none !important; } .skeleton { display: none !important; margin: 100px !important; clear: both; } .price_block:nth-child(odd) {border-right: 1px solid transparent;} .price_block {border-right: 1px solid transparent; border-bottom: 0 none;} .price_block:last-child {border-right: 0 none;} /* start feature */ .technology{ padding: 4% 0; } .technology h4{ font-size: 18px; color: #7F8C8C; font-weight: 100; text-transform: capitalize; display: block; margin:10px 0 20px; } .technology_main{ margin:0 0 4%; } .tech_para{ float: left; width:68.3333%; } .images_1_of_4{ float: left; width: 28.3333%; margin-left: 3.3333%; } .images_1_of_4 span{ width: 120px; height: 120px; display: block; text-align: center; margin: 0 auto; } .bg{ background: #A65980; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 75px; -webkit-border-radius: 75px; -moz-border-radius: 75px; -o-border-radius: 75px; } .images_1_of_4 span i{ font-size: 6em; color: #ffffff; line-height: 2em; text-shadow: 1px 1px 0px #3b3b3b; -webkit-text-shadow: 1px 1px 0px #3b3b3b; -moz-text-shadow: 1px 1px 0px #3b3b3b; -o-text-shadow: 1px 1px 0px #3b3b3b; -ms-text-shadow: 1px 1px 0px #3b3b3b; } .pagination > li > a, .pagination > li > span { font-size: 16px; padding: 10px 16px; color: #FFFFFF; background-color: #7F8C8C; border: 1px solid #707575; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #FFFFFF; border-color: #1897C5; background: #20A8DA; } .alert { font-size: 13px; } .alert-warning { color: #3b3b3b; background-color: #F3F3F3; border-color: #E2E2E2; } .btn{ font-family: 'roboto_condensedregular'; font-size: 14px; color: #FFFFFF !important; padding: 12px 30px; background: #26B9E1; line-height: 20px; text-transform: uppercase; border: none; outline: none; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; box-shadow: inset 0px -4px 0px #20A8DA; -webkit-box-shadow: inset 0px -4px 0px #20A8DA; -moz-box-shadow: inset 0px -4px 0px #20A8DA; -o-box-shadow: inset 0px -4px 0px #20A8DA; } .btn:hover{ background: #20A8DA; } /* start contact */ .contact{ padding: 4% 0; } .contact_main{ margin: 4% 0; } .contact p.style{ background: #e0e0e0; padding: 20px; font-size: 14px; color: #7F8C8C; line-height: 1.5em; } .company_ad h2{ margin: 0 0 20px; text-transform: capitalize; font-size: 24px; color: #7F8C8C; } .company_ad p{ font-size: 14px; color: #888888; line-height: 1.8em; } .company_ad p a { color: #A65980; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .company_ad p a:hover{ text-decoration:none; color: #888888; } .contact-form h2{ margin: 0 0 20px; text-transform: capitalize; font-size: 24px; color: #7F8C8C; } .contact-form span{ display:block; text-transform: capitalize; font-size: 14px; color: #5b5b5b; font-weight: normal; margin-bottom: 10px; } .contact-form form input[type="text"], .contact-form form textarea { font-family: 'roboto_condensedregular'; margin: 20px 0; box-shadow: none; border: 1px solid #C7C7C7; background: #DDDDDD; color: #888888; line-height: 1.8em; display: block; width: 100%; padding: 6px 12px; font-size: 13px; outline: none; -webkit-appearance: none; transition: border-color 0.3s; -o-transition: border-color 0.3s; -ms-transition: border-color 0.3s; -moz-transition: border-color 0.3s; -webkit-transition: border-color 0.3s; } .contact-form form textarea { resize: none; height: 160px; } .contact-form form input[type="text"]:hover, .contact-form form textarea:hover { border-color: #b4b4b4; } .contact-form form input[type="text"]:focus, .contact-form form textarea:focus { border: 1px solid #b4b4b4; } .contact-form form input[type="submit"] { font-family: 'roboto_condensedregular'; font-size: 14px; color: #FFFFFF; padding: 12px 30px; background: #26B9E1; line-height: 20px; text-transform: uppercase; border: none; outline: none; -webkit-appearance: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; box-shadow: inset 0px -4px 0px #20A8DA; -webkit-box-shadow: inset 0px -4px 0px #20A8DA; -moz-box-shadow: inset 0px -4px 0px #20A8DA; -o-box-shadow: inset 0px -4px 0px #20A8DA; } .contact-form form input[type="submit"]:hover{ background: #20A8DA; } /* start details */ .details { margin: 4% 0; } .details h2{ font-size: 20px; color: #808B8D; } .details img{ margin: 2% 0; } /***** Media Quries *****/ @media only screen and (max-width: 1440px) and (min-width: 240px) { .wrap{ width:95%; } } @media only screen and (max-width: 1440px) { } @media only screen and (max-width: 1366px) { } @media only screen and (max-width: 1280px) { } @media only screen and (max-width: 1024px) { .menu li a { padding: 10px 18px; } .span1_of_4 { width: 22.77777%; } .line { width: 70%; left: 20%; } } @media only screen and (max-width: 768px) { .logo{ float: none; text-align:center; } .h_menu{ float:none; } .menu li.activate a, .menu li a:hover { background: #ffffff; box-shadow: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; } .menu li a:hover{ color:#ffffff; background:#E2534B; } .menu li a { font-size: 14px; } .span1_of_2 { padding-left: 0px; } .span1_of_1 h3 { font-size: 24px; } .span1_of_4 { padding: 0; margin-left: 0px; width: 100%; margin-bottom: 40px; } .read_more { left: 42%; } .line { width: 60%; left: 25%; } .owl-prev { right: 5%; } .footer1_of_3 h4 { margin: 10px 0px 10px; } .footer_of_3 { padding-left: 0px; } .blog_list { margin-top: 2%; } .f_text{ padding-left: 0px; } .slider_text h4 { font-size: 28px; } .footer1_of_3 p { margin-bottom: 2px; } .about h3 { font-size: 20px; } .price_block { width: 100% !important; float: none !important; margin-bottom: 40px; } .blog_main{ padding: 0; } .blog_date { margin-bottom: 20px; } .blog_right h4 { margin: 4% 0 2%; } .read_btn{ margin-bottom: 30px; } .technology h4 { font-size: 16px; } } @media only screen and (max-width: 640px){ .slider_text h4 { font-size: 24px; } .span4_of_list { padding: 20px 20px 45px; } .about h3 { font-size: 16px; } .technology h4 { font-size: 14px; } } @media only screen and (max-width: 480px) { .read_more { left: 36%; } .line { width: 38%; left: 40%; } .btn { padding: 10px 28px; } #filters li { margin-right: 5px; } #filters li span { padding: 10px 24px; } } @media only screen and (max-width: 320px) { h3.style { font-size: 20px; margin: 10px 0 0; } .footer1{ text-align:center; } .copy{ float: none !important; } .soc_icons{ float: none !important; } .circle_list li { margin-left: 0px; width: 100%; } .span1_of_1 h3 { font-size: 22px; } .read_more { left: 24%; } .line { display: none; } .breadcrumb { background: none; margin-bottom: 0px; margin-right: 0px; } #filters li span { padding: 6px 10px; } .f_logo { margin:15px 0 10px; } #portfoliolist .portfolio { width: 48%; } .cau_hide{ display: none !important; } }
0.233269
0.07383
html { overflow-y: auto; overflow-x: hidden; } html, body { cursor: default; display: flex; flex-direction: column; scrollbar-base-color: #F3F3F3; scrollbar-face-color: #CECECE; scrollbar-3dlight-color: #CECECE; scrollbar-highlight-color: #CECECE; scrollbar-track-color: #F3F3F3; scrollbar-arrow-color: #F3F3F3; scrollbar-shadow-color: #CECECE; width: 100%; height: 100%; margin: 0; padding: 0; font-family: 'Segoe UI Variable Display', 'Segoe UI'; background-color: #F3F3F3; color: #3C3C3C; font-size: 1rem; } a:hover, a:focus, p, body, label, .label, .input-elem { color: #3C3C3C; } body, div, input, header{ transition: color .2s ease-in-out, background-color .2s ease-in-out; } header { width: 100%; display: flex; color: #090909; background: #F3F3F3; font-family: Segoe UI; font-size: 9pt; font-weight: 500; } .title-bar { padding: 0.35em 0.5em; flex-grow: 1; margin-left: 4px; } .title-btn { padding: 0.35em 1.0em; cursor: default; vertical-align: bottom; font-family: Webdings; font-size: 11pt; } .title-btn-minimize:hover, .title-btn-maximize:hover { background: #D0D0D0; } .title-btn-close:hover { background: #e81123; color: #f2f2f2 } .main { /* Some settings for everything in the client area */ font-size: 12pt; overflow: auto; padding: 50px 90px; overflow-y: scroll !important; } .main-header{ max-width: 660px !important; margin: 0 auto !important; } .container { max-width: 660px !important; } .inner-container{ max-width: 85% !important; margin: 0 auto !important; } .inner-container-95{ max-width: 95% !important; margin: -10px auto 10px auto !important; } #profiles_container, #global_options_container{ max-width: 95% !important; margin: 15px auto 0 auto; } .inner-tabs{ max-width: 90% !important; margin: 0 auto 20px auto; } .inner-tabs li{ font-size: small !important; } .spaced-label{ margin-top: 1rem !important; } .box-visible { visibility: visible !important; background-color: #FBFBFB !important; opacity: 1 !important; padding-top: 5px !important; border-radius: 0.7rem; box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px, rgba(0, 0, 0, 0.15) 0 0.5px 1px !important; transition: box-shadow 0.23s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s linear, transform 230ms cubic-bezier(0.19, 1, 0.22, 1),visibility 0.1s , height 0.2s linear; margin-bottom: 20px !important; width: 75%; } .box-visible:hover, .box-visible:focus { background-color: #F8F8F8 !important; transform: translateY(-2px); } .box-hidden { height: 1px !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; visibility: hidden !important; } .noselect { -ms-user-select: none; user-select: none; } .pane-header { margin-top: 10px; margin-bottom: 10px; font-family: Arial; font-size: 32px; font-weight: 900; letter-spacing: -1px; line-height: 40px; } .radio { font-weight: 500; } input[type="radio"], input[type="checkbox"] { visibility: hidden !important; display: none; } input[type="radio"]+span, input[type="checkbox"]+span { font-weight: 400; } input[type="radio"]:checked+span, input[type="checkbox"]:checked+span { color: #ff572d !important; } input[type="text"]:disabled, input[type="number"]:disabled { background-color: #ffffff; } .title { margin-top: 0; font-weight: 600 !important; } .type-radio { width: 100%; } .tag { cursor: default; visibility: visible !important; opacity: 1 !important; background-color: #FBFBFB !important; margin: 5px; border-radius: 5px; transition: box-shadow 0.23s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s linear, transform 240ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0.1s, height 0.2s linear; box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px, rgba(0, 0, 0, 0.15) 0 0.5px 1px ; } .tag:hover, .tag:focus { outline: none; background-color: #F8F8F8 !important; transform: translateY(-2px); } .tag-is-small{ font-size: 10px !important; } .button-is-small{ transform: scale(0.80) !important; } img#MicMute_icon { width: 38px; height: 38px; border-radius: 23%; box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02); transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); } img#MicMute_icon:hover, img#MicMute_icon:focus, label:hover>img#MicMute_icon { box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.055), 0 0 20px 0 rgba(255, 87, 45, 0.63), 0 9px 46px 8px rgba(0, 0, 0, 0.055); } .tag.option { border: #ff572d solid 1px; } #notification { transform: scale(0.75); min-width: 200px; text-align: center; position: absolute; top: 38px; right: 10px; background-color: #F3F3F3 !important; border: 0.5px solid #ff572d; border-radius: 10px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.055), 0 9px 26px 8px rgba(0, 0, 0, 0.055); } #notification label{ color: #3C3C3C !important; } .row { padding-top: 12px !important; visibility: visible !important; opacity: 1 !important; transition: opacity 0.1s linear !important; } .row-hidden { visibility: hidden !important; height: 1px !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; transition: visibility 0s 0.1s, opacity 0.1s linear, height 0.2s !important; } :-ms-input-placeholder { color: #9b9b9b !important; } input[type="text"].input-elem { margin-bottom: 10px !important; } a { transition: color .2s ease-in-out; color: #ff572d; text-decoration: none; } .tabs{ max-width: 650px !important; } .main-tabs li{ width: 50% !important; } .profile-tabs li{ width: 33.33% !important; } .profile-create{ font-size: large; margin-top: 5px; } .profile-action{ margin-top: 5px; } #profiles{ width: auto; margin-right: 5px; } .tabs a , .tabs a:hover{ transition: border-bottom-color .2s ease-in-out; color: #3C3C3C !important; font-weight: 600; } .tabs a{ cursor: default !important; border-bottom-color: #CFCFCF; } .tab-hidden{ display: none !important; } .has-tooltip:hover [data-title]:after, .has-tooltip:focus [data-title]:after, .has-tooltip[data-title]:hover:after, .has-tooltip[data-title]:focus:after{ opacity: 1; transition: all 0.2s ease-in-out 0.8s; visibility: visible; } [data-title]:after { content: attr(data-title); background-color: #F2F2F2; color: #2B2B2B; font-size: 0.76rem ; font-weight: 400 !important; position: absolute; padding: 4px 8px !important; bottom: 160%; left: -50%; max-width: 250px !important; min-width: 190px !important; line-height: 1.2rem !important; opacity: 0; border-radius: 6px; border: 1px solid #D5D5D5; z-index: 99999; visibility: hidden; overflow: hidden; text-overflow: ellipsis; white-space: pre-line; } .tooltip-offset-right[data-title]:after{ bottom: 125%; left: 0%; } [data-title] { position: relative; } .visible { visibility: visible !important; opacity: 1 !important; transition: opacity 0.1s linear !important; } .hidden { visibility: hidden !important; opacity: 0 !important; transition: visibility 0s 0.1s, opacity 0.1s linear !important; } #profile_name { position: fixed; width: 400px; left: 50%; top: 50%; transform: translate(-50%, -50%); } #page_mask { background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; right: 0; bottom: 0; left: 0; } .select:not(.is-multiple):not(.is-loading):hover::after { border-color: #FF4D20; } input[type=range].slider { width: 100%; margin: -10px 0.5px 2px -2px !important; background-color: transparent; } input[type=range].slider::-ms-track { background: transparent; border-color: transparent; border-width: 5px; color: transparent; height: 8.2px; } input[type=range].slider::-ms-fill-lower { background: #ff4f23; border: 0; border-radius: 42.8px; } input[type=range].slider::-ms-fill-upper { background: rgba(156, 156, 156, 0.315); border: 0; border-radius: 42.8px; } input[type=range].slider::-ms-thumb { width: 15px; height: 15px; background: #ffffff; border: 0.1px solid rgba(0, 0, 0, 0.5); border-radius: 8px; cursor: default; margin-top: 0; } input[type=range].slider::-ms-tooltip{ display: none; } ._title{ margin-bottom: 10px; } input[disabled], select, button, input[type="radio"], input[type="checkbox"], label, .tag{ cursor: default !important; } button:not(.is-outlined):focus{ outline: 1px dotted white !important; } .is-clipped{ overflow-y: hidden !important; }
src/UI/config/css/base.css
html { overflow-y: auto; overflow-x: hidden; } html, body { cursor: default; display: flex; flex-direction: column; scrollbar-base-color: #F3F3F3; scrollbar-face-color: #CECECE; scrollbar-3dlight-color: #CECECE; scrollbar-highlight-color: #CECECE; scrollbar-track-color: #F3F3F3; scrollbar-arrow-color: #F3F3F3; scrollbar-shadow-color: #CECECE; width: 100%; height: 100%; margin: 0; padding: 0; font-family: 'Segoe UI Variable Display', 'Segoe UI'; background-color: #F3F3F3; color: #3C3C3C; font-size: 1rem; } a:hover, a:focus, p, body, label, .label, .input-elem { color: #3C3C3C; } body, div, input, header{ transition: color .2s ease-in-out, background-color .2s ease-in-out; } header { width: 100%; display: flex; color: #090909; background: #F3F3F3; font-family: Segoe UI; font-size: 9pt; font-weight: 500; } .title-bar { padding: 0.35em 0.5em; flex-grow: 1; margin-left: 4px; } .title-btn { padding: 0.35em 1.0em; cursor: default; vertical-align: bottom; font-family: Webdings; font-size: 11pt; } .title-btn-minimize:hover, .title-btn-maximize:hover { background: #D0D0D0; } .title-btn-close:hover { background: #e81123; color: #f2f2f2 } .main { /* Some settings for everything in the client area */ font-size: 12pt; overflow: auto; padding: 50px 90px; overflow-y: scroll !important; } .main-header{ max-width: 660px !important; margin: 0 auto !important; } .container { max-width: 660px !important; } .inner-container{ max-width: 85% !important; margin: 0 auto !important; } .inner-container-95{ max-width: 95% !important; margin: -10px auto 10px auto !important; } #profiles_container, #global_options_container{ max-width: 95% !important; margin: 15px auto 0 auto; } .inner-tabs{ max-width: 90% !important; margin: 0 auto 20px auto; } .inner-tabs li{ font-size: small !important; } .spaced-label{ margin-top: 1rem !important; } .box-visible { visibility: visible !important; background-color: #FBFBFB !important; opacity: 1 !important; padding-top: 5px !important; border-radius: 0.7rem; box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px, rgba(0, 0, 0, 0.15) 0 0.5px 1px !important; transition: box-shadow 0.23s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s linear, transform 230ms cubic-bezier(0.19, 1, 0.22, 1),visibility 0.1s , height 0.2s linear; margin-bottom: 20px !important; width: 75%; } .box-visible:hover, .box-visible:focus { background-color: #F8F8F8 !important; transform: translateY(-2px); } .box-hidden { height: 1px !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; visibility: hidden !important; } .noselect { -ms-user-select: none; user-select: none; } .pane-header { margin-top: 10px; margin-bottom: 10px; font-family: Arial; font-size: 32px; font-weight: 900; letter-spacing: -1px; line-height: 40px; } .radio { font-weight: 500; } input[type="radio"], input[type="checkbox"] { visibility: hidden !important; display: none; } input[type="radio"]+span, input[type="checkbox"]+span { font-weight: 400; } input[type="radio"]:checked+span, input[type="checkbox"]:checked+span { color: #ff572d !important; } input[type="text"]:disabled, input[type="number"]:disabled { background-color: #ffffff; } .title { margin-top: 0; font-weight: 600 !important; } .type-radio { width: 100%; } .tag { cursor: default; visibility: visible !important; opacity: 1 !important; background-color: #FBFBFB !important; margin: 5px; border-radius: 5px; transition: box-shadow 0.23s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s linear, transform 240ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0.1s, height 0.2s linear; box-shadow: rgba(0, 0, 0, 0.18) 0 2px 4px, rgba(0, 0, 0, 0.15) 0 0.5px 1px ; } .tag:hover, .tag:focus { outline: none; background-color: #F8F8F8 !important; transform: translateY(-2px); } .tag-is-small{ font-size: 10px !important; } .button-is-small{ transform: scale(0.80) !important; } img#MicMute_icon { width: 38px; height: 38px; border-radius: 23%; box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02); transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); } img#MicMute_icon:hover, img#MicMute_icon:focus, label:hover>img#MicMute_icon { box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.055), 0 0 20px 0 rgba(255, 87, 45, 0.63), 0 9px 46px 8px rgba(0, 0, 0, 0.055); } .tag.option { border: #ff572d solid 1px; } #notification { transform: scale(0.75); min-width: 200px; text-align: center; position: absolute; top: 38px; right: 10px; background-color: #F3F3F3 !important; border: 0.5px solid #ff572d; border-radius: 10px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.055), 0 9px 26px 8px rgba(0, 0, 0, 0.055); } #notification label{ color: #3C3C3C !important; } .row { padding-top: 12px !important; visibility: visible !important; opacity: 1 !important; transition: opacity 0.1s linear !important; } .row-hidden { visibility: hidden !important; height: 1px !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; transition: visibility 0s 0.1s, opacity 0.1s linear, height 0.2s !important; } :-ms-input-placeholder { color: #9b9b9b !important; } input[type="text"].input-elem { margin-bottom: 10px !important; } a { transition: color .2s ease-in-out; color: #ff572d; text-decoration: none; } .tabs{ max-width: 650px !important; } .main-tabs li{ width: 50% !important; } .profile-tabs li{ width: 33.33% !important; } .profile-create{ font-size: large; margin-top: 5px; } .profile-action{ margin-top: 5px; } #profiles{ width: auto; margin-right: 5px; } .tabs a , .tabs a:hover{ transition: border-bottom-color .2s ease-in-out; color: #3C3C3C !important; font-weight: 600; } .tabs a{ cursor: default !important; border-bottom-color: #CFCFCF; } .tab-hidden{ display: none !important; } .has-tooltip:hover [data-title]:after, .has-tooltip:focus [data-title]:after, .has-tooltip[data-title]:hover:after, .has-tooltip[data-title]:focus:after{ opacity: 1; transition: all 0.2s ease-in-out 0.8s; visibility: visible; } [data-title]:after { content: attr(data-title); background-color: #F2F2F2; color: #2B2B2B; font-size: 0.76rem ; font-weight: 400 !important; position: absolute; padding: 4px 8px !important; bottom: 160%; left: -50%; max-width: 250px !important; min-width: 190px !important; line-height: 1.2rem !important; opacity: 0; border-radius: 6px; border: 1px solid #D5D5D5; z-index: 99999; visibility: hidden; overflow: hidden; text-overflow: ellipsis; white-space: pre-line; } .tooltip-offset-right[data-title]:after{ bottom: 125%; left: 0%; } [data-title] { position: relative; } .visible { visibility: visible !important; opacity: 1 !important; transition: opacity 0.1s linear !important; } .hidden { visibility: hidden !important; opacity: 0 !important; transition: visibility 0s 0.1s, opacity 0.1s linear !important; } #profile_name { position: fixed; width: 400px; left: 50%; top: 50%; transform: translate(-50%, -50%); } #page_mask { background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; right: 0; bottom: 0; left: 0; } .select:not(.is-multiple):not(.is-loading):hover::after { border-color: #FF4D20; } input[type=range].slider { width: 100%; margin: -10px 0.5px 2px -2px !important; background-color: transparent; } input[type=range].slider::-ms-track { background: transparent; border-color: transparent; border-width: 5px; color: transparent; height: 8.2px; } input[type=range].slider::-ms-fill-lower { background: #ff4f23; border: 0; border-radius: 42.8px; } input[type=range].slider::-ms-fill-upper { background: rgba(156, 156, 156, 0.315); border: 0; border-radius: 42.8px; } input[type=range].slider::-ms-thumb { width: 15px; height: 15px; background: #ffffff; border: 0.1px solid rgba(0, 0, 0, 0.5); border-radius: 8px; cursor: default; margin-top: 0; } input[type=range].slider::-ms-tooltip{ display: none; } ._title{ margin-bottom: 10px; } input[disabled], select, button, input[type="radio"], input[type="checkbox"], label, .tag{ cursor: default !important; } button:not(.is-outlined):focus{ outline: 1px dotted white !important; } .is-clipped{ overflow-y: hidden !important; }
0.679604
0.087019
body{ background-color: #eee; background: url(../image/debut_dark.png); } /*nav*/ .nav-collapse ul .logo{ text-align: center; font-size: 2em; color: #aaa; } .nav-collapse ul .user{ padding-bottom: 10px; margin-top: 10px; } .nav-collapse ul .user .photo{ width: 80px; height: 80px; overflow: hidden; border-radius: 50%; border: 4px solid rgba(255, 255, 255, 0.3); margin: 0 auto; } .nav-collapse ul .user .photo img{ width: 100%; } .nav-collapse ul .user .info{ padding: 8px 14px; } .nav-collapse ul .user .info > a{ text-decoration: none; } .nav-collapse ul .user .info a{ color: #aaa; padding: 8px 14px; text-align: center; display: block; border-radius: 3px; } @media screen and (max-width: 76em) { .nav-collapse ul .logo{ display: none; } .nav-collapse ul .user{ display: none; } } /*panel*/ .panel{ box-sizing: border-box; margin-top: 20px; background-color: #fff; box-shadow: 0 0 3px rgba(0,0,0,.2); border-radius: 0; } .panel-default{ border: 0; } .panel-default>.panel-heading{ height: 56px; line-height: 55px; border-bottom: 1px solid #e9e9e9; padding: 0 15px; font-size: 18px; background-color: #fff; } .panel-body img{ height: 100%; width: 100%; } .panel-default>.panel-heading .btn-group{ float: right; } .panel-default>.panel-heading .btn-group .dropdown-toggle{ cursor: pointer; } .panel .dropdown-menu{ right: 0; min-width: 120px; left: auto; top: 90%; } .panel-default>.panel-heading .btn-group .dropdown-menu img{ margin-right: 3px; } /*shop*/ .form-inline .form-group label{ font-weight: normal; } .form-inline .form-control{ min-width: 300px; } .panel-body .form-inline .btn-info{ margin-left: 10px; } /*user*/ .userInfo .col-md-6 .panel{ height: 400px; } #user_photo{ width: 200px; height: 200px; } .profile table th{ font-weight: normal; width: 50px; } .profile table th, .profile table td{ height: 30px; font-size: 14px; } .userInfo .panel-body img{ width: auto; height: auto; } /*操作*/ .glyphicon-pencil{ margin-right: 3px; } #heatmap { height: 100%; width: 100%; } #heatmap1 { height: 100%; width: 100%; } .demo-wrapper { position: relative; } .myTile{ margin: 17px 5px 0 5%; height: 35px; color: #ffffff; }
src/main/webapp/WEB-INF/css/main.css
body{ background-color: #eee; background: url(../image/debut_dark.png); } /*nav*/ .nav-collapse ul .logo{ text-align: center; font-size: 2em; color: #aaa; } .nav-collapse ul .user{ padding-bottom: 10px; margin-top: 10px; } .nav-collapse ul .user .photo{ width: 80px; height: 80px; overflow: hidden; border-radius: 50%; border: 4px solid rgba(255, 255, 255, 0.3); margin: 0 auto; } .nav-collapse ul .user .photo img{ width: 100%; } .nav-collapse ul .user .info{ padding: 8px 14px; } .nav-collapse ul .user .info > a{ text-decoration: none; } .nav-collapse ul .user .info a{ color: #aaa; padding: 8px 14px; text-align: center; display: block; border-radius: 3px; } @media screen and (max-width: 76em) { .nav-collapse ul .logo{ display: none; } .nav-collapse ul .user{ display: none; } } /*panel*/ .panel{ box-sizing: border-box; margin-top: 20px; background-color: #fff; box-shadow: 0 0 3px rgba(0,0,0,.2); border-radius: 0; } .panel-default{ border: 0; } .panel-default>.panel-heading{ height: 56px; line-height: 55px; border-bottom: 1px solid #e9e9e9; padding: 0 15px; font-size: 18px; background-color: #fff; } .panel-body img{ height: 100%; width: 100%; } .panel-default>.panel-heading .btn-group{ float: right; } .panel-default>.panel-heading .btn-group .dropdown-toggle{ cursor: pointer; } .panel .dropdown-menu{ right: 0; min-width: 120px; left: auto; top: 90%; } .panel-default>.panel-heading .btn-group .dropdown-menu img{ margin-right: 3px; } /*shop*/ .form-inline .form-group label{ font-weight: normal; } .form-inline .form-control{ min-width: 300px; } .panel-body .form-inline .btn-info{ margin-left: 10px; } /*user*/ .userInfo .col-md-6 .panel{ height: 400px; } #user_photo{ width: 200px; height: 200px; } .profile table th{ font-weight: normal; width: 50px; } .profile table th, .profile table td{ height: 30px; font-size: 14px; } .userInfo .panel-body img{ width: auto; height: auto; } /*操作*/ .glyphicon-pencil{ margin-right: 3px; } #heatmap { height: 100%; width: 100%; } #heatmap1 { height: 100%; width: 100%; } .demo-wrapper { position: relative; } .myTile{ margin: 17px 5px 0 5%; height: 35px; color: #ffffff; }
0.216923
0.039751
.box:hover{ box-shadow:0 -10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102), 0 10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102); border-color:rgb(204,0,102); text-shadow: 0 0 5px rgb(204,0,102),0 0 5px rgb(204,0,102); transform:scale(1.09); } .box2:hover{ box-shadow:0 -10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102), 0 10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102); border-color:rgb(204,0,102); text-shadow: 0 0 5px rgb(204,0,102),0 0 5px rgb(204,0,102); transform:scale(1.09); } .neobleu{ border: 2px double; border-color:rgb(0,204,204); border-radius: 10px 10px; background-color:black; color:rgb(0,204,204); height:50px; width:150px; font-size:20px; } .neobleu:hover{ border-color:rgb(51,255,255); font-size: 22px; border-width:2px; color:rgb(51,255,255); box-shadow:0 1px 5px 0 rgb(51,255,255) inset,0 1px 5px 0 rgb(51,255,255), 0 1px 5px 0 rgb(51,255,255) inset,0 1px 5px 0 rgb(51,255,255); text-shadow: 0 0 5px rgb(51,255,255),0 0 5px rgb(51,255,255); } /* animation-name: bbl; animation-duration: 1.5s; animation-iteration-count:infinite; } @keyframes bbl { 0% {box-shadow:0 -10px 50px 0 rgb(51,255,255) inset,0 1px 50px 0 rgb(51,255,255), 0 10px 50px 0 rgb(51,255,255) inset,0 1px 50px 0 rgb(51,255,255); color:black; } 50% { color:rgb(51,255,255); } }*/ .neoyellow{ border: 2px double; border-color:rgb(224,231,34); border-radius: 10px 10px; background-color:black; color:rgb(224,231,34); height:50px; width:150px; font-size:20px; } .neoyellow:hover{ transform:scale(1.09); color:rgb(224,231,34); box-shadow:0 1px 5px 0 rgb(224,231,34) inset,0 1px 5px 0 rgb(224,231,34), 0 1px 5px 0 rgb(224,231,34) inset,0 1px 5px 0 rgb(224,231,34); text-shadow: 0 0 5px rgb(224,231,34),0 0 5px rgb(224,231,34);} .neopink{ border: 2px double; border-color:#FF3333; color:#FF3333; height:50px; width:150px; } .neopink:hover{ border-color:#FF3333; background-color:#FF3333; border-radius: 10px 10px; color:white; box-shadow:0 1px 5px 0 #ff1493 inset,0 1px 5px 0 #ff1493, 0 1px 5px 0 #ff1493 inset,0 1px 5px 0 #ff1493; text-shadow: 0 0 5px #ff1493,0 0 5px #ff1493;} .neogold{ border: 2px double; border-color:rgb(218,145,0); border-radius: 10px 10px; background-color:black; color:rgb(218,145,0); height:50px; width:150px; } .neogold:hover{ border-color:rgb(218,145,0); color:rgb(218,145,0); box-shadow:0 1px 5px 0 rgb(218,145,0) inset,0 1px 5px 0 rgb(218,145,0), 0 1px 5px 0 rgb(218,145,0) inset,0 1px 5px 0 rgb(218,145,0); text-shadow: 0 0 5px rgb(218,145,0),0 0 5px rgb(218,145,0);} .butmenu{ margin-left:2px; color:white; margin-top:5px; border-style:solid; border-color:#212529; background-color:#212529; font-size: 15px; } .butmenu:hover{ color:black; border-color:white; background-color:white; border-radius: 15px 15px; transform: scale(1.3); margin-top:5px; } .fixe{ position: fixed; transform:scale(1); z-index: 3; } .dyb{ height:40px; width:200px; color:rgb(0,204,0); border-color:rgb(0,204,0); border-radius: 10px 10px; background-color:black; font-size:15px; } .med{ height:40px; width:200px; border-radius: 10px 10px; background-color:black; color:rgb(255,128,0); border-color:rgb(255,128,0); } .hrd{ height:40px; width:200px; border-radius: 10px 10px; background-color:black; color:rgb(255,0,0); border-color:rgb(255,0,0); } .dyb:hover{ transform:scale(1.2); border-width:2px; background-color:black; border-color: rgb(0,204,0); color:rgb(0,204,0); animation-name: greenx; animation-duration: 1s; animation-iteration-count:infinite; } .med:hover{ transform:scale(1.2); border-width:2px; background-color:black; border-color: rgb(255,128,0); color:rgb(255,128,0); animation-name: redd; animation-name: yelx; animation-duration: 1s; animation-iteration-count:infinite; } .hrd:hover{ transform:scale(1.2); font-size:17px; border-width:2px; background-color:black; border-color: red; color:red; animation-name: redd; animation-duration: 1s; animation-iteration-count:infinite; } @keyframes redd { 0% {box-shadow:0 -10px 50px 0 rgb(255,0,0) inset,0 1px 50px 0 rgb(255,0,0), 0 10px 50px 0 rgb(255,0,0) inset,0 1px 50px 0 rgb(255,0,0); color:black; background-color: red; } 50% {background-color: black; color:red} } @keyframes greenx { 0% {box-shadow:0 -10px 50px 0 rgb(0,204,0) inset,0 1px 50px 0 rgb(0,204,0), 0 10px 50px 0 rgb(0,204,0) inset,0 1px 50px 0 rgb(0,204,0); color:black; background-color: rgb(0,204,0);} 50% {background-color: green; color:rgb(0,204,0)} } @keyframes yelx { 0% {box-shadow:0 -10px 50px 0 rgb(255,128,0) inset,0 1px 50px 0 rgb(255,128,0), 0 10px 50px 0 rgb(255,128,0) inset,0 1px 50px 0 rgb(255,128,0); color:black; background-color: rgb(255,128,0);} 50% {background-color: black; color:rgb(255,128,0)} }
postprocessing.css
.box:hover{ box-shadow:0 -10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102), 0 10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102); border-color:rgb(204,0,102); text-shadow: 0 0 5px rgb(204,0,102),0 0 5px rgb(204,0,102); transform:scale(1.09); } .box2:hover{ box-shadow:0 -10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102), 0 10px 20px 0 rgb(204,0,102) inset,0 1px 20px 0 rgb(204,0,102); border-color:rgb(204,0,102); text-shadow: 0 0 5px rgb(204,0,102),0 0 5px rgb(204,0,102); transform:scale(1.09); } .neobleu{ border: 2px double; border-color:rgb(0,204,204); border-radius: 10px 10px; background-color:black; color:rgb(0,204,204); height:50px; width:150px; font-size:20px; } .neobleu:hover{ border-color:rgb(51,255,255); font-size: 22px; border-width:2px; color:rgb(51,255,255); box-shadow:0 1px 5px 0 rgb(51,255,255) inset,0 1px 5px 0 rgb(51,255,255), 0 1px 5px 0 rgb(51,255,255) inset,0 1px 5px 0 rgb(51,255,255); text-shadow: 0 0 5px rgb(51,255,255),0 0 5px rgb(51,255,255); } /* animation-name: bbl; animation-duration: 1.5s; animation-iteration-count:infinite; } @keyframes bbl { 0% {box-shadow:0 -10px 50px 0 rgb(51,255,255) inset,0 1px 50px 0 rgb(51,255,255), 0 10px 50px 0 rgb(51,255,255) inset,0 1px 50px 0 rgb(51,255,255); color:black; } 50% { color:rgb(51,255,255); } }*/ .neoyellow{ border: 2px double; border-color:rgb(224,231,34); border-radius: 10px 10px; background-color:black; color:rgb(224,231,34); height:50px; width:150px; font-size:20px; } .neoyellow:hover{ transform:scale(1.09); color:rgb(224,231,34); box-shadow:0 1px 5px 0 rgb(224,231,34) inset,0 1px 5px 0 rgb(224,231,34), 0 1px 5px 0 rgb(224,231,34) inset,0 1px 5px 0 rgb(224,231,34); text-shadow: 0 0 5px rgb(224,231,34),0 0 5px rgb(224,231,34);} .neopink{ border: 2px double; border-color:#FF3333; color:#FF3333; height:50px; width:150px; } .neopink:hover{ border-color:#FF3333; background-color:#FF3333; border-radius: 10px 10px; color:white; box-shadow:0 1px 5px 0 #ff1493 inset,0 1px 5px 0 #ff1493, 0 1px 5px 0 #ff1493 inset,0 1px 5px 0 #ff1493; text-shadow: 0 0 5px #ff1493,0 0 5px #ff1493;} .neogold{ border: 2px double; border-color:rgb(218,145,0); border-radius: 10px 10px; background-color:black; color:rgb(218,145,0); height:50px; width:150px; } .neogold:hover{ border-color:rgb(218,145,0); color:rgb(218,145,0); box-shadow:0 1px 5px 0 rgb(218,145,0) inset,0 1px 5px 0 rgb(218,145,0), 0 1px 5px 0 rgb(218,145,0) inset,0 1px 5px 0 rgb(218,145,0); text-shadow: 0 0 5px rgb(218,145,0),0 0 5px rgb(218,145,0);} .butmenu{ margin-left:2px; color:white; margin-top:5px; border-style:solid; border-color:#212529; background-color:#212529; font-size: 15px; } .butmenu:hover{ color:black; border-color:white; background-color:white; border-radius: 15px 15px; transform: scale(1.3); margin-top:5px; } .fixe{ position: fixed; transform:scale(1); z-index: 3; } .dyb{ height:40px; width:200px; color:rgb(0,204,0); border-color:rgb(0,204,0); border-radius: 10px 10px; background-color:black; font-size:15px; } .med{ height:40px; width:200px; border-radius: 10px 10px; background-color:black; color:rgb(255,128,0); border-color:rgb(255,128,0); } .hrd{ height:40px; width:200px; border-radius: 10px 10px; background-color:black; color:rgb(255,0,0); border-color:rgb(255,0,0); } .dyb:hover{ transform:scale(1.2); border-width:2px; background-color:black; border-color: rgb(0,204,0); color:rgb(0,204,0); animation-name: greenx; animation-duration: 1s; animation-iteration-count:infinite; } .med:hover{ transform:scale(1.2); border-width:2px; background-color:black; border-color: rgb(255,128,0); color:rgb(255,128,0); animation-name: redd; animation-name: yelx; animation-duration: 1s; animation-iteration-count:infinite; } .hrd:hover{ transform:scale(1.2); font-size:17px; border-width:2px; background-color:black; border-color: red; color:red; animation-name: redd; animation-duration: 1s; animation-iteration-count:infinite; } @keyframes redd { 0% {box-shadow:0 -10px 50px 0 rgb(255,0,0) inset,0 1px 50px 0 rgb(255,0,0), 0 10px 50px 0 rgb(255,0,0) inset,0 1px 50px 0 rgb(255,0,0); color:black; background-color: red; } 50% {background-color: black; color:red} } @keyframes greenx { 0% {box-shadow:0 -10px 50px 0 rgb(0,204,0) inset,0 1px 50px 0 rgb(0,204,0), 0 10px 50px 0 rgb(0,204,0) inset,0 1px 50px 0 rgb(0,204,0); color:black; background-color: rgb(0,204,0);} 50% {background-color: green; color:rgb(0,204,0)} } @keyframes yelx { 0% {box-shadow:0 -10px 50px 0 rgb(255,128,0) inset,0 1px 50px 0 rgb(255,128,0), 0 10px 50px 0 rgb(255,128,0) inset,0 1px 50px 0 rgb(255,128,0); color:black; background-color: rgb(255,128,0);} 50% {background-color: black; color:rgb(255,128,0)} }
0.511717
0.154727
pre.sh_sourceCode { background-color: #eee; color: #000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_keyword { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_type { color: #8080c0; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_string { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_regexp { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_specialchar { color: #f0f; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_comment { color: #ff8000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_number { color: #800080; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_preproc { color: #0080c0; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_symbol { color: #ff0080; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_function { color: #046; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_cbracket { color: #ff0080; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_url { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_date { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_time { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_file { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_ip { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_name { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_variable { color: #0080c0; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_oldfile { color: #f0f; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_newfile { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_difflines { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_selector { color: #0080c0; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_property { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_value { color: #a68500; font-weight: normal; font-style: normal; }
agave-samples/pastebin/src/main/webapp/css/syn-themes/sh_acid.min.css
pre.sh_sourceCode { background-color: #eee; color: #000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_keyword { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_type { color: #8080c0; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_string { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_regexp { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_specialchar { color: #f0f; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_comment { color: #ff8000; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_number { color: #800080; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_preproc { color: #0080c0; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_symbol { color: #ff0080; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_function { color: #046; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_cbracket { color: #ff0080; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_url { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_date { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_time { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_file { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_ip { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_name { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_variable { color: #0080c0; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_oldfile { color: #f0f; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_newfile { color: #a68500; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_difflines { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_selector { color: #0080c0; font-weight: normal; font-style: normal; } pre.sh_sourceCode .sh_property { color: #bb7977; font-weight: bold; font-style: normal; } pre.sh_sourceCode .sh_value { color: #a68500; font-weight: normal; font-style: normal; }
0.282592
0.108756
.Clear{*zoom:1} .Clear:before,.Clear:after{content:"";display:table} .Clear:after{clear:both} .Hide{display:none} .Underline{text-decoration:underline} img{max-width:100%;height:auto} *:focus{outline:none;border:0} *{-webkit-margin-before:0;margin-before:0;-webkit-margin-after:0;margin-after:0;-webkit-margin-start:0;margin-start:0;-webkit-margin-end:0;margin-end:0;-webkit-margin-block-start:0;margin-block-start:0;-webkit-margin-block-end:0;margin-block-end:0;-webkit-padding-start:0;padding-start:0;-webkit-padding-end:0;padding-end:0;-webkit-padding-inline-start:0;padding-inline-start:0;-webkit-padding-inline-end:0;padding-inline-end:0} *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} html,body,div,span,applet,object,iframe,blockquote,button,pre,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,input,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;vertical-align:baseline;-webkit-margin-before:0;margin-before:0;-webkit-margin-after:0;margin-after:0;-webkit-margin-start:0;margin-start:0;-webkit-margin-end:0;margin-end:0;-webkit-margin-block-start:0;margin-block-start:0;-webkit-margin-block-end:0;margin-block-end:0;-webkit-padding-start:0;padding-start:0;-webkit-padding-end:0;padding-end:0;-webkit-padding-inline-start:0;padding-inline-start:0;-webkit-padding-inline-end:0;padding-inline-end:0} h1,h2,h3,h4,h5,h6,p,a{-webkit-margin-before:0;margin-before:0;-webkit-margin-after:0;margin-after:0;-webkit-margin-start:0;margin-start:0;-webkit-margin-end:0;margin-end:0;-webkit-margin-block-start:0;margin-block-start:0;-webkit-margin-block-end:0;margin-block-end:0;-webkit-padding-start:0;padding-start:0;-webkit-padding-end:0;padding-end:0;-webkit-padding-inline-start:0;padding-inline-start:0;-webkit-padding-inline-end:0;padding-inline-end:0} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} body{min-height:100vh} 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} a{cursor:pointer;outline:none;text-decoration:none} a:visited{outline:none;text-decoration:none} a:hover{text-decoration:none} a:active,a:focus{outline:none;text-decoration:none} strong{font-weight:700} em{font-style:italic} body, td, th, select, option, input, textarea, label {font-size: 0.9rem; font-family: "Trebuchet MS", sans-serif;} h1 {margin: 1.2rem 0; font-size: 1.2rem;} h2 {margin: 1.1rem 0; font-size: 1.1rem;} h3 {margin: 1rem 0; font-size: 1rem;} h4 {margin: 0.9rem 0; font-size: 0.9rem;} a:link, a:visited { color: #476cb1;} a:hover { color: #0A246A; } hr { background-color: #808080; border: 0px solid #808080; color: #808080; height: 0.1rem; margin: 1rem 2rem 1rem 2rem; } .left { float:left;} .right {float:right;} .center {text-align:center;} /************ TLACITKA *************/ #filterbutton, #submitbutton, a.button { color: #fefefe; padding: 0.25rem; position: relative; text-decoration: none; text-transform: uppercase; font-weight: bold; } a:hover.button, input[type=submit]:hover { cursor: pointer; } /********** FILTRY ***********/ #filtr { background-color: #ddd; padding: 0 10rem 0 10rem; text-align: center; } #filtr select { border: 0.1rem inset #ddd; background: #eee; } #filtr #filterbutton { background-color: #999; margin: 1em; } /********* DIV TABULKY *************/ .table { display: table; margin: 0 auto; } .row { display: table-row; padding: 1rem; } .cell { display: table-cell; padding: 0.7rem;} .even { background-color: #f8f8f8;} .odd { background-color: #f0f0f0; } .middle{ vertical-align: middle; } /*********** USERS*.PHP *************/ #users input, #users select { border: 0.1rem inset #ddd; background: #fefefe;} #users a.button { margin-right: 0.2rem;} #users a.button, #user #submitbutton {background-color: #476cb1 ; } #users a.button:hover, #user #submitbutton:hover {background-color: #0A246A ;} #users span.button, #user span.button {background-color: #99dd99 ; color: #fefefe; padding:0.25rem; margin-right: 0.2rem;} #users .cell div { padding: 0.25rem; } #users .name {font-size:1.1em; font-weight: bold; margin: 0.6rem -0.2rem;} #users .permissions { display:inline-block ;} #user input, #user select { border: 0.1rem inset #ddd; background: #fefefe; width: 10rem; margin: 0 0.5rem; float: right; } #user { padding: 1rem;} #user form { display: grid; padding-bottom: 1rem;} #user div { vertical-align: top; width: 30rem; padding: 0.2rem;} #user div:after { clear: both; margin-bottom: 10rem; } #user label,span { float: left; } #user a, #user p { padding: 0.3rem;} /************ TIMEOUT **************/ .wrapper { background-color: lightgray; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; position: relative; } .timeout-triggered { color: red; font-weight: bold; } #js-popup { display: none; } #js-popup.popup-opened { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 10000; display: flex; justify-content: center; align-items: center; } .popup { width: 550px; height: auto; padding: 15px 30px; background-color: white; } .popup p { text-align: center; } .popup p.warning { font-weight: bold; color: red; } .popup > div { width: 100%; padding-top: 35px; display: flex; justify-content: space-between; align-items: flex-start; } fieldset {border: 1px black solid; padding: 0.5em; } ul li, ul li ul li {list-style-type: disc; margin-left: 1em;} /***********************************/ /************* menu **************/ /***********************************/ #menu { /*position: fixed;*/ } #menu ul.dh { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #7c0000; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.test { display: block; list-style-image: none; margin: 0px; /*background-color: #7c0000;*/ background-color: #9E6767; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.local { display: block; list-style-image: none; margin: 0; /*background-color: #7c0000;*/ background-color: #D4D0C8; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.nh { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #92C6FC; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.org { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #86909C; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.enigma { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #06BB54; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul li.unread { background-color: #FF0000; } #menu ul li { display: inline; } #menu ul li a { text-decoration: none; padding: 2px; padding-left: 10px; padding-right: 10px; color: #000000; font-size: 0.9em; font-weight: bold; } #menu ul li a:hover, #menu ul li a.currentlink { background-color: #0A246A; color: #ffffff; } /***********************************/ /************* filtr *************/ /***********************************/ #filter { margin: 20px; } #filter fieldset { border: 1px solid #dfb96e; background-color: #fff9ae; } #filter fieldset legend { border: 1px solid #dfb96e; background-color: #ffd98e; padding-left: 5px; padding-right: 5px; font-size: 0.9em; } #filter input#task { width: 400px; } #filtersubmit input { background-color: #ccc ; color: #000; padding: 0.3em; position: relative; text-decoration: none; margin: 0.5em; } /***********************************/ /************ drobky *************/ /***********************************/ #sparklets { background-color: #e4e0d8; font-size: 0.9em; padding: 0.25em 0.5em; border-bottom: 1px solid #808080; } #sparklets a.unread { background-color: #FF0000; } /***********************************/ /******** hlavn� formul�� *********/ /***********************************/ #inputform { /* margin: 20px;/**/ } #inputform.evilform { margin: 1px !important; } #inputform label { display: block; text-align: right; margin: 0 3px 0 0; float: left; width: 8.6em; } #inputform label#login, #inputform label#texty, #inputform label#poweruser, #inputform label#persnum { display: block; text-align: right; margin: 0 3px 0 0; float: left; width: 6.8em; } #inputform div { clear: both; } #inputform input, #inputform select { border: 1px inset #DFB96E; } #inputform input#name, #inputform input#surname, #inputform input#phone, #inputform input#portrait, #inputform input#symbol, #inputform select#side, #inputform select#power, #inputform select#spec { width: 200px; } #inputform select#texty, #inputform select#poweruser, #inputform select#kategorie { width: 100px; } #inputform input#nadpis { width: 300px; } #inputform input#notitle { width: 200px; } #inputform select.day { border: 1px inset #DFB96E; width: 45px !important; } #inputform select.month { border: 1px inset #DFB96E; width: 85px !important; } #inputform select.year { border: 1px inset #DFB96E; width: 65px !important; } #inputform input.plus { border: 1px inset #DFB96E; width: 20px !important; } #inputform textarea { width: 100%; /* 450px;/**/ height: 100%;/* 600px;/**/ } #inputform #submitbutton, .otherform .submitbutton { position: absolute; overflow:hidden; text-indent: -1000px; border:none; margin:0px; padding:0px; cursor:pointer; } #inputform #submitbutton { top: 18pt; right: 10px; width:48px; height:48px; background:url('../images/Save-Big.png') no-repeat scroll 0 0 transparent; } /***********************************/ /******** dal�� formul�� *********/ /***********************************/ div.otherform-wrap {width:475px;} .otherform { /* margin: 20px; /**/ position:relative; } .otherform input, .otherform select { border: 1px inset #DFB96E; /* width: 200px; /**/ } .otherform .checkbox { width: auto; } .otherform textarea { width: 450px; height: 300px; } .otherform .submitbutton { position: absolute; right:0px; width:24px; height:24px; background:url('../images/Save-small.png') no-repeat scroll 0 0 transparent; } .otherform .editbutton { display: inline-block; height: 16px; width: 16px; background:url('../images/edit.png') no-repeat scroll 0 0 transparent; } #new-file .submitbutton, #change-groups .submitbutton { bottom:0px; } #new-note .submitbutton { top:0px; } /***********************************/ /*********** aktuality ***********/ /***********************************/ .news_div { margin: 20px; } .news_div p { margin-bottom: 0; } .system_news, .game_news { padding: 5px; border: 1px solid #476cb1; } .game_news { border: 1px solid #e86f2c; } .unread_record { background-color: #ffff33; } .system_news h2, .game_news h2 { margin-top: 0; color: #476cb1; font-size: 1.1em; } .game_news h2 { color: #e86f2c; } .news_head h2 { margin: 0; } .news_head span { font-size: 0.9em; } .news_head p { margin: 0; margin-bottom: 1em; } /***********************************/ /************* obsah *************/ /***********************************/ #obsah { position: relative; margin: 20px; padding:20px; } #obsah .top { font-size: 0.8em; } #obsah h1 {margin:0px;} #obsah h2 {font-size:1.1em; margin:0.3em 0;} #obsah h3 {font-size:1em; margin:1em 0 0.2em;} #obsah h4 {font-size:0.9em; margin:0.1em 0;} #obsah fieldset>p {margin-top:0px;} #obsah p#top-text {margin-top:0px; padding-right:68px;} #info {padding:0 10px;} #info h3, #info p{display:inline; margin:0.2em 0;} #obsah fieldset {position: relative; margin:0;} #obsah fieldset.symbol {position: relative; margin:0; } #obsah legend h2 {display:inline-block;} #obsah .field-text {margin:0.2em; padding:0;} #obsah .field-text>p {margin: 0.8em 0 0 0;} #obsah .field-text>p:first-child {margin: 0 0 0.8em 0;} ul#pripady {margin:0.1em 0; padding-left: 2em;} #poznamky {margin:0.2em; padding:0;} #poznamky .poznamka {position: relative;} #poznamky .poznamka>div {margin:0.3em 0;} div > .poznamka-edit-buttons {position:absolute;right:0px;top:0px;} .poznamka-edit-buttons a {display:inline-block;width:16px;height:16px;margin:3px;overflow:hidden;vertical-align:bottom;} .poznamka-edit-buttons a span.button-text {display:none;} .poznamka-edit-buttons a.new {background-image:url('../images/document-new.png')} .poznamka-edit-buttons a.edit {background-image:url('../images/edit.png')} .poznamka-edit-buttons a.delete {background-image:url('../images/delete.png')} .poznamka-edit-buttons a.connect {background-image:url('../images/connect.png')} /* .connect je nesystematicky, ale pro napravu je treba procistit celou strukturu stylu ve vsech sablonach /**/ .info-delete-symbol {position:absolute;right:13.3em;top:10.5em;} .info-delete-symbol a {display:inline-block;width:16px;height:16px;margin:3px;overflow:hidden;vertical-align:bottom;} .info-delete-symbol a span.button-text {display:none;} .info-delete-symbol a.delete {background-image:url('../images/delete.png')} #portraitimg { position: absolute; right: 1.2em; width: 104px; height: 134px; border: 1px solid #808080; padding: 1px; margin: 0 0 20px 20px; } #portraitimg.noname { text-indent:-1000px; overflow:hidden; background:url('../images/noname.png') no-repeat scroll center transparent; } #symbolimg { position: absolute; right: 10.2em; width: 104px; height: 104px; border: 1px solid #808080; padding: 1px; margin: 0 0 20px 20px; } #symbolimg.noname { text-indent:-1000px; overflow:hidden; background:url('../images/nosymbol.png') no-repeat scroll center transparent; } #ssymbolimg { position: absolute; right: 1.2em; width: 104px; height: 104px; border: 1px solid #808080; padding: 1px; margin: 0 0 20px 20px; } #ssymbolimg.noname { text-indent:-1000px; overflow:hidden; background:url('../images/nosymbol.png') no-repeat scroll center transparent; } /***********************************/ /*********** dashboard ***********/ /***********************************/ #dashboard { position: relative; margin: 0px 5px 0px 5px; padding:20px; } #dashboard .top { font-size: 0.9em; } #dashboard h1 {margin:0px;} #dashboard h2 {font-size:1.1em; margin:0.3em 0;} #dashboard h3 {font-size:1em; margin:1em 0 0.2em;} #dashboard h4 {font-size:0.9em; margin:0.1em 0;} #dashboard fieldset>p {margin-top:0px;} #dashboard p#top-text {margin-top:0px; padding-right:68px;} #dashboard fieldset { position: relative; margin:0; background:url('../images/corkbg.png') repeat; background-color: #fff9ae; } #dashboard legend h2 {display:inline-block;} #dashboard .field-text {margin:0.2em; padding:0;} #dashboard .field-text>p {margin: 0.8em 0 0 0;} #dashboard .field-text>p:first-child {margin: 0 0 0.8em 0;} #dashboard table { width: 100%; border: none; } #dashboard td { border: none; width: 50%; vertical-align: top; } #dashboard tr:hover { background-color: inherit; } /***********************************/ /************ tabulky ************/ /***********************************/ table { width: 100%; border-collapse: collapse; border: 1px solid black; } th { border: 1px solid #808080; background-color: #e4e0d8; } td { border: 1px solid #d0d0d0; padding: 0.5em; } tr.even { background-color: #f8f8f8; } tr.odd { background-color: #f0f0f0; } tr:hover { background-color: #fff9ae; } tr.solved a { color: #a0a0a0; } table.filter { border: 0px; width: 50%; } tr.filter { border: 0px; } td.filter { border: 0px; } #in-form-table { padding: 20px; position: relative; } #in-form-table #button-floating-uloz { top: 20px; right: -5px; } /***********************************/ /************ symboly *************/ /***********************************/ #symbols table { width: 100%; border-collapse: collapse; border: none; } #symbols td { border: none; } #symbols tr:hover { background-color: inherit; } /***********************************/ /********** obecn� prvky *********/ /***********************************/ div.clear {width:100%;height:1px !important;margin:0px !important;padding:0px !important;clear:both !important;} .float-right{float:right;} .float-{float:left;} /***********************************/ /********** autocomplete *********/ /***********************************/ /*.ui-menu .ui-menu-item a{ background:red !important; height:20px !important; font-size:16px !important; }*/ .ui-helper-hidden-accessible { position: absolute; left: -9999px; } .ui-autocomplete { position: absolute; top: 100%; left: 30; z-index: 1000; float: left; display: none; min-width: 160px; _width: 160px; padding: 4px 0; margin: 2px 0 0 0; list-style: none; background-color: #ffffff; border-color: #ccc; border-color: rgba(0, 0, 0, 0.2); border-style: solid; border-width: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px; .ui-menu-item > a.ui-corner-all { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #555555; white-space: nowrap; &.ui-state-hover, &.ui-state-active { color: #ffffff; text-decoration: none; background-color: #0088cc; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; background-image: none; } } }
css/styly.css
.Clear{*zoom:1} .Clear:before,.Clear:after{content:"";display:table} .Clear:after{clear:both} .Hide{display:none} .Underline{text-decoration:underline} img{max-width:100%;height:auto} *:focus{outline:none;border:0} *{-webkit-margin-before:0;margin-before:0;-webkit-margin-after:0;margin-after:0;-webkit-margin-start:0;margin-start:0;-webkit-margin-end:0;margin-end:0;-webkit-margin-block-start:0;margin-block-start:0;-webkit-margin-block-end:0;margin-block-end:0;-webkit-padding-start:0;padding-start:0;-webkit-padding-end:0;padding-end:0;-webkit-padding-inline-start:0;padding-inline-start:0;-webkit-padding-inline-end:0;padding-inline-end:0} *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} html,body,div,span,applet,object,iframe,blockquote,button,pre,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,input,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;vertical-align:baseline;-webkit-margin-before:0;margin-before:0;-webkit-margin-after:0;margin-after:0;-webkit-margin-start:0;margin-start:0;-webkit-margin-end:0;margin-end:0;-webkit-margin-block-start:0;margin-block-start:0;-webkit-margin-block-end:0;margin-block-end:0;-webkit-padding-start:0;padding-start:0;-webkit-padding-end:0;padding-end:0;-webkit-padding-inline-start:0;padding-inline-start:0;-webkit-padding-inline-end:0;padding-inline-end:0} h1,h2,h3,h4,h5,h6,p,a{-webkit-margin-before:0;margin-before:0;-webkit-margin-after:0;margin-after:0;-webkit-margin-start:0;margin-start:0;-webkit-margin-end:0;margin-end:0;-webkit-margin-block-start:0;margin-block-start:0;-webkit-margin-block-end:0;margin-block-end:0;-webkit-padding-start:0;padding-start:0;-webkit-padding-end:0;padding-end:0;-webkit-padding-inline-start:0;padding-inline-start:0;-webkit-padding-inline-end:0;padding-inline-end:0} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} body{min-height:100vh} 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} a{cursor:pointer;outline:none;text-decoration:none} a:visited{outline:none;text-decoration:none} a:hover{text-decoration:none} a:active,a:focus{outline:none;text-decoration:none} strong{font-weight:700} em{font-style:italic} body, td, th, select, option, input, textarea, label {font-size: 0.9rem; font-family: "Trebuchet MS", sans-serif;} h1 {margin: 1.2rem 0; font-size: 1.2rem;} h2 {margin: 1.1rem 0; font-size: 1.1rem;} h3 {margin: 1rem 0; font-size: 1rem;} h4 {margin: 0.9rem 0; font-size: 0.9rem;} a:link, a:visited { color: #476cb1;} a:hover { color: #0A246A; } hr { background-color: #808080; border: 0px solid #808080; color: #808080; height: 0.1rem; margin: 1rem 2rem 1rem 2rem; } .left { float:left;} .right {float:right;} .center {text-align:center;} /************ TLACITKA *************/ #filterbutton, #submitbutton, a.button { color: #fefefe; padding: 0.25rem; position: relative; text-decoration: none; text-transform: uppercase; font-weight: bold; } a:hover.button, input[type=submit]:hover { cursor: pointer; } /********** FILTRY ***********/ #filtr { background-color: #ddd; padding: 0 10rem 0 10rem; text-align: center; } #filtr select { border: 0.1rem inset #ddd; background: #eee; } #filtr #filterbutton { background-color: #999; margin: 1em; } /********* DIV TABULKY *************/ .table { display: table; margin: 0 auto; } .row { display: table-row; padding: 1rem; } .cell { display: table-cell; padding: 0.7rem;} .even { background-color: #f8f8f8;} .odd { background-color: #f0f0f0; } .middle{ vertical-align: middle; } /*********** USERS*.PHP *************/ #users input, #users select { border: 0.1rem inset #ddd; background: #fefefe;} #users a.button { margin-right: 0.2rem;} #users a.button, #user #submitbutton {background-color: #476cb1 ; } #users a.button:hover, #user #submitbutton:hover {background-color: #0A246A ;} #users span.button, #user span.button {background-color: #99dd99 ; color: #fefefe; padding:0.25rem; margin-right: 0.2rem;} #users .cell div { padding: 0.25rem; } #users .name {font-size:1.1em; font-weight: bold; margin: 0.6rem -0.2rem;} #users .permissions { display:inline-block ;} #user input, #user select { border: 0.1rem inset #ddd; background: #fefefe; width: 10rem; margin: 0 0.5rem; float: right; } #user { padding: 1rem;} #user form { display: grid; padding-bottom: 1rem;} #user div { vertical-align: top; width: 30rem; padding: 0.2rem;} #user div:after { clear: both; margin-bottom: 10rem; } #user label,span { float: left; } #user a, #user p { padding: 0.3rem;} /************ TIMEOUT **************/ .wrapper { background-color: lightgray; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; position: relative; } .timeout-triggered { color: red; font-weight: bold; } #js-popup { display: none; } #js-popup.popup-opened { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 10000; display: flex; justify-content: center; align-items: center; } .popup { width: 550px; height: auto; padding: 15px 30px; background-color: white; } .popup p { text-align: center; } .popup p.warning { font-weight: bold; color: red; } .popup > div { width: 100%; padding-top: 35px; display: flex; justify-content: space-between; align-items: flex-start; } fieldset {border: 1px black solid; padding: 0.5em; } ul li, ul li ul li {list-style-type: disc; margin-left: 1em;} /***********************************/ /************* menu **************/ /***********************************/ #menu { /*position: fixed;*/ } #menu ul.dh { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #7c0000; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.test { display: block; list-style-image: none; margin: 0px; /*background-color: #7c0000;*/ background-color: #9E6767; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.local { display: block; list-style-image: none; margin: 0; /*background-color: #7c0000;*/ background-color: #D4D0C8; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.nh { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #92C6FC; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.org { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #86909C; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul.enigma { display: block; list-style-image: none; margin: 0; /*background-color: #D4D0C8;*/ background-color: #06BB54; border-bottom: 1px solid #808080; padding: 1px 5px 2px 5px; } #menu ul li.unread { background-color: #FF0000; } #menu ul li { display: inline; } #menu ul li a { text-decoration: none; padding: 2px; padding-left: 10px; padding-right: 10px; color: #000000; font-size: 0.9em; font-weight: bold; } #menu ul li a:hover, #menu ul li a.currentlink { background-color: #0A246A; color: #ffffff; } /***********************************/ /************* filtr *************/ /***********************************/ #filter { margin: 20px; } #filter fieldset { border: 1px solid #dfb96e; background-color: #fff9ae; } #filter fieldset legend { border: 1px solid #dfb96e; background-color: #ffd98e; padding-left: 5px; padding-right: 5px; font-size: 0.9em; } #filter input#task { width: 400px; } #filtersubmit input { background-color: #ccc ; color: #000; padding: 0.3em; position: relative; text-decoration: none; margin: 0.5em; } /***********************************/ /************ drobky *************/ /***********************************/ #sparklets { background-color: #e4e0d8; font-size: 0.9em; padding: 0.25em 0.5em; border-bottom: 1px solid #808080; } #sparklets a.unread { background-color: #FF0000; } /***********************************/ /******** hlavn� formul�� *********/ /***********************************/ #inputform { /* margin: 20px;/**/ } #inputform.evilform { margin: 1px !important; } #inputform label { display: block; text-align: right; margin: 0 3px 0 0; float: left; width: 8.6em; } #inputform label#login, #inputform label#texty, #inputform label#poweruser, #inputform label#persnum { display: block; text-align: right; margin: 0 3px 0 0; float: left; width: 6.8em; } #inputform div { clear: both; } #inputform input, #inputform select { border: 1px inset #DFB96E; } #inputform input#name, #inputform input#surname, #inputform input#phone, #inputform input#portrait, #inputform input#symbol, #inputform select#side, #inputform select#power, #inputform select#spec { width: 200px; } #inputform select#texty, #inputform select#poweruser, #inputform select#kategorie { width: 100px; } #inputform input#nadpis { width: 300px; } #inputform input#notitle { width: 200px; } #inputform select.day { border: 1px inset #DFB96E; width: 45px !important; } #inputform select.month { border: 1px inset #DFB96E; width: 85px !important; } #inputform select.year { border: 1px inset #DFB96E; width: 65px !important; } #inputform input.plus { border: 1px inset #DFB96E; width: 20px !important; } #inputform textarea { width: 100%; /* 450px;/**/ height: 100%;/* 600px;/**/ } #inputform #submitbutton, .otherform .submitbutton { position: absolute; overflow:hidden; text-indent: -1000px; border:none; margin:0px; padding:0px; cursor:pointer; } #inputform #submitbutton { top: 18pt; right: 10px; width:48px; height:48px; background:url('../images/Save-Big.png') no-repeat scroll 0 0 transparent; } /***********************************/ /******** dal�� formul�� *********/ /***********************************/ div.otherform-wrap {width:475px;} .otherform { /* margin: 20px; /**/ position:relative; } .otherform input, .otherform select { border: 1px inset #DFB96E; /* width: 200px; /**/ } .otherform .checkbox { width: auto; } .otherform textarea { width: 450px; height: 300px; } .otherform .submitbutton { position: absolute; right:0px; width:24px; height:24px; background:url('../images/Save-small.png') no-repeat scroll 0 0 transparent; } .otherform .editbutton { display: inline-block; height: 16px; width: 16px; background:url('../images/edit.png') no-repeat scroll 0 0 transparent; } #new-file .submitbutton, #change-groups .submitbutton { bottom:0px; } #new-note .submitbutton { top:0px; } /***********************************/ /*********** aktuality ***********/ /***********************************/ .news_div { margin: 20px; } .news_div p { margin-bottom: 0; } .system_news, .game_news { padding: 5px; border: 1px solid #476cb1; } .game_news { border: 1px solid #e86f2c; } .unread_record { background-color: #ffff33; } .system_news h2, .game_news h2 { margin-top: 0; color: #476cb1; font-size: 1.1em; } .game_news h2 { color: #e86f2c; } .news_head h2 { margin: 0; } .news_head span { font-size: 0.9em; } .news_head p { margin: 0; margin-bottom: 1em; } /***********************************/ /************* obsah *************/ /***********************************/ #obsah { position: relative; margin: 20px; padding:20px; } #obsah .top { font-size: 0.8em; } #obsah h1 {margin:0px;} #obsah h2 {font-size:1.1em; margin:0.3em 0;} #obsah h3 {font-size:1em; margin:1em 0 0.2em;} #obsah h4 {font-size:0.9em; margin:0.1em 0;} #obsah fieldset>p {margin-top:0px;} #obsah p#top-text {margin-top:0px; padding-right:68px;} #info {padding:0 10px;} #info h3, #info p{display:inline; margin:0.2em 0;} #obsah fieldset {position: relative; margin:0;} #obsah fieldset.symbol {position: relative; margin:0; } #obsah legend h2 {display:inline-block;} #obsah .field-text {margin:0.2em; padding:0;} #obsah .field-text>p {margin: 0.8em 0 0 0;} #obsah .field-text>p:first-child {margin: 0 0 0.8em 0;} ul#pripady {margin:0.1em 0; padding-left: 2em;} #poznamky {margin:0.2em; padding:0;} #poznamky .poznamka {position: relative;} #poznamky .poznamka>div {margin:0.3em 0;} div > .poznamka-edit-buttons {position:absolute;right:0px;top:0px;} .poznamka-edit-buttons a {display:inline-block;width:16px;height:16px;margin:3px;overflow:hidden;vertical-align:bottom;} .poznamka-edit-buttons a span.button-text {display:none;} .poznamka-edit-buttons a.new {background-image:url('../images/document-new.png')} .poznamka-edit-buttons a.edit {background-image:url('../images/edit.png')} .poznamka-edit-buttons a.delete {background-image:url('../images/delete.png')} .poznamka-edit-buttons a.connect {background-image:url('../images/connect.png')} /* .connect je nesystematicky, ale pro napravu je treba procistit celou strukturu stylu ve vsech sablonach /**/ .info-delete-symbol {position:absolute;right:13.3em;top:10.5em;} .info-delete-symbol a {display:inline-block;width:16px;height:16px;margin:3px;overflow:hidden;vertical-align:bottom;} .info-delete-symbol a span.button-text {display:none;} .info-delete-symbol a.delete {background-image:url('../images/delete.png')} #portraitimg { position: absolute; right: 1.2em; width: 104px; height: 134px; border: 1px solid #808080; padding: 1px; margin: 0 0 20px 20px; } #portraitimg.noname { text-indent:-1000px; overflow:hidden; background:url('../images/noname.png') no-repeat scroll center transparent; } #symbolimg { position: absolute; right: 10.2em; width: 104px; height: 104px; border: 1px solid #808080; padding: 1px; margin: 0 0 20px 20px; } #symbolimg.noname { text-indent:-1000px; overflow:hidden; background:url('../images/nosymbol.png') no-repeat scroll center transparent; } #ssymbolimg { position: absolute; right: 1.2em; width: 104px; height: 104px; border: 1px solid #808080; padding: 1px; margin: 0 0 20px 20px; } #ssymbolimg.noname { text-indent:-1000px; overflow:hidden; background:url('../images/nosymbol.png') no-repeat scroll center transparent; } /***********************************/ /*********** dashboard ***********/ /***********************************/ #dashboard { position: relative; margin: 0px 5px 0px 5px; padding:20px; } #dashboard .top { font-size: 0.9em; } #dashboard h1 {margin:0px;} #dashboard h2 {font-size:1.1em; margin:0.3em 0;} #dashboard h3 {font-size:1em; margin:1em 0 0.2em;} #dashboard h4 {font-size:0.9em; margin:0.1em 0;} #dashboard fieldset>p {margin-top:0px;} #dashboard p#top-text {margin-top:0px; padding-right:68px;} #dashboard fieldset { position: relative; margin:0; background:url('../images/corkbg.png') repeat; background-color: #fff9ae; } #dashboard legend h2 {display:inline-block;} #dashboard .field-text {margin:0.2em; padding:0;} #dashboard .field-text>p {margin: 0.8em 0 0 0;} #dashboard .field-text>p:first-child {margin: 0 0 0.8em 0;} #dashboard table { width: 100%; border: none; } #dashboard td { border: none; width: 50%; vertical-align: top; } #dashboard tr:hover { background-color: inherit; } /***********************************/ /************ tabulky ************/ /***********************************/ table { width: 100%; border-collapse: collapse; border: 1px solid black; } th { border: 1px solid #808080; background-color: #e4e0d8; } td { border: 1px solid #d0d0d0; padding: 0.5em; } tr.even { background-color: #f8f8f8; } tr.odd { background-color: #f0f0f0; } tr:hover { background-color: #fff9ae; } tr.solved a { color: #a0a0a0; } table.filter { border: 0px; width: 50%; } tr.filter { border: 0px; } td.filter { border: 0px; } #in-form-table { padding: 20px; position: relative; } #in-form-table #button-floating-uloz { top: 20px; right: -5px; } /***********************************/ /************ symboly *************/ /***********************************/ #symbols table { width: 100%; border-collapse: collapse; border: none; } #symbols td { border: none; } #symbols tr:hover { background-color: inherit; } /***********************************/ /********** obecn� prvky *********/ /***********************************/ div.clear {width:100%;height:1px !important;margin:0px !important;padding:0px !important;clear:both !important;} .float-right{float:right;} .float-{float:left;} /***********************************/ /********** autocomplete *********/ /***********************************/ /*.ui-menu .ui-menu-item a{ background:red !important; height:20px !important; font-size:16px !important; }*/ .ui-helper-hidden-accessible { position: absolute; left: -9999px; } .ui-autocomplete { position: absolute; top: 100%; left: 30; z-index: 1000; float: left; display: none; min-width: 160px; _width: 160px; padding: 4px 0; margin: 2px 0 0 0; list-style: none; background-color: #ffffff; border-color: #ccc; border-color: rgba(0, 0, 0, 0.2); border-style: solid; border-width: 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px; .ui-menu-item > a.ui-corner-all { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #555555; white-space: nowrap; &.ui-state-hover, &.ui-state-active { color: #ffffff; text-decoration: none; background-color: #0088cc; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; background-image: none; } } }
0.303422
0.045458
body,span:not(.spinner-item){-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;} body{background: var(--main-color);} .layers, #friends{background:var(--main-color) !important;} .theme-dark .layer, .theme-dark .layers{background: transparent !important;} #friends .friends-header .tab-bar .tab-bar-item:hover:not(.selected){background-color:rgba(0, 0, 0, 0.17) !important;} .guilds-wrapper{background:rgba(0, 0, 0, 0.43);} .account, #voice-connection, #rtc-connection{background:rgba(0, 0, 0, 0.24);border-top:1px solid rgba(0, 0, 0, 0.25);} .chat{background-color:rgba(0, 0, 0, 0) !important;} .search-bar{background-color:transparent;} .guild-channels, .private-channels{background-color:rgba(0, 0, 0, 0.15);} .chat .has-more button{background:var(--main-color) !important;border:1px solid rgba(0,0,0,0.1) !important;filter:brightness(0.95) !important;} .message-group .comment .markup pre{border-color:rgba(0,0,0,0.25) !important;background:transparent !important;} .message-group .embed{border-color:rgba(0, 0, 0, 0.2) !important;} .message-group .comment .markup code.inline, .theme-dark .message-group .comment .markup pre code{background:rgba(0,0,0,0.15) !important;} .guild-header header:hover,.guild-header.popout-open header{background-color:rgba(0, 0, 0, 0.25);} .guild-header header{background-color:rgba(0, 0, 0, 0.15);box-shadow:0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, .1);} .chat .title-wrap, #friends .friends-header{border-bottom:1px solid rgba(0, 0, 0, 0.1) !important;background-color:rgba(0, 0, 0, 0) !important;} .search-results-wrap .channel-separator .channel-name{color:#fff;background-color:transparent !important;} .search-results-wrap{background-color:rgba(0, 0, 0, 0.15) !important;} .search-results-wrap .search-header{background-color:rgba(0, 0, 0, 0) !important;box-shadow:0 1px 0 rgba(0,0,0,.2);} .search-answer, .search-filter{background-color:var(--main-color) !important;} .search-results-wrap .search-result.expanded .search-result-message.hit{background-color:var(--main-color) !important;} .search-results-wrap .search-result .hit{background-color:var(--main-color) !important;box-shadow:0 0 10px 6px rgba(0, 0, 0, 0.04) !important;} .search-results-wrap .search-result .search-result-message.hit, .search-results-wrap .search-result.expanded{border:2px solid rgba(0, 0, 0, 0.25) !important;} .search-results-wrap .search-result:after{background-image:-webkit-linear-gradient(top,rgba(46,49,54,0),rgba(0, 0, 0, 0)) !important;background-image:linear-gradient(180deg,rgba(46,49,54,0) 0,rgba(0, 0, 0, 0) 100%) !important;} .search-results-wrap .search-result:before{background-image:-webkit-linear-gradient(bottom,rgba(46,49,54,0),rgba(0, 0, 0, 0)) !important;background-image:linear-gradient(0deg,rgba(46,49,54,0) 0,rgba(0, 0, 0, 0) 100%) !important;} .theme-dark .channel-members .member:not(.disabled).popout-open,.theme-dark .channel-members .member:not(.disabled):hover{background:linear-gradient(to right, rgba(0, 0, 0, 0.1) 85%, transparent);background:linear-gradient(to right, rgba(0, 0, 0, 0.1) 85%, transparent);} .channel-members{background-color:rgba(0, 0, 0, 0.15) !important;} .messages-popout-wrap{background-color:var(--main-color) !important;border:1px solid rgba(0,0,0, 0.3) !important;} .themed-popout .header{background-color:var(--main-color) !important;} .messages-popout{background-color:rgba(0,0,0,0.15) !important;} .messages-popout-wrap .messages-popout .message-group{border-color:rgba(0, 0, 0, 0.25) !important;background-color:var(--main-color) !important} .messages-popout-wrap .messages-popout .message-group:hover .action-buttons{box-shadow:0 0 6px 4px transparent !important;background-color:var(--main-color) !important;} .messages-popout-wrap .messages-popout .message-group .action-buttons .jump-button, .search-results-wrap .action-buttons .jump-button{background-color:var(--main-color) !important;filter:brightness(1.4) !important;} .account .btn, #voice-connection .btn, #rtc-connection .btn{background:var(--main-color);} .account .btn:active, #voice-connection .btn:active, #rtc-connection .btn:active{background:var(--main-color);box-shadow:inset 0 0 4px rgba(0,0,0,.06);} .account .btn:active::before{content:"";width:100%;height:100%;background:rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,.06);} #voice-connection .btn:active::before, #rtc-connection .btn:active::before{content:"";width:100%;height:100%;background:rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,.06);} .account .btn-group, #voice-connection .btn-group, #rtc-connection .btn-group{border:1px solid rgba(0, 0, 0, 0.3);} .account .btn::before{content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0.15);position:absolute;top:0px;left:0px;} #voice-connection .btn::before, #rtc-connection .btn::before{content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0.15);position:absolute;top:0px;left:0px;} .account .btn-deafen,.account .btn-mute,#voice-connection .btn-info, #rtc-connection .btn-info{border-right:1px solid rgba(0, 0, 0, 0.48);} .account .btn-deafen,.account .btn-settings,#voice-connection .btn-disconnect, #rtc-connection .btn-disconnect{box-shadow:inset 1px 0 0 rgba(119, 119, 119, 0.2);} .settings .settings-header{background-color:var(--main-color);} .app .guilds-wrapper .guilds .guild .guild-inner{background-color:var(--main-color) !important;position: relative;} .app .guilds-wrapper .guilds .guild.selected .guild-inner, .guilds-wrapper .guilds .guild.active .guild-inner{background: #7289da !important;} .app .guilds-wrapper .guilds .guild:hover .guild-inner{background: #7289da !important;} .app .guilds-wrapper .guild-separator:after{background:var(--main-color);} .app .guilds-wrapper .guilds-add{background:transparent;color:#535559;border:1px dashed #535559;} .app .guilds-wrapper .guilds-add {color: var(--main-color) !important;border-color: var(--main-color) !important;filter: contrast(70%) brightness(103%)} .channel-members .member .member-activity{color: #8e8e8e;} .theme-dark .chat>.content,.theme-dark .friends-table,.theme-dark .messages-wrapper{background-color:transparent;} .channels-wrap{background:transparent;} .friends-table .messages .divider span,.friends-table .messages .divider:before,.messages-wrapper .messages .divider span,.messages-wrapper .messages .divider:before{background-color:var(--main-color) !important;} .chat form .typing{background-color:transparent !important;} .app .guilds-wrapper .btn-download-apps{display:none;} /*Scrollbar*/ ::-webkit-scrollbar-track-piece, .app .scroller-wrap .scroller.guilds::-webkit-scrollbar-track-piece, .theme-dark .friends-table .scroller-wrap .scroller::-webkit-scrollbar-track-piece {background: rgba(0, 0, 0, 0.2);} .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-thumb, .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-thumb, .context-menu .context-menu .scroller-wrap ::-webkit-scrollbar-thumb {border-color: transparent;background-color: rgba(0,0,0,.4);} .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-track-piece, .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece {border-color: var(--main-color);} ::-webkit-scrollbar-track-piece:start {border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important;border-bottom-width: 0px!important} ::-webkit-scrollbar-track-piece:end {border-top-left-radius: 0px !important;border-top-right-radius: 0px !important;border-top-width: 0px!important;} /*Search Scrollbar*/ .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4)!important;border:3px solid rgba(0,0,0,0)!important;} .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-track-piece{background-color:rgba(0, 0, 0, 0.2) !important;} .friends-table .messages .divider:not(.divider-red) div, .messages-wrapper .messages .divider:not(.divider-red) div{background:rgba(255, 255, 255, 0.1) !important;} .themed-popout .footer{background-color:rgba(0, 0, 0, 0.21) !important;} .scroller-wrap .scroller{border-radius:0px !important;} /* stuff by maple */ .theme-dark.context-menu, .theme-dark.context-menu .context-menu, .theme-dark.context-menu .item-subMenu{background:linear-gradient(rgba(0,0,0,.17),rgba(0,0,0,.17)) var(--main-color);} .popout .context-menu {background:#fff !important;} .popout ::before {display: none} .context-menu.recent-mentions-filter-popout .label {color:#99aab5;} .context-menu.recent-mentions-filter-popout .item:hover {background:#f9f9f9 !important;} .app .friends-row .status{border-color:rgba(200,200,200,.5) !important} .theme-dark.context-menu .item:hover {background-color:rgba(0,0,0,.14);} .theme-dark.context-menu .context-menu {border:1px solid rgba(0,0,0,.25)} .app :-webkit-any(.member,.channel,.account) .status {border-color:transparent !important;} .app :-webkit-any(.member,.channel,.account) .status::before {content:'';position:absolute;display:block;width:100%;height:10px;top:-2px;left:-2px;background:transparent;border:2px solid var(--main-color);filter:brightness(86%);border-radius:100px;} .channel:hover .status::before, .selected .status::before {filter:brightness(90%);} .member .status:before {filter:brightness(87%);} .member:hover .status::before, .popout-open .status::before {filter:brightness(76%);} .private-channels .channel .icon-friends{background-color:transparent!important;} .private-channels .channel .icon-friends::before {content:'';position:absolute;display:block;width:30px;height:30px;z-index:-1;border-radius: 50%} .private-channels .channel:hover .icon-friends::before {filter:brightness(150%)contrast(160%);} .app #friends .friends-table .friends-row:hover {background-color:rgba(255,255,255,.06);} .theme-dark #friends .friends-table .friends-row .friends-column-actions .friends-action {background-color: rgba(38,38,38,.5)} .theme-dark #friends .friends-table .friends-row:hover .friends-column-actions .friends-action {background-color: rgba(32,32,32,.5)} .theme-dark #friends .friends-table .friend-table-add-wrapper .friend-table-add-header {background: linear-gradient(-180deg,rgba(200,200,200,.007) 0,rgba(210,210,210,.01) 100%);} .app .guild-channels .channel-voice .channel-arrow:hover{background-color:rgba(255,255,255,.07);} .private-channel-recipients-invite.themed-popout{background:transparent;} .private-channel-recipients-invite.themed-popout:before{content:'';position:absolute;display:block;width:338px;height:calc(100% - 2px);top:1px;left:1px;background:var(--main-color);filter:brightness(87%);border-radius:5px;z-index:-1} .theme-dark .private-channel-recipients-invite .friend.selected, .theme-dark .private-channel-recipients-invite .friend:hover{background:linear-gradient(to right, rgba(0, 0, 0, 0.12) 85%, transparent);} .theme-dark .private-channel-recipients-invite .friend{background:transparent;} .theme-dark .private-channel-recipients-invite .footer{z-index:1;background-color:rgba(0,0,0,.12)!important;} .search-bar-tag{background:transparent;position:relative;} .search-bar-tag:before{content:'';position:absolute;display:block;width:100%;height:22px;left:0;top:0;background:var(--main-color);filter:brightness(123%);z-index:-1} .theme-dark .channel-textarea-autocomplete-inner{background:linear-gradient(rgba(255,255,255,.06),rgba(255,255,255,.06)) var(--main-color);} .theme-dark .channel-textarea-autocomplete-inner ul li.active{background-color:rgba(0,0,0,.11);} .theme-dark .channel-textarea-autocomplete-inner header{border-bottom-color:rgba(0,0,0,.3);} .premium-promo-autocomplete{display:none} /* ^^^ */ .message-group .comment .markup code.inline{padding:2px 2px 0px 2px;} .invite-button{background-color:rgba(0, 0, 0, 0.15) !important;border-color:rgba(0, 0, 0, 0.07) !important;} .app div.guild.active:first-child div.guild-inner::before, div.guild.selected div.guild-inner::before, div.guild div.guild-inner:hover::before{content: "";display: none;} .app div.guild div.guild-inner::before{content: "";width: 100%;height: 100%;left: 0px;background-color: rgba(0,0,0,0.16);position: absolute;pointer-events: none;} .app .guilds-wrapper .guild-separator::before{content: "";height: 100%;background-color: rgba(0,0,0,0.16);pointer-events: none;position: absolute;top: 0;left: 20%;right: 20%;z-index: 1;} .app .guilds-wrapper .guilds .friends-icon{z-index: 1;position: absolute;} .theme-dark .ui-standard-sidebar-view .sidebar-region{background: var(--main-color);} .theme-dark .ui-standard-sidebar-view .sidebar-region::before{content: "";width: 100%;height: 100%;position: absolute;background: rgba(0,0,0,0.14);} .ui-standard-sidebar-view .content-region {background: var(--main-color) !important;} .ui-card-primary {background: rgba(0,0,0,0.24) !important;border-color: rgba(0,0,0,0.20) !important;} .user-settings-connections .connect-account-btn .connect-account-btn-inner {background-color: var(--main-color) !important;border-color: rgba(0,0,0,0.39) !important;} .ui-card-primary.checked.editable{border-color: rgb(114, 137, 218) !important;background-color: rgb(114, 137, 218) !important;} .ui-card-primary.editable{background: rgba(0, 0, 0, 0.12) !important;} .ui-card.ui-card-primary.preview.outline{background-color: var(--main-color) !important;border-color: rgba(0,0,0,0.24) !important;} .theme-dark .ui-tab-bar-header{color: #757575;} .container-RYiLUQ{background-color:transparent;} .ui-scroller-wrap.ui-scroller-ghost-hairline.ui-scroller-themed.ui-scroller-fade{background-color:rgba(0, 0, 0, 0.13);} .private-channels .scroller::-webkit-scrollbar-track-piece, .ui-standard-sidebar-view .scroller::-webkit-scrollbar-track-piece, .ui-standard-sidebar-view .sidebar-region .scroller::-webkit-scrollbar-track-piece, .ui-scroller-wrap.ui-scroller-ghost-hairline.ui-scroller-themed.ui-scroller-fade .scroller.scroller-NXV0-d::-webkit-scrollbar-track-piece, .ui-scroller-wrap.ui-scroller-ghost.ui-scroller-themed .scroller.channel-members::-webkit-scrollbar-track-piece{background:transparent;} .theme-dark .ui-scroller-wrap .scroller::-webkit-scrollbar-thumb, .theme-light .ui-scroller-themed.ui-scroller-dark .scroller::-webkit-scrollbar-thumb, .ui-scroller-themed.ui-scroller-dark .scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);} .contentSelectedText-3j5CXt{background-color:var(--main-color);filter:brightness(120%);} .contentHoveredText-2HYGIY, .contentHoveredVoice-3qGNKh:active, .contentSelectedVoice-gTtYM9:active{background-color:var(--main-color);} .nameDefaultText-QoumjC, .nameDefaultVoice-1swZoh, .nameLockedText-2fGz07, .nameLockedVoice-wNOMNa, .nameDefault-Lnjrwm{color:#949494;} .nameMutedText-1YDcP-, .nameMutedVoice-26k4cP{color:#5d5d5d;} .container-37-TX2{color:rgba(255, 255, 255, 0.18);} .wrapper-2ldvyE{background-color:var(--main-color);} .app .guild.unread.audio .guild-inner {position: inherit;} .ui-button-group-item{border-color: rgba(0, 0, 0, 0.5) !important;} .container-iksrDt{background:rgba(0, 0, 0, 0.27);} .scrollerWrap-2uBjct.scrollerThemed-19vinI.themeGhostHairlineChannels-2lQojW.scrollerFade-28dRsO, .container-3NvGrL{background-color:rgba(0, 0, 0, 0.13);} .theme-dark .inner-3if5cm{background-color:rgba(255, 255, 255, 0.09);} .theme-dark .cardPrimaryOutline-2YyAz2{border-color:rgba(0,0,0,.25);} .theme-dark .cardPrimary-ZVL9Jr{background:rgba(0,0,0,.24);border-color:rgba(0,0,0,.25);} .theme-dark .cardPrimaryEditable-2IQ7-V{background:rgba(0,0,0,0.11);border-color:rgba(0,0,0,.28);} .theme-dark .checkbox-1QwaS4{border-color:rgba(255, 255, 255, 0.32);} .theme-dark .header-1-f9X5, #bd-settings-sidebar .ui-tab-bar-header{color:#ebebeb;} .theme-dark .description-3MVziF, .theme-dark .labelDescriptor-1BebCl, #bd-settingspane-container .ui-switch-item .style-description{color:#b3b3b3;} .theme-dark .bar-2cFRGz{background:rgba(255, 255, 255, 0.13);} .private-channels .channel.selected a{color:#fff;background-color:rgba(79,84,92,.6);} .guild-channels .channel-text.selected, .guild-channels .channel-text:hover, .private-channels .channel.selected, .private-channels .channel:hover, .private-channels .search-result.selected, .private-channels .search-result:hover{background:transparent !important;} .private-channels .channel.selected a{background-color:rgba(255,255,255,.1) !important;} .private-channels .channel:hover a{color:#fff;background-color:rgba(255,255,255,0.05);} .private-channels .channel .icon-friends{opacity:1;} ::-webkit-scrollbar-track-piece, .app .scroller-wrap .scroller.guilds::-webkit-scrollbar-track-piece, .theme-dark .friends-table .scroller-wrap .scroller::-webkit-scrollbar-track-piece{background: transparent;}
css/colorize.css
body,span:not(.spinner-item){-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;} body{background: var(--main-color);} .layers, #friends{background:var(--main-color) !important;} .theme-dark .layer, .theme-dark .layers{background: transparent !important;} #friends .friends-header .tab-bar .tab-bar-item:hover:not(.selected){background-color:rgba(0, 0, 0, 0.17) !important;} .guilds-wrapper{background:rgba(0, 0, 0, 0.43);} .account, #voice-connection, #rtc-connection{background:rgba(0, 0, 0, 0.24);border-top:1px solid rgba(0, 0, 0, 0.25);} .chat{background-color:rgba(0, 0, 0, 0) !important;} .search-bar{background-color:transparent;} .guild-channels, .private-channels{background-color:rgba(0, 0, 0, 0.15);} .chat .has-more button{background:var(--main-color) !important;border:1px solid rgba(0,0,0,0.1) !important;filter:brightness(0.95) !important;} .message-group .comment .markup pre{border-color:rgba(0,0,0,0.25) !important;background:transparent !important;} .message-group .embed{border-color:rgba(0, 0, 0, 0.2) !important;} .message-group .comment .markup code.inline, .theme-dark .message-group .comment .markup pre code{background:rgba(0,0,0,0.15) !important;} .guild-header header:hover,.guild-header.popout-open header{background-color:rgba(0, 0, 0, 0.25);} .guild-header header{background-color:rgba(0, 0, 0, 0.15);box-shadow:0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, .1);} .chat .title-wrap, #friends .friends-header{border-bottom:1px solid rgba(0, 0, 0, 0.1) !important;background-color:rgba(0, 0, 0, 0) !important;} .search-results-wrap .channel-separator .channel-name{color:#fff;background-color:transparent !important;} .search-results-wrap{background-color:rgba(0, 0, 0, 0.15) !important;} .search-results-wrap .search-header{background-color:rgba(0, 0, 0, 0) !important;box-shadow:0 1px 0 rgba(0,0,0,.2);} .search-answer, .search-filter{background-color:var(--main-color) !important;} .search-results-wrap .search-result.expanded .search-result-message.hit{background-color:var(--main-color) !important;} .search-results-wrap .search-result .hit{background-color:var(--main-color) !important;box-shadow:0 0 10px 6px rgba(0, 0, 0, 0.04) !important;} .search-results-wrap .search-result .search-result-message.hit, .search-results-wrap .search-result.expanded{border:2px solid rgba(0, 0, 0, 0.25) !important;} .search-results-wrap .search-result:after{background-image:-webkit-linear-gradient(top,rgba(46,49,54,0),rgba(0, 0, 0, 0)) !important;background-image:linear-gradient(180deg,rgba(46,49,54,0) 0,rgba(0, 0, 0, 0) 100%) !important;} .search-results-wrap .search-result:before{background-image:-webkit-linear-gradient(bottom,rgba(46,49,54,0),rgba(0, 0, 0, 0)) !important;background-image:linear-gradient(0deg,rgba(46,49,54,0) 0,rgba(0, 0, 0, 0) 100%) !important;} .theme-dark .channel-members .member:not(.disabled).popout-open,.theme-dark .channel-members .member:not(.disabled):hover{background:linear-gradient(to right, rgba(0, 0, 0, 0.1) 85%, transparent);background:linear-gradient(to right, rgba(0, 0, 0, 0.1) 85%, transparent);} .channel-members{background-color:rgba(0, 0, 0, 0.15) !important;} .messages-popout-wrap{background-color:var(--main-color) !important;border:1px solid rgba(0,0,0, 0.3) !important;} .themed-popout .header{background-color:var(--main-color) !important;} .messages-popout{background-color:rgba(0,0,0,0.15) !important;} .messages-popout-wrap .messages-popout .message-group{border-color:rgba(0, 0, 0, 0.25) !important;background-color:var(--main-color) !important} .messages-popout-wrap .messages-popout .message-group:hover .action-buttons{box-shadow:0 0 6px 4px transparent !important;background-color:var(--main-color) !important;} .messages-popout-wrap .messages-popout .message-group .action-buttons .jump-button, .search-results-wrap .action-buttons .jump-button{background-color:var(--main-color) !important;filter:brightness(1.4) !important;} .account .btn, #voice-connection .btn, #rtc-connection .btn{background:var(--main-color);} .account .btn:active, #voice-connection .btn:active, #rtc-connection .btn:active{background:var(--main-color);box-shadow:inset 0 0 4px rgba(0,0,0,.06);} .account .btn:active::before{content:"";width:100%;height:100%;background:rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,.06);} #voice-connection .btn:active::before, #rtc-connection .btn:active::before{content:"";width:100%;height:100%;background:rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,.06);} .account .btn-group, #voice-connection .btn-group, #rtc-connection .btn-group{border:1px solid rgba(0, 0, 0, 0.3);} .account .btn::before{content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0.15);position:absolute;top:0px;left:0px;} #voice-connection .btn::before, #rtc-connection .btn::before{content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0.15);position:absolute;top:0px;left:0px;} .account .btn-deafen,.account .btn-mute,#voice-connection .btn-info, #rtc-connection .btn-info{border-right:1px solid rgba(0, 0, 0, 0.48);} .account .btn-deafen,.account .btn-settings,#voice-connection .btn-disconnect, #rtc-connection .btn-disconnect{box-shadow:inset 1px 0 0 rgba(119, 119, 119, 0.2);} .settings .settings-header{background-color:var(--main-color);} .app .guilds-wrapper .guilds .guild .guild-inner{background-color:var(--main-color) !important;position: relative;} .app .guilds-wrapper .guilds .guild.selected .guild-inner, .guilds-wrapper .guilds .guild.active .guild-inner{background: #7289da !important;} .app .guilds-wrapper .guilds .guild:hover .guild-inner{background: #7289da !important;} .app .guilds-wrapper .guild-separator:after{background:var(--main-color);} .app .guilds-wrapper .guilds-add{background:transparent;color:#535559;border:1px dashed #535559;} .app .guilds-wrapper .guilds-add {color: var(--main-color) !important;border-color: var(--main-color) !important;filter: contrast(70%) brightness(103%)} .channel-members .member .member-activity{color: #8e8e8e;} .theme-dark .chat>.content,.theme-dark .friends-table,.theme-dark .messages-wrapper{background-color:transparent;} .channels-wrap{background:transparent;} .friends-table .messages .divider span,.friends-table .messages .divider:before,.messages-wrapper .messages .divider span,.messages-wrapper .messages .divider:before{background-color:var(--main-color) !important;} .chat form .typing{background-color:transparent !important;} .app .guilds-wrapper .btn-download-apps{display:none;} /*Scrollbar*/ ::-webkit-scrollbar-track-piece, .app .scroller-wrap .scroller.guilds::-webkit-scrollbar-track-piece, .theme-dark .friends-table .scroller-wrap .scroller::-webkit-scrollbar-track-piece {background: rgba(0, 0, 0, 0.2);} .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-thumb, .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-thumb, .context-menu .context-menu .scroller-wrap ::-webkit-scrollbar-thumb {border-color: transparent;background-color: rgba(0,0,0,.4);} .theme-dark .friends-table .scroller-wrap ::-webkit-scrollbar-track-piece, .theme-dark .messages-wrapper .scroller-wrap ::-webkit-scrollbar-track-piece {border-color: var(--main-color);} ::-webkit-scrollbar-track-piece:start {border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important;border-bottom-width: 0px!important} ::-webkit-scrollbar-track-piece:end {border-top-left-radius: 0px !important;border-top-right-radius: 0px !important;border-top-width: 0px!important;} /*Search Scrollbar*/ .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4)!important;border:3px solid rgba(0,0,0,0)!important;} .theme-dark .search-results-wrap .scroller-wrap .scroller::-webkit-scrollbar-track-piece{background-color:rgba(0, 0, 0, 0.2) !important;} .friends-table .messages .divider:not(.divider-red) div, .messages-wrapper .messages .divider:not(.divider-red) div{background:rgba(255, 255, 255, 0.1) !important;} .themed-popout .footer{background-color:rgba(0, 0, 0, 0.21) !important;} .scroller-wrap .scroller{border-radius:0px !important;} /* stuff by maple */ .theme-dark.context-menu, .theme-dark.context-menu .context-menu, .theme-dark.context-menu .item-subMenu{background:linear-gradient(rgba(0,0,0,.17),rgba(0,0,0,.17)) var(--main-color);} .popout .context-menu {background:#fff !important;} .popout ::before {display: none} .context-menu.recent-mentions-filter-popout .label {color:#99aab5;} .context-menu.recent-mentions-filter-popout .item:hover {background:#f9f9f9 !important;} .app .friends-row .status{border-color:rgba(200,200,200,.5) !important} .theme-dark.context-menu .item:hover {background-color:rgba(0,0,0,.14);} .theme-dark.context-menu .context-menu {border:1px solid rgba(0,0,0,.25)} .app :-webkit-any(.member,.channel,.account) .status {border-color:transparent !important;} .app :-webkit-any(.member,.channel,.account) .status::before {content:'';position:absolute;display:block;width:100%;height:10px;top:-2px;left:-2px;background:transparent;border:2px solid var(--main-color);filter:brightness(86%);border-radius:100px;} .channel:hover .status::before, .selected .status::before {filter:brightness(90%);} .member .status:before {filter:brightness(87%);} .member:hover .status::before, .popout-open .status::before {filter:brightness(76%);} .private-channels .channel .icon-friends{background-color:transparent!important;} .private-channels .channel .icon-friends::before {content:'';position:absolute;display:block;width:30px;height:30px;z-index:-1;border-radius: 50%} .private-channels .channel:hover .icon-friends::before {filter:brightness(150%)contrast(160%);} .app #friends .friends-table .friends-row:hover {background-color:rgba(255,255,255,.06);} .theme-dark #friends .friends-table .friends-row .friends-column-actions .friends-action {background-color: rgba(38,38,38,.5)} .theme-dark #friends .friends-table .friends-row:hover .friends-column-actions .friends-action {background-color: rgba(32,32,32,.5)} .theme-dark #friends .friends-table .friend-table-add-wrapper .friend-table-add-header {background: linear-gradient(-180deg,rgba(200,200,200,.007) 0,rgba(210,210,210,.01) 100%);} .app .guild-channels .channel-voice .channel-arrow:hover{background-color:rgba(255,255,255,.07);} .private-channel-recipients-invite.themed-popout{background:transparent;} .private-channel-recipients-invite.themed-popout:before{content:'';position:absolute;display:block;width:338px;height:calc(100% - 2px);top:1px;left:1px;background:var(--main-color);filter:brightness(87%);border-radius:5px;z-index:-1} .theme-dark .private-channel-recipients-invite .friend.selected, .theme-dark .private-channel-recipients-invite .friend:hover{background:linear-gradient(to right, rgba(0, 0, 0, 0.12) 85%, transparent);} .theme-dark .private-channel-recipients-invite .friend{background:transparent;} .theme-dark .private-channel-recipients-invite .footer{z-index:1;background-color:rgba(0,0,0,.12)!important;} .search-bar-tag{background:transparent;position:relative;} .search-bar-tag:before{content:'';position:absolute;display:block;width:100%;height:22px;left:0;top:0;background:var(--main-color);filter:brightness(123%);z-index:-1} .theme-dark .channel-textarea-autocomplete-inner{background:linear-gradient(rgba(255,255,255,.06),rgba(255,255,255,.06)) var(--main-color);} .theme-dark .channel-textarea-autocomplete-inner ul li.active{background-color:rgba(0,0,0,.11);} .theme-dark .channel-textarea-autocomplete-inner header{border-bottom-color:rgba(0,0,0,.3);} .premium-promo-autocomplete{display:none} /* ^^^ */ .message-group .comment .markup code.inline{padding:2px 2px 0px 2px;} .invite-button{background-color:rgba(0, 0, 0, 0.15) !important;border-color:rgba(0, 0, 0, 0.07) !important;} .app div.guild.active:first-child div.guild-inner::before, div.guild.selected div.guild-inner::before, div.guild div.guild-inner:hover::before{content: "";display: none;} .app div.guild div.guild-inner::before{content: "";width: 100%;height: 100%;left: 0px;background-color: rgba(0,0,0,0.16);position: absolute;pointer-events: none;} .app .guilds-wrapper .guild-separator::before{content: "";height: 100%;background-color: rgba(0,0,0,0.16);pointer-events: none;position: absolute;top: 0;left: 20%;right: 20%;z-index: 1;} .app .guilds-wrapper .guilds .friends-icon{z-index: 1;position: absolute;} .theme-dark .ui-standard-sidebar-view .sidebar-region{background: var(--main-color);} .theme-dark .ui-standard-sidebar-view .sidebar-region::before{content: "";width: 100%;height: 100%;position: absolute;background: rgba(0,0,0,0.14);} .ui-standard-sidebar-view .content-region {background: var(--main-color) !important;} .ui-card-primary {background: rgba(0,0,0,0.24) !important;border-color: rgba(0,0,0,0.20) !important;} .user-settings-connections .connect-account-btn .connect-account-btn-inner {background-color: var(--main-color) !important;border-color: rgba(0,0,0,0.39) !important;} .ui-card-primary.checked.editable{border-color: rgb(114, 137, 218) !important;background-color: rgb(114, 137, 218) !important;} .ui-card-primary.editable{background: rgba(0, 0, 0, 0.12) !important;} .ui-card.ui-card-primary.preview.outline{background-color: var(--main-color) !important;border-color: rgba(0,0,0,0.24) !important;} .theme-dark .ui-tab-bar-header{color: #757575;} .container-RYiLUQ{background-color:transparent;} .ui-scroller-wrap.ui-scroller-ghost-hairline.ui-scroller-themed.ui-scroller-fade{background-color:rgba(0, 0, 0, 0.13);} .private-channels .scroller::-webkit-scrollbar-track-piece, .ui-standard-sidebar-view .scroller::-webkit-scrollbar-track-piece, .ui-standard-sidebar-view .sidebar-region .scroller::-webkit-scrollbar-track-piece, .ui-scroller-wrap.ui-scroller-ghost-hairline.ui-scroller-themed.ui-scroller-fade .scroller.scroller-NXV0-d::-webkit-scrollbar-track-piece, .ui-scroller-wrap.ui-scroller-ghost.ui-scroller-themed .scroller.channel-members::-webkit-scrollbar-track-piece{background:transparent;} .theme-dark .ui-scroller-wrap .scroller::-webkit-scrollbar-thumb, .theme-light .ui-scroller-themed.ui-scroller-dark .scroller::-webkit-scrollbar-thumb, .ui-scroller-themed.ui-scroller-dark .scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);} .contentSelectedText-3j5CXt{background-color:var(--main-color);filter:brightness(120%);} .contentHoveredText-2HYGIY, .contentHoveredVoice-3qGNKh:active, .contentSelectedVoice-gTtYM9:active{background-color:var(--main-color);} .nameDefaultText-QoumjC, .nameDefaultVoice-1swZoh, .nameLockedText-2fGz07, .nameLockedVoice-wNOMNa, .nameDefault-Lnjrwm{color:#949494;} .nameMutedText-1YDcP-, .nameMutedVoice-26k4cP{color:#5d5d5d;} .container-37-TX2{color:rgba(255, 255, 255, 0.18);} .wrapper-2ldvyE{background-color:var(--main-color);} .app .guild.unread.audio .guild-inner {position: inherit;} .ui-button-group-item{border-color: rgba(0, 0, 0, 0.5) !important;} .container-iksrDt{background:rgba(0, 0, 0, 0.27);} .scrollerWrap-2uBjct.scrollerThemed-19vinI.themeGhostHairlineChannels-2lQojW.scrollerFade-28dRsO, .container-3NvGrL{background-color:rgba(0, 0, 0, 0.13);} .theme-dark .inner-3if5cm{background-color:rgba(255, 255, 255, 0.09);} .theme-dark .cardPrimaryOutline-2YyAz2{border-color:rgba(0,0,0,.25);} .theme-dark .cardPrimary-ZVL9Jr{background:rgba(0,0,0,.24);border-color:rgba(0,0,0,.25);} .theme-dark .cardPrimaryEditable-2IQ7-V{background:rgba(0,0,0,0.11);border-color:rgba(0,0,0,.28);} .theme-dark .checkbox-1QwaS4{border-color:rgba(255, 255, 255, 0.32);} .theme-dark .header-1-f9X5, #bd-settings-sidebar .ui-tab-bar-header{color:#ebebeb;} .theme-dark .description-3MVziF, .theme-dark .labelDescriptor-1BebCl, #bd-settingspane-container .ui-switch-item .style-description{color:#b3b3b3;} .theme-dark .bar-2cFRGz{background:rgba(255, 255, 255, 0.13);} .private-channels .channel.selected a{color:#fff;background-color:rgba(79,84,92,.6);} .guild-channels .channel-text.selected, .guild-channels .channel-text:hover, .private-channels .channel.selected, .private-channels .channel:hover, .private-channels .search-result.selected, .private-channels .search-result:hover{background:transparent !important;} .private-channels .channel.selected a{background-color:rgba(255,255,255,.1) !important;} .private-channels .channel:hover a{color:#fff;background-color:rgba(255,255,255,0.05);} .private-channels .channel .icon-friends{opacity:1;} ::-webkit-scrollbar-track-piece, .app .scroller-wrap .scroller.guilds::-webkit-scrollbar-track-piece, .theme-dark .friends-table .scroller-wrap .scroller::-webkit-scrollbar-track-piece{background: transparent;}
0.205376
0.054224
@import "css/reset.css"; @import "css/fonts.css"; body { width: 100%; *zoom: 1; } body:before, body:after { content: ""; display: table; } body:after { clear: both; } body, html { font-family: 'PTSans-Regular', sans-serif; font-size: 11px; color: #444; background: #EEE; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #ffffff)); background: -ms-linear-gradient(bottom, #e6e6e6 0%, #e6e6e6 100%); background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #ffffff 100%); height: 100%; margin: 0; background-repeat: no-repeat; background-attachment: fixed; } h1 { font-family: 'PTSans-Bold', sans-serif; font-weight: bolder; margin: 50px 0 50px 0; font-size: 50px; } a, a:hover, a:visited, a:active { color: #444; } #header, #content, #footer { width: 81.25%; margin: 0 1.04166667%; margin: 0 auto; clear: both; max-width: 850px; overflow: hidden; } #instructions, #response { font-family: 'PTSans-Regular', sans-serif; font-size: 1em; padding-top: 0.5em; float: left; clear: left; width: 45%; margin: 0; } #content { min-height: 175px; } #response { float: right; text-align: right; display: none; } #footer { margin-top: 10em; text-align: center; } #Modal { display: none; top: 50px; width: 60em; min-height: 300px; border: solid 1px #444; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); background: #EEE; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #e6e6e6)); background: -ms-linear-gradient(bottom, #ffffff 0%, #ffffff 100%); background: -moz-linear-gradient(center bottom, #ffffff 0%, #e6e6e6 100%); text-align: center; padding: 20px; } .close { position: absolute; right: 4px; top: 4px; width: 25px; height: 20px; background: #000; color: #FFF; display: inline-block; font-size: 1.5em; font-weight: bolder; cursor: pointer; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } ::-webkit-input-placeholder { color: #999; } :-moz-placeholder { color: #999; } #originalURL, #shortenedURL { font-size: 2em; font-family: 'PTSans-Regular', sans-serif; width: 80%; height: 30px; border: solid 1px #CCC; margin: 10px 0 1em 0; } button { font-size: 1.5em; font-family: 'PTSans-Regular', sans-serif; display: block; width: 18%; float: right; height: 33px; background: #F5F5F5; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF)); background: -ms-linear-gradient(bottom, #EEE, #FFF); background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%); border: solid 1px #CCC; margin: 10px 0 1em 0; padding: 0; } button:hover { cursor: pointer; background: #F5F5F5; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCC), color-stop(1, #FFF)); background: -ms-linear-gradient(bottom, #CCC, #FFF); background: -moz-linear-gradient(center bottom, #CCC 0%, #FFF 100%); } #liveCopyToClip { font-size: 1em; margin: 5px 0 0 0; width: 30%; } #response input { /* IE7/8 */ clear: both; display: inline-block; } #errorMessage, #statsError { font-family: 'PTSans-Bold', sans-serif; font-weight: bolder; font-size: 1.5em; color: #FF7878; float: right; } #getLinkResponse { display: none; text-align: left; } #getLinkResponse table { width: 90%; } #Statstable { clear: both; } #StatsTitle, th { font-family: 'PTSans-Bold', sans-serif; font-weight: bolder; font-size: 1.75em; float: left; } #StatsOriginalURL { font-family: 'PTSans-Bold', sans-serif; font-size: 1em; margin: 5px 0; clear: both; float: left; width: 100%; } th { font-size: 1em; } .odd { background: #FFF; } .tableCount { text-align: right; float: right; width: 5%; } table { margin: 15px 0; } blockquote { font-family: monospace; font-size: 1em; background: #FFF; border: solid 1px #444; padding: 10px; } p { margin: 0 0 15px 0; } #timesUsedHolder { clear: both; } /* TODO @media screen and (max-width: 720px) { } */
public/media/shorten.min.css
@import "css/reset.css"; @import "css/fonts.css"; body { width: 100%; *zoom: 1; } body:before, body:after { content: ""; display: table; } body:after { clear: both; } body, html { font-family: 'PTSans-Regular', sans-serif; font-size: 11px; color: #444; background: #EEE; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #ffffff)); background: -ms-linear-gradient(bottom, #e6e6e6 0%, #e6e6e6 100%); background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #ffffff 100%); height: 100%; margin: 0; background-repeat: no-repeat; background-attachment: fixed; } h1 { font-family: 'PTSans-Bold', sans-serif; font-weight: bolder; margin: 50px 0 50px 0; font-size: 50px; } a, a:hover, a:visited, a:active { color: #444; } #header, #content, #footer { width: 81.25%; margin: 0 1.04166667%; margin: 0 auto; clear: both; max-width: 850px; overflow: hidden; } #instructions, #response { font-family: 'PTSans-Regular', sans-serif; font-size: 1em; padding-top: 0.5em; float: left; clear: left; width: 45%; margin: 0; } #content { min-height: 175px; } #response { float: right; text-align: right; display: none; } #footer { margin-top: 10em; text-align: center; } #Modal { display: none; top: 50px; width: 60em; min-height: 300px; border: solid 1px #444; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); background: #EEE; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #e6e6e6)); background: -ms-linear-gradient(bottom, #ffffff 0%, #ffffff 100%); background: -moz-linear-gradient(center bottom, #ffffff 0%, #e6e6e6 100%); text-align: center; padding: 20px; } .close { position: absolute; right: 4px; top: 4px; width: 25px; height: 20px; background: #000; color: #FFF; display: inline-block; font-size: 1.5em; font-weight: bolder; cursor: pointer; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } ::-webkit-input-placeholder { color: #999; } :-moz-placeholder { color: #999; } #originalURL, #shortenedURL { font-size: 2em; font-family: 'PTSans-Regular', sans-serif; width: 80%; height: 30px; border: solid 1px #CCC; margin: 10px 0 1em 0; } button { font-size: 1.5em; font-family: 'PTSans-Regular', sans-serif; display: block; width: 18%; float: right; height: 33px; background: #F5F5F5; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF)); background: -ms-linear-gradient(bottom, #EEE, #FFF); background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%); border: solid 1px #CCC; margin: 10px 0 1em 0; padding: 0; } button:hover { cursor: pointer; background: #F5F5F5; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCC), color-stop(1, #FFF)); background: -ms-linear-gradient(bottom, #CCC, #FFF); background: -moz-linear-gradient(center bottom, #CCC 0%, #FFF 100%); } #liveCopyToClip { font-size: 1em; margin: 5px 0 0 0; width: 30%; } #response input { /* IE7/8 */ clear: both; display: inline-block; } #errorMessage, #statsError { font-family: 'PTSans-Bold', sans-serif; font-weight: bolder; font-size: 1.5em; color: #FF7878; float: right; } #getLinkResponse { display: none; text-align: left; } #getLinkResponse table { width: 90%; } #Statstable { clear: both; } #StatsTitle, th { font-family: 'PTSans-Bold', sans-serif; font-weight: bolder; font-size: 1.75em; float: left; } #StatsOriginalURL { font-family: 'PTSans-Bold', sans-serif; font-size: 1em; margin: 5px 0; clear: both; float: left; width: 100%; } th { font-size: 1em; } .odd { background: #FFF; } .tableCount { text-align: right; float: right; width: 5%; } table { margin: 15px 0; } blockquote { font-family: monospace; font-size: 1em; background: #FFF; border: solid 1px #444; padding: 10px; } p { margin: 0 0 15px 0; } #timesUsedHolder { clear: both; } /* TODO @media screen and (max-width: 720px) { } */
0.211987
0.085518
@import url(https://fonts.googleapis.com/css?family=Roboto:300); * { box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style: none; } html { scroll-behavior: smooth; } .container { width: 75%; margin: 0 auto; } button { font-family: "Roboto", sans-serif; font-weight: 500; font-size: 16px; color: #003366; text-decoration: none; } section h3 { padding-bottom: 20px; font-size: 25px; text-align: center; margin: 0; color: #003366; } /* header { display: flex; justify-content: flex-end; align-items: center; } */ .logo { cursor: pointer; width: 500px; padding: 5px 90px; line-height: 80px; } nav{ background: #abc7db; height: 80px; width: 100%; /* position: fixed; */ } nav ul { float: right; margin-right: 20px; } nav ul li{ display: inline-block; line-height: 80px; margin: 0 5px; } nav ul li a { color: #003366; font-size: 17px; transition: all 0.3s ease 0s; } nav ul li a:hover { color: #fff; text-decoration: none; } .nav__links li { display: inline-block; padding: 0 10px; } .nav_links li a:hover { color: #0088a9; } button { padding: 9px 25px; background-image: linear-gradient(to right, #12D8FA 0%, #1FA2FF 90%, #1FA2FF 100%); border: none; border-radius: 50px; cursor: pointer; transition: all 0.3s ease 0s; } button:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .section { padding: 50px 0; } .banner { background: url(../assets/images/slide.png) no-repeat; background-size: 100%; padding: 57 px 0; } .button_cta { padding-top: 215px; padding-bottom: 15px; } #berita { background: url(../assets/images/bg-1.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .news-area .container{ padding: 30px; height: auto; /* align-items: center; justify-content: center; */ border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .swiper { height: auto; } .news-area .card .image img{ height: 100%; width: 100%; object-fit: cover; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex-direction: column; align-items: center; /* border: 3px solid #fff */ } .first-news { width: 300px; height: auto; object-fit: cover; } .card { position: relative; background: #e7f2f8; border-radius: 15px; /* margin: 20px 0; */ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } .card .news-title { font-size: 16px; display: flex; flex-direction: column; align-items: center; padding: 25px; position: relative; z-index: 100; } .card .button { width: 100%; display: flex; padding-left: 25px; padding-bottom: 25px; justify-content: space-between; } .card .button button { background-image: linear-gradient(to right, #12D8FA 0%, #1FA2FF 90%, #1FA2FF 100%); outline: none; border: none; padding: 8px 10px; border-radius: 15px; font-size: 14px; transition: all 0.3s ease; cursor: pointer; } .button button:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .swiper-pagination { position: absolute; } .swiper-pagination-bullet { height: 7px; width: 20px; border-radius: 25px; } .swiper-button-next, .swiper-button-prev{ opacity: 0.7; transition: all 0.3s ease; } .swiper-button-next:hover, .swiper-button-prev:hover{ opacity: 1; } .gallery-area .container-gallery{ max-width: 81rem; width: 100%; margin: 0 auto; padding: 0 3rem; z-index: 10; padding: 50px; height: 50vh; align-items: center; justify-content: center; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .gallery-area .card-gallery .image { border-radius: 5%; } .card-gallery .image img{ height: 100%; width: 100%; border-radius: 5%; object-fit: cover; border: 5px solid #e7f2f8; /* border: 3px solid #fff */ } /* .slider-container-berita { padding: 10px; max-width: 1170px; margin: auto; } .slider-list-berita { list-style-type: none; padding-left: 0; margin: 0; display: flex; justify-content: space-between; margin-bottom: 10px; overflow: hidden; } .img-slider-berita { height: auto; border: 1px solid #ddd; border-radius: 4px; padding: 0 0 70px 0; border-radius: 30px; margin: 5px; width: 250px; background-color: white; } .slider-arrows-berita { display: flex; justify-content: space-between; height: 30px; bottom: 80px; cursor: pointer; } .slider-item-berita img { max-width: auto; height: auto; } */ #bantuan { background: url(../assets/images/bg-2.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .grid-container { display: grid; align-content: start; grid-template-columns: auto auto; grid-gap: 30px; padding: 20px; height: 500px; font-style: italic; font-weight: bold; } .grid-container > div { background-color: #abc7db; text-align: center; padding: 20px 0; font-size: 20px; border-radius: 15px; box-shadow: 5px 5px; } ul.arrows { list-style: none; float: right; padding-right: 20px; vertical-align: top; cursor: pointer; } .arrows-right { width: 40px; } #gallery { background: url(../assets/images/bg-1.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .slider-container { padding: 10px; max-width: 1170px; margin: auto; } .slider-list { list-style-type: none; padding-left: 0; margin: 0; display: flex; justify-content: space-between; margin-bottom: 10px; overflow: hidden; } .slider-item:not(.slider-item:last-child) { padding-left: 40px; } /* .slider-item { background-color: gray; margin-bottom: -4px; } */ .img-slider { height: auto; border: 1px solid #ddd; border-radius: 4px; padding: 5px; width: 200px; background-color: white; } .img-slider:hover { box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); } .slider-arrows { display: flex; justify-content: space-between; height: 30px; bottom: 80px; cursor: pointer; } .slider-item img { max-width: auto; height: auto; } #download { background: url(../assets/images/bg-3.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .banner-download { background-color: #abc7db; border-radius: 30px; opacity: 0.8; height: 450px; padding: 80px; margin: 0; text-align: center; } .banner-download img { cursor: pointer; width: 500px; padding: 5px 90px; line-height: 80px; } footer { font-family: "Roboto", sans-serif; background: url(../assets/images/footer.png) no-repeat; background-size: 100%; /* position: fixed; */ left: 0; bottom: 0; padding-top: 20px; padding-bottom: 20px; width: 100%; /* background-color: #003366; */ color: white; text-align: center; height: auto; }
assets/css/layout.css
@import url(https://fonts.googleapis.com/css?family=Roboto:300); * { box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style: none; } html { scroll-behavior: smooth; } .container { width: 75%; margin: 0 auto; } button { font-family: "Roboto", sans-serif; font-weight: 500; font-size: 16px; color: #003366; text-decoration: none; } section h3 { padding-bottom: 20px; font-size: 25px; text-align: center; margin: 0; color: #003366; } /* header { display: flex; justify-content: flex-end; align-items: center; } */ .logo { cursor: pointer; width: 500px; padding: 5px 90px; line-height: 80px; } nav{ background: #abc7db; height: 80px; width: 100%; /* position: fixed; */ } nav ul { float: right; margin-right: 20px; } nav ul li{ display: inline-block; line-height: 80px; margin: 0 5px; } nav ul li a { color: #003366; font-size: 17px; transition: all 0.3s ease 0s; } nav ul li a:hover { color: #fff; text-decoration: none; } .nav__links li { display: inline-block; padding: 0 10px; } .nav_links li a:hover { color: #0088a9; } button { padding: 9px 25px; background-image: linear-gradient(to right, #12D8FA 0%, #1FA2FF 90%, #1FA2FF 100%); border: none; border-radius: 50px; cursor: pointer; transition: all 0.3s ease 0s; } button:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .section { padding: 50px 0; } .banner { background: url(../assets/images/slide.png) no-repeat; background-size: 100%; padding: 57 px 0; } .button_cta { padding-top: 215px; padding-bottom: 15px; } #berita { background: url(../assets/images/bg-1.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .news-area .container{ padding: 30px; height: auto; /* align-items: center; justify-content: center; */ border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .swiper { height: auto; } .news-area .card .image img{ height: 100%; width: 100%; object-fit: cover; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex-direction: column; align-items: center; /* border: 3px solid #fff */ } .first-news { width: 300px; height: auto; object-fit: cover; } .card { position: relative; background: #e7f2f8; border-radius: 15px; /* margin: 20px 0; */ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } .card .news-title { font-size: 16px; display: flex; flex-direction: column; align-items: center; padding: 25px; position: relative; z-index: 100; } .card .button { width: 100%; display: flex; padding-left: 25px; padding-bottom: 25px; justify-content: space-between; } .card .button button { background-image: linear-gradient(to right, #12D8FA 0%, #1FA2FF 90%, #1FA2FF 100%); outline: none; border: none; padding: 8px 10px; border-radius: 15px; font-size: 14px; transition: all 0.3s ease; cursor: pointer; } .button button:hover { background-position: right center; /* change the direction of the change here */ color: #fff; text-decoration: none; } .swiper-pagination { position: absolute; } .swiper-pagination-bullet { height: 7px; width: 20px; border-radius: 25px; } .swiper-button-next, .swiper-button-prev{ opacity: 0.7; transition: all 0.3s ease; } .swiper-button-next:hover, .swiper-button-prev:hover{ opacity: 1; } .gallery-area .container-gallery{ max-width: 81rem; width: 100%; margin: 0 auto; padding: 0 3rem; z-index: 10; padding: 50px; height: 50vh; align-items: center; justify-content: center; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .gallery-area .card-gallery .image { border-radius: 5%; } .card-gallery .image img{ height: 100%; width: 100%; border-radius: 5%; object-fit: cover; border: 5px solid #e7f2f8; /* border: 3px solid #fff */ } /* .slider-container-berita { padding: 10px; max-width: 1170px; margin: auto; } .slider-list-berita { list-style-type: none; padding-left: 0; margin: 0; display: flex; justify-content: space-between; margin-bottom: 10px; overflow: hidden; } .img-slider-berita { height: auto; border: 1px solid #ddd; border-radius: 4px; padding: 0 0 70px 0; border-radius: 30px; margin: 5px; width: 250px; background-color: white; } .slider-arrows-berita { display: flex; justify-content: space-between; height: 30px; bottom: 80px; cursor: pointer; } .slider-item-berita img { max-width: auto; height: auto; } */ #bantuan { background: url(../assets/images/bg-2.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .grid-container { display: grid; align-content: start; grid-template-columns: auto auto; grid-gap: 30px; padding: 20px; height: 500px; font-style: italic; font-weight: bold; } .grid-container > div { background-color: #abc7db; text-align: center; padding: 20px 0; font-size: 20px; border-radius: 15px; box-shadow: 5px 5px; } ul.arrows { list-style: none; float: right; padding-right: 20px; vertical-align: top; cursor: pointer; } .arrows-right { width: 40px; } #gallery { background: url(../assets/images/bg-1.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .slider-container { padding: 10px; max-width: 1170px; margin: auto; } .slider-list { list-style-type: none; padding-left: 0; margin: 0; display: flex; justify-content: space-between; margin-bottom: 10px; overflow: hidden; } .slider-item:not(.slider-item:last-child) { padding-left: 40px; } /* .slider-item { background-color: gray; margin-bottom: -4px; } */ .img-slider { height: auto; border: 1px solid #ddd; border-radius: 4px; padding: 5px; width: 200px; background-color: white; } .img-slider:hover { box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); } .slider-arrows { display: flex; justify-content: space-between; height: 30px; bottom: 80px; cursor: pointer; } .slider-item img { max-width: auto; height: auto; } #download { background: url(../assets/images/bg-3.png) no-repeat; background-size: 100%; height: auto; padding-top: 20px; padding-bottom: 20px; } .banner-download { background-color: #abc7db; border-radius: 30px; opacity: 0.8; height: 450px; padding: 80px; margin: 0; text-align: center; } .banner-download img { cursor: pointer; width: 500px; padding: 5px 90px; line-height: 80px; } footer { font-family: "Roboto", sans-serif; background: url(../assets/images/footer.png) no-repeat; background-size: 100%; /* position: fixed; */ left: 0; bottom: 0; padding-top: 20px; padding-bottom: 20px; width: 100%; /* background-color: #003366; */ color: white; text-align: center; height: auto; }
0.388966
0.059921
d-title { padding-top: 8rem; font-weight: 800; color: #fff; background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(77,77,77, 0.8), rgba(77,77,77, 0.8) ), /* bottom, image */ url(ryan-magsino-sohLeI-k-HU-unsplash.jpg) no-repeat center center fixed; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size:cover !important; } .cdc { font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; } .highcharts-container { font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; } .highcharts-container text { font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } #chartContainter { min-width: 0; overflow: hidden; } details { background-color: hsla(206, 95%, 20%, 0.2); cursor: pointer; color: #2d2d2d; margin-bottom:1vh; padding: 1em; border: none; text-align: left; outline: none; } .active, details:hover { transition: max-height 0.2s ease-out; /* background-color: #acc2c2; */ } details { display: flex; justify-content: space-between; align-content: center; border-radius: 4px; } details.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } summary::-webkit-details-marker { display: none } summary::after { float: right; font-family: "Font Awesome 5 Free"; content: "\f0fe"; } details[open] summary::after { float: right; font-family: "Font Awesome 5 Free"; content: "\f146"; } details h4 { margin: 0; line-height: inherit; } d-article h4 { font-weight: 700 !important; text-transform: initial; color: #5da5da; font-size: 16px; line-height: 1.4em; } .dt-tags .dt-tag { text-decoration: none; display: inline-block; color: #ffffff; padding: 0em 0.4em; margin-right: 0.5em; margin-bottom: 0.4em; font-size: 70%; border: 1px solid rgba(255,255,255,0.5); border-radius: 3px; text-transform: uppercase; font-weight: 500; } .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn { display: inline-block; font-weight: 400; color: #fff; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid #fff; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .go-to-nav { display: table-cell !important; vertical-align: bottom !important; padding: .375rem .25rem; } .mb-2, .my-2 { margin-bottom: .5rem!important; }
_site/equity_header.css
d-title { padding-top: 8rem; font-weight: 800; color: #fff; background: /* top, transparent red, faked with gradient */ linear-gradient( rgba(77,77,77, 0.8), rgba(77,77,77, 0.8) ), /* bottom, image */ url(ryan-magsino-sohLeI-k-HU-unsplash.jpg) no-repeat center center fixed; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size:cover !important; } .cdc { font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; } .highcharts-container { font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important; } .highcharts-container text { font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } #chartContainter { min-width: 0; overflow: hidden; } details { background-color: hsla(206, 95%, 20%, 0.2); cursor: pointer; color: #2d2d2d; margin-bottom:1vh; padding: 1em; border: none; text-align: left; outline: none; } .active, details:hover { transition: max-height 0.2s ease-out; /* background-color: #acc2c2; */ } details { display: flex; justify-content: space-between; align-content: center; border-radius: 4px; } details.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } summary::-webkit-details-marker { display: none } summary::after { float: right; font-family: "Font Awesome 5 Free"; content: "\f0fe"; } details[open] summary::after { float: right; font-family: "Font Awesome 5 Free"; content: "\f146"; } details h4 { margin: 0; line-height: inherit; } d-article h4 { font-weight: 700 !important; text-transform: initial; color: #5da5da; font-size: 16px; line-height: 1.4em; } .dt-tags .dt-tag { text-decoration: none; display: inline-block; color: #ffffff; padding: 0em 0.4em; margin-right: 0.5em; margin-bottom: 0.4em; font-size: 70%; border: 1px solid rgba(255,255,255,0.5); border-radius: 3px; text-transform: uppercase; font-weight: 500; } .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn { display: inline-block; font-weight: 400; color: #fff; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid #fff; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .go-to-nav { display: table-cell !important; vertical-align: bottom !important; padding: .375rem .25rem; } .mb-2, .my-2 { margin-bottom: .5rem!important; }
0.433742
0.102709
body { font-family: monospace; font-size: 16px; margin-top: 6px; margin-bottom: 6px; overflow-y: hidden; /* prevents scrollbars on certain names */ width: 400px; height: 250px; } .img svg { width: 13px; height: 13px; } #extras { padding-right: 12px; text-align: right; } #totpbox { width: 100%; display: flex; flex-direction: column; } .row { display: flex; align-items: center; height: 25px; padding-left: 12px; padding-right: 12px; } .row:hover { background-color: #f0f0f0; } .row:active { background-color: #e8e8e8; } .name { flex-grow: 1; } .timecode { padding-left: 16px; } #hiddencopy { left: -9999px; position: absolute; top: 0; } #enterPassword { position: fixed; left: 0; top: 0; height: 100%; width: 0; z-index: 1; overflow-x: hidden; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.5); } .subHidden { border-style: solid; border-radius: 2px; border-width: 1px; border-color: rgba(12, 12, 13, 0.5); padding: 50px; text-align: center; background-color: #f9f9fa; } button, .button { display: inline-block; min-width: 100px; text-align: center; height: 32px; padding: 8px; margin: 5px; font-size: 13px; color: rgba(12, 12, 13, 1); background-color: rgba(12, 12, 13, 0.1); border: none; border-radius: 2px; } button:hover, .button:hover { background-color: rgba(12, 12, 13, 0.2); } button:active, .button:active { background-color: rgba(12, 12, 13, 0.3); } button.primary { color: #ffffff; background-color: #0060df; } button.primary:hover { background-color: #003eaa; } button.primary:active { background-color: #002275; } /* http://design.firefox.com/photon/components/input-fields.html */ input { height: 32px; border-style: solid; border-radius: 2px; border-width: 1px; border-color: rgba(12, 12, 13, 0.3); margin: 5px; padding-left: 10px; } input:hover { border-color: rgba(12, 12, 13, 0.5); } input:focus { border-color: rgba(12, 12, 13, 0.5); }
extension/browserAction.css
body { font-family: monospace; font-size: 16px; margin-top: 6px; margin-bottom: 6px; overflow-y: hidden; /* prevents scrollbars on certain names */ width: 400px; height: 250px; } .img svg { width: 13px; height: 13px; } #extras { padding-right: 12px; text-align: right; } #totpbox { width: 100%; display: flex; flex-direction: column; } .row { display: flex; align-items: center; height: 25px; padding-left: 12px; padding-right: 12px; } .row:hover { background-color: #f0f0f0; } .row:active { background-color: #e8e8e8; } .name { flex-grow: 1; } .timecode { padding-left: 16px; } #hiddencopy { left: -9999px; position: absolute; top: 0; } #enterPassword { position: fixed; left: 0; top: 0; height: 100%; width: 0; z-index: 1; overflow-x: hidden; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.5); } .subHidden { border-style: solid; border-radius: 2px; border-width: 1px; border-color: rgba(12, 12, 13, 0.5); padding: 50px; text-align: center; background-color: #f9f9fa; } button, .button { display: inline-block; min-width: 100px; text-align: center; height: 32px; padding: 8px; margin: 5px; font-size: 13px; color: rgba(12, 12, 13, 1); background-color: rgba(12, 12, 13, 0.1); border: none; border-radius: 2px; } button:hover, .button:hover { background-color: rgba(12, 12, 13, 0.2); } button:active, .button:active { background-color: rgba(12, 12, 13, 0.3); } button.primary { color: #ffffff; background-color: #0060df; } button.primary:hover { background-color: #003eaa; } button.primary:active { background-color: #002275; } /* http://design.firefox.com/photon/components/input-fields.html */ input { height: 32px; border-style: solid; border-radius: 2px; border-width: 1px; border-color: rgba(12, 12, 13, 0.3); margin: 5px; padding-left: 10px; } input:hover { border-color: rgba(12, 12, 13, 0.5); } input:focus { border-color: rgba(12, 12, 13, 0.5); }
0.437223
0.10393
@charset"utf-8"; /* CSS Document */ /**************************** * version:1.0 * By:landry * Date:2015-07-15 * */ /*大体架构 ----------*/ body, html { color: #252324; font-family:'Microsoft YaHei'; width: 100%; font-size:0; } body { position: relative; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1024?"1024px":""); } } .container { position: relative; margin: 0 auto; min-width: 1000px; } img { border: 0; vertical-align: middle; display:block; width: 100%; } a { text-decoration:none; color: #252324; } a:hover { color:#303030; } /*颜色值 --------------*/ .orange { color: #dcb652; } .blue { color: #87cbff; } .green{ color: #36b4b6; } /*层级*/ .z-index { z-index: 9; } /*清除浮动 --------------*/ .clear { padding: 0; margin: 0; width: 0; height: 0; font-size: 0; overflow: 0; clear: both; line-height: 0; } .clearfix { zoom: 1; _height: 1px } .clearfix:after { content:"."; display: block; height: 0; clear: both; visibility: hidden } /*清楚文字内容 --------------*/ .txtIndent { text-indent: -9999em; } /*用于seo不显示的内容 --------------*/ .seo { width: 0; height: 0; overflow: hidden; position: absolute; visibility: hidden; top: 0; left: 0; } .seo, .hideImg { width: 0; height: 0; overflow: hidden; position: absolute; visibility: hidden; top: 0; left: 0; } .hideImg { overflow: hidden; } .hideImg img { width: 0; height: 0; overflow: hidden; } /*左浮动和右浮动 --------------*/ .float_l { float: left; } .float_r { float: right; } .float_r, .float_l { _display: inline; } /*灰遮罩*/ .cover { position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); text-indent: -1000px; overflow: hidden; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; } .layer-cover { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/cover01.png) repeat; overflow:hidden; overflow-y:scroll; } /**头部**/ .header { width: 100%; margin: 0 auto; position: fixed; top: 0; left: 0; z-index: 10; background: url(../images/blackpng.png) repeat; } .header .head{ max-width: 1180px; margin: 0 auto; padding: 0 10px; } .header .logo{ padding: 14px 0; max-width: 126px; float: left; display: block; transition: all 1s ease; -webkit-transition: all 1s ease; } .mongodb-navbar{ float: right; } .nav li{ display: inline-block; *display: inline; _display: inline; position: relative; line-height: 30px; height: 30px; padding: 20px 0; margin: 0 1px 0 0; } .nav li .name{ font-size: 16px; color: #fff; line-height: 30px; padding: 0 20px; display: inline-block; position: relative; transition: all 1s ease; -webkit-transition: all 1s ease; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .nav .name:hover, .nav .active .name, .nav .active1 .name{ background: #36b4b6; } .subnav { top: 78px; right: -358px; position: absolute; width: 595px; background: #fff; opacity: 0; filter: alpha(opacity=100); visibility: hidden; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; text-align: left; /*border-top: 1px solid #DEE0DF;*/ *border-bottom: 1px solid #DEE0DF; _border-bottom: 1px solid #DEE0DF; font-size: 14px; line-height: 34px; padding: 20px 10px; box-shadow: 0 7px 21px rgba(0,0,0,.1); -webkit-box-shadow: 0 7px 21px rgba(0,0,0,.1); } .subnav03{ width:212px; right:0; } .nav li:hover .subnav{ opacity: 1; filter: alpha(opacity=100); visibility: visible; } .subnav .arrow{ position: absolute; width: 17px; height: 8px; display: inline-block; background: url(../images/arrow.png) no-repeat; left: 34.3%; top: -8px; } .subnav03 .arrow{ left: 88%; } .subnav h3{ padding: 20px 0 0; } .subnav h3.first{ padding:0; } .subnav a{ color: #3e3f3f; display: inline-block; padding: 0 15px; } .subnav h3 a{ cursor: text; } .subnav h3 a{ font-weight: bold; } .subnav h3 a:hover,.subnav h3 a:focus{ color: #3e3f3f; } .subnav a:hover, .subnav .active{ color:#36b4b6; } .header .navbar-toggle { background: none; border: none; position: absolute; top: 50%; right: 10px; margin: -11px 0 0 0; display: none; padding: 0; } .header .navbar-toggle .icon-bar { width: 28px; height: 2px; background: #35B5B6; border-radius: 1px; margin: 0 0 5px 0; display: block; } #jjfa-submenu a{ display: inline-block; width: 70px; text-align: left; padding: 0 0 0 10px; } #jjfa-submenu a.disabled{ cursor: default; color: #a7a7a7; } #jjfa-submenu a.disabled:hover{ color: #3e3f3f; } /*底部*/ .footer { background: #292929; width: 100%; position: relative; z-index: 8; padding: 60px 0 30px; overflow: hidden; } .footer .foot { line-height: 30px; font-size:12px; max-width: 1160px; margin: 0 auto; color: #fff; position: relative; } .footer .foot a{ color: #fff; } .footer .foot a:hover{ color: #299ea0; } .footer .foot .btn{ background: #36b4b6; line-height: 20px; display: inline-block; padding: 0 7px; font-size: 12px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .footer .foot .btn:hover{ background: #26a1a3; color: #fff; } .footer .f-box{ float: left; min-height:264px; } .footer .f-box .name{ line-height:36px; font-size:14px; } .footer .wx-box{ max-width:178px; padding:15px 0 0; text-align:center; } .footer .f-box01 img{ max-width: 178px; } .footer .wx-box img{ max-width:114px; margin:0 auto; } .footer .f-box h2{ line-height: 28px; font-size: 14px; padding:0 0 8px; } .footer .f-box02 li{ width:56.42%; float:left; } .footer .f-box02 .odd{ width:43.58%; } .footer .f-box02, .footer .f-box03, .footer .f-box04{ background:url(../images/line.png) right 0 repeat-y; } .footer .f-box03 h2, .footer .f-box04 h2, .footer .f-box05 h2{ padding:0 0 8px 20%; } .footer .f-box02 p, .footer .f-box03 p, .footer .f-box04 p, .footer .f-box05 p{ padding:0 0 0 20%; } .footer .f-box01{ width:23.62%; padding: 7px 0 0; } .footer .f-box02{ width:25.51%; } .footer .f-box03{ width:15.94%; } .footer .f-box04{ width:14.48%; } .footer .f-box05{ width:20.25%; } .footer .f-box05 p{ line-height:36px; } .footer .copyright{ margin: 2.2% 0 0; font-size: 12px; text-align: center; width: 100%; float: left; } #player1, #player2{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .layer{position:fixed; top:0; left:0; width:100%; height:100%; display:none;} .layer .cover{display:block;} .layer .close{width:24px; height:24px; display:block; position:absolute; top:0; right:-24px; background:url(../images/close.png) no-repeat;} .layer-box{position:absolute; top:15%; left:15%;width:70%; height:70%;}
app/views/style/base.css
@charset"utf-8"; /* CSS Document */ /**************************** * version:1.0 * By:landry * Date:2015-07-15 * */ /*大体架构 ----------*/ body, html { color: #252324; font-family:'Microsoft YaHei'; width: 100%; font-size:0; } body { position: relative; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1024?"1024px":""); } } .container { position: relative; margin: 0 auto; min-width: 1000px; } img { border: 0; vertical-align: middle; display:block; width: 100%; } a { text-decoration:none; color: #252324; } a:hover { color:#303030; } /*颜色值 --------------*/ .orange { color: #dcb652; } .blue { color: #87cbff; } .green{ color: #36b4b6; } /*层级*/ .z-index { z-index: 9; } /*清除浮动 --------------*/ .clear { padding: 0; margin: 0; width: 0; height: 0; font-size: 0; overflow: 0; clear: both; line-height: 0; } .clearfix { zoom: 1; _height: 1px } .clearfix:after { content:"."; display: block; height: 0; clear: both; visibility: hidden } /*清楚文字内容 --------------*/ .txtIndent { text-indent: -9999em; } /*用于seo不显示的内容 --------------*/ .seo { width: 0; height: 0; overflow: hidden; position: absolute; visibility: hidden; top: 0; left: 0; } .seo, .hideImg { width: 0; height: 0; overflow: hidden; position: absolute; visibility: hidden; top: 0; left: 0; } .hideImg { overflow: hidden; } .hideImg img { width: 0; height: 0; overflow: hidden; } /*左浮动和右浮动 --------------*/ .float_l { float: left; } .float_r { float: right; } .float_r, .float_l { _display: inline; } /*灰遮罩*/ .cover { position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); text-indent: -1000px; overflow: hidden; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; } .layer-cover { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/cover01.png) repeat; overflow:hidden; overflow-y:scroll; } /**头部**/ .header { width: 100%; margin: 0 auto; position: fixed; top: 0; left: 0; z-index: 10; background: url(../images/blackpng.png) repeat; } .header .head{ max-width: 1180px; margin: 0 auto; padding: 0 10px; } .header .logo{ padding: 14px 0; max-width: 126px; float: left; display: block; transition: all 1s ease; -webkit-transition: all 1s ease; } .mongodb-navbar{ float: right; } .nav li{ display: inline-block; *display: inline; _display: inline; position: relative; line-height: 30px; height: 30px; padding: 20px 0; margin: 0 1px 0 0; } .nav li .name{ font-size: 16px; color: #fff; line-height: 30px; padding: 0 20px; display: inline-block; position: relative; transition: all 1s ease; -webkit-transition: all 1s ease; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .nav .name:hover, .nav .active .name, .nav .active1 .name{ background: #36b4b6; } .subnav { top: 78px; right: -358px; position: absolute; width: 595px; background: #fff; opacity: 0; filter: alpha(opacity=100); visibility: hidden; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; text-align: left; /*border-top: 1px solid #DEE0DF;*/ *border-bottom: 1px solid #DEE0DF; _border-bottom: 1px solid #DEE0DF; font-size: 14px; line-height: 34px; padding: 20px 10px; box-shadow: 0 7px 21px rgba(0,0,0,.1); -webkit-box-shadow: 0 7px 21px rgba(0,0,0,.1); } .subnav03{ width:212px; right:0; } .nav li:hover .subnav{ opacity: 1; filter: alpha(opacity=100); visibility: visible; } .subnav .arrow{ position: absolute; width: 17px; height: 8px; display: inline-block; background: url(../images/arrow.png) no-repeat; left: 34.3%; top: -8px; } .subnav03 .arrow{ left: 88%; } .subnav h3{ padding: 20px 0 0; } .subnav h3.first{ padding:0; } .subnav a{ color: #3e3f3f; display: inline-block; padding: 0 15px; } .subnav h3 a{ cursor: text; } .subnav h3 a{ font-weight: bold; } .subnav h3 a:hover,.subnav h3 a:focus{ color: #3e3f3f; } .subnav a:hover, .subnav .active{ color:#36b4b6; } .header .navbar-toggle { background: none; border: none; position: absolute; top: 50%; right: 10px; margin: -11px 0 0 0; display: none; padding: 0; } .header .navbar-toggle .icon-bar { width: 28px; height: 2px; background: #35B5B6; border-radius: 1px; margin: 0 0 5px 0; display: block; } #jjfa-submenu a{ display: inline-block; width: 70px; text-align: left; padding: 0 0 0 10px; } #jjfa-submenu a.disabled{ cursor: default; color: #a7a7a7; } #jjfa-submenu a.disabled:hover{ color: #3e3f3f; } /*底部*/ .footer { background: #292929; width: 100%; position: relative; z-index: 8; padding: 60px 0 30px; overflow: hidden; } .footer .foot { line-height: 30px; font-size:12px; max-width: 1160px; margin: 0 auto; color: #fff; position: relative; } .footer .foot a{ color: #fff; } .footer .foot a:hover{ color: #299ea0; } .footer .foot .btn{ background: #36b4b6; line-height: 20px; display: inline-block; padding: 0 7px; font-size: 12px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .footer .foot .btn:hover{ background: #26a1a3; color: #fff; } .footer .f-box{ float: left; min-height:264px; } .footer .f-box .name{ line-height:36px; font-size:14px; } .footer .wx-box{ max-width:178px; padding:15px 0 0; text-align:center; } .footer .f-box01 img{ max-width: 178px; } .footer .wx-box img{ max-width:114px; margin:0 auto; } .footer .f-box h2{ line-height: 28px; font-size: 14px; padding:0 0 8px; } .footer .f-box02 li{ width:56.42%; float:left; } .footer .f-box02 .odd{ width:43.58%; } .footer .f-box02, .footer .f-box03, .footer .f-box04{ background:url(../images/line.png) right 0 repeat-y; } .footer .f-box03 h2, .footer .f-box04 h2, .footer .f-box05 h2{ padding:0 0 8px 20%; } .footer .f-box02 p, .footer .f-box03 p, .footer .f-box04 p, .footer .f-box05 p{ padding:0 0 0 20%; } .footer .f-box01{ width:23.62%; padding: 7px 0 0; } .footer .f-box02{ width:25.51%; } .footer .f-box03{ width:15.94%; } .footer .f-box04{ width:14.48%; } .footer .f-box05{ width:20.25%; } .footer .f-box05 p{ line-height:36px; } .footer .copyright{ margin: 2.2% 0 0; font-size: 12px; text-align: center; width: 100%; float: left; } #player1, #player2{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .layer{position:fixed; top:0; left:0; width:100%; height:100%; display:none;} .layer .cover{display:block;} .layer .close{width:24px; height:24px; display:block; position:absolute; top:0; right:-24px; background:url(../images/close.png) no-repeat;} .layer-box{position:absolute; top:15%; left:15%;width:70%; height:70%;}
0.25174
0.075585
.workimages1 { position: relative; background-image: url(/images/standing.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; padding: 100px 0; } .workimages1::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0, 0, 0, 0.7); } .workimages2 { position: relative; background-image: url(/images/digital-technology-network-data-communication-concept-abstract-background-earth-element-furnished-by-nasa_24070-630.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: 100%; } .workimages2::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages8 { position: relative; background-image: url(/images/banner_shape.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; background-position:center; backdrop-filter: blur(3px); } .workimages8::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(238, 237, 237, 0.438); } .workimages9 { position: relative; background-image: url(/images/bg_shap3.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: contain; background-position:right; } .workimages9::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages { position: relative; background-image: url(/images/global-business_53876-94811.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; background-position:center; background-attachment: fixed; background-blend-mode: darken; } .workimages::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0 0 0 / 77%); } .workimages10 { position: relative; background-image: url(/images/bg_shap4.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: contain; background-position:left; } .workimages10::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages11 { position: relative; background-image: url(/images/bg_shap6.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: contain; background-position:right; } .workimages11::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages5 { position: relative; background-image: url(/images/dark-grunge-textured-wall-closeup-well-use-as-digital-studio-background_1258-268.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size:cover; margin-top: -9px; } .workimages5::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000000c4; } .workimages6 { position: relative; background-image: url(/images/camera.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; } .workimages6::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.397); } .footer-inner_text{ color: #ccc !important; } .footer-inner_text:hover{ color: var(--wa-orange-color); } .footer-inner_text1{ color: #f9f9f9; font-weight: 600; } .wa_news_wrapper{ position: relative; /* background-image: url(/images/bg_shap4.png); */ background-repeat: no-repeat; /* Do not repeat the image */ /* background-size: contain; */ background-position:left; }
frontend/web/css/bgimages.css
.workimages1 { position: relative; background-image: url(/images/standing.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; padding: 100px 0; } .workimages1::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0, 0, 0, 0.7); } .workimages2 { position: relative; background-image: url(/images/digital-technology-network-data-communication-concept-abstract-background-earth-element-furnished-by-nasa_24070-630.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: 100%; } .workimages2::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages8 { position: relative; background-image: url(/images/banner_shape.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; background-position:center; backdrop-filter: blur(3px); } .workimages8::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(238, 237, 237, 0.438); } .workimages9 { position: relative; background-image: url(/images/bg_shap3.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: contain; background-position:right; } .workimages9::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages { position: relative; background-image: url(/images/global-business_53876-94811.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; background-position:center; background-attachment: fixed; background-blend-mode: darken; } .workimages::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0 0 0 / 77%); } .workimages10 { position: relative; background-image: url(/images/bg_shap4.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: contain; background-position:left; } .workimages10::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages11 { position: relative; background-image: url(/images/bg_shap6.png); background-repeat: no-repeat; /* Do not repeat the image */ background-size: contain; background-position:right; } .workimages11::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .workimages5 { position: relative; background-image: url(/images/dark-grunge-textured-wall-closeup-well-use-as-digital-studio-background_1258-268.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size:cover; margin-top: -9px; } .workimages5::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000000c4; } .workimages6 { position: relative; background-image: url(/images/camera.jpg); background-repeat: no-repeat; /* Do not repeat the image */ background-size: cover; } .workimages6::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.397); } .footer-inner_text{ color: #ccc !important; } .footer-inner_text:hover{ color: var(--wa-orange-color); } .footer-inner_text1{ color: #f9f9f9; font-weight: 600; } .wa_news_wrapper{ position: relative; /* background-image: url(/images/bg_shap4.png); */ background-repeat: no-repeat; /* Do not repeat the image */ /* background-size: contain; */ background-position:left; }
0.427277
0.191762
body { font-size: 15px; font-family: Arial, Helvetica, sans-serif; color: rgb(23, 48, 30); } a { color: #00001a; } .container { display: grid; grid-template-columns: 1fr; grid-template-rows: 500px 1fr 30px; grid-gap: 5px; grid-template-areas: "header" "content" "footer" } .top { grid-area: header; display: grid; grid-template-columns: 1fr; grid-template-rows: 15fr 1fr; grid-template-areas: "hero" "nav" } .hero { grid-area: hero; color: white; border-radius: 15px; text-align: left; text-justify: center; letter-spacing: 3px; line-height: 70%; background-image: url('/assets/header-4231cf3b665ff1efce6cdb2487dd6d9528baacb56803c0408e34ac7017a1fd89.jpg'); /* background-image: asset-url("header.jpg"); */ /* background: url("https://unsplash.com/photos/98Xi5vMGKck"); */ background-size: cover; background-position: bottom right; display: grid; align-content: end; justify-content: start; padding: 20px; font: white; } .menu { grid-area: nav; align-self: center; padding: 0 5px; text-align: center; letter-spacing: 1.5px; font-size: 12px; } .sidebar { grid-area: content; background-color: #00001a; border-radius: 15px; padding: 10px; letter-spacing: 1.25px; display: grid; grid-gap: 10px; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr); } .item { display: grid; grid-template-columns: 1; grid-template-rows: 1; } .item img { grid-column: 1 / -1; grid-row: 1 / -1; width: 100%; height: 100%; object-fit: cover; border-radius: 15px; } .item_overlay { background: #ffffff30; grid-column: 1 / -1; grid-row: 1 / -1; border-radius: 15px; position: relative; display: grid; justify-items: center; align-items: center; transition: 0.2s; display: none; } .item_overlay a { text-decoration: none; border: 2px solid #00001a; background-color: #ffffff60; color: #00001a; text-transform: uppercase; padding: 5px; text-align: center; font-weight: 500; } .item:hover .item_overlay { display: grid; } footer { grid-area: footer; padding: 20px; text-align: center; letter-spacing: 1.5px; font-size: 12px; }
public/assets/welcome-a9033cbbeb1f959875ff85e538d1c8d75140a12a24e25dfa87bf89487c66fe1d.css
body { font-size: 15px; font-family: Arial, Helvetica, sans-serif; color: rgb(23, 48, 30); } a { color: #00001a; } .container { display: grid; grid-template-columns: 1fr; grid-template-rows: 500px 1fr 30px; grid-gap: 5px; grid-template-areas: "header" "content" "footer" } .top { grid-area: header; display: grid; grid-template-columns: 1fr; grid-template-rows: 15fr 1fr; grid-template-areas: "hero" "nav" } .hero { grid-area: hero; color: white; border-radius: 15px; text-align: left; text-justify: center; letter-spacing: 3px; line-height: 70%; background-image: url('/assets/header-4231cf3b665ff1efce6cdb2487dd6d9528baacb56803c0408e34ac7017a1fd89.jpg'); /* background-image: asset-url("header.jpg"); */ /* background: url("https://unsplash.com/photos/98Xi5vMGKck"); */ background-size: cover; background-position: bottom right; display: grid; align-content: end; justify-content: start; padding: 20px; font: white; } .menu { grid-area: nav; align-self: center; padding: 0 5px; text-align: center; letter-spacing: 1.5px; font-size: 12px; } .sidebar { grid-area: content; background-color: #00001a; border-radius: 15px; padding: 10px; letter-spacing: 1.25px; display: grid; grid-gap: 10px; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr); } .item { display: grid; grid-template-columns: 1; grid-template-rows: 1; } .item img { grid-column: 1 / -1; grid-row: 1 / -1; width: 100%; height: 100%; object-fit: cover; border-radius: 15px; } .item_overlay { background: #ffffff30; grid-column: 1 / -1; grid-row: 1 / -1; border-radius: 15px; position: relative; display: grid; justify-items: center; align-items: center; transition: 0.2s; display: none; } .item_overlay a { text-decoration: none; border: 2px solid #00001a; background-color: #ffffff60; color: #00001a; text-transform: uppercase; padding: 5px; text-align: center; font-weight: 500; } .item:hover .item_overlay { display: grid; } footer { grid-area: footer; padding: 20px; text-align: center; letter-spacing: 1.5px; font-size: 12px; }
0.633977
0.242867
div#container {height:100%; padding:5px;} div#header {background-color:#99bbbb; margin:5px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;} div#body {background-color:#fff; height:650px; margin:5px; padding:5px 0px 5px 0px; border:1px solid gray; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;} div#menu {background-color:#fff; height:100%; width:15%; float:left; overflow:auto; padding:0px 0px 0px 1px;} div#content {background-color:#eee; height: 99%; width:74%; float:left; overflow:auto; padding:1px;} div#misc {background-color:#fff; height:100%; width:10%; float:left; overflow:auto; padding:0px 0px 0px 5px;} div#content_upper {background-color:#d0d0d0; height:05%; overflow:auto;} div#content_middle {background-color:#ffffff; height:05%; overflow:auto; padding:5px 0px 0px 5px;} div#content_lower {background-color:#ffffff; height:89%; overflow:auto; padding:0px 0px 0px 5px;} div#footer {background-color:#99bbbb; margin:5px; clear:both; text-align:center; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;} div#dialog_school_list {display:none;} div#header_left_part {float:left; width:80%; height:35px; line-height:35px; font-size:32px; font-weight:bold;} div#header_right_part {float:left; width:20%; height:35px; line-height:35px; text-align:center; background-color:green;} span#span_user_info {display:inline-block; vertical-align:middle; line-height:normal;} span#span_debugmsg {display:none; color:red; font-weight:bold;} input#button_reqdata_up {display:none;} input#button_reqdata_down {display:none;} h1 {margin-bottom:0;} h2 {margin-bottom:0; font-size:14px;} ul {margin:0;} li {list-style:none;} table#table_child_add {border:1px solid gray; border-collapse:collapse;} table#table_child_add th {border:1px solid gray; font-size:16px; background-color:yellow;} table#table_child_add td {border:1px solid gray; padding:5px; word-break: keep-all;} table#classlist {font-size:14px; border:1px solid black; border-collapse:collapse;} table#classlist th {border:1px solid black; font-size:16px; background-color:yellow;} table#classlist td {border:1px solid black; padding:5px;} .table_school_edit {font-size:12px; border:1px solid lightgray;} .table_school_edit caption {border:1px solid #fff; font-size:15px; font-weight:bold; background:#dbb768; text-align:left;} .table_school_edit tr {vertical-align:top;} .table_school_edit td {border:1px solid lightgray;} .table_teacher_edit {font-size:12px; border:1px solid blue; border-collapse:collapse;} .table_teacher_edit tr {vertical-align:top;} .table_teacher_edit td {border:1px solid blue;} .img_school_logo {width: 100px; height: 100px;} .img_teacher_logo {width: 100px; height: 100px;} .img_user_avatar {width: 100px; height: 100px;} .img_navigation_prev_next { width: 50px; height: 100px; display: table-cell; vertical-align: middle; } .div_child_vertical_middle { border: 1px solid red; display: table-cell; vertical-align: middle; background-color: gray; }
WebContent/css/childmgmt.css
div#container {height:100%; padding:5px;} div#header {background-color:#99bbbb; margin:5px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;} div#body {background-color:#fff; height:650px; margin:5px; padding:5px 0px 5px 0px; border:1px solid gray; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;} div#menu {background-color:#fff; height:100%; width:15%; float:left; overflow:auto; padding:0px 0px 0px 1px;} div#content {background-color:#eee; height: 99%; width:74%; float:left; overflow:auto; padding:1px;} div#misc {background-color:#fff; height:100%; width:10%; float:left; overflow:auto; padding:0px 0px 0px 5px;} div#content_upper {background-color:#d0d0d0; height:05%; overflow:auto;} div#content_middle {background-color:#ffffff; height:05%; overflow:auto; padding:5px 0px 0px 5px;} div#content_lower {background-color:#ffffff; height:89%; overflow:auto; padding:0px 0px 0px 5px;} div#footer {background-color:#99bbbb; margin:5px; clear:both; text-align:center; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;} div#dialog_school_list {display:none;} div#header_left_part {float:left; width:80%; height:35px; line-height:35px; font-size:32px; font-weight:bold;} div#header_right_part {float:left; width:20%; height:35px; line-height:35px; text-align:center; background-color:green;} span#span_user_info {display:inline-block; vertical-align:middle; line-height:normal;} span#span_debugmsg {display:none; color:red; font-weight:bold;} input#button_reqdata_up {display:none;} input#button_reqdata_down {display:none;} h1 {margin-bottom:0;} h2 {margin-bottom:0; font-size:14px;} ul {margin:0;} li {list-style:none;} table#table_child_add {border:1px solid gray; border-collapse:collapse;} table#table_child_add th {border:1px solid gray; font-size:16px; background-color:yellow;} table#table_child_add td {border:1px solid gray; padding:5px; word-break: keep-all;} table#classlist {font-size:14px; border:1px solid black; border-collapse:collapse;} table#classlist th {border:1px solid black; font-size:16px; background-color:yellow;} table#classlist td {border:1px solid black; padding:5px;} .table_school_edit {font-size:12px; border:1px solid lightgray;} .table_school_edit caption {border:1px solid #fff; font-size:15px; font-weight:bold; background:#dbb768; text-align:left;} .table_school_edit tr {vertical-align:top;} .table_school_edit td {border:1px solid lightgray;} .table_teacher_edit {font-size:12px; border:1px solid blue; border-collapse:collapse;} .table_teacher_edit tr {vertical-align:top;} .table_teacher_edit td {border:1px solid blue;} .img_school_logo {width: 100px; height: 100px;} .img_teacher_logo {width: 100px; height: 100px;} .img_user_avatar {width: 100px; height: 100px;} .img_navigation_prev_next { width: 50px; height: 100px; display: table-cell; vertical-align: middle; } .div_child_vertical_middle { border: 1px solid red; display: table-cell; vertical-align: middle; background-color: gray; }
0.196903
0.123498
*, *:before, *:after { box-sizing: inherit; } html { padding: 0; margin: 0; box-sizing: border-box; } body { position: relative; min-height: 100vh; padding: 0 0 5em; margin: 0; font-family: "Ubuntu Mono", monospace; font-size: 1.25em; line-height: 1.5em; background: #fff; color: #222; } body.is-night { background: #222; color: #fff; } .t-header { background: #222; } .t-header_link { display: block; padding: 1em; font-family: monospace; font-size: 1.25em; text-align: center; text-transform: lowercase; text-decoration: none; color: white; } .t-header_link:focus { text-decoration: underline; } .t-timestamp { display: flex; justify-content: space-between; max-width: 20em; margin: 1em; } .t-timestamp_date { padding: 0 1em 0 0; } .t-timestamp_time { padding: 0 1em; } .t-timestamp_time:before { content: "/"; position: relative; left: -0.5em; } @media screen and (min-width: 900px) { .t-locations { display: flex; flex-wrap: wrap; } } .t-location { position: relative; flex-basis: 25em; flex-grow: 1; margin: 1em 0; } @media screen and (min-width: 900px) { .t-location { margin: 1em; } } .t-location_header { position: relative; padding: 1em; background: #f7f7f7; } .is-night .t-location_header { background: #000; color: #fff; } .t-location_toggle { position: absolute; top: calc(50% - 4px); right: 0.25em; border: 0; background: transparent; font-family: inherit; font-size: 2em; transform: translateY(-50%); } @media screen and (min-width: 900px) { .t-location_toggle { display: none; } } .t-location_toggle:focus { color: #3333ff; outline: none; } @media screen and (max-width: 900px) { .t-location.is-collapsed .t-status { display: block; position: absolute; top: 0; right: 2em; } .t-location.is-collapsed .t-status_temperature { display: inline-block; font-size: 1.5rem; } .t-location.is-collapsed .t-status_temperature:after { position: static; font-size: inherit; } .t-location.is-collapsed .t-status_humidity { display: inline-block; font-size: 1.25rem; } .t-location.is-collapsed .t-status_updated { display: none; } .t-location.is-collapsed .t-status_graph { display: none; } } .t-status { display: flex; flex-wrap: wrap; padding: 1em; } .t-status_temperature { flex-basis: 3em; position: relative; font-size: 4em; font-weight: bold; line-height: 1; } .t-status_temperature:after { content: "/"; position: absolute; top: 0em; right: 0.5em; font-size: 0.5em; font-weight: normal; } .t-status_humidity { font-size: 2em; line-height: 1; } .t-status_updated { flex-basis: 100%; font-size: 0.7em; opacity: 0.75; } .t-status_graph { position: relative; width: 100%; height: 10em; margin: 1em 0; border-left: 0.25em solid rgba(0, 0, 0, 0.1); } footer { position: absolute; bottom: 0; width: 100%; margin-top: 3em; padding: 1em; background: #f7f7f7; font-size: 0.75em; text-transform: lowercase; text-align: center; color: #888; }
dist/styles/main.css
*, *:before, *:after { box-sizing: inherit; } html { padding: 0; margin: 0; box-sizing: border-box; } body { position: relative; min-height: 100vh; padding: 0 0 5em; margin: 0; font-family: "Ubuntu Mono", monospace; font-size: 1.25em; line-height: 1.5em; background: #fff; color: #222; } body.is-night { background: #222; color: #fff; } .t-header { background: #222; } .t-header_link { display: block; padding: 1em; font-family: monospace; font-size: 1.25em; text-align: center; text-transform: lowercase; text-decoration: none; color: white; } .t-header_link:focus { text-decoration: underline; } .t-timestamp { display: flex; justify-content: space-between; max-width: 20em; margin: 1em; } .t-timestamp_date { padding: 0 1em 0 0; } .t-timestamp_time { padding: 0 1em; } .t-timestamp_time:before { content: "/"; position: relative; left: -0.5em; } @media screen and (min-width: 900px) { .t-locations { display: flex; flex-wrap: wrap; } } .t-location { position: relative; flex-basis: 25em; flex-grow: 1; margin: 1em 0; } @media screen and (min-width: 900px) { .t-location { margin: 1em; } } .t-location_header { position: relative; padding: 1em; background: #f7f7f7; } .is-night .t-location_header { background: #000; color: #fff; } .t-location_toggle { position: absolute; top: calc(50% - 4px); right: 0.25em; border: 0; background: transparent; font-family: inherit; font-size: 2em; transform: translateY(-50%); } @media screen and (min-width: 900px) { .t-location_toggle { display: none; } } .t-location_toggle:focus { color: #3333ff; outline: none; } @media screen and (max-width: 900px) { .t-location.is-collapsed .t-status { display: block; position: absolute; top: 0; right: 2em; } .t-location.is-collapsed .t-status_temperature { display: inline-block; font-size: 1.5rem; } .t-location.is-collapsed .t-status_temperature:after { position: static; font-size: inherit; } .t-location.is-collapsed .t-status_humidity { display: inline-block; font-size: 1.25rem; } .t-location.is-collapsed .t-status_updated { display: none; } .t-location.is-collapsed .t-status_graph { display: none; } } .t-status { display: flex; flex-wrap: wrap; padding: 1em; } .t-status_temperature { flex-basis: 3em; position: relative; font-size: 4em; font-weight: bold; line-height: 1; } .t-status_temperature:after { content: "/"; position: absolute; top: 0em; right: 0.5em; font-size: 0.5em; font-weight: normal; } .t-status_humidity { font-size: 2em; line-height: 1; } .t-status_updated { flex-basis: 100%; font-size: 0.7em; opacity: 0.75; } .t-status_graph { position: relative; width: 100%; height: 10em; margin: 1em 0; border-left: 0.25em solid rgba(0, 0, 0, 0.1); } footer { position: absolute; bottom: 0; width: 100%; margin-top: 3em; padding: 1em; background: #f7f7f7; font-size: 0.75em; text-transform: lowercase; text-align: center; color: #888; }
0.583915
0.119639
html { height: 100%; background: radial-gradient(circle, #fff, #ccc); } #container { border: 1px solid black; height: 400px; width: 550px; background-color: #9dd2ea; margin: 100px auto; padding: 20px; border-radius: 10px; box-shadow: 0px 4px 0px #058e8c; position: relative; } #score { background-color: #f1ff92; width: 50px; color: #888e5f; position: absolute; left: 500px; padding: 11px; box-shadow: 0px 4px 0px #9da853; } #correct{ position: absolute; left:200px; background-color: #42e252; color: white; padding: 11px; display: none; } #wrong{ position: absolute; left:100px; background-color: red; color: white; padding: 11px; display: none; } #question{ height: 150px; width: 450px; margin:50px auto 10px auto; background-color:#9da0ea; box-shadow: 0px 4px #535aa8; font-size: 100px; text-align: center; font-family:cursive,sans-serif; } #instruction{ width: 450px; height:50px; background-color: #b481d9; margin:10px auto; text-align: center; font-size: 30px; font-family: cursive,sans-serif; box-shadow: 0px 4px #9f0bde; } #choise{width: 450px; height: 100px; margin: 5px auto; } .box{ width:85px; height:85px; background-color: white; float: left; margin-right: 36px; border-radius: 3px; cursor: pointer; box-shadow: 0px 4px rgba(0,0,0,2); text-align: center; line-height: 80px; } .box:hover,#check:hover{ background-color: #9c89f6; color: white; box-shadow: 0px 4px #6b54d3; } .box:active,#check:active{ box-shadow: 0px 0px #6b54d3; top: 4px; } #box4{ margin-right: 0px; } #check{ width:78px; padding: 10px; background-color: rgba(225,225,225,.5); margin:0 auto; border-radius: 3px; cursor: pointer; box-shadow: 0px 4px rgba(0,0,0,2); text-align: center; position: relative; transition: all .2s; -webkit-transition:all .2s; } #timer{ width: 150px; padding: 10px; position: absolute; top: 395px; left: 400px; background-color: rgba(181,235,36,.78); border-radius: 3px; box-shadow: 0px 4px rgba(0,0,0,0.2); display: none; } #gameover{ height: 200px; width: 500px; border: 1px solid grey; background: linear-gradient(#ed5b25,#ed7c25); font-size: 2.5em; text-align: center; text-transform: uppercase; position: absolute; top: 100px; left: 20px; z-index: 2; display: none; }
styles.css
html { height: 100%; background: radial-gradient(circle, #fff, #ccc); } #container { border: 1px solid black; height: 400px; width: 550px; background-color: #9dd2ea; margin: 100px auto; padding: 20px; border-radius: 10px; box-shadow: 0px 4px 0px #058e8c; position: relative; } #score { background-color: #f1ff92; width: 50px; color: #888e5f; position: absolute; left: 500px; padding: 11px; box-shadow: 0px 4px 0px #9da853; } #correct{ position: absolute; left:200px; background-color: #42e252; color: white; padding: 11px; display: none; } #wrong{ position: absolute; left:100px; background-color: red; color: white; padding: 11px; display: none; } #question{ height: 150px; width: 450px; margin:50px auto 10px auto; background-color:#9da0ea; box-shadow: 0px 4px #535aa8; font-size: 100px; text-align: center; font-family:cursive,sans-serif; } #instruction{ width: 450px; height:50px; background-color: #b481d9; margin:10px auto; text-align: center; font-size: 30px; font-family: cursive,sans-serif; box-shadow: 0px 4px #9f0bde; } #choise{width: 450px; height: 100px; margin: 5px auto; } .box{ width:85px; height:85px; background-color: white; float: left; margin-right: 36px; border-radius: 3px; cursor: pointer; box-shadow: 0px 4px rgba(0,0,0,2); text-align: center; line-height: 80px; } .box:hover,#check:hover{ background-color: #9c89f6; color: white; box-shadow: 0px 4px #6b54d3; } .box:active,#check:active{ box-shadow: 0px 0px #6b54d3; top: 4px; } #box4{ margin-right: 0px; } #check{ width:78px; padding: 10px; background-color: rgba(225,225,225,.5); margin:0 auto; border-radius: 3px; cursor: pointer; box-shadow: 0px 4px rgba(0,0,0,2); text-align: center; position: relative; transition: all .2s; -webkit-transition:all .2s; } #timer{ width: 150px; padding: 10px; position: absolute; top: 395px; left: 400px; background-color: rgba(181,235,36,.78); border-radius: 3px; box-shadow: 0px 4px rgba(0,0,0,0.2); display: none; } #gameover{ height: 200px; width: 500px; border: 1px solid grey; background: linear-gradient(#ed5b25,#ed7c25); font-size: 2.5em; text-align: center; text-transform: uppercase; position: absolute; top: 100px; left: 20px; z-index: 2; display: none; }
0.441432
0.092074
.site-sidebar { position: fixed; top: 0; left: -320px; width: 300px; padding: 18px 10px; height: 100%; color: var(--gray-deep); background: var(--black); transition: all 0.2s ease-out; display: flex; flex-direction: column; text-align: center; line-height: 1.5; z-index: var(--z-sidebar); } .sidebar-container { height: 100%; display: flex; flex-direction: column; padding-bottom: 65px; overflow: hidden; } .sidebar-content { overflow: auto; overscroll-behavior: contain; } .sidebar-active .site-sidebar { left: 0; } .site-sidebar a { color: var(--gray-deep); } .site-sidebar a:hover { color: var(--gray); } /* sidebar nav */ .sidebar-nav { margin-bottom: 15px; animation: fadeRight 0.5s ease-out; } .sidebar-nav-item.active, .sidebar-nav-item.active:hover { color: var(--orange); } .sidebar-nav-item { opacity: 0.6; cursor: pointer; font-size: 85%; color: var(--gray-deep); } .sidebar-nav-item:hover { opacity: 1; border-bottom: 1px solid; } .sidebar-pannel { animation: fadeRight 0.5s ease-out; } .sidebar-pannel:not(.active) { display: none; } /* sidebar toggle */ .sidebar-toggle { background: var(--black); position: fixed; bottom: 45px; left: 30px; width: 14px; height: 12px; padding: 6px 5px; font-size: 15px; display: grid; align-content: center; text-align: center; cursor: pointer; } .sidebar-toggle .toggle-line { position: relative; display: block; height: 2px; width: 100%; margin: 1.5px 0; background-color: var(--white); opacity: 0.75; transition: all 0.4s; } /* hover */ .sidebar-toggle:hover .toggle-line { opacity: 1; } .site-root:not(.sidebar-active) .sidebar-toggle:hover .toggle-line.over { transform: translate(4px, 2px) skew(45deg) scale(0.2,3); } .site-root:not(.sidebar-active) .sidebar-toggle:hover .toggle-line.below { transform: translate(4px, -2px) skew(-45deg) scale(0.2,3); } /* sidebar actived */ .sidebar-active .sidebar-toggle .toggle-line.over { transform: translate(0px, 5px) rotate(45deg); } .sidebar-active .sidebar-toggle:not(:hover) .toggle-line.middle { opacity: 0; } .sidebar-active .sidebar-toggle .toggle-line.below { transform: translate(0px, -5px) rotate(-45deg); } .sidebar-active .sidebar-toggle:hover .toggle-line.over { transform: translate(-4px, 2px) skew(-45deg) scale(0.2,3); } .sidebar-active .sidebar-toggle:hover .toggle-line.below { transform: translate(-4px, -2px) skew(45deg) scale(0.2,3); } #TableOfContents { text-align: left; margin-top: 10px; } .toc-title { font-size: 1.5em; margin: 0; cursor: pointer; } .toc-title:hover { color: var(--gray); text-decoration: underline; } .sidebar-toc a { color: var(--gray-deep); text-decoration: none; } .sidebar-toc a:hover { color: var(--gray); text-decoration: underline; } .sidebar-toc ul { padding: 0 2px 5px 10px; margin: 0; } .sidebar-toc li::marker { content: none; } /* sidebar avatar */ .sidebar-avatar { text-align: center; } .site-avatar-image { max-width: 96px; border: 2px solid #333; padding: 2px; border-radius: 50%; transition: transform 1s ease-out; } .site-avatar-image:hover{ transform: rotateZ(360deg); } .site-author-name { margin: 5px 0 0; color: var(--gray); } .site-description { margin: 5px 0 0; line-height: 1.5; } /* sidebar quote */ .sidebar-quote { margin-top: 25px; width: 100%; text-align: left; } .sidebar-quote-content { cursor: pointer; line-height: 1.5; margin: 0; } .sidebar-quote-from { margin: 0; text-align: right; font-style: italic; font-size: smaller; opacity: 0.8; } /* site state */ .site-state { margin: 25px auto 0; width: 100%; line-height: 1.75; display: flex; flex-wrap: nowrap; justify-content: center; gap: 20px; } .site-state-item { text-decoration: none; } .site-state-num { font-weight: 600; font-size: 150%; margin: 0; } .site-state-name { font-size: 85%; margin: 0; } /* sidebar music */ .sidebar-music { margin-top: 15px; } meting-js { all: initial; } /* social and friend links */ .sidebar-social i, .sidebar-links i { margin-right: 5px; } .sidebar-social, .sidebar-links { margin-top: 15px; } .sidebar-social-item, .sidebar-links-item { margin: 0 5px; white-space: nowrap; text-decoration: none; border-bottom: 1px dashed; } /* back to top */ .back2top { width: fit-content; margin: 10px auto 0; font-size: .85em; cursor: pointer; justify-content: center; align-items: center; display: flex; gap: 3px; padding: 0 3px; color: var(--gray); /* transition: all 0.3s ease-out; */ } .back2top:hover { color: var(--gray-light); } .back2top-progress { margin-left: 0.1em; } .site-root:not(.sidebar-active) .back2top { position: fixed; bottom: 45px; left: 54px; padding-right: 6px; background-color: var(--black); height: 24px; margin: auto 0; }
assets/css/sidebar.css
.site-sidebar { position: fixed; top: 0; left: -320px; width: 300px; padding: 18px 10px; height: 100%; color: var(--gray-deep); background: var(--black); transition: all 0.2s ease-out; display: flex; flex-direction: column; text-align: center; line-height: 1.5; z-index: var(--z-sidebar); } .sidebar-container { height: 100%; display: flex; flex-direction: column; padding-bottom: 65px; overflow: hidden; } .sidebar-content { overflow: auto; overscroll-behavior: contain; } .sidebar-active .site-sidebar { left: 0; } .site-sidebar a { color: var(--gray-deep); } .site-sidebar a:hover { color: var(--gray); } /* sidebar nav */ .sidebar-nav { margin-bottom: 15px; animation: fadeRight 0.5s ease-out; } .sidebar-nav-item.active, .sidebar-nav-item.active:hover { color: var(--orange); } .sidebar-nav-item { opacity: 0.6; cursor: pointer; font-size: 85%; color: var(--gray-deep); } .sidebar-nav-item:hover { opacity: 1; border-bottom: 1px solid; } .sidebar-pannel { animation: fadeRight 0.5s ease-out; } .sidebar-pannel:not(.active) { display: none; } /* sidebar toggle */ .sidebar-toggle { background: var(--black); position: fixed; bottom: 45px; left: 30px; width: 14px; height: 12px; padding: 6px 5px; font-size: 15px; display: grid; align-content: center; text-align: center; cursor: pointer; } .sidebar-toggle .toggle-line { position: relative; display: block; height: 2px; width: 100%; margin: 1.5px 0; background-color: var(--white); opacity: 0.75; transition: all 0.4s; } /* hover */ .sidebar-toggle:hover .toggle-line { opacity: 1; } .site-root:not(.sidebar-active) .sidebar-toggle:hover .toggle-line.over { transform: translate(4px, 2px) skew(45deg) scale(0.2,3); } .site-root:not(.sidebar-active) .sidebar-toggle:hover .toggle-line.below { transform: translate(4px, -2px) skew(-45deg) scale(0.2,3); } /* sidebar actived */ .sidebar-active .sidebar-toggle .toggle-line.over { transform: translate(0px, 5px) rotate(45deg); } .sidebar-active .sidebar-toggle:not(:hover) .toggle-line.middle { opacity: 0; } .sidebar-active .sidebar-toggle .toggle-line.below { transform: translate(0px, -5px) rotate(-45deg); } .sidebar-active .sidebar-toggle:hover .toggle-line.over { transform: translate(-4px, 2px) skew(-45deg) scale(0.2,3); } .sidebar-active .sidebar-toggle:hover .toggle-line.below { transform: translate(-4px, -2px) skew(45deg) scale(0.2,3); } #TableOfContents { text-align: left; margin-top: 10px; } .toc-title { font-size: 1.5em; margin: 0; cursor: pointer; } .toc-title:hover { color: var(--gray); text-decoration: underline; } .sidebar-toc a { color: var(--gray-deep); text-decoration: none; } .sidebar-toc a:hover { color: var(--gray); text-decoration: underline; } .sidebar-toc ul { padding: 0 2px 5px 10px; margin: 0; } .sidebar-toc li::marker { content: none; } /* sidebar avatar */ .sidebar-avatar { text-align: center; } .site-avatar-image { max-width: 96px; border: 2px solid #333; padding: 2px; border-radius: 50%; transition: transform 1s ease-out; } .site-avatar-image:hover{ transform: rotateZ(360deg); } .site-author-name { margin: 5px 0 0; color: var(--gray); } .site-description { margin: 5px 0 0; line-height: 1.5; } /* sidebar quote */ .sidebar-quote { margin-top: 25px; width: 100%; text-align: left; } .sidebar-quote-content { cursor: pointer; line-height: 1.5; margin: 0; } .sidebar-quote-from { margin: 0; text-align: right; font-style: italic; font-size: smaller; opacity: 0.8; } /* site state */ .site-state { margin: 25px auto 0; width: 100%; line-height: 1.75; display: flex; flex-wrap: nowrap; justify-content: center; gap: 20px; } .site-state-item { text-decoration: none; } .site-state-num { font-weight: 600; font-size: 150%; margin: 0; } .site-state-name { font-size: 85%; margin: 0; } /* sidebar music */ .sidebar-music { margin-top: 15px; } meting-js { all: initial; } /* social and friend links */ .sidebar-social i, .sidebar-links i { margin-right: 5px; } .sidebar-social, .sidebar-links { margin-top: 15px; } .sidebar-social-item, .sidebar-links-item { margin: 0 5px; white-space: nowrap; text-decoration: none; border-bottom: 1px dashed; } /* back to top */ .back2top { width: fit-content; margin: 10px auto 0; font-size: .85em; cursor: pointer; justify-content: center; align-items: center; display: flex; gap: 3px; padding: 0 3px; color: var(--gray); /* transition: all 0.3s ease-out; */ } .back2top:hover { color: var(--gray-light); } .back2top-progress { margin-left: 0.1em; } .site-root:not(.sidebar-active) .back2top { position: fixed; bottom: 45px; left: 54px; padding-right: 6px; background-color: var(--black); height: 24px; margin: auto 0; }
0.449634
0.173463
@import url("https://fonts.googleapis.com/css?family=Lato|Prata|Poppins&display=swap"); body { margin: 0; background: #0f0f0f; color: #fff; text-align: center; } h1, h2, h3 { font-family: 'Poppins'; margin-top: 0; margin-bottom: 2em; } h3 { color: #c7c7c7; } p { font-family: 'Lato'; color: #a0a0a0; margin-top: 0; } .outer { padding: 1em; } section { -webkit-column-count: 1; column-count: 1; -webkit-column-gap: 2em; column-gap: 2em; } img { width: 80%; margin: 1em 0 0; } @media only screen and (min-width: 768px) { body { text-align: left; font-size: 18px; } p { line-height: 1.6em; } section { -webkit-column-count: 2; column-count: 2; -webkit-column-rule-style: solid; column-rule-style: solid; -webkit-column-rule-color: #2d2d2d; column-rule-color: #2d2d2d; } section > * { margin-top: 0; } h1 { font-size: 3rem; margin: 2em 0 1em; } h1, h2, h3 { font-weight: 100; } .outer { padding: 4em; } article { padding: 2em; background: #181818; } h2 { display: inline-block; position: relative; z-index: 1; } h2::before { content: ''; position: absolute; width: 30%; height: 8px; z-index: -1; bottom: -0.3em; left: 0em; background: purple; border-radius: 1em; } .secondary { margin-top: 2em; } img { width: 100%; } h3 { color: #c7c7c7; margin: 1.5em 0 1em; } p.span-all { -webkit-column-span: all; column-span: all; font-size: 1.6em; padding: 0.5em; margin: 2em 0; color: #fff; text-align: center; background: linear-gradient(-105deg, #1a273f 0%, #d0dcef 51%, #6b9ee8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } } @media only screen and (min-width: 1100px) { .outer { margin: 0 auto; width: 80%; } section { -webkit-column-count: 3; column-count: 3; } } /*# sourceMappingURL=main.css.map */
css/main.css
@import url("https://fonts.googleapis.com/css?family=Lato|Prata|Poppins&display=swap"); body { margin: 0; background: #0f0f0f; color: #fff; text-align: center; } h1, h2, h3 { font-family: 'Poppins'; margin-top: 0; margin-bottom: 2em; } h3 { color: #c7c7c7; } p { font-family: 'Lato'; color: #a0a0a0; margin-top: 0; } .outer { padding: 1em; } section { -webkit-column-count: 1; column-count: 1; -webkit-column-gap: 2em; column-gap: 2em; } img { width: 80%; margin: 1em 0 0; } @media only screen and (min-width: 768px) { body { text-align: left; font-size: 18px; } p { line-height: 1.6em; } section { -webkit-column-count: 2; column-count: 2; -webkit-column-rule-style: solid; column-rule-style: solid; -webkit-column-rule-color: #2d2d2d; column-rule-color: #2d2d2d; } section > * { margin-top: 0; } h1 { font-size: 3rem; margin: 2em 0 1em; } h1, h2, h3 { font-weight: 100; } .outer { padding: 4em; } article { padding: 2em; background: #181818; } h2 { display: inline-block; position: relative; z-index: 1; } h2::before { content: ''; position: absolute; width: 30%; height: 8px; z-index: -1; bottom: -0.3em; left: 0em; background: purple; border-radius: 1em; } .secondary { margin-top: 2em; } img { width: 100%; } h3 { color: #c7c7c7; margin: 1.5em 0 1em; } p.span-all { -webkit-column-span: all; column-span: all; font-size: 1.6em; padding: 0.5em; margin: 2em 0; color: #fff; text-align: center; background: linear-gradient(-105deg, #1a273f 0%, #d0dcef 51%, #6b9ee8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } } @media only screen and (min-width: 1100px) { .outer { margin: 0 auto; width: 80%; } section { -webkit-column-count: 3; column-count: 3; } } /*# sourceMappingURL=main.css.map */
0.349533
0.104067
body { background-color: rgb(255, 255, 255) !important; margin: 0; padding: 0; } .navbar { -webkit-box-shadow: 0 8px 6px -6px #999; -moz-box-shadow: 0 8px 6px -6px #999; box-shadow: 0 8px 6px -6px #999; } .logoAtas{ width:180px; } .iconContact { width: 40px; min-width: 20px; max-width: 60px; } .textContact{ padding-left: 40px !important; } .peta{ width: 500px; height: 350px; } .subscribe { min-height: 400px; max-height: 500px; background: rgb(255, 255, 255); } .inputan{ padding-left: 15px !important; padding-right: 15px !important; width: 100% !important; } .input-unit{ width: 100% !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0px !important; } .input-unit:active { width: 100% !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0 !important; } .input-unit:focus { width: 100% !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0 !important; } .form-control:focus { border-color: none !important; box-shadow: none !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0px !important; } .form-control:active{ border-color: none !important; box-shadow: none !important; border : none !important; border-bottom: 2px solid rgb(255, 255, 255) !important; border-radius : 0px !important; } .tombolSend{ margin-top: 40px; background-color:rgba(0,0,0,0) !important; width: 300px !important; border : 1px solid rgba(211, 15, 25, 0.5) !important; border-radius: 35px !important; color : rgb(211, 15, 25) !important; position: absolute; left:50%; transform: translate(-50%,-50%); } .tombolSend:hover{ margin-top: 40px; background-color:rgb(211, 15, 25) !important; width: 300px !important; border : 1px solid white !important; border-radius: 35px !important; color : white !important; position: absolute; left:50%; transform: translate(-50%,-50%); } .subjudul{ margin-top: 80px; margin-bottom: 40px; } .img-icon{ width: 70px; margin: 30px; } .contact{ min-height: 700px; max-height: 2000px; background: rgb(235, 235, 235); } .isiHeader{ position: relative; } .footer{ min-height:300px !important; max-height:900px; background:rgb(211, 15, 25); padding-bottom: 100px; padding-top: 90px; color:white !important; } .address{ margin-top: 20px; } .alamat{ margin-bottom: 30px; } .iconFooter{ width: 20px; } .kontak{ margin-top: 20px; }
assets/styles/css_contactus.css
body { background-color: rgb(255, 255, 255) !important; margin: 0; padding: 0; } .navbar { -webkit-box-shadow: 0 8px 6px -6px #999; -moz-box-shadow: 0 8px 6px -6px #999; box-shadow: 0 8px 6px -6px #999; } .logoAtas{ width:180px; } .iconContact { width: 40px; min-width: 20px; max-width: 60px; } .textContact{ padding-left: 40px !important; } .peta{ width: 500px; height: 350px; } .subscribe { min-height: 400px; max-height: 500px; background: rgb(255, 255, 255); } .inputan{ padding-left: 15px !important; padding-right: 15px !important; width: 100% !important; } .input-unit{ width: 100% !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0px !important; } .input-unit:active { width: 100% !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0 !important; } .input-unit:focus { width: 100% !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0 !important; } .form-control:focus { border-color: none !important; box-shadow: none !important; border : none !important; border-bottom: 2px solid rgb(211, 15, 25) !important; border-radius : 0px !important; } .form-control:active{ border-color: none !important; box-shadow: none !important; border : none !important; border-bottom: 2px solid rgb(255, 255, 255) !important; border-radius : 0px !important; } .tombolSend{ margin-top: 40px; background-color:rgba(0,0,0,0) !important; width: 300px !important; border : 1px solid rgba(211, 15, 25, 0.5) !important; border-radius: 35px !important; color : rgb(211, 15, 25) !important; position: absolute; left:50%; transform: translate(-50%,-50%); } .tombolSend:hover{ margin-top: 40px; background-color:rgb(211, 15, 25) !important; width: 300px !important; border : 1px solid white !important; border-radius: 35px !important; color : white !important; position: absolute; left:50%; transform: translate(-50%,-50%); } .subjudul{ margin-top: 80px; margin-bottom: 40px; } .img-icon{ width: 70px; margin: 30px; } .contact{ min-height: 700px; max-height: 2000px; background: rgb(235, 235, 235); } .isiHeader{ position: relative; } .footer{ min-height:300px !important; max-height:900px; background:rgb(211, 15, 25); padding-bottom: 100px; padding-top: 90px; color:white !important; } .address{ margin-top: 20px; } .alamat{ margin-bottom: 30px; } .iconFooter{ width: 20px; } .kontak{ margin-top: 20px; }
0.303525
0.075687
.container_app_temp_title{ width:79px; font-family:微软雅黑; font-size:18px; font-weight:bold; color:black; position:relative; margin-left:43px; margin-top:49px; padding:0; top: -1px; left: -3px; } .copyright{ margin-top:40px; } .logo{ margin-top:10px; margin-left: 10px; width:15%; height: auto; } .title{ color:#30979e; font-size: 30px; margin: 0 auto; width: 800px; margin-top: 80px; font-weight: bold; } .frame_1col{ -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; border-radius:20px; width:640px; height:400px; margin-top:20px; background:rgba(236,160,24,.9); box-shadow: 10px 10px 20px rgba(0,0,0,.7); } input,textarea{ outline: none;} input,input[required]:invalid{ font-family: "微软雅黑"; margin-left: 20px; height: 40px; width:210px; -webkit-border-radius:10px; border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; padding-left: 23px; font-size: 14px; background-color: rgb(236,160,24); background: -moz-linear-gradient( top, #eca018 0%, #e39811 50%, #db8e05); background: -webkit-gradient( linear,left top,left bottom, from(#eca018), color-stop(0.50,#e39811), to(#db8e05)); -moz-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.7); -webkit-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.7); box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.7); } input:focus,input[required]:valid{ border: 1px #36169C solid; height: 40px; width:210px; background-color: rgb(236,160,24) ; -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.5) !important; -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.5) !important; box-shadow: inset 0 3px 8px rgba(0,0,0,.5) !important; } input[required]:valid+.textname{ color:#36169C; font-size: 10px; margin-top:-68px; margin-left: 20px; margin-bottom: 41px; font-weight:bold; } .textname{ margin-top: -38px; margin-left: 20px; font-size: 17px; color:#ffffff; } input:focus + .textname{ color:#36169C; font-size: 10px; margin-top:-68px; margin-left: 20px; margin-bottom: 41px; font-weight:bold; } .textname{ transition: all 0.3s; -moz-transition: all 0.3s; /* Firefox 4 */ -webkit-transition: all 0.3s; /* Safari 和 Chrome */ -o-transition: all 0.3s; } .inputbox1{ width:243px; height: 40px; top:60px; left: 40px; position: absolute; } .inputbox2{ width:243px; height: 40px; top:60px; position: absolute; left: 330px; } .inputbox3{ width:243px; height: 40px; position: absolute; left: 40px; top:180px; } .inputbox4{ width:243px; height: 40px; position: absolute; left: 330px; top:180px; } .container_app_temp_button_handin:hover{ -moz-box-shadow: 0 3px 0px rgba(0,0,0,.2), inset 0 3px 0px rgba(255,255,255,.8); -webkit-box-shadow: 0 3px 0px rgba(0,0,0,.2), inset 0 3px 0px rgba(255,255,255,.8); box-shadow: 0 3px 0px rgba(0,0,0,.2), inset 0 3px 0px rgba(255,255,255,.8); } .container_app_temp_button_handin{ width:60px; height: 60px; position: absolute; left: 290px; top:280px; border: 1px #d4d4d4 solid; -webkit-border-radius:80px; border-radius:80px; -moz-border-radius:80px; -o-border-radius:80px; font-size: 17px; font-family: "微软雅黑"; color:#ffffff; background-color: rgb(236,160,24); background: -moz-linear-gradient( top, #eca018 0%, #e39811 50%, #db8e05); background: -webkit-gradient( linear,left top,left bottom, from(#eca018), color-stop(0.50,#e39811), to(#db8e05)); -moz-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.8); -webkit-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.8); box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.8); } .container_app_temp_mid{ width:100%; min-width:1000px; height:943px; background-image:url('../images/app_temp_mid_main.jpg'); background-repeat:repeat-x; _margin-top:-1px; } .container_app_temp_main{ width:960px; height:958px; background-color:#F7F7F7; margin:0 auto; } .container_app_temp_border_1{ width:11px; height:858px; background-image:url('../images/app_temp_mid_border_left.gif'); float:left; } .container_app_temp_border_2{ width:11px; height:858px; background-image:url('../images/app_temp_mid_border_right.gif'); float:left; } .container_app_temp_content{ width:938px; height:858px; float:left; } .container_app_temp_fillin_name{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 姓名 */ .container_app_temp_fillin_grade{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 年级 */ .container_app_temp_fillin_major{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 专业 */ .container_app_temp_fillin_id{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 学号 */ .container_app_temp_fillin_email{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* email */ .container_app_temp_fillin_tel{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 联系电话 */ .container_app_temp_choice_1st{ width:330px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 第一志愿 */ .container_app_temp_choice_2nd{ width:330px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 第二志愿 */ .container_app_temp_choice_3rd{ width:330px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 第三志愿 */ .container_app_temp_pmapply{ width:330px; height:150px; border:1px #D4D4D4 solid; } /* pm计划申请理由 */ .container_app_temp_test{ width:415px; height:120px; border:1px #D4D4D4 solid; } /* 职业测试结果 */ .container_app_temp_experience{ width:415px; height:110px; border:1px #D4D4D4 solid; margin-bottom:10px; } /* 特长及相关经历或奖项 */ .container_app_temp_interest{ width:415px; height:110px; border:1px #D4D4D4 solid; margin-bottom:10px; } /* 兴趣及自我评价 */ .container_app_temp_explaination{ width:415px; height:110px; border:1px #D4D4D4 solid; margin-bottom:10px; } /* 为什么希望加入我们 */ .container_app_temp_buttonbar{ width:415px; height:24px; text-align:right; margin-top:45px; } a.container_app_temp_button_handin{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0px 0px; } a.container_app_temp_button_handin:link{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0 0; } a.container_app_temp_button_handin:hover{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0 -26px; } a.container_app_temp_button_handin:active{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0 -50px; } a.container_app_temp_button_cancel{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px 0px; } a.container_app_temp_button_cancel:link{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px 0; } a.container_app_temp_button_cancel:hover{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px -26px; } a.container_app_temp_button_cancel:active{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px -50px; } .text_msg{ font-family:微软雅黑; font-size:12px; color:#5F5F5F; margin-bottom:7px; } .text_msg_ultra{ font-family:微软雅黑; font-size:12px; color:#335F85; margin-bottom:7px; } .text_msg_bold{ font-family:微软雅黑; font-size:13px; color:#5F5F5F; font-weight:500 } .text_tab{ font-family:微软雅黑; font-size:14px; color:#335F85; font-weight:500; margin-bottom:7px; } /* 从原先global.css内移出 --Johnqs */ .hr_long { width: 860px; height: -14px; margin-top: 5px; margin-bottom: 35px; }
src/RegisterationSystem/static/css/app_temp.css
.container_app_temp_title{ width:79px; font-family:微软雅黑; font-size:18px; font-weight:bold; color:black; position:relative; margin-left:43px; margin-top:49px; padding:0; top: -1px; left: -3px; } .copyright{ margin-top:40px; } .logo{ margin-top:10px; margin-left: 10px; width:15%; height: auto; } .title{ color:#30979e; font-size: 30px; margin: 0 auto; width: 800px; margin-top: 80px; font-weight: bold; } .frame_1col{ -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; border-radius:20px; width:640px; height:400px; margin-top:20px; background:rgba(236,160,24,.9); box-shadow: 10px 10px 20px rgba(0,0,0,.7); } input,textarea{ outline: none;} input,input[required]:invalid{ font-family: "微软雅黑"; margin-left: 20px; height: 40px; width:210px; -webkit-border-radius:10px; border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; padding-left: 23px; font-size: 14px; background-color: rgb(236,160,24); background: -moz-linear-gradient( top, #eca018 0%, #e39811 50%, #db8e05); background: -webkit-gradient( linear,left top,left bottom, from(#eca018), color-stop(0.50,#e39811), to(#db8e05)); -moz-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.7); -webkit-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.7); box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.7); } input:focus,input[required]:valid{ border: 1px #36169C solid; height: 40px; width:210px; background-color: rgb(236,160,24) ; -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.5) !important; -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.5) !important; box-shadow: inset 0 3px 8px rgba(0,0,0,.5) !important; } input[required]:valid+.textname{ color:#36169C; font-size: 10px; margin-top:-68px; margin-left: 20px; margin-bottom: 41px; font-weight:bold; } .textname{ margin-top: -38px; margin-left: 20px; font-size: 17px; color:#ffffff; } input:focus + .textname{ color:#36169C; font-size: 10px; margin-top:-68px; margin-left: 20px; margin-bottom: 41px; font-weight:bold; } .textname{ transition: all 0.3s; -moz-transition: all 0.3s; /* Firefox 4 */ -webkit-transition: all 0.3s; /* Safari 和 Chrome */ -o-transition: all 0.3s; } .inputbox1{ width:243px; height: 40px; top:60px; left: 40px; position: absolute; } .inputbox2{ width:243px; height: 40px; top:60px; position: absolute; left: 330px; } .inputbox3{ width:243px; height: 40px; position: absolute; left: 40px; top:180px; } .inputbox4{ width:243px; height: 40px; position: absolute; left: 330px; top:180px; } .container_app_temp_button_handin:hover{ -moz-box-shadow: 0 3px 0px rgba(0,0,0,.2), inset 0 3px 0px rgba(255,255,255,.8); -webkit-box-shadow: 0 3px 0px rgba(0,0,0,.2), inset 0 3px 0px rgba(255,255,255,.8); box-shadow: 0 3px 0px rgba(0,0,0,.2), inset 0 3px 0px rgba(255,255,255,.8); } .container_app_temp_button_handin{ width:60px; height: 60px; position: absolute; left: 290px; top:280px; border: 1px #d4d4d4 solid; -webkit-border-radius:80px; border-radius:80px; -moz-border-radius:80px; -o-border-radius:80px; font-size: 17px; font-family: "微软雅黑"; color:#ffffff; background-color: rgb(236,160,24); background: -moz-linear-gradient( top, #eca018 0%, #e39811 50%, #db8e05); background: -webkit-gradient( linear,left top,left bottom, from(#eca018), color-stop(0.50,#e39811), to(#db8e05)); -moz-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.8); -webkit-box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.8); box-shadow: 0 2px 0px rgba(0,0,0,.2), inset 0 2px 0px rgba(255,255,255,.8); } .container_app_temp_mid{ width:100%; min-width:1000px; height:943px; background-image:url('../images/app_temp_mid_main.jpg'); background-repeat:repeat-x; _margin-top:-1px; } .container_app_temp_main{ width:960px; height:958px; background-color:#F7F7F7; margin:0 auto; } .container_app_temp_border_1{ width:11px; height:858px; background-image:url('../images/app_temp_mid_border_left.gif'); float:left; } .container_app_temp_border_2{ width:11px; height:858px; background-image:url('../images/app_temp_mid_border_right.gif'); float:left; } .container_app_temp_content{ width:938px; height:858px; float:left; } .container_app_temp_fillin_name{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 姓名 */ .container_app_temp_fillin_grade{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 年级 */ .container_app_temp_fillin_major{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 专业 */ .container_app_temp_fillin_id{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 学号 */ .container_app_temp_fillin_email{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* email */ .container_app_temp_fillin_tel{ width:213px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 联系电话 */ .container_app_temp_choice_1st{ width:330px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 第一志愿 */ .container_app_temp_choice_2nd{ width:330px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 第二志愿 */ .container_app_temp_choice_3rd{ width:330px; height:25px; border:1px #D4D4D4 solid; margin-bottom:4px; } /* 第三志愿 */ .container_app_temp_pmapply{ width:330px; height:150px; border:1px #D4D4D4 solid; } /* pm计划申请理由 */ .container_app_temp_test{ width:415px; height:120px; border:1px #D4D4D4 solid; } /* 职业测试结果 */ .container_app_temp_experience{ width:415px; height:110px; border:1px #D4D4D4 solid; margin-bottom:10px; } /* 特长及相关经历或奖项 */ .container_app_temp_interest{ width:415px; height:110px; border:1px #D4D4D4 solid; margin-bottom:10px; } /* 兴趣及自我评价 */ .container_app_temp_explaination{ width:415px; height:110px; border:1px #D4D4D4 solid; margin-bottom:10px; } /* 为什么希望加入我们 */ .container_app_temp_buttonbar{ width:415px; height:24px; text-align:right; margin-top:45px; } a.container_app_temp_button_handin{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0px 0px; } a.container_app_temp_button_handin:link{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0 0; } a.container_app_temp_button_handin:hover{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0 -26px; } a.container_app_temp_button_handin:active{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:0 -50px; } a.container_app_temp_button_cancel{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px 0px; } a.container_app_temp_button_cancel:link{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px 0; } a.container_app_temp_button_cancel:hover{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px -26px; } a.container_app_temp_button_cancel:active{ display:block; float: right; width:74px; height:24px; margin-left:10px; background-image:url('../images/按钮.png'); background-position:-84px -50px; } .text_msg{ font-family:微软雅黑; font-size:12px; color:#5F5F5F; margin-bottom:7px; } .text_msg_ultra{ font-family:微软雅黑; font-size:12px; color:#335F85; margin-bottom:7px; } .text_msg_bold{ font-family:微软雅黑; font-size:13px; color:#5F5F5F; font-weight:500 } .text_tab{ font-family:微软雅黑; font-size:14px; color:#335F85; font-weight:500; margin-bottom:7px; } /* 从原先global.css内移出 --Johnqs */ .hr_long { width: 860px; height: -14px; margin-top: 5px; margin-bottom: 35px; }
0.163079
0.044307
*, *::before, *::after { box-sizing: border-box; font-family: futura; font-weight: normal; } body { padding: 0; margin: 0; /*background: linear-gradient(to right, lightblue, lightgreen);*/ background: grey; } .calculator-grid{ display: grid; justify-content: center; align-content: center; min-height: 100vh; grid-template-columns: repeat(4,100px); grid-template-rows: minmax(120px,auto) repeat(5,100px); } .calculator-grid > button{ cursor: pointer; font-size: 2rem; border: none; background-color: rgba(255, 255, 255, 0.75); border-radius: 10px; } .calculator-grid > button:hover { background-color: rgba(255, 255, 255, 0.95); } .span-two { grid-column: span 2; } #back { background-color: darkorange; border-radius: 10px; } #back:hover{ background-color: #fed8b1; } .output{ grid-column: 1/-1; background-color:rgba( 0, 0, 0, 0.75); padding: 50px; border-radius: 10px; } .calculator-screen { grid-column: 1/-1; background-color:rgba( 0, 0, 0, 0); color: rgba(255, 255, 255, 0.75); text-align: right; font-size: 1.5rem; border: none; } .sci-grid { display: grid; margin-left: 400px; margin-top: -500px; min-height: 20vh; grid-template-columns: repeat(2,100px); grid-template-columns: auto auto; grid-template-rows: repeat(5,100px); } .sci-grid > button{ cursor: pointer; font-size: 2rem; color: white; border: none; background-color: #222222; border-radius: 10%; } .sci-grid > button:hover { background-color: rgba(255, 255, 255, 0.3); } @media screen and (max-width: 800px) { *, *::before, *::after { box-sizing: border-box; font-family: futura; font-weight: small; } body { padding: 0; margin: 0; background: grey; } .calculator-grid{ display: grid; justify-content: center; align-content: center; min-height: 100vh; grid-template-columns: repeat(4,72px); grid-template-rows: minmax(84px,auto) repeat(5,72px); text-align: center; } .calculator-grid > button{ cursor: pointer; font-size: 1.5rem; border: none; background-color: rgba(255, 255, 255, 0.75) } .calculator-grid > button:hover { background-color: rgba(255, 255, 255, 0.95); } .span-two { grid-column: span 2; } #back { background-color: darkorange; } #back:hover{ background-color: #fed8b1; } .output{ grid-column: 1/-1; background-color:rgba( 0, 0, 0, 0.75); padding: 30px; } .calculator-screen { background-color:rgba( 0, 0, 0, 0); color: rgba(255, 255, 255, 0.75); text-align: center; font-size: 1.5rem; border: none; } .sci-grid { display: none; justify-content: right; align-content: baseline; min-height: 20vh; grid-template-columns: repeat(4,72px); grid-template-rows: minmax(84px,auto) repeat(5,72px); } .sci-grid > button{ cursor: pointer; font-size: 2rem; border: 1px solid white; background-color: lightblue; } .sci-grid > button:hover { background-color: rgba(255, 255, 255, 0.95); } }
styles.css
*, *::before, *::after { box-sizing: border-box; font-family: futura; font-weight: normal; } body { padding: 0; margin: 0; /*background: linear-gradient(to right, lightblue, lightgreen);*/ background: grey; } .calculator-grid{ display: grid; justify-content: center; align-content: center; min-height: 100vh; grid-template-columns: repeat(4,100px); grid-template-rows: minmax(120px,auto) repeat(5,100px); } .calculator-grid > button{ cursor: pointer; font-size: 2rem; border: none; background-color: rgba(255, 255, 255, 0.75); border-radius: 10px; } .calculator-grid > button:hover { background-color: rgba(255, 255, 255, 0.95); } .span-two { grid-column: span 2; } #back { background-color: darkorange; border-radius: 10px; } #back:hover{ background-color: #fed8b1; } .output{ grid-column: 1/-1; background-color:rgba( 0, 0, 0, 0.75); padding: 50px; border-radius: 10px; } .calculator-screen { grid-column: 1/-1; background-color:rgba( 0, 0, 0, 0); color: rgba(255, 255, 255, 0.75); text-align: right; font-size: 1.5rem; border: none; } .sci-grid { display: grid; margin-left: 400px; margin-top: -500px; min-height: 20vh; grid-template-columns: repeat(2,100px); grid-template-columns: auto auto; grid-template-rows: repeat(5,100px); } .sci-grid > button{ cursor: pointer; font-size: 2rem; color: white; border: none; background-color: #222222; border-radius: 10%; } .sci-grid > button:hover { background-color: rgba(255, 255, 255, 0.3); } @media screen and (max-width: 800px) { *, *::before, *::after { box-sizing: border-box; font-family: futura; font-weight: small; } body { padding: 0; margin: 0; background: grey; } .calculator-grid{ display: grid; justify-content: center; align-content: center; min-height: 100vh; grid-template-columns: repeat(4,72px); grid-template-rows: minmax(84px,auto) repeat(5,72px); text-align: center; } .calculator-grid > button{ cursor: pointer; font-size: 1.5rem; border: none; background-color: rgba(255, 255, 255, 0.75) } .calculator-grid > button:hover { background-color: rgba(255, 255, 255, 0.95); } .span-two { grid-column: span 2; } #back { background-color: darkorange; } #back:hover{ background-color: #fed8b1; } .output{ grid-column: 1/-1; background-color:rgba( 0, 0, 0, 0.75); padding: 30px; } .calculator-screen { background-color:rgba( 0, 0, 0, 0); color: rgba(255, 255, 255, 0.75); text-align: center; font-size: 1.5rem; border: none; } .sci-grid { display: none; justify-content: right; align-content: baseline; min-height: 20vh; grid-template-columns: repeat(4,72px); grid-template-rows: minmax(84px,auto) repeat(5,72px); } .sci-grid > button{ cursor: pointer; font-size: 2rem; border: 1px solid white; background-color: lightblue; } .sci-grid > button:hover { background-color: rgba(255, 255, 255, 0.95); } }
0.621885
0.167083
:host { /* Theme settings >>> */ --rgb-primary-accent: 6, 2, 196; --rgb-text-base: 0, 0, 0; --rgb-text-accent-contrast: 255, 255, 255; --rgb-fill-contrast: 255, 255, 255; --rgb-fill-shaded: 245, 245, 245; --rgb-shadow: 0, 0, 0; --rgb-error: 209, 81, 81; --opacity-shade-mid: 0.2; /* <<< Theme settings */ --color-primary-accent: rgb(var(--rgb-primary-accent)); --color-text-base: rgb(var(--rgb-text-base)); --color-text-accent-contrast: rgb(var(--rgb-text-accent-contrast)); --color-text-soft: rgb(var(--rgb-fill-contrast)); --color-text-error: rgb(var(--rgb-error)); --color-fill-contrast: rgb(var(--rgb-fill-contrast)); --color-modal-backdrop: rgba(var(--rgb-fill-shaded), 0.95); --color-image-background: rgba(var(--rgb-fill-shaded)); --color-outline: rgba(var(--rgb-text-base), var(--opacity-shade-mid)); --color-underline: rgba(var(--rgb-text-base), 0.08); --color-shade: rgba(var(--rgb-text-base), 0.02); --color-focus-ring: var(--color-primary-accent); --color-input-placeholder: rgba(var(--rgb-text-base), 0.32); --color-error: rgb(var(--rgb-error)); --font-size-ui: 16px; --font-size-title: 18px; --font-weight-title: 500; --font-size-soft: 14px; --size-touch-area: 40px; --size-panel-heading: 66px; --size-ui-min-width: 130px; --size-line-width: 1px; --size-modal-width: 650px; --border-radius-connect: 2px; --border-radius-editor: 3px; --border-radius-thumb: 4px; --border-radius-ui: 5px; --border-radius-base: 6px; --gap-min: 5px; --gap-mid-1: 10px; --gap-mid-2: 15px; --gap-max: 20px; --opacity-min: var(--opacity-shade-mid); --opacity-mid: 0.1; --opacity-max: 0.05; --transition-duration-2: var(--transition-duration-all, 0.2s); --transition-duration-3: var(--transition-duration-all, 0.3s); --transition-duration-4: var(--transition-duration-all, 0.4s); --transition-duration-5: var(--transition-duration-all, 0.5s); --shadow-base: 0px 5px 15px rgba(var(--rgb-shadow), 0.1), 0px 1px 4px rgba(var(--rgb-shadow), 0.15); } [can-handle-paste]:hover, [can-handle-paste]:focus { --can-handle-paste: 'true'; } /* uploadcare-source-select */ [uc-ss-item]:hover, [uc-ss-item]:focus { background-color: var(--color-shade); } [tabindex][focus-visible], [tabindex]:hover, [with-effects][focus-visible], [with-effects]:hover { --filter-effect: var(--hover-filter) !important; --opacity-effect: var(--hover-opacity) !important; --color-effect: var(--hover-color-rgb) !important; } [tabindex]:active, [with-effects]:active { --filter-effect: var(--down-filter) !important; --opacity-effect: var(--down-opacity) !important; --color-effect: var(--down-color-rgb) !important; } [tabindex][active], [with-effects][active] { --filter-effect: var(--active-filter) !important; --opacity-effect: var(--active-opacity) !important; --color-effect: var(--active-color-rgb) !important; } [hidden-scrollbar]::-webkit-scrollbar { display: none; } [hidden-scrollbar] { -ms-overflow-style: none; scrollbar-width: none; } :host { display: block; width: 100%; height: 100%; --modal-header-opacity: 1; --modal-header-height: var(--size-panel-heading); --modal-toolbar-height: var(--size-panel-heading); --transparent-pixel: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); } :host(.editor_ON) { --modal-header-opacity: 0; --modal-header-height: 0px; --modal-toolbar-height: calc(var(--size-panel-heading) * 2); } :host(.editor_OFF) { --modal-header-opacity: 1; --modal-header-height: var(--size-panel-heading); --modal-toolbar-height: var(--size-panel-heading); } :host > .wrapper { height: 100%; position: relative; display: grid; grid-template-rows: minmax(var(--l-min-img-height), var(--l-max-img-height)) max-content; overflow: hidden; transition: 0.3s; } :host > .wrapper_mobile { --l-min-img-height: var(--modal-toolbar-height); --l-max-img-height: 1fr; --l-edit-button-width: 70px; --l-toolbar-horizontal-padding: var(--gap-min); } :host > .wrapper_desktop { --l-min-img-height: var(--modal-toolbar-height); --l-max-img-height: 450px; --l-edit-button-width: 120px; --l-toolbar-horizontal-padding: var(--gap-mid-1); } :host > .wrapper > .viewport { display: flex; justify-content: center; align-items: center; overflow: hidden; } :host > .wrapper > .viewport > .image_container > .image { --viewer-image-opacity: 1; position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; object-fit: scale-down; user-select: none; opacity: var(--viewer-image-opacity); transform: scale(1); box-sizing: border-box; z-index: 10; pointer-events: auto; background-color: var(--color-image-background); } :host > .wrapper > .viewport > .image_container > .image.image_visible_viewer { transition: opacity var(--transition-duration-3) ease-in-out, transform var(--transition-duration-4); } :host > .wrapper > .viewport > .image_container > .image.image_hidden_to_cropper { pointer-events: none; --viewer-image-opacity: 0; background-image: var(--transparent-pixel); transform: scale(1); transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-end); } :host > .wrapper > .viewport > .image_container > .image.image_hidden_effects { pointer-events: none; --viewer-image-opacity: 0; transform: scale(1); transition: opacity var(--transition-duration-3) cubic-bezier(0.5, 0, 1, 1), transform var(--transition-duration-4); } :host > .wrapper > .viewport > .image_container { position: relative; display: block; width: 100%; height: 100%; background-color: var(--color-image-background); transition: var(--transition-duration-3); } :host > .wrapper > .toolbar { position: relative; height: var(--modal-toolbar-height); transition: 0.3s; } :host > .wrapper > .toolbar > .toolbar_content { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; min-height: var(--size-panel-heading); background-color: var(--color-fill-contrast); box-sizing: border-box; } :host > .wrapper > .toolbar > .toolbar_content.toolbar_content__viewer { display: flex; justify-content: space-between; align-items: center; padding-left: var(--l-toolbar-horizontal-padding); padding-right: var(--l-toolbar-horizontal-padding); height: var(--size-panel-heading); } :host > .wrapper > .toolbar > .toolbar_content.toolbar_content__editor { display: flex; } :host > .wrapper > .viewport > .info_pan { position: absolute; user-select: none; } :host > .wrapper > .viewport > .file_type_outer { position: absolute; user-select: none; z-index: 2; display: flex; transform: translateX(-40px); max-width: 120px; } :host > .wrapper > .viewport > .file_type_outer > .file_type { padding: 4px 0.8em; } :host > .wrapper > .network_problems_splash { background-color: var(--color-fill-contrast); position: absolute; width: 100%; height: 100%; z-index: 4; display: flex; flex-direction: column; } :host > .wrapper > .network_problems_splash > .network_problems_content { display: flex; justify-content: center; align-items: center; flex-direction: column; flex: 1; } :host > .wrapper > .network_problems_splash > .network_problems_content > .network_problems_icon { background-color: rgba(var(--rgb-fill-shaded)); width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: rgba(var(--rgb-text-base), 0.6); } :host > .wrapper > .network_problems_splash > .network_problems_content > .network_problems_text { margin-top: var(--gap-max); font-size: var(--font-size-ui); } :host > .wrapper > .network_problems_splash > .network_problems_footer { display: flex; justify-content: center; align-items: center; height: var(--size-panel-heading); } crop-frame > .svg { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; opacity: inherit; transition: var(--transition-duration-3); border-top-left-radius: var(--border-radius-base); border-top-right-radius: var(--border-radius-base); } crop-frame > .svg .thumb { --idle-color-rgb: var(--color-text-base); --hover-color-rgb: var(--color-primary-accent); --focus-color-rgb: var(--color-primary-accent); --down-color-rgb: var(--color-primary-accent); --color-effect: var(--idle-color-rgb); color: var(--color-effect); transition: color var(--transition-duration-3), opacity var(--transition-duration-3); } crop-frame > .svg .thumb--visible { pointer-events: auto; opacity: 1; } crop-frame > .svg .thumb--hidden { pointer-events: none; opacity: 0; } crop-frame > .svg .guides { transition: var(--transition-duration-3); } crop-frame > .svg .guides--hidden { opacity: 0; } crop-frame > .svg .guides--semi-hidden { opacity: 0.2; } crop-frame > .svg .guides--visible { opacity: 1; } editor-button-control, editor-crop-button-control, editor-filter-control, editor-operation-control { --l-base-min-width: 40px; --l-base-height: var(--l-base-min-width); --opacity-effect: var(--idle-opacity); --color-effect: var(--idle-color-rgb); --filter-effect: var(--idle-filter); --idle-color-rgb: var(--rgb-text-base); --idle-opacity: 0.05; --idle-filter: 1; --hover-color-rgb: var(--idle-color-rgb); --hover-opacity: 0.08; --hover-filter: 0.8; --down-color-rgb: var(--hover-color-rgb); --down-opacity: 0.12; --down-filter: 0.6; outline: none; position: relative; display: grid; grid-template-columns: var(--l-base-min-width) auto; align-items: center; cursor: pointer; height: var(--l-base-height); transition: var(--l-width-transition); color: rgba(var(--idle-color-rgb)); } editor-button-control > .active, editor-operation-control > .active, editor-crop-button-control > .active, editor-filter-control > .active { --idle-color-rgb: var(--rgb-primary-accent); } editor-button-control > .not_active, editor-operation-control > .not_active, editor-crop-button-control > .not_active, editor-filter-control > .not_active { --idle-color-rgb: var(--rgb-text-base); } editor-button-control > .before, editor-operation-control > .before, editor-crop-button-control > .before, editor-filter-control > .before { z-index: -1; position: absolute; width: 100%; height: 100%; left: 0px; right: 0px; transition: var(--transition-duration-3); background-color: rgba(var(--color-effect), var(--opacity-effect)); border-radius: var(--border-radius-editor); } editor-button-control > .icon, editor-operation-control > .icon, editor-crop-button-control > .icon, editor-filter-control > .icon { display: flex; justify-content: center; align-items: center; } editor-button-control > .title, editor-operation-control > .title, editor-crop-button-control > .title, editor-filter-control > .title { text-transform: uppercase; padding-right: var(--gap-mid-1); letter-spacing: 1.004px; font-size: 0.7em; } editor-filter-control > .preview { position: absolute; width: 100%; height: var(--l-base-height); left: 0px; right: 0px; border-radius: var(--border-radius-editor); background-repeat: no-repeat; background-size: contain; transition: var(--transition-duration-3); z-index: 1; opacity: 0; filter: brightness(var(--filter-effect)); } editor-filter-control > .original-icon { color: var(--color-text-base); opacity: 0.3; } editor-image-cropper { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; opacity: 0; pointer-events: none; touch-action: none; z-index: 10; } editor-image-cropper.active_from_editor { transition: transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1) 0.4s, opacity var(--transition-duration-3); opacity: 1; pointer-events: auto; transform: scale(1) translate(0px, 0px); } editor-image-cropper.active_from_viewer { transition: transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1) 0.4s, opacity var(--transition-duration-3); opacity: 1; pointer-events: auto; transform: scale(1) translate(0px, 0px); } editor-image-cropper.inactive_to_editor { transition: transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1), opacity var(--transition-duration-3) calc(var(--transition-duration-3) + 0.05s); opacity: 0; pointer-events: none; } editor-image-cropper.inactive_instant { transition: opacity var(--transition-duration-2); opacity: 0; pointer-events: none; } editor-image-cropper > .canvas { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; z-index: 1; } editor-image-fader { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; } editor-image-fader.active_from_viewer { opacity: 1; pointer-events: auto; transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-start); z-index: 3; transform: scale(1); } editor-image-fader.active_from_cropper { opacity: 1; pointer-events: auto; transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-end); z-index: 3; transform: scale(1); } editor-image-fader.inactive_to_cropper { opacity: 0; pointer-events: none; transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-end); transform: scale(1); z-index: 3; } editor-image-fader.inactive_rough { transform: scale(1); } editor-image-fader .fader-image { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; object-fit: scale-down; user-select: none; content-visibility: auto; transform: scale(1); } editor-image-fader .fader-image--preview { transform: scale(1); opacity: 0; transition: var(--transition-duration-3); background-color: var(--color-image-background); border-top-left-radius: var(--border-radius-base); border-top-right-radius: var(--border-radius-base); } editor-scroller { width: 100%; height: 100%; overflow-x: scroll; display: flex; align-items: center; } editor-slider { display: flex; justify-content: center; width: 100%; height: 66px; align-items: center; } editor-toolbar { position: relative; height: 100%; width: 100%; } editor-toolbar.mobile { --l-tab-gap: var(--gap-mid-1); --l-slider-padding: var(--gap-min); --l-controls-padding: var(--gap-min); } editor-toolbar.desktop { --l-tab-gap: calc(var(--gap-mid-1) + var(--gap-max)); --l-slider-padding: var(--gap-mid-1); --l-controls-padding: var(--gap-mid-1); } editor-toolbar > .toolbar-container { position: relative; height: 100%; width: 100%; overflow: hidden; } editor-toolbar > .toolbar-container > .sub-toolbar { position: absolute; width: 100%; height: 100%; display: grid; grid-template-rows: 1fr 1fr; transition: opacity var(--transition-duration-3) ease-in-out, transform var(--transition-duration-3) ease-in-out, visibility var(--transition-duration-3) ease-in-out; background-color: var(--color-fill-contrast); } editor-toolbar > .toolbar-container > .sub-toolbar.sub-toolbar--visible { opacity: 1; pointer-events: auto; transform: translateY(0px); } editor-toolbar > .toolbar-container > .sub-toolbar.sub-toolbar--top-hidden { opacity: 0; pointer-events: none; transform: translateY(100%); } editor-toolbar > .toolbar-container > .sub-toolbar.sub-toolbar--bottom-hidden { opacity: 0; pointer-events: none; transform: translateY(-100%); } editor-toolbar > .toolbar-container > .sub-toolbar > .controls-row { display: flex; align-items: center; justify-content: space-between; padding-left: var(--l-controls-padding); padding-right: var(--l-controls-padding); } editor-toolbar > .toolbar-container > .sub-toolbar > .controls-row > .tab-toggles { position: relative; display: grid; grid-auto-flow: column; grid-gap: 0px var(--l-tab-gap); height: 100%; align-items: center; } editor-toolbar > .toolbar-container > .sub-toolbar > .controls-row > .tab-toggles > .tab-toggles_indicator { position: absolute; bottom: 0px; left: 0px; width: var(--size-touch-area); height: 2px; background-color: var(--color-primary-accent); transform: translateX(0px); transition: transform var(--transition-duration-3); } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row { position: relative; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; content-visibility: auto; display: flex; overflow: hidden; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content.tab-content--visible { opacity: 1; pointer-events: auto; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content.tab-content--hidden { opacity: 0; pointer-events: none; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content .controls-list_align { display: grid; grid-template-areas: '. inner .'; grid-template-columns: 1fr auto 1fr; padding-left: var(--gap-max); box-sizing: border-box; min-width: 100%; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content .controls-list_inner { grid-area: inner; display: grid; grid-auto-flow: column; grid-gap: calc((var(--gap-min) - 1px) * 3); } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content .controls-list_inner:last-child { padding-right: var(--gap-max); } editor-toolbar .controls-list_last-item { margin-right: var(--gap-max); } editor-toolbar .filter-tooltip_container { position: absolute; width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: center; } editor-toolbar .filter-tooltip_wrapper { position: absolute; top: calc(-100% - var(--gap-mid-2)); height: 100%; display: flex; flex-direction: column; justify-content: flex-end; pointer-events: none; } editor-toolbar .filter-tooltip { background-color: var(--color-text-accent-contrast); color: var(--color-text-base); border-radius: var(--border-radius-editor); text-transform: uppercase; padding-left: var(--gap-min); padding-right: var(--gap-min); padding-top: calc(var(--gap-min) / 2); padding-bottom: calc(var(--gap-min) / 2); font-size: 0.7em; transition: var(--transition-duration-3); opacity: 0; z-index: 3; letter-spacing: 1px; } editor-toolbar .filter-tooltip_visible { opacity: 1; transform: translateY(0px); } editor-toolbar .filter-tooltip_hidden { opacity: 0; transform: translateY(100%); } editor-toolbar .slider { padding-left: var(--l-slider-padding); padding-right: var(--l-slider-padding); } uc-btn-ui { --filter-effect: var(--idle-brightness); --opacity-effect: var(--idle-opacity); --color-effect: var(--idle-color-rgb); --l-transition-effect: var( --css-transition, color var(--transition-duration-2), filter var(--transition-duration-2) ); display: inline-flex; align-items: center; height: var(--css-height, var(--size-touch-area)); padding-right: var(--css-padding-right, var(--gap-mid-1)); padding-left: var(--css-padding-left, var(--gap-mid-1)); color: rgba(var(--color-effect), var(--opacity-effect)); filter: brightness(var(--filter-effect)); cursor: pointer; user-select: none; outline: none; box-sizing: var(--css-box-sizing, border-box); transition: var(--l-transition-effect); } uc-btn-ui .text { white-space: nowrap; } uc-btn-ui .icon { color: rgba(var(--color-effect), var(--opacity-effect)); filter: brightness(var(--filter-effect)); transition: var(--l-transition-effect); display: flex; justify-content: center; align-items: center; } uc-btn-ui .icon_left { margin-left: 0px; margin-right: var(--gap-mid-1); } uc-btn-ui .icon_right { margin-left: var(--gap-mid-1); margin-right: 0px; } uc-btn-ui .icon_single { margin-left: 0px; margin-right: 0px; } uc-btn-ui .icon_hidden { margin: 0; display: none; } uc-btn-ui.primary { --idle-color-rgb: var(--rgb-primary-accent); --idle-brightness: 1; --idle-opacity: 0.6; --hover-color-rgb: var(--idle-color-rgb); --hover-brightness: 1; --hover-opacity: 1; --down-color-rgb: var(--hover-color-rgb); --down-brightness: 0.75; --down-opacity: 1; --active-color-rgb: var(--rgb-primary-accent); --active-brightness: 1; --active-opacity: 1; } uc-btn-ui.boring { --idle-color-rgb: var(--rgb-text-base); --idle-brightness: 1; --idle-opacity: 0.6; --hover-color-rgb: var(--rgb-text-base); --hover-brightness: 1; --hover-opacity: 1; --down-color-rgb: var(--hover-color-rgb); --down-brightness: 1; --down-opacity: 1; --active-color-rgb: var(--rgb-primary-accent); --active-brightness: 1; --active-opacity: 1; } uc-btn-ui.default { --idle-color-rgb: var(--rgb-text-base); --idle-brightness: 1; --idle-opacity: 0.6; --hover-color-rgb: var(--rgb-primary-accent); --hover-brightness: 1; --hover-opacity: 1; --down-color-rgb: var(--hover-color-rgb); --down-brightness: 0.75; --down-opacity: 1; --active-color-rgb: var(--rgb-primary-accent); --active-brightness: 1; --active-opacity: 1; } line-loader-ui { position: absolute; top: 0px; left: 0px; height: 2px; width: 100%; opacity: 0.5; z-index: 9999; } line-loader-ui .inner { height: 100%; max-width: 200px; width: 25%; } line-loader-ui .line { background-color: var(--color-primary-accent); width: 100%; height: 100%; transition: transform 1s; transform: translateX(-101%); } slider-ui { --l-thumb-size: 24px; --l-zero-dot-size: 5px; --l-zero-dot-offset: 2px; --idle-color-rgb: var(--rgb-text-base); --hover-color-rgb: var(--rgb-primary-accent); --down-color-rgb: var(--rgb-primary-accent); --color-effect: var(--idle-color-rgb); --l-color: rgb(var(--color-effect)); width: 100%; height: calc( var(--l-thumb-size) + (var(--l-zero-dot-size) + var(--l-zero-dot-offset)) * 2 ); position: relative; display: flex; align-items: center; justify-content: center; } slider-ui .thumb { position: absolute; left: 0px; width: var(--l-thumb-size); height: var(--l-thumb-size); background-color: var(--l-color); border-radius: 50%; transform: translateX(0px); opacity: 1; transition: opacity var(--transition-duration-2); } slider-ui .steps { position: absolute; display: flex; align-items: center; width: 100%; height: 100%; box-sizing: border-box; justify-content: space-between; padding-left: calc(var(--l-thumb-size) / 2); padding-right: calc(var(--l-thumb-size) / 2); } slider-ui .border-step { height: 10px; width: 0px; border-right: 1px solid var(--l-color); opacity: 0.6; transition: var(--transition-duration-2); } slider-ui .minor-step { height: 4px; width: 0px; border-right: 1px solid var(--l-color); opacity: 0.2; transition: var(--transition-duration-2); } slider-ui .zero-dot { height: var(--l-zero-dot-size); width: var(--l-zero-dot-size); background-color: var(--color-primary-accent); border-radius: 50%; position: absolute; left: calc(var(--l-thumb-size) / 2 - var(--l-zero-dot-size) / 2); top: calc(100% - var(--l-zero-dot-offset) * 2); opacity: 0; transition: var(--transition-duration-3); } slider-ui .input { cursor: pointer; position: absolute; width: calc(100% - 10px); height: 100%; margin: 0; opacity: 0; } ctx-provider { --color-text-base: black; --color-primary-accent: blue; width: 190px; height: 40px; background-color: #f5f5f5; border-radius: 3px; display: flex; justify-content: center; align-items: center; padding-left: 10px; padding-right: 10px; } presence-toggle.transition { transition: opacity var(--transition-duration-3), visibility var(--transition-duration-3); } presence-toggle.visible { opacity: 1; pointer-events: inherit; } presence-toggle.hidden { opacity: 0; pointer-events: none; }
cloud-editor/src/css/common.css
:host { /* Theme settings >>> */ --rgb-primary-accent: 6, 2, 196; --rgb-text-base: 0, 0, 0; --rgb-text-accent-contrast: 255, 255, 255; --rgb-fill-contrast: 255, 255, 255; --rgb-fill-shaded: 245, 245, 245; --rgb-shadow: 0, 0, 0; --rgb-error: 209, 81, 81; --opacity-shade-mid: 0.2; /* <<< Theme settings */ --color-primary-accent: rgb(var(--rgb-primary-accent)); --color-text-base: rgb(var(--rgb-text-base)); --color-text-accent-contrast: rgb(var(--rgb-text-accent-contrast)); --color-text-soft: rgb(var(--rgb-fill-contrast)); --color-text-error: rgb(var(--rgb-error)); --color-fill-contrast: rgb(var(--rgb-fill-contrast)); --color-modal-backdrop: rgba(var(--rgb-fill-shaded), 0.95); --color-image-background: rgba(var(--rgb-fill-shaded)); --color-outline: rgba(var(--rgb-text-base), var(--opacity-shade-mid)); --color-underline: rgba(var(--rgb-text-base), 0.08); --color-shade: rgba(var(--rgb-text-base), 0.02); --color-focus-ring: var(--color-primary-accent); --color-input-placeholder: rgba(var(--rgb-text-base), 0.32); --color-error: rgb(var(--rgb-error)); --font-size-ui: 16px; --font-size-title: 18px; --font-weight-title: 500; --font-size-soft: 14px; --size-touch-area: 40px; --size-panel-heading: 66px; --size-ui-min-width: 130px; --size-line-width: 1px; --size-modal-width: 650px; --border-radius-connect: 2px; --border-radius-editor: 3px; --border-radius-thumb: 4px; --border-radius-ui: 5px; --border-radius-base: 6px; --gap-min: 5px; --gap-mid-1: 10px; --gap-mid-2: 15px; --gap-max: 20px; --opacity-min: var(--opacity-shade-mid); --opacity-mid: 0.1; --opacity-max: 0.05; --transition-duration-2: var(--transition-duration-all, 0.2s); --transition-duration-3: var(--transition-duration-all, 0.3s); --transition-duration-4: var(--transition-duration-all, 0.4s); --transition-duration-5: var(--transition-duration-all, 0.5s); --shadow-base: 0px 5px 15px rgba(var(--rgb-shadow), 0.1), 0px 1px 4px rgba(var(--rgb-shadow), 0.15); } [can-handle-paste]:hover, [can-handle-paste]:focus { --can-handle-paste: 'true'; } /* uploadcare-source-select */ [uc-ss-item]:hover, [uc-ss-item]:focus { background-color: var(--color-shade); } [tabindex][focus-visible], [tabindex]:hover, [with-effects][focus-visible], [with-effects]:hover { --filter-effect: var(--hover-filter) !important; --opacity-effect: var(--hover-opacity) !important; --color-effect: var(--hover-color-rgb) !important; } [tabindex]:active, [with-effects]:active { --filter-effect: var(--down-filter) !important; --opacity-effect: var(--down-opacity) !important; --color-effect: var(--down-color-rgb) !important; } [tabindex][active], [with-effects][active] { --filter-effect: var(--active-filter) !important; --opacity-effect: var(--active-opacity) !important; --color-effect: var(--active-color-rgb) !important; } [hidden-scrollbar]::-webkit-scrollbar { display: none; } [hidden-scrollbar] { -ms-overflow-style: none; scrollbar-width: none; } :host { display: block; width: 100%; height: 100%; --modal-header-opacity: 1; --modal-header-height: var(--size-panel-heading); --modal-toolbar-height: var(--size-panel-heading); --transparent-pixel: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); } :host(.editor_ON) { --modal-header-opacity: 0; --modal-header-height: 0px; --modal-toolbar-height: calc(var(--size-panel-heading) * 2); } :host(.editor_OFF) { --modal-header-opacity: 1; --modal-header-height: var(--size-panel-heading); --modal-toolbar-height: var(--size-panel-heading); } :host > .wrapper { height: 100%; position: relative; display: grid; grid-template-rows: minmax(var(--l-min-img-height), var(--l-max-img-height)) max-content; overflow: hidden; transition: 0.3s; } :host > .wrapper_mobile { --l-min-img-height: var(--modal-toolbar-height); --l-max-img-height: 1fr; --l-edit-button-width: 70px; --l-toolbar-horizontal-padding: var(--gap-min); } :host > .wrapper_desktop { --l-min-img-height: var(--modal-toolbar-height); --l-max-img-height: 450px; --l-edit-button-width: 120px; --l-toolbar-horizontal-padding: var(--gap-mid-1); } :host > .wrapper > .viewport { display: flex; justify-content: center; align-items: center; overflow: hidden; } :host > .wrapper > .viewport > .image_container > .image { --viewer-image-opacity: 1; position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; object-fit: scale-down; user-select: none; opacity: var(--viewer-image-opacity); transform: scale(1); box-sizing: border-box; z-index: 10; pointer-events: auto; background-color: var(--color-image-background); } :host > .wrapper > .viewport > .image_container > .image.image_visible_viewer { transition: opacity var(--transition-duration-3) ease-in-out, transform var(--transition-duration-4); } :host > .wrapper > .viewport > .image_container > .image.image_hidden_to_cropper { pointer-events: none; --viewer-image-opacity: 0; background-image: var(--transparent-pixel); transform: scale(1); transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-end); } :host > .wrapper > .viewport > .image_container > .image.image_hidden_effects { pointer-events: none; --viewer-image-opacity: 0; transform: scale(1); transition: opacity var(--transition-duration-3) cubic-bezier(0.5, 0, 1, 1), transform var(--transition-duration-4); } :host > .wrapper > .viewport > .image_container { position: relative; display: block; width: 100%; height: 100%; background-color: var(--color-image-background); transition: var(--transition-duration-3); } :host > .wrapper > .toolbar { position: relative; height: var(--modal-toolbar-height); transition: 0.3s; } :host > .wrapper > .toolbar > .toolbar_content { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; min-height: var(--size-panel-heading); background-color: var(--color-fill-contrast); box-sizing: border-box; } :host > .wrapper > .toolbar > .toolbar_content.toolbar_content__viewer { display: flex; justify-content: space-between; align-items: center; padding-left: var(--l-toolbar-horizontal-padding); padding-right: var(--l-toolbar-horizontal-padding); height: var(--size-panel-heading); } :host > .wrapper > .toolbar > .toolbar_content.toolbar_content__editor { display: flex; } :host > .wrapper > .viewport > .info_pan { position: absolute; user-select: none; } :host > .wrapper > .viewport > .file_type_outer { position: absolute; user-select: none; z-index: 2; display: flex; transform: translateX(-40px); max-width: 120px; } :host > .wrapper > .viewport > .file_type_outer > .file_type { padding: 4px 0.8em; } :host > .wrapper > .network_problems_splash { background-color: var(--color-fill-contrast); position: absolute; width: 100%; height: 100%; z-index: 4; display: flex; flex-direction: column; } :host > .wrapper > .network_problems_splash > .network_problems_content { display: flex; justify-content: center; align-items: center; flex-direction: column; flex: 1; } :host > .wrapper > .network_problems_splash > .network_problems_content > .network_problems_icon { background-color: rgba(var(--rgb-fill-shaded)); width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: rgba(var(--rgb-text-base), 0.6); } :host > .wrapper > .network_problems_splash > .network_problems_content > .network_problems_text { margin-top: var(--gap-max); font-size: var(--font-size-ui); } :host > .wrapper > .network_problems_splash > .network_problems_footer { display: flex; justify-content: center; align-items: center; height: var(--size-panel-heading); } crop-frame > .svg { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; opacity: inherit; transition: var(--transition-duration-3); border-top-left-radius: var(--border-radius-base); border-top-right-radius: var(--border-radius-base); } crop-frame > .svg .thumb { --idle-color-rgb: var(--color-text-base); --hover-color-rgb: var(--color-primary-accent); --focus-color-rgb: var(--color-primary-accent); --down-color-rgb: var(--color-primary-accent); --color-effect: var(--idle-color-rgb); color: var(--color-effect); transition: color var(--transition-duration-3), opacity var(--transition-duration-3); } crop-frame > .svg .thumb--visible { pointer-events: auto; opacity: 1; } crop-frame > .svg .thumb--hidden { pointer-events: none; opacity: 0; } crop-frame > .svg .guides { transition: var(--transition-duration-3); } crop-frame > .svg .guides--hidden { opacity: 0; } crop-frame > .svg .guides--semi-hidden { opacity: 0.2; } crop-frame > .svg .guides--visible { opacity: 1; } editor-button-control, editor-crop-button-control, editor-filter-control, editor-operation-control { --l-base-min-width: 40px; --l-base-height: var(--l-base-min-width); --opacity-effect: var(--idle-opacity); --color-effect: var(--idle-color-rgb); --filter-effect: var(--idle-filter); --idle-color-rgb: var(--rgb-text-base); --idle-opacity: 0.05; --idle-filter: 1; --hover-color-rgb: var(--idle-color-rgb); --hover-opacity: 0.08; --hover-filter: 0.8; --down-color-rgb: var(--hover-color-rgb); --down-opacity: 0.12; --down-filter: 0.6; outline: none; position: relative; display: grid; grid-template-columns: var(--l-base-min-width) auto; align-items: center; cursor: pointer; height: var(--l-base-height); transition: var(--l-width-transition); color: rgba(var(--idle-color-rgb)); } editor-button-control > .active, editor-operation-control > .active, editor-crop-button-control > .active, editor-filter-control > .active { --idle-color-rgb: var(--rgb-primary-accent); } editor-button-control > .not_active, editor-operation-control > .not_active, editor-crop-button-control > .not_active, editor-filter-control > .not_active { --idle-color-rgb: var(--rgb-text-base); } editor-button-control > .before, editor-operation-control > .before, editor-crop-button-control > .before, editor-filter-control > .before { z-index: -1; position: absolute; width: 100%; height: 100%; left: 0px; right: 0px; transition: var(--transition-duration-3); background-color: rgba(var(--color-effect), var(--opacity-effect)); border-radius: var(--border-radius-editor); } editor-button-control > .icon, editor-operation-control > .icon, editor-crop-button-control > .icon, editor-filter-control > .icon { display: flex; justify-content: center; align-items: center; } editor-button-control > .title, editor-operation-control > .title, editor-crop-button-control > .title, editor-filter-control > .title { text-transform: uppercase; padding-right: var(--gap-mid-1); letter-spacing: 1.004px; font-size: 0.7em; } editor-filter-control > .preview { position: absolute; width: 100%; height: var(--l-base-height); left: 0px; right: 0px; border-radius: var(--border-radius-editor); background-repeat: no-repeat; background-size: contain; transition: var(--transition-duration-3); z-index: 1; opacity: 0; filter: brightness(var(--filter-effect)); } editor-filter-control > .original-icon { color: var(--color-text-base); opacity: 0.3; } editor-image-cropper { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; opacity: 0; pointer-events: none; touch-action: none; z-index: 10; } editor-image-cropper.active_from_editor { transition: transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1) 0.4s, opacity var(--transition-duration-3); opacity: 1; pointer-events: auto; transform: scale(1) translate(0px, 0px); } editor-image-cropper.active_from_viewer { transition: transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1) 0.4s, opacity var(--transition-duration-3); opacity: 1; pointer-events: auto; transform: scale(1) translate(0px, 0px); } editor-image-cropper.inactive_to_editor { transition: transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1), opacity var(--transition-duration-3) calc(var(--transition-duration-3) + 0.05s); opacity: 0; pointer-events: none; } editor-image-cropper.inactive_instant { transition: opacity var(--transition-duration-2); opacity: 0; pointer-events: none; } editor-image-cropper > .canvas { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; z-index: 1; } editor-image-fader { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; } editor-image-fader.active_from_viewer { opacity: 1; pointer-events: auto; transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-start); z-index: 3; transform: scale(1); } editor-image-fader.active_from_cropper { opacity: 1; pointer-events: auto; transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-end); z-index: 3; transform: scale(1); } editor-image-fader.inactive_to_cropper { opacity: 0; pointer-events: none; transition: transform var(--transition-duration-4), opacity var(--transition-duration-3) steps(1, jump-end); transform: scale(1); z-index: 3; } editor-image-fader.inactive_rough { transform: scale(1); } editor-image-fader .fader-image { position: absolute; top: 0px; left: 0px; display: block; width: 100%; height: 100%; object-fit: scale-down; user-select: none; content-visibility: auto; transform: scale(1); } editor-image-fader .fader-image--preview { transform: scale(1); opacity: 0; transition: var(--transition-duration-3); background-color: var(--color-image-background); border-top-left-radius: var(--border-radius-base); border-top-right-radius: var(--border-radius-base); } editor-scroller { width: 100%; height: 100%; overflow-x: scroll; display: flex; align-items: center; } editor-slider { display: flex; justify-content: center; width: 100%; height: 66px; align-items: center; } editor-toolbar { position: relative; height: 100%; width: 100%; } editor-toolbar.mobile { --l-tab-gap: var(--gap-mid-1); --l-slider-padding: var(--gap-min); --l-controls-padding: var(--gap-min); } editor-toolbar.desktop { --l-tab-gap: calc(var(--gap-mid-1) + var(--gap-max)); --l-slider-padding: var(--gap-mid-1); --l-controls-padding: var(--gap-mid-1); } editor-toolbar > .toolbar-container { position: relative; height: 100%; width: 100%; overflow: hidden; } editor-toolbar > .toolbar-container > .sub-toolbar { position: absolute; width: 100%; height: 100%; display: grid; grid-template-rows: 1fr 1fr; transition: opacity var(--transition-duration-3) ease-in-out, transform var(--transition-duration-3) ease-in-out, visibility var(--transition-duration-3) ease-in-out; background-color: var(--color-fill-contrast); } editor-toolbar > .toolbar-container > .sub-toolbar.sub-toolbar--visible { opacity: 1; pointer-events: auto; transform: translateY(0px); } editor-toolbar > .toolbar-container > .sub-toolbar.sub-toolbar--top-hidden { opacity: 0; pointer-events: none; transform: translateY(100%); } editor-toolbar > .toolbar-container > .sub-toolbar.sub-toolbar--bottom-hidden { opacity: 0; pointer-events: none; transform: translateY(-100%); } editor-toolbar > .toolbar-container > .sub-toolbar > .controls-row { display: flex; align-items: center; justify-content: space-between; padding-left: var(--l-controls-padding); padding-right: var(--l-controls-padding); } editor-toolbar > .toolbar-container > .sub-toolbar > .controls-row > .tab-toggles { position: relative; display: grid; grid-auto-flow: column; grid-gap: 0px var(--l-tab-gap); height: 100%; align-items: center; } editor-toolbar > .toolbar-container > .sub-toolbar > .controls-row > .tab-toggles > .tab-toggles_indicator { position: absolute; bottom: 0px; left: 0px; width: var(--size-touch-area); height: 2px; background-color: var(--color-primary-accent); transform: translateX(0px); transition: transform var(--transition-duration-3); } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row { position: relative; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; content-visibility: auto; display: flex; overflow: hidden; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content.tab-content--visible { opacity: 1; pointer-events: auto; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content.tab-content--hidden { opacity: 0; pointer-events: none; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content .controls-list_align { display: grid; grid-template-areas: '. inner .'; grid-template-columns: 1fr auto 1fr; padding-left: var(--gap-max); box-sizing: border-box; min-width: 100%; } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content .controls-list_inner { grid-area: inner; display: grid; grid-auto-flow: column; grid-gap: calc((var(--gap-min) - 1px) * 3); } editor-toolbar > .toolbar-container > .sub-toolbar > .tab-content-row > .tab-content .controls-list_inner:last-child { padding-right: var(--gap-max); } editor-toolbar .controls-list_last-item { margin-right: var(--gap-max); } editor-toolbar .filter-tooltip_container { position: absolute; width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: center; } editor-toolbar .filter-tooltip_wrapper { position: absolute; top: calc(-100% - var(--gap-mid-2)); height: 100%; display: flex; flex-direction: column; justify-content: flex-end; pointer-events: none; } editor-toolbar .filter-tooltip { background-color: var(--color-text-accent-contrast); color: var(--color-text-base); border-radius: var(--border-radius-editor); text-transform: uppercase; padding-left: var(--gap-min); padding-right: var(--gap-min); padding-top: calc(var(--gap-min) / 2); padding-bottom: calc(var(--gap-min) / 2); font-size: 0.7em; transition: var(--transition-duration-3); opacity: 0; z-index: 3; letter-spacing: 1px; } editor-toolbar .filter-tooltip_visible { opacity: 1; transform: translateY(0px); } editor-toolbar .filter-tooltip_hidden { opacity: 0; transform: translateY(100%); } editor-toolbar .slider { padding-left: var(--l-slider-padding); padding-right: var(--l-slider-padding); } uc-btn-ui { --filter-effect: var(--idle-brightness); --opacity-effect: var(--idle-opacity); --color-effect: var(--idle-color-rgb); --l-transition-effect: var( --css-transition, color var(--transition-duration-2), filter var(--transition-duration-2) ); display: inline-flex; align-items: center; height: var(--css-height, var(--size-touch-area)); padding-right: var(--css-padding-right, var(--gap-mid-1)); padding-left: var(--css-padding-left, var(--gap-mid-1)); color: rgba(var(--color-effect), var(--opacity-effect)); filter: brightness(var(--filter-effect)); cursor: pointer; user-select: none; outline: none; box-sizing: var(--css-box-sizing, border-box); transition: var(--l-transition-effect); } uc-btn-ui .text { white-space: nowrap; } uc-btn-ui .icon { color: rgba(var(--color-effect), var(--opacity-effect)); filter: brightness(var(--filter-effect)); transition: var(--l-transition-effect); display: flex; justify-content: center; align-items: center; } uc-btn-ui .icon_left { margin-left: 0px; margin-right: var(--gap-mid-1); } uc-btn-ui .icon_right { margin-left: var(--gap-mid-1); margin-right: 0px; } uc-btn-ui .icon_single { margin-left: 0px; margin-right: 0px; } uc-btn-ui .icon_hidden { margin: 0; display: none; } uc-btn-ui.primary { --idle-color-rgb: var(--rgb-primary-accent); --idle-brightness: 1; --idle-opacity: 0.6; --hover-color-rgb: var(--idle-color-rgb); --hover-brightness: 1; --hover-opacity: 1; --down-color-rgb: var(--hover-color-rgb); --down-brightness: 0.75; --down-opacity: 1; --active-color-rgb: var(--rgb-primary-accent); --active-brightness: 1; --active-opacity: 1; } uc-btn-ui.boring { --idle-color-rgb: var(--rgb-text-base); --idle-brightness: 1; --idle-opacity: 0.6; --hover-color-rgb: var(--rgb-text-base); --hover-brightness: 1; --hover-opacity: 1; --down-color-rgb: var(--hover-color-rgb); --down-brightness: 1; --down-opacity: 1; --active-color-rgb: var(--rgb-primary-accent); --active-brightness: 1; --active-opacity: 1; } uc-btn-ui.default { --idle-color-rgb: var(--rgb-text-base); --idle-brightness: 1; --idle-opacity: 0.6; --hover-color-rgb: var(--rgb-primary-accent); --hover-brightness: 1; --hover-opacity: 1; --down-color-rgb: var(--hover-color-rgb); --down-brightness: 0.75; --down-opacity: 1; --active-color-rgb: var(--rgb-primary-accent); --active-brightness: 1; --active-opacity: 1; } line-loader-ui { position: absolute; top: 0px; left: 0px; height: 2px; width: 100%; opacity: 0.5; z-index: 9999; } line-loader-ui .inner { height: 100%; max-width: 200px; width: 25%; } line-loader-ui .line { background-color: var(--color-primary-accent); width: 100%; height: 100%; transition: transform 1s; transform: translateX(-101%); } slider-ui { --l-thumb-size: 24px; --l-zero-dot-size: 5px; --l-zero-dot-offset: 2px; --idle-color-rgb: var(--rgb-text-base); --hover-color-rgb: var(--rgb-primary-accent); --down-color-rgb: var(--rgb-primary-accent); --color-effect: var(--idle-color-rgb); --l-color: rgb(var(--color-effect)); width: 100%; height: calc( var(--l-thumb-size) + (var(--l-zero-dot-size) + var(--l-zero-dot-offset)) * 2 ); position: relative; display: flex; align-items: center; justify-content: center; } slider-ui .thumb { position: absolute; left: 0px; width: var(--l-thumb-size); height: var(--l-thumb-size); background-color: var(--l-color); border-radius: 50%; transform: translateX(0px); opacity: 1; transition: opacity var(--transition-duration-2); } slider-ui .steps { position: absolute; display: flex; align-items: center; width: 100%; height: 100%; box-sizing: border-box; justify-content: space-between; padding-left: calc(var(--l-thumb-size) / 2); padding-right: calc(var(--l-thumb-size) / 2); } slider-ui .border-step { height: 10px; width: 0px; border-right: 1px solid var(--l-color); opacity: 0.6; transition: var(--transition-duration-2); } slider-ui .minor-step { height: 4px; width: 0px; border-right: 1px solid var(--l-color); opacity: 0.2; transition: var(--transition-duration-2); } slider-ui .zero-dot { height: var(--l-zero-dot-size); width: var(--l-zero-dot-size); background-color: var(--color-primary-accent); border-radius: 50%; position: absolute; left: calc(var(--l-thumb-size) / 2 - var(--l-zero-dot-size) / 2); top: calc(100% - var(--l-zero-dot-offset) * 2); opacity: 0; transition: var(--transition-duration-3); } slider-ui .input { cursor: pointer; position: absolute; width: calc(100% - 10px); height: 100%; margin: 0; opacity: 0; } ctx-provider { --color-text-base: black; --color-primary-accent: blue; width: 190px; height: 40px; background-color: #f5f5f5; border-radius: 3px; display: flex; justify-content: center; align-items: center; padding-left: 10px; padding-right: 10px; } presence-toggle.transition { transition: opacity var(--transition-duration-3), visibility var(--transition-duration-3); } presence-toggle.visible { opacity: 1; pointer-events: inherit; } presence-toggle.hidden { opacity: 0; pointer-events: none; }
0.478041
0.069415
=============================================== 1. CSS Inits =============================================== */ body{ color: #333333; font-family: 'Open Sans', sans-serif; font-size: 13px; } html, body{ min-height:100%; height:auto; } img{ max-width: 100%; } *:focus{ outline: none; } .clear{ clear: both; } .alpha{ padding-left: 0; } .omega{ padding-right: 0; } .anim_element{ opacity: 0; } /* anchor tag */ a{ text-decoration: none; color:#187BDE; } a:hover{ text-decoration: underline; } hr.hr_line { border: 0; height: 1px; position: relative; margin: 0.5em 0; /* Keep other elements away from pseudo elements*/ margin-bottom: 25px; } hr.hr_line:before { top: -0.5em; height: 1em; } hr.hr_line:after { content:''; height: 0.5em; /* half the height of :before */ top: 1px; /* height of hr*/ } hr.hr_line:before, hr.hr_line:after { content: ''; position: absolute; width: 100%; } hr.hr_line, hr.hr_line:before { background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 55%); background: -webkit-gradient(radial, center center, 0px, center center, 55%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(55%,rgba(0,0,0,0))); background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); } hr.fancy-line:after { background: #f4f4f4; } #wrapper{ opacity: 0; margin-top: 15px; margin-bottom: 15px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .loading_screen{ width: 100%; height: 100%; position: fixed; background-color: #000000; z-index: 999999; left: 0; top: 0; } .loading_screen > div{ position: absolute; width: auto; height: auto; margin: -27px 0 0 -27px; top: 50%; margin-top: -25px; left: 50%; margin-left: -25px; text-align: center; } /* =============================================== 2. Header =============================================== */ #header{ border-bottom: 1px solid #cccccc; box-shadow: 0 2px 1px rgba(0,0,0,0.1); background: rgba(255, 255, 255, 0.9); margin-bottom: 15px; border-radius: 3px; padding-top: 15px; padding-bottom: 15px; } #header .left{ text-align: center; } #header .left img{ border-radius: 3px; } #header .middle{ text-align: center; } #header .middle .name{ padding: 18px; font-size: 45px; color: #333333; border-radius: 3px 3px 0 0; font-weight: 600; font-family: 'Oswald',Arial,Helvetica,sans-serif; display: block; } #header .middle .description{ display: block; padding: 23px; padding-top: 18px; padding-bottom: 18px; font-size: 15px; color: #222222; font-style: italic; } #header .middle .description span{ background: rgba(255, 255, 255, 0.2); padding: 5px; border-radius: 3px; display: inline-block; border: 1px solid #dedede; box-shadow: 0 1px 0 #ffffff inset; margin: 13px; margin-right: 10px; margin-left: 0; } #header .middle a.download_cv , #header .middle a.other { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: block; color:#555555; padding: 23px; padding-top: 12px; padding-bottom: 11px; } #header .middle a.download_cv { border-radius: 0 0 0 3px; } #header .middle a .text{ display: inline-block; margin-top: 6px; } #header .middle a i{ font-size: 24px; margin-right: 10px; } #header .middle a.download_cv:hover{ text-decoration: none; color:#222222; } #header .middle a.other{ border-radius: 0 0 3px 0; padding-left: 25px; } #header .middle a.other:hover{ text-decoration: none; color:#222222; } #header .right{ border-radius: 0 0 3px 0; } #header .right .title{ display: block; text-align: center; font-size: 20px; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; margin-bottom: 15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #header .right .title a{ color:#555555; } #header .right .icons a{ font-size: 32px; text-align: center; cursor: pointer; color: #777777; overflow: hidden; padding: 3px; border-radius: 3px; text-decoration: none; background: #f7f7f7; border: 1px solid #EDEFF0; box-shadow: 0 2px 1px rgba(0,0,0,0.1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; } #header .right .icons a i{ -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; } #header .right .icons a:hover i{ -webkit-animation: moveFromLeftRotate 300ms ease forwards; -moz-animation: moveFromLeftRotate 300ms ease forwards; -ms-animation: moveFromLeftRotate 300ms ease forwards; -o-animation: moveFromLeftRotate 300ms ease forwards; animation: moveFromLeftRotate 300ms ease forwards; } @-webkit-keyframes moveFromLeftRotate{ from { -webkit-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -webkit-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @-moz-keyframes moveFromLeftRotate{ from { -moz-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -moz-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @-ms-keyframes moveFromLeftRotate{ from { -ms-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -ms-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @-o-keyframes moveFromLeftRotate{ from { -o-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -o-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @keyframes moveFromLeftRotate{ from { transform: translateX(0%) rotate(0deg) scale(1,1); } to { transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } #header .right .icons a.icon-youtube-play-outer { color: #777777; } #header .right .icons a.icon-facebook-outer:hover{ background: #3B5999; color: #ffffff; box-shadow: 0 2px 8px 1px #283B66 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-twitter-outer:hover{ background: #00BAFF; color: #ffffff; box-shadow: 0 2px 8px 1px #0083B2 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-linkedin-sign-outer:hover{ background: #007BB6; color: #ffffff; box-shadow: 0 2px 8px 1px #004769 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-youtube-play-outer:hover{ background: #C8302D; color: #ffffff; box-shadow: 0 2px 8px 1px #6B1A19 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-google-plus-outer:hover{ background: #D94835; color: #ffffff; box-shadow: 0 2px 8px 1px #8A2D21 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-github-outer:hover{ background: #7197B0; color: #ffffff; box-shadow: 0 2px 8px 1px #3E5361 inset, 0 2px 1px rgba(0,0,0,0.2); } /* =============================================== 3. Menu =============================================== */ .menu{ display: block; width: 100%; background: rgba(255, 255, 255, 0.9); margin-bottom: 15px; border-radius: 3px; box-shadow: 0 2px 1px rgba(0,0,0,0.1); } .menu .left{ display: none; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu .left.animate{ display: inline-block; opacity: 1; } .menu .menu_inner{ margin: 0 auto; float: none; } .menu.other_page .menu_inner{ margin: 0; float: left; } .menu .left .img{ display: inline-block; height: 53px; overflow: hidden; position: relative; background: #ffffff; border-right: 1px solid #ededed; border-radius: 0 0 0 3px; } .menu .left .img img{ border-radius: 3px; } .menu .left .name{ display: block; position: absolute; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-size: 20px; border-radius: 3px; padding: 14px; text-align: center; left: 0; top: 0; width: 100%; color: #ffffff; height: 100%; background: rgba(0,0,0,0.3); } .menu .right{ opacity: 0; display: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu .right.animate{ display: inline-block; opacity: 1; } .menu .right a.cv{ display: block; padding: 17px; text-align: center; border-radius: 3px; text-decoration: none; background: #fafafa; color: #ffffff; text-shadow: 0 1px 0 #999999; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu .right a.cv i{ font-size: 17px; display: inline-block; margin-right: 10px; } .menu .right a.cv .text1{ margin-top: 3px; } .menu .right a.cv .text2{ display: none; margin-top: 3px; } .menu .m_menu_toggle{ display: none; padding: 15px; text-align: center; font-size: 30px; color:#555555; cursor: pointer; } .menu .m_menu_toggle:hover{ color: #333333; } .menu.other_page{ padding-top: 15px; padding-bottom: 15px; } .menu ul{ list-style-type: none; margin: 0 auto; padding: 0; width: 100%; text-align: center; } .menu.menu_width_page ul{ margin-left: 3%; } .menu ul li{ display: inline-block; margin-right: 3px; position: relative; } .menu ul li a{ display: inline-block; padding: 11px; padding-top: 18px; padding-bottom: 17px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #999999; font-weight: 400; text-transform: uppercase; border:1px solid transparent; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-size: 15px; border-bottom: 3px solid transparent; border-left: 1px solid transparent; border-right: 1px solid transparent; } .menu ul li a:hover{ text-decoration: none; color:#8E8171; } .menu ul li a.active{ color: #333333; padding-top: 17px; padding-bottom: 17px; } .menu ul li a i.menu_icon{ display: inline-block; margin-right: 5px; font-size: 18px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu ul li a i.menu_icon.active{ display: inline-block; } .menu ul li a .text{ display: inline-block; } /* =============================================== 4. Main Content =============================================== */ .slider{ position: relative; } .slider .slide{ position: relative; } .slider .slide img{ display: block; width: 100%; height: auto; } .slider .slide .overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); } .slider .slide .overlay .captions{ position: absolute; bottom: 30px; left: 60px; width: 100%; } .slider .slide .overlay .captions .inner{ background: rgba(0, 0, 0, 0.9); display: inline-block; padding: 20px; font-family: 'Oswald',sans-serif; color: #ffffff; } .slider .slide .overlay .captions .title{ font-size: 28px; margin-bottom: 15px; } .slider .slide .overlay .captions .description{ font-size: 18px; } .slider .owl-controls .owl-buttons .owl-prev, .slider .owl-controls .owl-buttons .owl-next{ font-size: 50px; height: 75px; width: 40px; color: #ffffff; background: transparent; overflow: hidden; position: absolute; margin: auto; top: 0; bottom: 0; z-index: 99; } .slider .owl-controls .owl-buttons .owl-prev{ left: 0; } .slider .owl-controls .owl-buttons .owl-next{ right: 0; } .home_slider{ float: left; } .home_slider .owl-wrapper-outer{ float: left; } #content{ width: 100%; display: block; margin: 0 auto; border-top: 1px solid #cccccc; background: rgba(255, 255, 255, 0.9); box-shadow: 0 2px 1px rgba(0,0,0,0.1); border-radius: 3px; } #content .page{ display: none; border-radius: 3px; padding: 15px; border-top: 1px solid #ededed; border-bottom: 1px solid #dedede; } #content .page_title{ font-family: 'Oswald',Arial,Helvetica,sans-serif; font-size: 30px; font-weight: 400; margin-top: 10px; text-align: center; padding: 0; padding-bottom: 15px; } /* =============================================== 5. Home Page =============================================== */ #content .page#home_page{ border-bottom: none; display: block; padding: 0; } #home_page .page_title span{ display: inline-block; border-bottom: 2px solid #D6D6D6; padding-bottom: 10px; } .info_box{ text-align: center; font-style: italic; font-size: 15px; padding: 10px; padding-left: 50px; padding-right: 50px; background: #EBECED; line-height: 25px; margin-top: auto; box-shadow: 0 2px 1px 1px #dedede; border-radius: 3px; } .info_box.left{ border-bottom: 3px dashed #bebebe; border-right: 5px dotted #bebebe; border-radius: 3px 0 0 3px; } .info_box.right{ border-left: 5px dotted #dedede; border-bottom: 3px dashed #dedede; border-radius: 3px 0 3px 0; } /* =============================================== 6. About Page =============================================== */ .about_top{ display: block; position: relative; } .about_top .picture{ display: inline-block; border-radius: 3px; overflow: hidden; text-align: center; } .about_top .picture .outer{ display: inline-block; overflow: hidden; text-align: center; } .about_top .picture img{ display: inline-block; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .about_top .picture:hover img{ opacity: 1; -webkit-transform: scale(1.4,1.4); -moz-transform: scale(1.4,1.4); -o-transform: scale(1.4,1.4); -ms-transform: scale(1.4,1.4); transform: scale(1.4,1.4); } .about_top .right .hr_line{ margin-top: 10px; margin-bottom: 5px; } .about_top .top_text{ font-size: 45px; padding: 48px; padding-bottom: 49px; font-weight: 600; text-align: left; font-family: 'Oswald',Arial,Helvetica,sans-serif; color: #ffffff; } .about_top .bot_text{ display: inline-block; width: 100%; font-size: 14px; line-height: 25px; border-radius: inherit; } .about_top .bot_text span, .about_top .bot_text a{ display: inline-block; padding: 50px; padding-top: 76px; padding-bottom: 75px; text-align: center; } .about_top .bot_text span{ padding-top: 63px; padding-bottom: 63px; } .about_top .bot_text a{ color:#555555; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .about_top .bot_text a:hover{ text-decoration: none; background: #D3DBDE; color:#222222; } .details{ margin-top: 30px; } .details > .title, .services > .title, .about > .title{ width: 100%; margin-left: 0; } .box > .title{ display: block; width: 100%; } .box.about p.intro{ font-size: 18px; line-height: 31px; margin-bottom: 20px; display: block; width: 100%; } .box.about p.quote{ font-size: 15px; line-height: 31px; margin-bottom: 20px; display: block; width: 100%; } .box.about p i.fa-quote-left{ font-size: 30px; display: inline-block; margin-right: 5px; } .box.about .interests{ display: block; width: 100%; } .box.about .interests h2{ padding-left:0; border-bottom: 1px solid #dedede; margin-bottom: 10px; text-align: center; } .box.about .interests p{ font-size: 15px; line-height: 31px; margin-bottom: 20px; display: block; width: 100%; } .box .title h1{ display: block; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; width: 160px; text-align: center; margin: 0 auto; font-size: 21px; margin-bottom: 10px; } .details .items{ display: block; width: 100%; margin-top: 5px; } .details .items .item{ width: 100%; display: block; position: relative; margin-bottom: 0; } .details .items .item .title{ padding: 15px; display: block; border-top: 1px solid #dedede; text-align: center; background: rgba(255, 255, 255, 0.7); position: relative; font-weight: 600; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .details .items .item .title i{ display: inline-block; font-size: 15px; margin-right: 10px; color:#666666; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .details .items .item .title span{ display: inline-block; margin-top:3px; } .details .items .item .value{ display: block; text-align: center; background: rgba(255,255,255,0.4); padding: 15px; padding-bottom: 18px; word-wrap:break-word; border-top: 1px solid #dedede; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .details .items .item:hover{ cursor: default; } .details .items .item:hover .value{ background: rgba(255,255,255,0.7); } .details .items .item:hover .title{ background: rgba(255, 255, 255, 0.4); } .details .items .item:hover .title i{ color:#222222; } .services{ margin-bottom: 0; padding: 15px; } .about{ margin-top: 30px; } .tabs_box{ display: block; width: 100%; } .tabs_box .tabs_menu{ list-style-type: none; padding: 0; margin: 0; } .tabs_box .tabs_menu li{ display: inline-block; margin-bottom: 0; font-size: 14px; padding: 14px; font-weight: 600; border-radius: 3px 3px 0 0; background: #ededed; margin-right: 3px; cursor: pointer; border: 1px solid transparent; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tabs_box .tabs_menu li.active, .tabs_box .tabs_menu li:active{ border-radius: 3px 3px 0 0; } .tabs_box .tabs_menu li i{ display: inline-block; margin-right: 10px; font-size: 18px; width: 25px; text-align: center; } .tabs_box .tabs_menu li span.text{ display: inline-block; margin-top:2px; } .tabs_box .pages{ display: inline-block; width: 100%; border-radius: 0 0 3px 3px; margin-top: 0; padding: 17px; background: rgba(255, 255, 255, 0.6); box-shadow: 0 2px 1px #dedede; border: 1px solid #ededed; } .tabs_box .pages > div{ display: none; width: 100%; border-radius: 0 0 3px 3px; font-size: 15px; line-height: 21px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tabs_box .pages > div strong.title{ display: block; margin-bottom: 5px; } .tabs_box .pages > div h1{ padding-left: 0; padding-top: 0px; margin-bottom: 10px; margin-top: 0; padding-bottom: 10px; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; border-bottom: 5px solid #dedede; background: rgba(255,255,255,0.4); } .tabs_box .pages > div.page_1{ display: block; } .tweets{ margin-top: 15px; } .tweets_feed{ opacity: 1 !important; text-align: center; } .tweets_feed .tweet a{ color: #555555; } .tweets_feed .tweet .tweet_user{ margin-bottom: 10px; } .tweets_feed .tweet .tweet_user .icon-twitter{ font-size: 30px; margin-right: 10px; color:#0099FF; } .tweets_feed .tweet .tweet_user .username{ font-size: 24px; } .tweets_feed .tweet .tweet_text{ margin-bottom: 10px; font-size: 16px; } .tweets_feed .tweet .tweet_user .tweet_time{ font-size: 14px; } /* =============================================== 7. Resume Page =============================================== */ .res_block{ margin-bottom: 20px; } .res_block > .title{ display: block; margin-bottom: 35px; font-size: 25px; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .res_block > .title i{ font-size: 25px; margin-right: 15px; color: #555555; } .res_block .item{ display: block; margin-bottom: 10px; } .res_block .item .inner{ display: inline-block; padding-left: 12px; margin-left: 3px; padding-top: 7px; padding-bottom: 7px; } .res_block .item .date{ color: #777777; font-weight: 600; } .res_block .item .body{ position: relative; } .res_block .item .body i{ display: inline-block; position: absolute; left:15px; top: 0; color: #dedede; } .res_block .item .body .type{ font-weight: 600; margin-bottom: 0px; display: inline-block; color: #222222; margin-left: 20px; font-size: 15px; margin-bottom: 3px; } .res_block .item .body .subtext{ display: block; margin-bottom: 5px; font-weight: 600; } .res_block .item .body .subtext .location{ color: #666666; } .res_block .item .body .text{ color:#555555; line-height: 18px; } .skills{ display: block; width: 100%; margin-bottom: 20px; } .skills h1{ display: block; font-size: 25px; padding-left: 0; margin-bottom: 5px; padding-top:0; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .skills h1 i { font-size: 25px; margin-right: 15px; color:#555555; } .skills .block{ display: block; } .skills .block h2{ padding-left: 0; border-bottom: 1px solid #ededed; margin-bottom: 10px; } .skills .block h2 i{ display: inline-block; margin-right: 10px; } .skills .block .skill{ display: block; height: 30px; margin-bottom: 10px; position: relative; background: #f5f5f5; border-radius: 10px; box-shadow: 0 1px 0 #e6e6e6; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .skills .block .skill .color{ height: 30px; display: block; border-radius: 5px; position: absolute; box-shadow: 0 -1px 0 #bebebe; left: 0; color:#ffffff; width: 0; overflow: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .skills .block .skill:hover{ background: #F0F0F0; } .skills .block .skill .color span{ padding: 6px; overflow: hidden; } .skills .block .skill .color span .text{ display: inline-block; } .skills .block .skill .color span strong{ display: inline-block; } .tools{ display: block; margin-bottom: 20px; } .tools h1{ display: block; font-size: 25px; padding-left: 0; margin-bottom: 20px; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .tools h1 i { font-size: 25px; margin-right: 15px; color: #555555; } .tools .tool{ background: #f5f5f5; border-radius: 5px; box-shadow: 0 1px 0 #e6e6e6; padding: 10px; margin-right: 15px; margin-bottom: 15px; display: inline-block; color: #999999; cursor: default; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tools .tool:hover{ color: #333333; background: #F0F0F0; } .download_vcard{ display: block; width: 100%; } .download_vcard a .text{ padding: 10px; text-align: center; display: block; color: #ffffff; border-radius: 5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .download_vcard a .text span{ display: inline-block; margin-top: 10px; font-size: 15px; } .download_vcard a .text i{ display: inline-block; font-size: 34px; margin-right: 10px; margin-left: 35px; } .download_vcard a .text:hover{ text-decoration: none; } .awards .award{ display: block; width: 100%; margin-bottom: 10px; } .awards .award .date{ color: #999999; font-weight: 600; } .awards .award .body{ position: relative; } .awards .award .inner { display: inline-block; padding-left: 12px; margin-left: 3px; padding-top: 7px; padding-bottom: 7px; } .awards .award .body i { display: inline-block; position: absolute; left: 15px; top: 0; color: #dedede; } .awards .award .title{ font-size: 15px; display: block; margin-bottom: 2px; font-weight: 600; margin-left: 20px; } .awards .award .name{ display: block; color: #666666; margin-bottom: 10px; } .awards .award .text{ display: block; line-height: 16px; } .clients{ display: block; width: 100%; position: relative; } .close_clients_box{ float: right; font-size: 35px; color: #555555; cursor: pointer; } .close_clients_box:hover{ color: #333333; } .clients h1{ display: block; font-size: 25px; padding-left: 0; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .clients h1 i{ font-size: 25px; margin-right: 15px; margin-bottom: 20px; color:#555555; } .clients .clients_list{ display: block; margin: 0; padding: 0; } .clients .clients_list .owl-controls{ text-align: center; } .clients .clients_list .client{ display: inline; margin-right: 40px; opacity: 0.5; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .clients .clients_list .client .details{ display: none; } .clients .clients_list .client:hover{ opacity: 1; } .clients .details{ display: none; width: 100%; border-top:1px solid #dedede; padding-top:25px; } .clients .details .top{ width: 100%; display: block; } .clients .details .top .description{ display: inline-block; margin-left: 15px; margin-top: 11px; font-size: 13px; font-weight: 600; color: #ffffff; padding: 10px; border-radius: 10px; } .clients .details .body{ display: block; width: 98%; padding: 10px; font-size: 14px; line-height: 22px; } /* =============================================== 8. Portfolio Page =============================================== */ .portfolio_filter{ display: block; padding: 10px; margin: 20px auto; text-align: center; } .portfolio_filter li{ display: inline-block; padding: 10px 15px; margin-right: 10px; border-radius: 5px; background: #ededed; box-shadow: 0 1px 0 #dedede; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .portfolio_filter li.active, .portfolio_filter li:hover{ color:#ffffff; } .filter_hr{ margin-bottom: 25px; } #portfolio_grid{ display: block; width: 100%; min-height: 200px; max-height: 100%; position: relative; text-align: center; } #portfolio_grid:after{ content: ''; display: inline-block; width: 100%; } #portfolio_grid .gap{ display: inline-block; width: 100%; } #portfolio_grid .mix{ position: relative; display: none; opacity: 0; overflow: hidden; border: 7px solid #ededed; background: rgba(255,255,255,0.5); box-shadow: 0 0 1px 0 rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #portfolio_grid .mix img{ opacity: 0.8; display: block; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } #portfolio_grid .mix:hover, #portfolio_grid .mix.active{ box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1); } #portfolio_grid .mix:hover .img_outer img, #portfolio_grid .mix.active .img_outer img{ opacity: 1; -webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); transform: scale(1.2,1.2); } #portfolio_grid .mix .img_outer{ position:relative; overflow:hidden; padding: 0; cursor: pointer; } #portfolio_grid .mix .overlay{ position: absolute; left: 0; top: 0; width:100%; height:100%; background: rgba(0, 0, 0, 0.5); opacity: 0; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } #portfolio_grid .mix .overlay i{ font-size: 20px; border-radius: 20px; border: 1px solid transparent; padding: 0; display: inline-block; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } #portfolio_grid .mix:hover .img_outer .overlay i, #portfolio_grid .mix.active .img_outer .overlay i{ padding: 10px; } #portfolio_grid .mix:hover .img_outer .overlay, #portfolio_grid .mix.active .img_outer .overlay{ opacity: 1; } #portfolio_grid .mix .row > .details{ background: rgba(0,0,0,0.8); padding: 20px; display: inline-block; } #portfolio_grid .mix .details{ margin: 0; padding: 10px; position: relative; color: #ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #portfolio_grid .mix .details h2{ padding-left: 0; padding-right: 0; font-size: 20px; padding-top:0; text-align: center; margin-top: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #portfolio_grid .mix .overlay .details h2{ text-align: left; } #portfolio_grid .mix .details p{ line-height: 21px; font-size: 14px; text-align: left; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .portfolio_info{ display: none; padding: 15px; background: rgba(255, 255, 255, 0.7); box-shadow: 0 2px 1px rgba(0,0,0,0.1); width: 100%; float: left; } .portfolio_info .info_icon{ float: left; } .close_portfolio_info{ float: right; } .portfolio_info i{ display: inline-block; font-size: 40px; color: #888888; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .portfolio_info .details{ display: block; color: #333333 !important; } .portfolio_info .details h2{ display: block; padding-left: 0; font-size: 20px; padding-top: 0; margin-top: 15px !important; margin-bottom: 15px; } .portfolio_info .details h2 .text{ display: inline-block; margin-top: 10px; } .portfolio_info .details .social{ display: inline-block; margin-left: 10px; } .portfolio_info .details .social a{ display: inline-block; text-decoration: none; margin-right: 5px; padding: 7px !important; padding-bottom: 6px !important; } .portfolio_info .details .social .share_text{ display: inline-block; margin-right: 10px; margin-top: 13px; } .portfolio_info .details .social a.facebook:hover i{ color:#3B5999; } .portfolio_info .details .social a.twitter:hover i{ color:#00BAFF; } .portfolio_info .details .social a.youtube:hover i{ color:#C8302D; } .portfolio_info .details .social a.google:hover i{ color:#D94835; } .portfolio_info .details .social a i{ font-size: 17px; width: 12px; text-align: center; } .portfolio_info .details p{ display: block; font-size: 14px; line-height: 21px; margin-bottom: 15px; } .portfolio_info .details .client{ display: block; margin-bottom: 15px; font-size: 15px; } .portfolio_info .details .link{ display: inline-block; } .portfolio_info .details .link a{ display: inline-block; padding: 10px; border-radius: 3px; background: #fafafa; border: 1px solid #dedede; color: #555555; text-decoration: none; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #ededed; } .portfolio_info .details .link a:hover{ background: #ededed; border: 1px solid #bebebe; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #dedede; color:#333333; } .portfolio_info .details .link a:active{ background: #F2F2F2; color:#333333; box-shadow: 0 0 2px 1px #dedede inset, 0 2px 1px #fafafa; } /* =============================================== 9. Blog Page =============================================== */ .posts .post{ display: block; width: 100%; margin-bottom: 35px; } .post .quote{ background: #0A1922; color:#ffffff; padding: 10px; border-radius: 4px; margin-bottom: 10px; } .post .quote .icon{ font-size: 25px; text-align: center; } .post .quote .text{ font-size: 15px; margin-bottom: 10px; } .post .quote .source{ font-style: italic; color: #dedede; } .posts .post .left a, .posts .post .left i{ width: 100%; display: inline-block; text-align: center; padding-top: 13px; padding-bottom: 12px; border: 1px solid #ededed; background: #fafafa; border-right: 0; color: #777777; border-radius: 3px 0 0 3px; text-decoration: none; font-size: 20px; } .posts .post .left .fb{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .posts .post .left .fb:hover{ background: #3B5999; color:#ffffff; } .posts .post .left .twtr{ margin-top: -1px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .posts .post .left .twtr:hover{ background: #00BAFF; color:#ffffff; } .posts .post .left .type{ margin-bottom: 15px; } /* text type start */ .posts .post.text .left .type{ margin-bottom: 10px; border-radius: 3px; } .posts .post.text .left .fb, .posts .post.text .left .twtr{ margin-top:-1px; border-right: 1px solid #ededed; } .posts .post.text .left .fb{ border-radius: 3px 3px 0 0; } .posts .post.text .left .twtr{ border-radius: 0 0 3px 3px; } .posts .post.text .right .bot{ border-top:1px solid #ededed; } /* text type end */ .post.slideshow .slider{ float: left; } .post.slideshow .slider .owl-wrapper-outer{ float: left; } /* quote type start */ .posts .post.quote .left .type{ margin-bottom: 10px; border-radius: 3px; } .posts .post.quote .left .fb, .posts .post.quote .left .twtr{ margin-top:-1px; border-right: 1px solid #ededed; } .posts .post.quote .left .fb{ border-radius: 3px 3px 0 0; } .posts .post.quote .left .twtr{ border-radius: 0 0 3px 3px; } .posts .post.quote .right .bot{ border-top:1px solid #ededed; } .posts .post.quote .right .body i.quote_left, .posts .post.quote .right .body i.quote_right{ display: inline-block; font-size: 25px; color:#555555; } .posts .post.quote .right .body i.quote_left{ margin-right: 10px; } .posts .post.quote .right .body i.quote_right{ margin-left: 10px; } /* quote type end */ .posts .post .right .top{ display: block; overflow: hidden; border-radius: 3px; } .posts .post .right .top .image img{ border-radius: 3px; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .posts .post .right .top .image img:hover{ -webkit-transform: scale(1.3,1.3) rotate(5deg); -moz-transform: scale(1.3,1.3) rotate(5deg); -o-transform: scale(1.3,1.3) rotate(5deg); -ms-transform: scale(1.3,1.3) rotate(5deg); transform: scale(1.3,1.3) rotate(5deg); opacity: 1; } .posts .post .right .bot{ display: block; border: 1px solid #ededed; border-top: 0; background: #fafafa; border-radius: 3px; } .posts .post .right .bot > span{ display: inline-block; margin: 14px; margin-right: 0; margin-bottom: 13px; padding-right: 15px; } .posts .post .right .bot > span.user, .posts .post .right .bot > span.time, .posts .post .right .bot > span.tags{ border-right: 1px solid #dedede; } .posts .post .right .bot > span.total_comments{ padding: 14px; padding-bottom: 13px; margin: 0; font-weight: 600; } .posts .post .right .bot > span span{ display: inline-block; margin-left: 5px; } .posts .post .right .bot > span span a{ color:#333333; } .posts .post .right > .body{ display: block; padding-left: 15px; margin-top: 8px; } .posts .post .right > .body .title{ padding: 0; margin-bottom: 15px; font-size: 25px; font-weight: 400; font-family: 'Oswald',Arial,Helvetica,sans-serif; line-height: 34px; } .posts .post .right > .body .title a{ color:#333333; } .posts .post .right > .body .body{ display: block; line-height: 20px; width: 100%; } .blog_sidebar .search{ display: block; width: 100%; margin-bottom: 10px; position: relative; } .blog_sidebar .search input{ padding: 10px; padding-right: 40px; width: 100%; border-radius: 3px; border: 1px solid #cccccc; background: #fafafa; line-height: 18px; box-shadow: 0 1px 1px #bebebe inset, 0 2px 1px #ffffff; color: #999999; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_sidebar .search input:hover, .blog_sidebar .search input:focus{ background: #FCFCFC; color:#333333; } .blog_sidebar .search i{ color: #999999; position: absolute; right: 16px; top: 14px; cursor: pointer; } .blog_sidebar .search i:hover{ color:#333333; } .blog_sidebar .categories{ display: block; width: 100%; margin-bottom: 10px; } .blog_sidebar .categories h1{ padding-left: 0; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; text-align: center; font-size: 27px; padding-bottom: 10px; } .blog_sidebar .categories .list{ display: block; width: 100%; margin-left: 10px; margin-top: 10px; padding: 0; } .blog_sidebar .categories .list li{ display: block; width: 100%; margin-bottom: 8px; } .blog_sidebar .categories .list li .dot{ display: inline-block; margin-right: 10px; } .blog_sidebar .categories .list li a{ display: inline-block; color:#333333; } .blog_sidebar .tabs{ display: block; width: 100%; margin-bottom: 10px; box-shadow: 0 2px 0 #dedede; } .blog_sidebar .tabs h1{ padding-left: 0; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; text-align: center; font-size: 27px; padding-bottom: 10px; } .blog_sidebar .tabs .tab_select{ display: block; width: 100%; position: relative; padding: 0; margin: 0; } .blog_sidebar .tabs .tab_select li{ display: inline-block; padding: 10px; border: 1px solid transparent; cursor: pointer; color:#555555; margin-bottom: -1px; } .blog_sidebar .tabs .tab_select li:hover{ background: #ededed; } .blog_sidebar .tabs .tab_select li.active{ background: #ffffff; color:#333333; border-bottom: 0; } .blog_sidebar .tabs .tab{ display: none; padding: 12px; border-top: none; background: #ffffff; padding-right: 13px; border-radius: 0 0 5px 5px; } .blog_sidebar .tabs .tab.active{ display: block; } .blog_sidebar .tabs .tab .item{ display: block; width: 100%; margin-bottom: 15px; } .blog_sidebar .tabs .tab .item a{ color:#333333; margin-bottom: 10px; font-weight: bold; } .blog_sidebar .tabs .tab .item p{ width: 100%; display: inline-block; line-height: 17px; } .blog_sidebar .text_widget{ width: 100%; display: block; } .blog_sidebar .text_widget h1{ padding-left: 0; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; padding-top: 0; text-align: center; font-size: 27px; padding-bottom: 10px; } .blog_sidebar .text_widget .body{ display: block; padding: 15px; border-radius: 5px; background: #ffffff; box-shadow: 0 1px 0 #ffffff inset, 0 2px 0 #dedede; } .blog_sidebar .text_widget span{ display: block; width: 100%; line-height: 17px; } .pagination{ display: block; width: 100%; margin-bottom: 0; } .pagination li{ display: inline-block; margin-right: 10px; } .pagination li a{ padding: 10px; padding-left: 15px; padding-right: 15px; background: #ededed; text-decoration: none; border: 1px solid #dedede; border-radius: 5px; box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 #ededed; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color:#333333; } .pagination li a.active, .pagination li a:hover{ color: #ffffff; box-shadow: 0 1px 0 #555555, 0 1px 0 #dedede inset; } .about_author{ margin-bottom: 20px; background: #ffffff; padding: 10px; } .about_author .title{ font-family: 'Oswald', sans-serif; font-weight: 300; padding-bottom: 10px; padding-top: 0; margin-top: 0; margin-bottom: 10px; border-bottom: 1px solid #dedede; } .comments .title i{ margin-right: 10px; } .comments .title{ margin-bottom: 20px; border-bottom: 1px solid #dedede; padding-bottom: 10px; } .comments > .comment{ margin-bottom: 20px; } .comments .comment .name{ margin-top: 0; } .comments .comment .date{ color:#777777; margin-bottom: 10px; } .comments .comment .body{ margin-bottom: 10px; } .comments .comment .actions a{ float: right; } .comments .comment .child_comment_body{ padding-right: 0; margin-bottom: 20px; } .comment_form .title{ margin-bottom: 20px; border-bottom: 1px solid #dedede; padding-bottom: 10px; } .comment_form .title i{ margin-right: 10px; } .comment_form input[type="text"], .comment_form textarea{ width: 100%; padding:10px; border:1px solid #bebebe; transition: all .2s linear; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; } .comment_form textarea{ min-height: 150px; } .comment_form input[type="text"]:hover, .comment_form textarea:hover, .comment_form input[type="text"]:focus, .comment_form textarea:focus{ border:1px solid #111111; } .comment_form form > div{ margin-bottom: 15px; } .comment_form input[type="submit"]{ float: right; } .tags{ list-style-type: none; padding:0; display: inline-block; margin-bottom: 20px; } .tags i{ margin-right: 5px; display: inline-block; } .tags li{ display: inline-block; } .post .hidden_post_content{ display: none; margin-top: 10px; } .return_to_blog{ padding: 10px; text-align: center; border-radius: 3px; display: none; margin-bottom: 15px; text-decoration: none; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background: #fafafa; border: 1px solid #dedede; color: #555555; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #ededed; } .return_to_blog:hover{ text-decoration: none; background: #ededed; border: 1px solid #bebebe; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #dedede; color:#333333; } .return_to_blog:active{ text-decoration: none; background: #F2F2F2; color:#333333; box-shadow: 0 0 2px 1px #dedede inset, 0 2px 1px #fafafa; } /* =============================================== 10. Contact Page =============================================== */ #gmap{ height: 300px; } .contact_info{ margin-top: 40px; } .contact_info > hr{ margin-bottom: 35px; } .contact_info h2{ padding-left: 0; padding-top:0; margin-bottom: 10px; text-align: center; } .contact_info i{ font-size: 16px; height: 40px; line-height: 40px; width: 40px; display: block; margin: 0 auto; background: #ffffff; border-radius: 150px; box-shadow: 0 0 0 8px #ededed; text-align: center; } .contact_info > div{ width: 100%; margin-bottom: 15px; padding: 10px; } .contact_info .name{ font-size: 20px; font-weight: bold; } .contact_form{ margin-top: 20px; } .contact_form h2{ padding: 15px; text-align: center; border-radius: 3px; margin-bottom: 20px; border-bottom: 4px solid #E7E7E7; } .contact_form .row{ display: block; width: 100%; float: left; margin-bottom: 10px; } .contact_form .row label{ display: block; width: 100%; float: left; color:#999999; font-weight: 600; margin-bottom: 7px; } .contact_form .row:hover label{ color:#222222; } .contact_form .row input[type="text"], .contact_form .row textarea{ padding: 10px; box-shadow: 0 1px 2px 0 #dedede inset, 0 1px 0 #ffffff; border: 1px solid #cccccc; background: #fdfdfd; width: 100%; border-radius: 3px; } .contact_form .row textarea{ height: 156px; } .contact_form .row input[type="text"]:hover, .contact_form .row input[type="text"]:focus, .contact_form .row textarea:hover, .contact_form .row textarea:focus{ border:1px solid #bebebe; } .contact_form .row input[type="button"]{ padding: 10px; border-radius: 3px; margin:0; cursor: pointer; float: left; background: #fafafa; border: 1px solid #dedede; color: #555555; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #ededed; } .contact_form .row input[type="button"]:hover{ background: #ededed; border: 1px solid #bebebe; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #dedede; color:#333333; } .contact_form .row input[type="button"]:active{ background: #F2F2F2; color:#333333; box-shadow: 0 0 2px 1px #dedede inset, 0 2px 1px #fafafa; } .social_btns_hr{ margin-top: 25px; margin-bottom: 5px; } .social_btns{ display: block; width: 100%; float: left; text-align: center; padding-top:25px; } .social_btns a{ text-decoration: none; font-size: 32px; color: #999999; width: 60px; height: 60px; line-height: 60px; border-radius: 150px; margin-right: 15px; overflow: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .social_btns a:after { display: none; } .social_btns a:hover { background: #ffffff; box-shadow: 0 0 0 8px #ededed; } .social_btns a.fa-facebook:hover{ color: #3B5999; } .social_btns a.fa-twitter:hover{ color: #00BAFF; } .social_btns a.fa-google-plus:hover{ color: #D94835; } .social_btns a.fa-youtube:hover{ color: #C8302D; } .social_btns a.fa-github:hover{ color: #7197B0; } .social_btns a.fa-dribbble:hover{ color: #E44D87; } .social_btns a.fa-flickr:hover{ color: #0062DD; } .social_btns a.fa-tumblr:hover{ color: #35506B; } .social_btns a.fa-vk:hover{ color: #476C98; } .social_btns a.fa-skype:hover{ color: #00A8E9; } .social_btns a.fa-pinterest:hover{ color: #C7212D; } .social_btns a.fa-instagram:hover{ color: #BFB4A4; } /* error msg */ .error{ background-color: #f9e5e6; color: #b3696c; border: 1px solid #f7c7c9; display: block; width: 97%; float: left; padding: 5px; margin-top: 10px; } /* success msg */ .success{ background-color: #E3EBC6; color: #8FA442; border: 1px solid #C2D288; display: block; width: 97%; float: left; padding: 5px; margin-top: 10px; } .fullOpacity{ opacity: 1 !important; } .btn{ border-radius: 4px; text-align: center; padding: 8px 15px; background: #f5f5f5; border: 1px solid #dedede; color: #333333; box-shadow: 0 2px 1px rgba(0,0,0,0.03), 0 1px 0 #ffffff inset; text-decoration: none; font-family: 'Raleway', sans-serif; font-size: 15px; -webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; } .btn i{ margin-left: 10px; } .btn:hover, .btn.active{ color: #ffffff; border: 1px solid transparent; box-shadow: 0 2px 1px rgba(0,0,0,0.05); } .btn.small{ padding:5px 10px; } .btn.large{ padding:15px 20px; } .btn.reverse{ box-shadow: 0 2px 1px rgba(0,0,0,0.03), 0 1px 0 rgba(255,255,255,0.5) inset; border:1px solid transparent !important; } .btn.blue:hover, .btn.blue.active{ background: #004CAC !important; color:#ffffff !important; } .btn.blue.reverse{ background: #004CAC !important; color:#ffffff !important; } .btn.red:hover, .btn.red.active{ background: #FF443A !important; color:#ffffff !important; } .btn.red.reverse{ background: #FF443A !important; color:#ffffff !important; } .btn.yellow:hover, .btn.yellow.active{ background: #F3E800 !important; color:#333333 !important; } .btn.yellow.reverse{ background: #F3E800 !important; color:#333333 !important; } .btn.green:hover, .btn.green.active{ background: #4DD530 !important; color:#ffffff !important; } .btn.green.reverse{ background: #4DD530 !important; color:#ffffff !important; } .btn.purple:hover, .btn.purple.active{ background: #7C2EAA !important; color:#ffffff !important; } .btn.purple.reverse{ background: #7C2EAA !important; color:#ffffff !important; } .btn.pink:hover, .btn.pink.active{ background: #CE2F86 !important; color:#ffffff !important; } .btn.pink.reverse{ background: #CE2F86 !important; color:#ffffff !important; } .btn.black:hover, .btn.black.active{ background: #333333 !important; color:#ffffff !important; } .btn.black.reverse{ background: #333333 !important; color:#ffffff !important; } .btn.carrot:hover, .btn.carrot.active{ background: #FF883A !important; color:#ffffff !important; } .btn.carrot.reverse{ background: #FF883A !important; color:#ffffff !important; } .btn.darkturqoise:hover, .btn.darkturqoise.active{ background: #25A38A !important; color:#ffffff !important; } .btn.darkturqoise.reverse{ background: #25A38A !important; color:#ffffff !important; } .btn.darkred:hover, .btn.darkred.active{ background: #A2121D !important; color:#ffffff !important; } .btn.darkred.reverse{ background: #A2121D !important; color:#ffffff !important; } .btn.reverse:hover, .btn.reverse.active{ background: #111111 !important; color:#ffffff !important; } /* =============================================== 11. Footer =============================================== */ #footer{ float: left; width: 100%; margin-top: 15px; border-radius: 3px; } #footer .inner{ background: rgba(255, 255, 255, 0.9); color: #000000; padding: 15px; border-radius: 3px 3px 0 0; } /* =============================================== 12. Color Styles =============================================== */ /* ############# BLUE COLOR START ############# */ .theme_configs .themes .blue{ background: #008AC3; } body.blue_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #008AC3; } body.blue_color #header{ border-top: 4px solid #759AC0; } body.blue_color #footer{ border-bottom: 4px solid #759AC0; } body.blue_color .menu .right a.cv{ background: #7DB5F1; box-shadow: 0 3px 0 #3F6EA0; } body.blue_color .menu .right a.cv:hover{ background: #6FABEC; } body.blue_color .menu .right a.cv:active{ background: #7EB8F6; box-shadow: 0 3px 0 #dedede; } body.blue_color #content > div .page_title, body.blue_color #content .color_title{ color:#637488; } body.blue_color .clients .details .top .description{ background: #3A8CDE; } body.blue_color .about_top .description{ background: #65A8EB; } body.blue_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #3A8CDE; } body.blue_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #3A8CDE; } body.blue_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #3A8CDE; } body.blue_color .tabs_box .tabs_menu li{ color: #7d8da1; } body.blue_color .tabs_box .tabs_menu li:hover{ background: #E9ECF0; } body.blue_color .tabs_box .tabs_menu li.active, body.blue_color .tabs_box .tabs_menu li:active{ background: #D0DEF2; box-shadow: 0 0 5px 3px #B8C4D6 inset, 0 2px 0 0 #C7D2E0; border: 1px solid #768FB0; color: #637488; } body.blue_color #header .middle .name{ background: #EDEFF0; } body.blue_color #header .middle .description{ background: #E4ECF0; } body.blue_color #header .middle a.download_cv{ background: #CCDFEB; } body.blue_color #header .middle a.download_cv:hover{ background: #ACCEE3; } body.blue_color #header .middle a.other{ background: #BAD4E3; } body.blue_color #header .middle a.other:hover{ background: #8EB9D1; } body.blue_color .menu ul li a.active{ border-bottom: 3px solid #008AC3; background: rgba(218,235,240, 0.5); border-left: 1px solid #E4EBED; border-right: 1px solid #E4EBED; } body.blue_color .color{ color: #3A8CDE; } body.blue_color .about_top .top_text{ background: #353D42; } body.blue_color .about_top .bot_text span{ background: #BBCDD3; } body.blue_color .about_top .bot_text a{ background: #DDE6E9; } body.blue_color .res_block .item .inner, body.blue_color .awards .award .inner{ border-left: 5px solid #A5BFD9; } body.blue_color .resume_slider_left, body.blue_color .resume_slider_right{ color: #65A8EB; } body.blue_color .resume_slider_left:hover, body.blue_color .resume_slider_right:hover{ color: #408DDB; } body.blue_color .skills .block .skill .color{ background: #83BFFC; border-bottom: 1px solid #377ABD; } body.blue_color .skills .block .skill:hover .color{ background: #6AB3FC; } body.blue_color .download_vcard a .text{ background: #6AB3FC; } body.blue_color .download_vcard a .text:hover{ background: #3096FC; } body.blue_color .portfolio_filter li.active, body.blue_color .portfolio_filter li:hover{ background: #6AB3FC; box-shadow: 0 1px 0 #408DDB; } body.blue_color #portfolio_grid .mix .overlay i{ color: #6AB3FC; } body.blue_color #portfolio_grid .mix:hover .img_outer .overlay i, body.blue_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #6AB3FC; } body.blue_color .portfolio_info i:hover{ color:#3F88D1; } body.blue_color #portfolio_grid .mix:hover, body.blue_color #portfolio_grid .mix.active{ border: 7px solid #3C4354; } body.blue_color .posts .post .left .type, body.blue_color .posts .post .right .bot > span i{ color:#397CBF; } body.blue_color .pagination li a.active, body.blue_color .pagination li a:hover{ background: #69ADF0; border: 1px solid #187BDE; } body.blue_color .comment_form .send_comment{ background: #8CC6FF; border: 1px solid #94B3D1; } body.blue_color .comment_form .send_comment:hover{ background: #61B0FF; } /* ############# BLUE COLOR END ############# */ /* ############# RED COLOR START ############# */ .theme_configs .themes .red{ background: #C20000; } body.red_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #C20000; } body.red_color #header{ border-top: 4px solid #BF7575; } body.red_color #footer{ border-bottom: 4px solid #BF7575; } body.red_color .menu .right a.cv{ background: #F27E7E; box-shadow: 0 3px 0 #A13F3F; } body.red_color .menu .right a.cv:hover{ background: #ED6F6F; } body.red_color .menu .right a.cv:active{ background: #F57D7D; box-shadow: 0 3px 0 #dedede; } body.red_color #content > div .page_title, body.red_color #content .color_title{ color:#876363; } body.red_color .clients .details .top .description{ background: #EB6565; } body.red_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #DE3A3A; } body.red_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #DE3A3A; } body.red_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #DE3A3A; } body.red_color .tabs_box .tabs_menu li{ color: #A17D7D; } body.red_color .tabs_box .tabs_menu li:hover{ background: #F0E9E9; } body.red_color .tabs_box .tabs_menu li.active, body.red_color .tabs_box .tabs_menu li:active{ background: #F2D0D0; box-shadow: 0 0 5px 3px #D6B8B8 inset, 0 2px 0 0 #E0C8C8; border: 1px solid #B07676; color: #876363; } body.red_color a{ color:#DE1818; } body.red_color #header .middle .name{ background: #F0EDED; } body.red_color #header .middle .description{ background: #F0E4E4; } body.red_color #header .middle a.download_cv{ background: #EBCCCC; } body.red_color #header .middle a.download_cv:hover{ background: #ECBCBC; } body.red_color #header .middle a.other{ background: #E3ACAC; } body.red_color #header .middle a.other:hover{ background: #D18E8E; } body.red_color .menu ul li a.active{ border-bottom: 3px solid #C20000; background: rgba(240,218,218, 0.5); border-left: 1px solid #EDE4E4; border-right: 1px solid #EDE4E4; } body.red_color .color{ color: #DE3A3A; } body.red_color .about_top .top_text{ background: #423535; } body.red_color .about_top .bot_text span{ background: #D4BCBC; } body.red_color .about_top .bot_text a{ background: #E8DCDC; } body.red_color .res_block .item .inner, body.red_color .awards .award .inner{ border-left: 5px solid #D9A5A5; } body.red_color .resume_slider_left, body.red_color .resume_slider_right{ color: #EB6565; } body.red_color .resume_slider_left:hover, body.red_color .resume_slider_right:hover{ color: #DB4040; } body.red_color .skills .block .skill .color{ background: #FC8383; border-bottom: 1px solid #BD3737; } body.red_color .skills .block .skill:hover .color{ background: #FC6A6A; } body.red_color .download_vcard a .text{ background: #FC6A6A; } body.red_color .download_vcard a .text:hover{ background: #FC3030; } body.red_color .portfolio_filter li.active, body.red_color .portfolio_filter li:hover{ background: #FC6A6A; box-shadow: 0 1px 0 #DB4040; } body.red_color #portfolio_grid .mix .overlay i{ color: #FC6A6A; } body.red_color #portfolio_grid .mix:hover .img_outer .overlay i, body.red_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #FC6A6A; } body.red_color .portfolio_info i:hover{ color:#D13F3F; } body.red_color #portfolio_grid .mix:hover, body.red_color #portfolio_grid .mix.active{ border: 7px solid #543C3C; } body.red_color .posts .post .left .type, body.red_color .posts .post .right .bot > span i{ color:#BF3939; } body.red_color .pagination li a.active, body.red_color .pagination li a:hover{ background: #F06969; border: 1px solid #DE1818; } body.red_color .comment_form .send_comment{ background: #FF8C8C; border: 1px solid #D19494; } body.red_color .comment_form .send_comment:hover{ background: #FF6161; } /* ############# RED COLOR END ############# */ /* ############# GREEN COLOR START ############# */ .theme_configs .themes .green{ background: #10C200; } body.green_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #10C200; } body.green_color #header{ border-top: 4px solid #7BBF75; } body.green_color #footer{ border-bottom: 4px solid #7BBF75; } body.green_color .menu .right a.cv{ background: #79E270; color:#333333; box-shadow: 0 3px 0 #45A13F; } body.green_color .menu .right a.cv:hover{ color:#333333; background: #7AED6F; } body.green_color .menu .right a.cv:active{ color:#333333; background: #87F57D; box-shadow: 0 3px 0 #dedede; } body.green_color #content > div .page_title, body.green_color #content .color_title{ color:#668763; } body.green_color .clients .details .top .description{ background: #69DB5E; } body.green_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #47DE3A; } body.green_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #47DE3A; } body.green_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #47DE3A; } body.green_color .tabs_box .tabs_menu li{ color: #70976C; } body.green_color .tabs_box .tabs_menu li:hover{ background: #E9F0E9; } body.green_color .tabs_box .tabs_menu li.active, body.green_color .tabs_box .tabs_menu li:active{ background: #D3F2D0; box-shadow: 0 0 5px 3px #BBD6B8 inset, 0 2px 0 0 #CAE0C8; border: 1px solid #7BB076; color: #668763; } body.green_color a{ color:#25C916; } body.green_color .about_top .top_text{ background: #364235; } body.green_color .about_top .bot_text span{ background: #BED4BC; } body.green_color .about_top .bot_text a{ background: #DDE8DC; } body.green_color #header .middle .name{ background: #EEF0ED; } body.green_color #header .middle .description{ background: #E5F0E4; } body.green_color #header .middle a.download_cv{ background: #CFEBCC; } body.green_color #header .middle a.download_cv:hover{ background: #B1E3AC; } body.green_color #header .middle a.other{ background: #B1E3AC; } body.green_color #header .middle a.other:hover{ background: #94D18E; } body.green_color .menu ul li a.active{ border-bottom: 3px solid #10C200; background: rgba(220,240,218, 0.5); border-left: 1px solid #E4EDE4; border-right: 1px solid #E4EDE4; } body.green_color .color{ color: #43C136; } body.green_color .res_block .item .inner, body.green_color .awards .award .inner{ border-left: 5px solid #A9D9A5; } body.green_color .resume_slider_left, body.green_color .resume_slider_right{ color: #69DB5E; } body.green_color .resume_slider_left:hover, body.green_color .resume_slider_right:hover{ color: #4DDB40; } body.green_color .skills .block .skill .color{ background: #7EE075; border-bottom: 1px solid #42BD37; color:#333333; } body.green_color .skills .block .skill:hover .color{ background: #72CC6A; } body.green_color .download_vcard a .text{ background: #6BE660; color:#333333; } body.green_color .download_vcard a .text:hover{ background: #3BE62C; } body.green_color .portfolio_filter li.active, body.green_color .portfolio_filter li:hover{ background: #69E05E; box-shadow: 0 1px 0 #4DDB40; } body.green_color #portfolio_grid .mix .overlay i{ color: #69E05E; } body.green_color #portfolio_grid .mix:hover .img_outer .overlay i, body.green_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #69E05E; } body.green_color .portfolio_info i:hover{ color:#4BD13F; } body.green_color #portfolio_grid .mix:hover, body.green_color #portfolio_grid .mix.active{ border: 7px solid #3E543C; } body.green_color .posts .post .left .type, body.green_color .posts .post .right .bot > span i{ color:#45BF39; } body.green_color .pagination li a.active, body.green_color .pagination li a:hover{ background: #75F069; border: 1px solid #29DE18; } body.green_color .comment_form .send_comment{ background: #96FF8C; border: 1px solid #9AD194; } body.green_color .comment_form .send_comment:hover{ background: #6EFF61; } /* ############# GREEN COLOR END ############# */ /* ############# YELLOW COLOR START ############# */ .theme_configs .themes .yellow{ background: #BFC200; } body.yellow_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #BFC200; } body.yellow_color #header{ border-top: 4px solid #BEBF75; } body.yellow_color #footer{ border-bottom: 4px solid #BEBF75; } body.yellow_color .menu .right a.cv{ background: #F0F27E; color:#333333; box-shadow: 0 3px 0 #9FA13F; } body.yellow_color .menu .right a.cv:hover{ color:#333333; background: #EBED6F; } body.yellow_color .menu .right a.cv:active{ color:#333333; background: #F3F57D; box-shadow: 0 3px 0 #dedede; } body.yellow_color #content > div .page_title, body.yellow_color #content .color_title{ color:#878763; } body.yellow_color .clients .details .top .description{ background: #E8EB65; } body.yellow_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #C2DE3A; } body.yellow_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #C2DE3A; } body.yellow_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #C2DE3A; } body.yellow_color .tabs_box .tabs_menu li{ color: #9BA17D; } body.yellow_color .tabs_box .tabs_menu li:hover{ background: #EFF0E9; } body.yellow_color .tabs_box .tabs_menu li.active, body.yellow_color .tabs_box .tabs_menu li:active{ background: #EDF2D0; box-shadow: 0 0 5px 3px #D1D6B8 inset, 0 2px 0 0 #DCE0C8; border: 1px solid #A6B076; color: #818763; } body.yellow_color a{ color:#BABA06; } body.yellow_color .about_top .top_text{ background: #424235; } body.yellow_color .about_top .bot_text span{ background: #D4D4BC; } body.yellow_color .about_top .bot_text a{ background: #E8E8DC; } body.yellow_color #header .middle .name{ background: #F0F0ED; } body.yellow_color #header .middle .description{ background: #F0F0E4; } body.yellow_color #header .middle a.download_cv{ background: #EAEBCC; } body.yellow_color #header .middle a.download_cv:hover{ background: #DADBA7; } body.yellow_color #header .middle a.other{ background: #E2E3AC; } body.yellow_color #header .middle a.other:hover{ background: #D0D18E; } body.yellow_color .menu ul li a.active{ border-bottom: 3px solid #BFC200; background: rgba(237,237,228, 0.5); border-left: 1px solid #EDEDE4; border-right: 1px solid #EDEDE4; } body.yellow_color .color{ color: #CCCF16; } body.yellow_color .res_block .item .inner, body.yellow_color .awards .award .inner{ border-left: 5px solid #D8D9A5; } body.yellow_color .resume_slider_left, body.yellow_color .resume_slider_right{ color: #E8EB65; } body.yellow_color .resume_slider_left:hover, body.yellow_color .resume_slider_right:hover{ color: #D9DB40; } body.yellow_color .skills .block .skill .color{ background: #E6E879; border-bottom: 1px solid #BABD37; box-shadow: none; color:#333333; } body.yellow_color .skills .block .skill:hover .color{ background: #E6E861; } body.yellow_color .download_vcard a .text{ background: #E0E243; color:#333333; } body.yellow_color .download_vcard a .text:hover{ background: #D0D32D; } body.yellow_color .portfolio_filter li.active, body.yellow_color .portfolio_filter li:hover{ background: #D4D649; box-shadow: 0 1px 0 #B2B41A; } body.yellow_color #portfolio_grid .mix .overlay i{ color: #E6E861; } body.yellow_color #portfolio_grid .mix:hover .img_outer .overlay i, body.yellow_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #E6E861; } body.yellow_color .portfolio_info i:hover{ color:#CFD13F; } body.yellow_color #portfolio_grid .mix:hover, body.yellow_color #portfolio_grid .mix.active{ border: 7px solid #54543C; } body.yellow_color .posts .post .left .type, body.yellow_color .posts .post .right .bot > span i{ color:#BDBF39; } body.yellow_color .pagination li a.color{ color:#999999; } body.yellow_color .pagination li a.active, body.yellow_color .pagination li a:hover{ background: #EDF069; border: 1px solid #DBDE18; color: #333333; } body.yellow_color .comment_form .send_comment{ background: #FDFF8C; border: 1px solid #D0D194; } body.yellow_color .comment_form .send_comment:hover{ background: #FCFF61; } /* ############# YELLOW COLOR END ############# */ /* ############# PURPLE COLOR START ############# */ .theme_configs .themes .purple{ background: #7100C2; } body.purple_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #7100C2; } body.purple_color #header{ border-top: 4px solid #A075BF; } body.purple_color #footer{ border-bottom: 4px solid #A075BF; } body.purple_color .menu .right a.cv{ background: #C27EF2; box-shadow: 0 3px 0 #783FA1; } body.purple_color .menu .right a.cv:hover{ background: #B96FED; } body.purple_color .menu .right a.cv:active{ background: #C37DF5; box-shadow: 0 3px 0 #dedede; } body.purple_color #content > div .page_title, body.purple_color #content .color_title{ color:#786387; } body.purple_color .clients .details .top .description{ background: #B365EB; } body.purple_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #993ADE; } body.purple_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #993ADE; } body.purple_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #993ADE; } body.purple_color .tabs_box .tabs_menu li{ color: #927DA1; } body.purple_color .tabs_box .tabs_menu li:hover{ background: #EDE9F0; } body.purple_color .tabs_box .tabs_menu li.active, body.purple_color .tabs_box .tabs_menu li:active{ background: #E4D0F2; box-shadow: 0 0 5px 3px #CAB8D6 inset, 0 2px 0 0 #D6C8E0; border: 1px solid #9876B0; color: #786387; } body.purple_color a{ color:#7506C4; } body.purple_color .about_top .top_text{ background: #3D3542; } body.purple_color .about_top .bot_text span{ background: #CABCD4; } body.purple_color .about_top .bot_text a{ background: #E3DCE8; } body.purple_color #header .middle .name{ background: #EFEDF0; } body.purple_color #header .middle .description{ background: #EBE4F0; } body.purple_color #header .middle a.download_cv{ background: #DECCEB; } body.purple_color #header .middle a.download_cv:hover{ background: #C5A7DB; } body.purple_color #header .middle a.other{ background: #CCACE3; } body.purple_color #header .middle a.other:hover{ background: #B58ED1; } body.purple_color .menu ul li a.active{ border-bottom: 3px solid #7100C2; background: rgba(233,228,237, 0.5); border-left: 1px solid #E9E4ED; border-right: 1px solid #E9E4ED; } body.purple_color .color{ color: #8217CF; } body.purple_color .res_block .item .inner, body.purple_color .awards .award .inner{ border-left: 5px solid #C3A5D9; } body.purple_color .resume_slider_left, body.purple_color .resume_slider_right{ color: #B365EB; } body.purple_color .resume_slider_left:hover, body.purple_color .resume_slider_right:hover{ color: #9A40DB; } body.purple_color .skills .block .skill .color{ background: #BA79E8; border-bottom: 1px solid #8537BD; } body.purple_color .skills .block .skill:hover .color{ background: #B061E8; } body.purple_color .download_vcard a .text{ background: #A144E3; } body.purple_color .download_vcard a .text:hover{ background: #8E2CD4; } body.purple_color .portfolio_filter li.active, body.purple_color .portfolio_filter li:hover{ background: #9B49D6; box-shadow: 0 1px 0 #7419B5; } body.purple_color #portfolio_grid .mix .overlay i{ color: #B061E8; } body.purple_color #portfolio_grid .mix:hover .img_outer .overlay i, body.purple_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #B061E8; } body.purple_color .portfolio_info i:hover{ color:#943FD1; } body.purple_color #portfolio_grid .mix:hover, body.purple_color #portfolio_grid .mix.active{ border: 7px solid #4A3C54; } body.purple_color .posts .post .left .type, body.purple_color .posts .post .right .bot > span i{ color:#8739BF; } body.purple_color .pagination li a.active, body.purple_color .pagination li a:hover{ background: #B869F0; border: 1px solid #8C18DE; } body.purple_color .comment_form .send_comment{ background: #CF8CFF; border: 1px solid #B894D1; } body.purple_color .comment_form .send_comment:hover{ background: #BD61FF; } /* ############# PURPLE COLOR END ############# */ /* ############# CYAN COLOR START ############# */ .theme_configs .themes .cyan{ background: #00C2A8; } body.cyan_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #00C2A8; } body.cyan_color #header{ border-top: 4px solid #75BFB5; } body.cyan_color #footer{ border-bottom: 4px solid #75BFB5; } body.cyan_color .menu .right a.cv{ background: #7EF2E3; color:#333333; box-shadow: 0 3px 0 #3FA194; } body.cyan_color .menu .right a.cv:hover{ color:#333333; background: #6FEDDC; } body.cyan_color .menu .right a.cv:active{ color:#333333; background: #7DF5E5; box-shadow: 0 3px 0 #dedede; } body.cyan_color #content > div .page_title, body.cyan_color #content .color_title{ color:#638782; } body.cyan_color .clients .details .top .description{ background: #65EBD9; } body.cyan_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #3ADEC8; } body.cyan_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #3ADEC8; } body.cyan_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #3ADEC8; } body.cyan_color .tabs_box .tabs_menu li{ color: #7DA19C; } body.cyan_color .tabs_box .tabs_menu li:hover{ background: #E9F0EF; } body.cyan_color .tabs_box .tabs_menu li.active, body.cyan_color .tabs_box .tabs_menu li:active{ background: #D0F2EE; box-shadow: 0 0 5px 3px #B8D6D2 inset, 0 2px 0 0 #C8E0DD; border: 1px solid #76B0A8; color: #638782; } body.cyan_color a{ color:#06C4AB; } body.cyan_color .about_top .top_text{ background: #354241; } body.cyan_color .about_top .bot_text span{ background: #BCD4D2; } body.cyan_color .about_top .bot_text a{ background: #DCE8E7; } body.cyan_color #header .middle .name{ background: #EDF0EF; } body.cyan_color #header .middle .description{ background: #E4F0EE; } body.cyan_color #header .middle a.download_cv{ background: #ABEBE2; } body.cyan_color #header .middle a.download_cv:hover{ background: #A7DBD4; } body.cyan_color #header .middle a.other{ background: #ACE3DC; } body.cyan_color #header .middle a.other:hover{ background: #8ED1C8; } body.cyan_color .menu ul li a.active{ border-bottom: 3px solid #00C2A8; background: rgba(228,237,236, 0.5); border-left: 1px solid #E4EDEC; border-right: 1px solid #E4EDEC; } body.cyan_color .color{ color: #17CFB6; } body.cyan_color .res_block .item .inner, body.cyan_color .awards .award .inner{ border-left: 5px solid #A5D9D2; } body.cyan_color .resume_slider_left, body.cyan_color .resume_slider_right{ color: #65EBD9; } body.cyan_color .resume_slider_left:hover, body.cyan_color .resume_slider_right:hover{ color: #40DBC7; } body.cyan_color .skills .block .skill .color{ background: #79E8D9; border-bottom: 1px solid #37BDAB; color:#333333; } body.cyan_color .skills .block .skill:hover .color{ background: #61E8D6; } body.cyan_color .download_vcard a .text{ background: #44E3CE; color:#333333; } body.cyan_color .download_vcard a .text:hover{ background: #2CD4BD; } body.cyan_color .portfolio_filter li.active, body.cyan_color .portfolio_filter li:hover{ background: #49D6C3; box-shadow: 0 1px 0 #19B5A0; } body.cyan_color #portfolio_grid .mix .overlay i{ color: #61E8D6; } body.cyan_color #portfolio_grid .mix:hover .img_outer .overlay i, body.cyan_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #61E8D6; } body.cyan_color .portfolio_info i:hover{ color:#3FD1BE; } body.cyan_color #portfolio_grid .mix:hover, body.cyan_color #portfolio_grid .mix.active{ border: 7px solid #3C5451; } body.cyan_color .posts .post .left .type, body.cyan_color .posts .post .right .bot > span i{ color:#39BFAD; } body.cyan_color .pagination li a.active, body.cyan_color .pagination li a:hover{ background: #69F0DE; border: 1px solid #18DEC4; color:#333333; } body.cyan_color .comment_form .send_comment{ background: #8CFFF0; border: 1px solid #94D1C9; } body.cyan_color .comment_form .send_comment:hover{ background: #61FFEA; } /* ############# CYAN COLOR END ############# */ /* =============================================== 13. Media Queries =============================================== */ /* responsive css */ /* Portrait tablet to landscape and desktop */ @media only screen and (min-width: 768px) and (max-width: 959px) { } @media only screen and (min-width: 768px){ .menu .m_menu_toggle{ display: none; } } /* Landscape phone to portrait tablet */ @media only screen and (min-width: 480px) and (max-width: 767px) { } @media only screen and (max-width: 1199px) { .blog_sidebar .tabs .tab_select li{ width: 100%; } .details .items .item .title, .details .items .item .value{ width: 100%; } .details .items .item{ margin-bottom: 5px; } } @media only screen and (max-width: 991px) { #header .left, #header .middle{ margin-bottom: 15px; } #header .left{ padding-right: 15px; } #header .right{ padding-left: 15px; } #wrapper .menu .left, #wrapper .menu .right, #wrapper .menu ul{ display: none; } .menu_inner{ width: 100%; } .menu .m_menu_toggle{ display: block; } .menu ul li{ width: 100%; margin-bottom: 10px; } .menu ul li a{ display: block; } .about_top .picture{ margin-bottom: 15px; } .about_top .omega, .post .omega{ padding-right: 15px; } .about_top .alpha, .post .alpha, .blog_sidebar .tabs .tab .item .alpha{ padding-left: 15px; } .blog_sidebar .tabs .tab .item .avatar{ margin-bottom: 10px; } .about_top .top_text{ text-align: center; } .details .items .item{ margin-bottom: 15px; } .tabs_box .tabs_menu li{ margin-bottom: 4px; display: block; } .posts .post .right .bot > span{ display: block; border: none; } .posts{ margin-bottom: 30px; } .contact_info > div span.text{ display: block; text-align: center; margin-top: 20px; } .about{ text-align: center; } .box > .title{ text-align: left; } } /* Landscape phones and down */ @media only screen and (max-width: 479px) { .slider .slide .overlay .captions{ bottom: 15px; left: 45px; width: 77%; } .slider .slide .overlay .captions .title{ font-size: 20px; } .slider .slide .overlay .captions .description{ font-size: 15px; } #portfolio_grid .mix .details p{ margin-bottom: 0; font-size: 13px; } #portfolio_grid .mix .details h2{ font-size: 17px; } } .theme_configs{ display: none; position: fixed; left: -153px; top: 10%; z-index: 99999; } .theme_configs.visible{ display: block !important; visibility: visible !important; } .theme_configs .body { display: inline-block; float: left; width: 151px; border: 1px solid rgba(23,24,26,0.15); padding: inherit; background: #ffffff; text-align: center; word-wrap: break-word; box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14); } .theme_configs .body .head_title, .theme_configs .body .title{ width: 100%; padding: 10px; border-bottom: 1px solid #dedede; } .theme_configs .body .head_title{ background: #f5f5f5; } .theme_configs .body .box{ display: block; width: 100%; padding: 10px; margin-top: 10px; float: left; } .theme_configs .body .box img{ width: 30px; height: 30px; display: inline-block; margin-right: 10px; margin-bottom: 10px; cursor: pointer; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .theme_configs .body .box img:hover{ -webkit-transform: scale(2,2); -moz-transform: scale(2,2); -o-transform: scale(2,2); -ms-transform: scale(2,2); transform: scale(2,2); opacity: 1; } .theme_configs .body .box img:nth-child(3n){ margin-right: 0; } .theme_configs .button{ display: inline-block; height: 34px; width: 34px; line-height: 34px; background: #f5f5f5; font-size: 25px; cursor: pointer; text-align: center; float: left; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .theme_configs .box.themes div{ display: block; width: 50%; cursor: pointer; float: left; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .theme_configs .box.themes div:hover{ -webkit-transform: scale(1.3,1.3); -moz-transform: scale(1.3,1.3); -o-transform: scale(1.3,1.3); -ms-transform: scale(1.3,1.3); transform: scale(1.3,1.3); } .theme_configs .box.themes div:hover, .theme_configs .box.themes div.active{ opacity: 1; } .theme_configs .box.themes div > span{ display: block; width: 100%; padding: 7px; margin-bottom: 5px; }
css/style.css
=============================================== 1. CSS Inits =============================================== */ body{ color: #333333; font-family: 'Open Sans', sans-serif; font-size: 13px; } html, body{ min-height:100%; height:auto; } img{ max-width: 100%; } *:focus{ outline: none; } .clear{ clear: both; } .alpha{ padding-left: 0; } .omega{ padding-right: 0; } .anim_element{ opacity: 0; } /* anchor tag */ a{ text-decoration: none; color:#187BDE; } a:hover{ text-decoration: underline; } hr.hr_line { border: 0; height: 1px; position: relative; margin: 0.5em 0; /* Keep other elements away from pseudo elements*/ margin-bottom: 25px; } hr.hr_line:before { top: -0.5em; height: 1em; } hr.hr_line:after { content:''; height: 0.5em; /* half the height of :before */ top: 1px; /* height of hr*/ } hr.hr_line:before, hr.hr_line:after { content: ''; position: absolute; width: 100%; } hr.hr_line, hr.hr_line:before { background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 55%); background: -webkit-gradient(radial, center center, 0px, center center, 55%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(55%,rgba(0,0,0,0))); background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 55%); } hr.fancy-line:after { background: #f4f4f4; } #wrapper{ opacity: 0; margin-top: 15px; margin-bottom: 15px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .loading_screen{ width: 100%; height: 100%; position: fixed; background-color: #000000; z-index: 999999; left: 0; top: 0; } .loading_screen > div{ position: absolute; width: auto; height: auto; margin: -27px 0 0 -27px; top: 50%; margin-top: -25px; left: 50%; margin-left: -25px; text-align: center; } /* =============================================== 2. Header =============================================== */ #header{ border-bottom: 1px solid #cccccc; box-shadow: 0 2px 1px rgba(0,0,0,0.1); background: rgba(255, 255, 255, 0.9); margin-bottom: 15px; border-radius: 3px; padding-top: 15px; padding-bottom: 15px; } #header .left{ text-align: center; } #header .left img{ border-radius: 3px; } #header .middle{ text-align: center; } #header .middle .name{ padding: 18px; font-size: 45px; color: #333333; border-radius: 3px 3px 0 0; font-weight: 600; font-family: 'Oswald',Arial,Helvetica,sans-serif; display: block; } #header .middle .description{ display: block; padding: 23px; padding-top: 18px; padding-bottom: 18px; font-size: 15px; color: #222222; font-style: italic; } #header .middle .description span{ background: rgba(255, 255, 255, 0.2); padding: 5px; border-radius: 3px; display: inline-block; border: 1px solid #dedede; box-shadow: 0 1px 0 #ffffff inset; margin: 13px; margin-right: 10px; margin-left: 0; } #header .middle a.download_cv , #header .middle a.other { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: block; color:#555555; padding: 23px; padding-top: 12px; padding-bottom: 11px; } #header .middle a.download_cv { border-radius: 0 0 0 3px; } #header .middle a .text{ display: inline-block; margin-top: 6px; } #header .middle a i{ font-size: 24px; margin-right: 10px; } #header .middle a.download_cv:hover{ text-decoration: none; color:#222222; } #header .middle a.other{ border-radius: 0 0 3px 0; padding-left: 25px; } #header .middle a.other:hover{ text-decoration: none; color:#222222; } #header .right{ border-radius: 0 0 3px 0; } #header .right .title{ display: block; text-align: center; font-size: 20px; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; margin-bottom: 15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #header .right .title a{ color:#555555; } #header .right .icons a{ font-size: 32px; text-align: center; cursor: pointer; color: #777777; overflow: hidden; padding: 3px; border-radius: 3px; text-decoration: none; background: #f7f7f7; border: 1px solid #EDEFF0; box-shadow: 0 2px 1px rgba(0,0,0,0.1); -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; } #header .right .icons a i{ -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; transition: all 300ms linear; } #header .right .icons a:hover i{ -webkit-animation: moveFromLeftRotate 300ms ease forwards; -moz-animation: moveFromLeftRotate 300ms ease forwards; -ms-animation: moveFromLeftRotate 300ms ease forwards; -o-animation: moveFromLeftRotate 300ms ease forwards; animation: moveFromLeftRotate 300ms ease forwards; } @-webkit-keyframes moveFromLeftRotate{ from { -webkit-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -webkit-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @-moz-keyframes moveFromLeftRotate{ from { -moz-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -moz-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @-ms-keyframes moveFromLeftRotate{ from { -ms-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -ms-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @-o-keyframes moveFromLeftRotate{ from { -o-transform: translateX(0%) rotate(0deg) scale(1,1); } to { -o-transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } @keyframes moveFromLeftRotate{ from { transform: translateX(0%) rotate(0deg) scale(1,1); } to { transform: translateX(0%) rotate(10deg) scale(1.1,1.1); } } #header .right .icons a.icon-youtube-play-outer { color: #777777; } #header .right .icons a.icon-facebook-outer:hover{ background: #3B5999; color: #ffffff; box-shadow: 0 2px 8px 1px #283B66 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-twitter-outer:hover{ background: #00BAFF; color: #ffffff; box-shadow: 0 2px 8px 1px #0083B2 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-linkedin-sign-outer:hover{ background: #007BB6; color: #ffffff; box-shadow: 0 2px 8px 1px #004769 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-youtube-play-outer:hover{ background: #C8302D; color: #ffffff; box-shadow: 0 2px 8px 1px #6B1A19 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-google-plus-outer:hover{ background: #D94835; color: #ffffff; box-shadow: 0 2px 8px 1px #8A2D21 inset, 0 2px 1px rgba(0,0,0,0.2); } #header .right .icons a.icon-github-outer:hover{ background: #7197B0; color: #ffffff; box-shadow: 0 2px 8px 1px #3E5361 inset, 0 2px 1px rgba(0,0,0,0.2); } /* =============================================== 3. Menu =============================================== */ .menu{ display: block; width: 100%; background: rgba(255, 255, 255, 0.9); margin-bottom: 15px; border-radius: 3px; box-shadow: 0 2px 1px rgba(0,0,0,0.1); } .menu .left{ display: none; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu .left.animate{ display: inline-block; opacity: 1; } .menu .menu_inner{ margin: 0 auto; float: none; } .menu.other_page .menu_inner{ margin: 0; float: left; } .menu .left .img{ display: inline-block; height: 53px; overflow: hidden; position: relative; background: #ffffff; border-right: 1px solid #ededed; border-radius: 0 0 0 3px; } .menu .left .img img{ border-radius: 3px; } .menu .left .name{ display: block; position: absolute; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-size: 20px; border-radius: 3px; padding: 14px; text-align: center; left: 0; top: 0; width: 100%; color: #ffffff; height: 100%; background: rgba(0,0,0,0.3); } .menu .right{ opacity: 0; display: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu .right.animate{ display: inline-block; opacity: 1; } .menu .right a.cv{ display: block; padding: 17px; text-align: center; border-radius: 3px; text-decoration: none; background: #fafafa; color: #ffffff; text-shadow: 0 1px 0 #999999; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu .right a.cv i{ font-size: 17px; display: inline-block; margin-right: 10px; } .menu .right a.cv .text1{ margin-top: 3px; } .menu .right a.cv .text2{ display: none; margin-top: 3px; } .menu .m_menu_toggle{ display: none; padding: 15px; text-align: center; font-size: 30px; color:#555555; cursor: pointer; } .menu .m_menu_toggle:hover{ color: #333333; } .menu.other_page{ padding-top: 15px; padding-bottom: 15px; } .menu ul{ list-style-type: none; margin: 0 auto; padding: 0; width: 100%; text-align: center; } .menu.menu_width_page ul{ margin-left: 3%; } .menu ul li{ display: inline-block; margin-right: 3px; position: relative; } .menu ul li a{ display: inline-block; padding: 11px; padding-top: 18px; padding-bottom: 17px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #999999; font-weight: 400; text-transform: uppercase; border:1px solid transparent; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-size: 15px; border-bottom: 3px solid transparent; border-left: 1px solid transparent; border-right: 1px solid transparent; } .menu ul li a:hover{ text-decoration: none; color:#8E8171; } .menu ul li a.active{ color: #333333; padding-top: 17px; padding-bottom: 17px; } .menu ul li a i.menu_icon{ display: inline-block; margin-right: 5px; font-size: 18px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .menu ul li a i.menu_icon.active{ display: inline-block; } .menu ul li a .text{ display: inline-block; } /* =============================================== 4. Main Content =============================================== */ .slider{ position: relative; } .slider .slide{ position: relative; } .slider .slide img{ display: block; width: 100%; height: auto; } .slider .slide .overlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); } .slider .slide .overlay .captions{ position: absolute; bottom: 30px; left: 60px; width: 100%; } .slider .slide .overlay .captions .inner{ background: rgba(0, 0, 0, 0.9); display: inline-block; padding: 20px; font-family: 'Oswald',sans-serif; color: #ffffff; } .slider .slide .overlay .captions .title{ font-size: 28px; margin-bottom: 15px; } .slider .slide .overlay .captions .description{ font-size: 18px; } .slider .owl-controls .owl-buttons .owl-prev, .slider .owl-controls .owl-buttons .owl-next{ font-size: 50px; height: 75px; width: 40px; color: #ffffff; background: transparent; overflow: hidden; position: absolute; margin: auto; top: 0; bottom: 0; z-index: 99; } .slider .owl-controls .owl-buttons .owl-prev{ left: 0; } .slider .owl-controls .owl-buttons .owl-next{ right: 0; } .home_slider{ float: left; } .home_slider .owl-wrapper-outer{ float: left; } #content{ width: 100%; display: block; margin: 0 auto; border-top: 1px solid #cccccc; background: rgba(255, 255, 255, 0.9); box-shadow: 0 2px 1px rgba(0,0,0,0.1); border-radius: 3px; } #content .page{ display: none; border-radius: 3px; padding: 15px; border-top: 1px solid #ededed; border-bottom: 1px solid #dedede; } #content .page_title{ font-family: 'Oswald',Arial,Helvetica,sans-serif; font-size: 30px; font-weight: 400; margin-top: 10px; text-align: center; padding: 0; padding-bottom: 15px; } /* =============================================== 5. Home Page =============================================== */ #content .page#home_page{ border-bottom: none; display: block; padding: 0; } #home_page .page_title span{ display: inline-block; border-bottom: 2px solid #D6D6D6; padding-bottom: 10px; } .info_box{ text-align: center; font-style: italic; font-size: 15px; padding: 10px; padding-left: 50px; padding-right: 50px; background: #EBECED; line-height: 25px; margin-top: auto; box-shadow: 0 2px 1px 1px #dedede; border-radius: 3px; } .info_box.left{ border-bottom: 3px dashed #bebebe; border-right: 5px dotted #bebebe; border-radius: 3px 0 0 3px; } .info_box.right{ border-left: 5px dotted #dedede; border-bottom: 3px dashed #dedede; border-radius: 3px 0 3px 0; } /* =============================================== 6. About Page =============================================== */ .about_top{ display: block; position: relative; } .about_top .picture{ display: inline-block; border-radius: 3px; overflow: hidden; text-align: center; } .about_top .picture .outer{ display: inline-block; overflow: hidden; text-align: center; } .about_top .picture img{ display: inline-block; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .about_top .picture:hover img{ opacity: 1; -webkit-transform: scale(1.4,1.4); -moz-transform: scale(1.4,1.4); -o-transform: scale(1.4,1.4); -ms-transform: scale(1.4,1.4); transform: scale(1.4,1.4); } .about_top .right .hr_line{ margin-top: 10px; margin-bottom: 5px; } .about_top .top_text{ font-size: 45px; padding: 48px; padding-bottom: 49px; font-weight: 600; text-align: left; font-family: 'Oswald',Arial,Helvetica,sans-serif; color: #ffffff; } .about_top .bot_text{ display: inline-block; width: 100%; font-size: 14px; line-height: 25px; border-radius: inherit; } .about_top .bot_text span, .about_top .bot_text a{ display: inline-block; padding: 50px; padding-top: 76px; padding-bottom: 75px; text-align: center; } .about_top .bot_text span{ padding-top: 63px; padding-bottom: 63px; } .about_top .bot_text a{ color:#555555; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .about_top .bot_text a:hover{ text-decoration: none; background: #D3DBDE; color:#222222; } .details{ margin-top: 30px; } .details > .title, .services > .title, .about > .title{ width: 100%; margin-left: 0; } .box > .title{ display: block; width: 100%; } .box.about p.intro{ font-size: 18px; line-height: 31px; margin-bottom: 20px; display: block; width: 100%; } .box.about p.quote{ font-size: 15px; line-height: 31px; margin-bottom: 20px; display: block; width: 100%; } .box.about p i.fa-quote-left{ font-size: 30px; display: inline-block; margin-right: 5px; } .box.about .interests{ display: block; width: 100%; } .box.about .interests h2{ padding-left:0; border-bottom: 1px solid #dedede; margin-bottom: 10px; text-align: center; } .box.about .interests p{ font-size: 15px; line-height: 31px; margin-bottom: 20px; display: block; width: 100%; } .box .title h1{ display: block; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; width: 160px; text-align: center; margin: 0 auto; font-size: 21px; margin-bottom: 10px; } .details .items{ display: block; width: 100%; margin-top: 5px; } .details .items .item{ width: 100%; display: block; position: relative; margin-bottom: 0; } .details .items .item .title{ padding: 15px; display: block; border-top: 1px solid #dedede; text-align: center; background: rgba(255, 255, 255, 0.7); position: relative; font-weight: 600; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .details .items .item .title i{ display: inline-block; font-size: 15px; margin-right: 10px; color:#666666; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .details .items .item .title span{ display: inline-block; margin-top:3px; } .details .items .item .value{ display: block; text-align: center; background: rgba(255,255,255,0.4); padding: 15px; padding-bottom: 18px; word-wrap:break-word; border-top: 1px solid #dedede; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .details .items .item:hover{ cursor: default; } .details .items .item:hover .value{ background: rgba(255,255,255,0.7); } .details .items .item:hover .title{ background: rgba(255, 255, 255, 0.4); } .details .items .item:hover .title i{ color:#222222; } .services{ margin-bottom: 0; padding: 15px; } .about{ margin-top: 30px; } .tabs_box{ display: block; width: 100%; } .tabs_box .tabs_menu{ list-style-type: none; padding: 0; margin: 0; } .tabs_box .tabs_menu li{ display: inline-block; margin-bottom: 0; font-size: 14px; padding: 14px; font-weight: 600; border-radius: 3px 3px 0 0; background: #ededed; margin-right: 3px; cursor: pointer; border: 1px solid transparent; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tabs_box .tabs_menu li.active, .tabs_box .tabs_menu li:active{ border-radius: 3px 3px 0 0; } .tabs_box .tabs_menu li i{ display: inline-block; margin-right: 10px; font-size: 18px; width: 25px; text-align: center; } .tabs_box .tabs_menu li span.text{ display: inline-block; margin-top:2px; } .tabs_box .pages{ display: inline-block; width: 100%; border-radius: 0 0 3px 3px; margin-top: 0; padding: 17px; background: rgba(255, 255, 255, 0.6); box-shadow: 0 2px 1px #dedede; border: 1px solid #ededed; } .tabs_box .pages > div{ display: none; width: 100%; border-radius: 0 0 3px 3px; font-size: 15px; line-height: 21px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tabs_box .pages > div strong.title{ display: block; margin-bottom: 5px; } .tabs_box .pages > div h1{ padding-left: 0; padding-top: 0px; margin-bottom: 10px; margin-top: 0; padding-bottom: 10px; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; border-bottom: 5px solid #dedede; background: rgba(255,255,255,0.4); } .tabs_box .pages > div.page_1{ display: block; } .tweets{ margin-top: 15px; } .tweets_feed{ opacity: 1 !important; text-align: center; } .tweets_feed .tweet a{ color: #555555; } .tweets_feed .tweet .tweet_user{ margin-bottom: 10px; } .tweets_feed .tweet .tweet_user .icon-twitter{ font-size: 30px; margin-right: 10px; color:#0099FF; } .tweets_feed .tweet .tweet_user .username{ font-size: 24px; } .tweets_feed .tweet .tweet_text{ margin-bottom: 10px; font-size: 16px; } .tweets_feed .tweet .tweet_user .tweet_time{ font-size: 14px; } /* =============================================== 7. Resume Page =============================================== */ .res_block{ margin-bottom: 20px; } .res_block > .title{ display: block; margin-bottom: 35px; font-size: 25px; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .res_block > .title i{ font-size: 25px; margin-right: 15px; color: #555555; } .res_block .item{ display: block; margin-bottom: 10px; } .res_block .item .inner{ display: inline-block; padding-left: 12px; margin-left: 3px; padding-top: 7px; padding-bottom: 7px; } .res_block .item .date{ color: #777777; font-weight: 600; } .res_block .item .body{ position: relative; } .res_block .item .body i{ display: inline-block; position: absolute; left:15px; top: 0; color: #dedede; } .res_block .item .body .type{ font-weight: 600; margin-bottom: 0px; display: inline-block; color: #222222; margin-left: 20px; font-size: 15px; margin-bottom: 3px; } .res_block .item .body .subtext{ display: block; margin-bottom: 5px; font-weight: 600; } .res_block .item .body .subtext .location{ color: #666666; } .res_block .item .body .text{ color:#555555; line-height: 18px; } .skills{ display: block; width: 100%; margin-bottom: 20px; } .skills h1{ display: block; font-size: 25px; padding-left: 0; margin-bottom: 5px; padding-top:0; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .skills h1 i { font-size: 25px; margin-right: 15px; color:#555555; } .skills .block{ display: block; } .skills .block h2{ padding-left: 0; border-bottom: 1px solid #ededed; margin-bottom: 10px; } .skills .block h2 i{ display: inline-block; margin-right: 10px; } .skills .block .skill{ display: block; height: 30px; margin-bottom: 10px; position: relative; background: #f5f5f5; border-radius: 10px; box-shadow: 0 1px 0 #e6e6e6; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .skills .block .skill .color{ height: 30px; display: block; border-radius: 5px; position: absolute; box-shadow: 0 -1px 0 #bebebe; left: 0; color:#ffffff; width: 0; overflow: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .skills .block .skill:hover{ background: #F0F0F0; } .skills .block .skill .color span{ padding: 6px; overflow: hidden; } .skills .block .skill .color span .text{ display: inline-block; } .skills .block .skill .color span strong{ display: inline-block; } .tools{ display: block; margin-bottom: 20px; } .tools h1{ display: block; font-size: 25px; padding-left: 0; margin-bottom: 20px; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .tools h1 i { font-size: 25px; margin-right: 15px; color: #555555; } .tools .tool{ background: #f5f5f5; border-radius: 5px; box-shadow: 0 1px 0 #e6e6e6; padding: 10px; margin-right: 15px; margin-bottom: 15px; display: inline-block; color: #999999; cursor: default; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .tools .tool:hover{ color: #333333; background: #F0F0F0; } .download_vcard{ display: block; width: 100%; } .download_vcard a .text{ padding: 10px; text-align: center; display: block; color: #ffffff; border-radius: 5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .download_vcard a .text span{ display: inline-block; margin-top: 10px; font-size: 15px; } .download_vcard a .text i{ display: inline-block; font-size: 34px; margin-right: 10px; margin-left: 35px; } .download_vcard a .text:hover{ text-decoration: none; } .awards .award{ display: block; width: 100%; margin-bottom: 10px; } .awards .award .date{ color: #999999; font-weight: 600; } .awards .award .body{ position: relative; } .awards .award .inner { display: inline-block; padding-left: 12px; margin-left: 3px; padding-top: 7px; padding-bottom: 7px; } .awards .award .body i { display: inline-block; position: absolute; left: 15px; top: 0; color: #dedede; } .awards .award .title{ font-size: 15px; display: block; margin-bottom: 2px; font-weight: 600; margin-left: 20px; } .awards .award .name{ display: block; color: #666666; margin-bottom: 10px; } .awards .award .text{ display: block; line-height: 16px; } .clients{ display: block; width: 100%; position: relative; } .close_clients_box{ float: right; font-size: 35px; color: #555555; cursor: pointer; } .close_clients_box:hover{ color: #333333; } .clients h1{ display: block; font-size: 25px; padding-left: 0; font-weight: 400; text-align: center; font-family: 'Oswald',Arial,Helvetica,sans-serif; } .clients h1 i{ font-size: 25px; margin-right: 15px; margin-bottom: 20px; color:#555555; } .clients .clients_list{ display: block; margin: 0; padding: 0; } .clients .clients_list .owl-controls{ text-align: center; } .clients .clients_list .client{ display: inline; margin-right: 40px; opacity: 0.5; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .clients .clients_list .client .details{ display: none; } .clients .clients_list .client:hover{ opacity: 1; } .clients .details{ display: none; width: 100%; border-top:1px solid #dedede; padding-top:25px; } .clients .details .top{ width: 100%; display: block; } .clients .details .top .description{ display: inline-block; margin-left: 15px; margin-top: 11px; font-size: 13px; font-weight: 600; color: #ffffff; padding: 10px; border-radius: 10px; } .clients .details .body{ display: block; width: 98%; padding: 10px; font-size: 14px; line-height: 22px; } /* =============================================== 8. Portfolio Page =============================================== */ .portfolio_filter{ display: block; padding: 10px; margin: 20px auto; text-align: center; } .portfolio_filter li{ display: inline-block; padding: 10px 15px; margin-right: 10px; border-radius: 5px; background: #ededed; box-shadow: 0 1px 0 #dedede; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .portfolio_filter li.active, .portfolio_filter li:hover{ color:#ffffff; } .filter_hr{ margin-bottom: 25px; } #portfolio_grid{ display: block; width: 100%; min-height: 200px; max-height: 100%; position: relative; text-align: center; } #portfolio_grid:after{ content: ''; display: inline-block; width: 100%; } #portfolio_grid .gap{ display: inline-block; width: 100%; } #portfolio_grid .mix{ position: relative; display: none; opacity: 0; overflow: hidden; border: 7px solid #ededed; background: rgba(255,255,255,0.5); box-shadow: 0 0 1px 0 rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #portfolio_grid .mix img{ opacity: 0.8; display: block; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } #portfolio_grid .mix:hover, #portfolio_grid .mix.active{ box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1); } #portfolio_grid .mix:hover .img_outer img, #portfolio_grid .mix.active .img_outer img{ opacity: 1; -webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); transform: scale(1.2,1.2); } #portfolio_grid .mix .img_outer{ position:relative; overflow:hidden; padding: 0; cursor: pointer; } #portfolio_grid .mix .overlay{ position: absolute; left: 0; top: 0; width:100%; height:100%; background: rgba(0, 0, 0, 0.5); opacity: 0; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } #portfolio_grid .mix .overlay i{ font-size: 20px; border-radius: 20px; border: 1px solid transparent; padding: 0; display: inline-block; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } #portfolio_grid .mix:hover .img_outer .overlay i, #portfolio_grid .mix.active .img_outer .overlay i{ padding: 10px; } #portfolio_grid .mix:hover .img_outer .overlay, #portfolio_grid .mix.active .img_outer .overlay{ opacity: 1; } #portfolio_grid .mix .row > .details{ background: rgba(0,0,0,0.8); padding: 20px; display: inline-block; } #portfolio_grid .mix .details{ margin: 0; padding: 10px; position: relative; color: #ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #portfolio_grid .mix .details h2{ padding-left: 0; padding-right: 0; font-size: 20px; padding-top:0; text-align: center; margin-top: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #portfolio_grid .mix .overlay .details h2{ text-align: left; } #portfolio_grid .mix .details p{ line-height: 21px; font-size: 14px; text-align: left; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .portfolio_info{ display: none; padding: 15px; background: rgba(255, 255, 255, 0.7); box-shadow: 0 2px 1px rgba(0,0,0,0.1); width: 100%; float: left; } .portfolio_info .info_icon{ float: left; } .close_portfolio_info{ float: right; } .portfolio_info i{ display: inline-block; font-size: 40px; color: #888888; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .portfolio_info .details{ display: block; color: #333333 !important; } .portfolio_info .details h2{ display: block; padding-left: 0; font-size: 20px; padding-top: 0; margin-top: 15px !important; margin-bottom: 15px; } .portfolio_info .details h2 .text{ display: inline-block; margin-top: 10px; } .portfolio_info .details .social{ display: inline-block; margin-left: 10px; } .portfolio_info .details .social a{ display: inline-block; text-decoration: none; margin-right: 5px; padding: 7px !important; padding-bottom: 6px !important; } .portfolio_info .details .social .share_text{ display: inline-block; margin-right: 10px; margin-top: 13px; } .portfolio_info .details .social a.facebook:hover i{ color:#3B5999; } .portfolio_info .details .social a.twitter:hover i{ color:#00BAFF; } .portfolio_info .details .social a.youtube:hover i{ color:#C8302D; } .portfolio_info .details .social a.google:hover i{ color:#D94835; } .portfolio_info .details .social a i{ font-size: 17px; width: 12px; text-align: center; } .portfolio_info .details p{ display: block; font-size: 14px; line-height: 21px; margin-bottom: 15px; } .portfolio_info .details .client{ display: block; margin-bottom: 15px; font-size: 15px; } .portfolio_info .details .link{ display: inline-block; } .portfolio_info .details .link a{ display: inline-block; padding: 10px; border-radius: 3px; background: #fafafa; border: 1px solid #dedede; color: #555555; text-decoration: none; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #ededed; } .portfolio_info .details .link a:hover{ background: #ededed; border: 1px solid #bebebe; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #dedede; color:#333333; } .portfolio_info .details .link a:active{ background: #F2F2F2; color:#333333; box-shadow: 0 0 2px 1px #dedede inset, 0 2px 1px #fafafa; } /* =============================================== 9. Blog Page =============================================== */ .posts .post{ display: block; width: 100%; margin-bottom: 35px; } .post .quote{ background: #0A1922; color:#ffffff; padding: 10px; border-radius: 4px; margin-bottom: 10px; } .post .quote .icon{ font-size: 25px; text-align: center; } .post .quote .text{ font-size: 15px; margin-bottom: 10px; } .post .quote .source{ font-style: italic; color: #dedede; } .posts .post .left a, .posts .post .left i{ width: 100%; display: inline-block; text-align: center; padding-top: 13px; padding-bottom: 12px; border: 1px solid #ededed; background: #fafafa; border-right: 0; color: #777777; border-radius: 3px 0 0 3px; text-decoration: none; font-size: 20px; } .posts .post .left .fb{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .posts .post .left .fb:hover{ background: #3B5999; color:#ffffff; } .posts .post .left .twtr{ margin-top: -1px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .posts .post .left .twtr:hover{ background: #00BAFF; color:#ffffff; } .posts .post .left .type{ margin-bottom: 15px; } /* text type start */ .posts .post.text .left .type{ margin-bottom: 10px; border-radius: 3px; } .posts .post.text .left .fb, .posts .post.text .left .twtr{ margin-top:-1px; border-right: 1px solid #ededed; } .posts .post.text .left .fb{ border-radius: 3px 3px 0 0; } .posts .post.text .left .twtr{ border-radius: 0 0 3px 3px; } .posts .post.text .right .bot{ border-top:1px solid #ededed; } /* text type end */ .post.slideshow .slider{ float: left; } .post.slideshow .slider .owl-wrapper-outer{ float: left; } /* quote type start */ .posts .post.quote .left .type{ margin-bottom: 10px; border-radius: 3px; } .posts .post.quote .left .fb, .posts .post.quote .left .twtr{ margin-top:-1px; border-right: 1px solid #ededed; } .posts .post.quote .left .fb{ border-radius: 3px 3px 0 0; } .posts .post.quote .left .twtr{ border-radius: 0 0 3px 3px; } .posts .post.quote .right .bot{ border-top:1px solid #ededed; } .posts .post.quote .right .body i.quote_left, .posts .post.quote .right .body i.quote_right{ display: inline-block; font-size: 25px; color:#555555; } .posts .post.quote .right .body i.quote_left{ margin-right: 10px; } .posts .post.quote .right .body i.quote_right{ margin-left: 10px; } /* quote type end */ .posts .post .right .top{ display: block; overflow: hidden; border-radius: 3px; } .posts .post .right .top .image img{ border-radius: 3px; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .posts .post .right .top .image img:hover{ -webkit-transform: scale(1.3,1.3) rotate(5deg); -moz-transform: scale(1.3,1.3) rotate(5deg); -o-transform: scale(1.3,1.3) rotate(5deg); -ms-transform: scale(1.3,1.3) rotate(5deg); transform: scale(1.3,1.3) rotate(5deg); opacity: 1; } .posts .post .right .bot{ display: block; border: 1px solid #ededed; border-top: 0; background: #fafafa; border-radius: 3px; } .posts .post .right .bot > span{ display: inline-block; margin: 14px; margin-right: 0; margin-bottom: 13px; padding-right: 15px; } .posts .post .right .bot > span.user, .posts .post .right .bot > span.time, .posts .post .right .bot > span.tags{ border-right: 1px solid #dedede; } .posts .post .right .bot > span.total_comments{ padding: 14px; padding-bottom: 13px; margin: 0; font-weight: 600; } .posts .post .right .bot > span span{ display: inline-block; margin-left: 5px; } .posts .post .right .bot > span span a{ color:#333333; } .posts .post .right > .body{ display: block; padding-left: 15px; margin-top: 8px; } .posts .post .right > .body .title{ padding: 0; margin-bottom: 15px; font-size: 25px; font-weight: 400; font-family: 'Oswald',Arial,Helvetica,sans-serif; line-height: 34px; } .posts .post .right > .body .title a{ color:#333333; } .posts .post .right > .body .body{ display: block; line-height: 20px; width: 100%; } .blog_sidebar .search{ display: block; width: 100%; margin-bottom: 10px; position: relative; } .blog_sidebar .search input{ padding: 10px; padding-right: 40px; width: 100%; border-radius: 3px; border: 1px solid #cccccc; background: #fafafa; line-height: 18px; box-shadow: 0 1px 1px #bebebe inset, 0 2px 1px #ffffff; color: #999999; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_sidebar .search input:hover, .blog_sidebar .search input:focus{ background: #FCFCFC; color:#333333; } .blog_sidebar .search i{ color: #999999; position: absolute; right: 16px; top: 14px; cursor: pointer; } .blog_sidebar .search i:hover{ color:#333333; } .blog_sidebar .categories{ display: block; width: 100%; margin-bottom: 10px; } .blog_sidebar .categories h1{ padding-left: 0; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; text-align: center; font-size: 27px; padding-bottom: 10px; } .blog_sidebar .categories .list{ display: block; width: 100%; margin-left: 10px; margin-top: 10px; padding: 0; } .blog_sidebar .categories .list li{ display: block; width: 100%; margin-bottom: 8px; } .blog_sidebar .categories .list li .dot{ display: inline-block; margin-right: 10px; } .blog_sidebar .categories .list li a{ display: inline-block; color:#333333; } .blog_sidebar .tabs{ display: block; width: 100%; margin-bottom: 10px; box-shadow: 0 2px 0 #dedede; } .blog_sidebar .tabs h1{ padding-left: 0; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; text-align: center; font-size: 27px; padding-bottom: 10px; } .blog_sidebar .tabs .tab_select{ display: block; width: 100%; position: relative; padding: 0; margin: 0; } .blog_sidebar .tabs .tab_select li{ display: inline-block; padding: 10px; border: 1px solid transparent; cursor: pointer; color:#555555; margin-bottom: -1px; } .blog_sidebar .tabs .tab_select li:hover{ background: #ededed; } .blog_sidebar .tabs .tab_select li.active{ background: #ffffff; color:#333333; border-bottom: 0; } .blog_sidebar .tabs .tab{ display: none; padding: 12px; border-top: none; background: #ffffff; padding-right: 13px; border-radius: 0 0 5px 5px; } .blog_sidebar .tabs .tab.active{ display: block; } .blog_sidebar .tabs .tab .item{ display: block; width: 100%; margin-bottom: 15px; } .blog_sidebar .tabs .tab .item a{ color:#333333; margin-bottom: 10px; font-weight: bold; } .blog_sidebar .tabs .tab .item p{ width: 100%; display: inline-block; line-height: 17px; } .blog_sidebar .text_widget{ width: 100%; display: block; } .blog_sidebar .text_widget h1{ padding-left: 0; font-family: 'Oswald',Arial,Helvetica,sans-serif; font-weight: 400; padding-top: 0; text-align: center; font-size: 27px; padding-bottom: 10px; } .blog_sidebar .text_widget .body{ display: block; padding: 15px; border-radius: 5px; background: #ffffff; box-shadow: 0 1px 0 #ffffff inset, 0 2px 0 #dedede; } .blog_sidebar .text_widget span{ display: block; width: 100%; line-height: 17px; } .pagination{ display: block; width: 100%; margin-bottom: 0; } .pagination li{ display: inline-block; margin-right: 10px; } .pagination li a{ padding: 10px; padding-left: 15px; padding-right: 15px; background: #ededed; text-decoration: none; border: 1px solid #dedede; border-radius: 5px; box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 #ededed; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color:#333333; } .pagination li a.active, .pagination li a:hover{ color: #ffffff; box-shadow: 0 1px 0 #555555, 0 1px 0 #dedede inset; } .about_author{ margin-bottom: 20px; background: #ffffff; padding: 10px; } .about_author .title{ font-family: 'Oswald', sans-serif; font-weight: 300; padding-bottom: 10px; padding-top: 0; margin-top: 0; margin-bottom: 10px; border-bottom: 1px solid #dedede; } .comments .title i{ margin-right: 10px; } .comments .title{ margin-bottom: 20px; border-bottom: 1px solid #dedede; padding-bottom: 10px; } .comments > .comment{ margin-bottom: 20px; } .comments .comment .name{ margin-top: 0; } .comments .comment .date{ color:#777777; margin-bottom: 10px; } .comments .comment .body{ margin-bottom: 10px; } .comments .comment .actions a{ float: right; } .comments .comment .child_comment_body{ padding-right: 0; margin-bottom: 20px; } .comment_form .title{ margin-bottom: 20px; border-bottom: 1px solid #dedede; padding-bottom: 10px; } .comment_form .title i{ margin-right: 10px; } .comment_form input[type="text"], .comment_form textarea{ width: 100%; padding:10px; border:1px solid #bebebe; transition: all .2s linear; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; } .comment_form textarea{ min-height: 150px; } .comment_form input[type="text"]:hover, .comment_form textarea:hover, .comment_form input[type="text"]:focus, .comment_form textarea:focus{ border:1px solid #111111; } .comment_form form > div{ margin-bottom: 15px; } .comment_form input[type="submit"]{ float: right; } .tags{ list-style-type: none; padding:0; display: inline-block; margin-bottom: 20px; } .tags i{ margin-right: 5px; display: inline-block; } .tags li{ display: inline-block; } .post .hidden_post_content{ display: none; margin-top: 10px; } .return_to_blog{ padding: 10px; text-align: center; border-radius: 3px; display: none; margin-bottom: 15px; text-decoration: none; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background: #fafafa; border: 1px solid #dedede; color: #555555; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #ededed; } .return_to_blog:hover{ text-decoration: none; background: #ededed; border: 1px solid #bebebe; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #dedede; color:#333333; } .return_to_blog:active{ text-decoration: none; background: #F2F2F2; color:#333333; box-shadow: 0 0 2px 1px #dedede inset, 0 2px 1px #fafafa; } /* =============================================== 10. Contact Page =============================================== */ #gmap{ height: 300px; } .contact_info{ margin-top: 40px; } .contact_info > hr{ margin-bottom: 35px; } .contact_info h2{ padding-left: 0; padding-top:0; margin-bottom: 10px; text-align: center; } .contact_info i{ font-size: 16px; height: 40px; line-height: 40px; width: 40px; display: block; margin: 0 auto; background: #ffffff; border-radius: 150px; box-shadow: 0 0 0 8px #ededed; text-align: center; } .contact_info > div{ width: 100%; margin-bottom: 15px; padding: 10px; } .contact_info .name{ font-size: 20px; font-weight: bold; } .contact_form{ margin-top: 20px; } .contact_form h2{ padding: 15px; text-align: center; border-radius: 3px; margin-bottom: 20px; border-bottom: 4px solid #E7E7E7; } .contact_form .row{ display: block; width: 100%; float: left; margin-bottom: 10px; } .contact_form .row label{ display: block; width: 100%; float: left; color:#999999; font-weight: 600; margin-bottom: 7px; } .contact_form .row:hover label{ color:#222222; } .contact_form .row input[type="text"], .contact_form .row textarea{ padding: 10px; box-shadow: 0 1px 2px 0 #dedede inset, 0 1px 0 #ffffff; border: 1px solid #cccccc; background: #fdfdfd; width: 100%; border-radius: 3px; } .contact_form .row textarea{ height: 156px; } .contact_form .row input[type="text"]:hover, .contact_form .row input[type="text"]:focus, .contact_form .row textarea:hover, .contact_form .row textarea:focus{ border:1px solid #bebebe; } .contact_form .row input[type="button"]{ padding: 10px; border-radius: 3px; margin:0; cursor: pointer; float: left; background: #fafafa; border: 1px solid #dedede; color: #555555; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #ededed; } .contact_form .row input[type="button"]:hover{ background: #ededed; border: 1px solid #bebebe; box-shadow: 0 1px 0 #ffffff inset, 0 2px 1px #dedede; color:#333333; } .contact_form .row input[type="button"]:active{ background: #F2F2F2; color:#333333; box-shadow: 0 0 2px 1px #dedede inset, 0 2px 1px #fafafa; } .social_btns_hr{ margin-top: 25px; margin-bottom: 5px; } .social_btns{ display: block; width: 100%; float: left; text-align: center; padding-top:25px; } .social_btns a{ text-decoration: none; font-size: 32px; color: #999999; width: 60px; height: 60px; line-height: 60px; border-radius: 150px; margin-right: 15px; overflow: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .social_btns a:after { display: none; } .social_btns a:hover { background: #ffffff; box-shadow: 0 0 0 8px #ededed; } .social_btns a.fa-facebook:hover{ color: #3B5999; } .social_btns a.fa-twitter:hover{ color: #00BAFF; } .social_btns a.fa-google-plus:hover{ color: #D94835; } .social_btns a.fa-youtube:hover{ color: #C8302D; } .social_btns a.fa-github:hover{ color: #7197B0; } .social_btns a.fa-dribbble:hover{ color: #E44D87; } .social_btns a.fa-flickr:hover{ color: #0062DD; } .social_btns a.fa-tumblr:hover{ color: #35506B; } .social_btns a.fa-vk:hover{ color: #476C98; } .social_btns a.fa-skype:hover{ color: #00A8E9; } .social_btns a.fa-pinterest:hover{ color: #C7212D; } .social_btns a.fa-instagram:hover{ color: #BFB4A4; } /* error msg */ .error{ background-color: #f9e5e6; color: #b3696c; border: 1px solid #f7c7c9; display: block; width: 97%; float: left; padding: 5px; margin-top: 10px; } /* success msg */ .success{ background-color: #E3EBC6; color: #8FA442; border: 1px solid #C2D288; display: block; width: 97%; float: left; padding: 5px; margin-top: 10px; } .fullOpacity{ opacity: 1 !important; } .btn{ border-radius: 4px; text-align: center; padding: 8px 15px; background: #f5f5f5; border: 1px solid #dedede; color: #333333; box-shadow: 0 2px 1px rgba(0,0,0,0.03), 0 1px 0 #ffffff inset; text-decoration: none; font-family: 'Raleway', sans-serif; font-size: 15px; -webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -o-transition: all 400ms linear; transition: all 400ms linear; } .btn i{ margin-left: 10px; } .btn:hover, .btn.active{ color: #ffffff; border: 1px solid transparent; box-shadow: 0 2px 1px rgba(0,0,0,0.05); } .btn.small{ padding:5px 10px; } .btn.large{ padding:15px 20px; } .btn.reverse{ box-shadow: 0 2px 1px rgba(0,0,0,0.03), 0 1px 0 rgba(255,255,255,0.5) inset; border:1px solid transparent !important; } .btn.blue:hover, .btn.blue.active{ background: #004CAC !important; color:#ffffff !important; } .btn.blue.reverse{ background: #004CAC !important; color:#ffffff !important; } .btn.red:hover, .btn.red.active{ background: #FF443A !important; color:#ffffff !important; } .btn.red.reverse{ background: #FF443A !important; color:#ffffff !important; } .btn.yellow:hover, .btn.yellow.active{ background: #F3E800 !important; color:#333333 !important; } .btn.yellow.reverse{ background: #F3E800 !important; color:#333333 !important; } .btn.green:hover, .btn.green.active{ background: #4DD530 !important; color:#ffffff !important; } .btn.green.reverse{ background: #4DD530 !important; color:#ffffff !important; } .btn.purple:hover, .btn.purple.active{ background: #7C2EAA !important; color:#ffffff !important; } .btn.purple.reverse{ background: #7C2EAA !important; color:#ffffff !important; } .btn.pink:hover, .btn.pink.active{ background: #CE2F86 !important; color:#ffffff !important; } .btn.pink.reverse{ background: #CE2F86 !important; color:#ffffff !important; } .btn.black:hover, .btn.black.active{ background: #333333 !important; color:#ffffff !important; } .btn.black.reverse{ background: #333333 !important; color:#ffffff !important; } .btn.carrot:hover, .btn.carrot.active{ background: #FF883A !important; color:#ffffff !important; } .btn.carrot.reverse{ background: #FF883A !important; color:#ffffff !important; } .btn.darkturqoise:hover, .btn.darkturqoise.active{ background: #25A38A !important; color:#ffffff !important; } .btn.darkturqoise.reverse{ background: #25A38A !important; color:#ffffff !important; } .btn.darkred:hover, .btn.darkred.active{ background: #A2121D !important; color:#ffffff !important; } .btn.darkred.reverse{ background: #A2121D !important; color:#ffffff !important; } .btn.reverse:hover, .btn.reverse.active{ background: #111111 !important; color:#ffffff !important; } /* =============================================== 11. Footer =============================================== */ #footer{ float: left; width: 100%; margin-top: 15px; border-radius: 3px; } #footer .inner{ background: rgba(255, 255, 255, 0.9); color: #000000; padding: 15px; border-radius: 3px 3px 0 0; } /* =============================================== 12. Color Styles =============================================== */ /* ############# BLUE COLOR START ############# */ .theme_configs .themes .blue{ background: #008AC3; } body.blue_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #008AC3; } body.blue_color #header{ border-top: 4px solid #759AC0; } body.blue_color #footer{ border-bottom: 4px solid #759AC0; } body.blue_color .menu .right a.cv{ background: #7DB5F1; box-shadow: 0 3px 0 #3F6EA0; } body.blue_color .menu .right a.cv:hover{ background: #6FABEC; } body.blue_color .menu .right a.cv:active{ background: #7EB8F6; box-shadow: 0 3px 0 #dedede; } body.blue_color #content > div .page_title, body.blue_color #content .color_title{ color:#637488; } body.blue_color .clients .details .top .description{ background: #3A8CDE; } body.blue_color .about_top .description{ background: #65A8EB; } body.blue_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #3A8CDE; } body.blue_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #3A8CDE; } body.blue_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #3A8CDE; } body.blue_color .tabs_box .tabs_menu li{ color: #7d8da1; } body.blue_color .tabs_box .tabs_menu li:hover{ background: #E9ECF0; } body.blue_color .tabs_box .tabs_menu li.active, body.blue_color .tabs_box .tabs_menu li:active{ background: #D0DEF2; box-shadow: 0 0 5px 3px #B8C4D6 inset, 0 2px 0 0 #C7D2E0; border: 1px solid #768FB0; color: #637488; } body.blue_color #header .middle .name{ background: #EDEFF0; } body.blue_color #header .middle .description{ background: #E4ECF0; } body.blue_color #header .middle a.download_cv{ background: #CCDFEB; } body.blue_color #header .middle a.download_cv:hover{ background: #ACCEE3; } body.blue_color #header .middle a.other{ background: #BAD4E3; } body.blue_color #header .middle a.other:hover{ background: #8EB9D1; } body.blue_color .menu ul li a.active{ border-bottom: 3px solid #008AC3; background: rgba(218,235,240, 0.5); border-left: 1px solid #E4EBED; border-right: 1px solid #E4EBED; } body.blue_color .color{ color: #3A8CDE; } body.blue_color .about_top .top_text{ background: #353D42; } body.blue_color .about_top .bot_text span{ background: #BBCDD3; } body.blue_color .about_top .bot_text a{ background: #DDE6E9; } body.blue_color .res_block .item .inner, body.blue_color .awards .award .inner{ border-left: 5px solid #A5BFD9; } body.blue_color .resume_slider_left, body.blue_color .resume_slider_right{ color: #65A8EB; } body.blue_color .resume_slider_left:hover, body.blue_color .resume_slider_right:hover{ color: #408DDB; } body.blue_color .skills .block .skill .color{ background: #83BFFC; border-bottom: 1px solid #377ABD; } body.blue_color .skills .block .skill:hover .color{ background: #6AB3FC; } body.blue_color .download_vcard a .text{ background: #6AB3FC; } body.blue_color .download_vcard a .text:hover{ background: #3096FC; } body.blue_color .portfolio_filter li.active, body.blue_color .portfolio_filter li:hover{ background: #6AB3FC; box-shadow: 0 1px 0 #408DDB; } body.blue_color #portfolio_grid .mix .overlay i{ color: #6AB3FC; } body.blue_color #portfolio_grid .mix:hover .img_outer .overlay i, body.blue_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #6AB3FC; } body.blue_color .portfolio_info i:hover{ color:#3F88D1; } body.blue_color #portfolio_grid .mix:hover, body.blue_color #portfolio_grid .mix.active{ border: 7px solid #3C4354; } body.blue_color .posts .post .left .type, body.blue_color .posts .post .right .bot > span i{ color:#397CBF; } body.blue_color .pagination li a.active, body.blue_color .pagination li a:hover{ background: #69ADF0; border: 1px solid #187BDE; } body.blue_color .comment_form .send_comment{ background: #8CC6FF; border: 1px solid #94B3D1; } body.blue_color .comment_form .send_comment:hover{ background: #61B0FF; } /* ############# BLUE COLOR END ############# */ /* ############# RED COLOR START ############# */ .theme_configs .themes .red{ background: #C20000; } body.red_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #C20000; } body.red_color #header{ border-top: 4px solid #BF7575; } body.red_color #footer{ border-bottom: 4px solid #BF7575; } body.red_color .menu .right a.cv{ background: #F27E7E; box-shadow: 0 3px 0 #A13F3F; } body.red_color .menu .right a.cv:hover{ background: #ED6F6F; } body.red_color .menu .right a.cv:active{ background: #F57D7D; box-shadow: 0 3px 0 #dedede; } body.red_color #content > div .page_title, body.red_color #content .color_title{ color:#876363; } body.red_color .clients .details .top .description{ background: #EB6565; } body.red_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #DE3A3A; } body.red_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #DE3A3A; } body.red_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #DE3A3A; } body.red_color .tabs_box .tabs_menu li{ color: #A17D7D; } body.red_color .tabs_box .tabs_menu li:hover{ background: #F0E9E9; } body.red_color .tabs_box .tabs_menu li.active, body.red_color .tabs_box .tabs_menu li:active{ background: #F2D0D0; box-shadow: 0 0 5px 3px #D6B8B8 inset, 0 2px 0 0 #E0C8C8; border: 1px solid #B07676; color: #876363; } body.red_color a{ color:#DE1818; } body.red_color #header .middle .name{ background: #F0EDED; } body.red_color #header .middle .description{ background: #F0E4E4; } body.red_color #header .middle a.download_cv{ background: #EBCCCC; } body.red_color #header .middle a.download_cv:hover{ background: #ECBCBC; } body.red_color #header .middle a.other{ background: #E3ACAC; } body.red_color #header .middle a.other:hover{ background: #D18E8E; } body.red_color .menu ul li a.active{ border-bottom: 3px solid #C20000; background: rgba(240,218,218, 0.5); border-left: 1px solid #EDE4E4; border-right: 1px solid #EDE4E4; } body.red_color .color{ color: #DE3A3A; } body.red_color .about_top .top_text{ background: #423535; } body.red_color .about_top .bot_text span{ background: #D4BCBC; } body.red_color .about_top .bot_text a{ background: #E8DCDC; } body.red_color .res_block .item .inner, body.red_color .awards .award .inner{ border-left: 5px solid #D9A5A5; } body.red_color .resume_slider_left, body.red_color .resume_slider_right{ color: #EB6565; } body.red_color .resume_slider_left:hover, body.red_color .resume_slider_right:hover{ color: #DB4040; } body.red_color .skills .block .skill .color{ background: #FC8383; border-bottom: 1px solid #BD3737; } body.red_color .skills .block .skill:hover .color{ background: #FC6A6A; } body.red_color .download_vcard a .text{ background: #FC6A6A; } body.red_color .download_vcard a .text:hover{ background: #FC3030; } body.red_color .portfolio_filter li.active, body.red_color .portfolio_filter li:hover{ background: #FC6A6A; box-shadow: 0 1px 0 #DB4040; } body.red_color #portfolio_grid .mix .overlay i{ color: #FC6A6A; } body.red_color #portfolio_grid .mix:hover .img_outer .overlay i, body.red_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #FC6A6A; } body.red_color .portfolio_info i:hover{ color:#D13F3F; } body.red_color #portfolio_grid .mix:hover, body.red_color #portfolio_grid .mix.active{ border: 7px solid #543C3C; } body.red_color .posts .post .left .type, body.red_color .posts .post .right .bot > span i{ color:#BF3939; } body.red_color .pagination li a.active, body.red_color .pagination li a:hover{ background: #F06969; border: 1px solid #DE1818; } body.red_color .comment_form .send_comment{ background: #FF8C8C; border: 1px solid #D19494; } body.red_color .comment_form .send_comment:hover{ background: #FF6161; } /* ############# RED COLOR END ############# */ /* ############# GREEN COLOR START ############# */ .theme_configs .themes .green{ background: #10C200; } body.green_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #10C200; } body.green_color #header{ border-top: 4px solid #7BBF75; } body.green_color #footer{ border-bottom: 4px solid #7BBF75; } body.green_color .menu .right a.cv{ background: #79E270; color:#333333; box-shadow: 0 3px 0 #45A13F; } body.green_color .menu .right a.cv:hover{ color:#333333; background: #7AED6F; } body.green_color .menu .right a.cv:active{ color:#333333; background: #87F57D; box-shadow: 0 3px 0 #dedede; } body.green_color #content > div .page_title, body.green_color #content .color_title{ color:#668763; } body.green_color .clients .details .top .description{ background: #69DB5E; } body.green_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #47DE3A; } body.green_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #47DE3A; } body.green_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #47DE3A; } body.green_color .tabs_box .tabs_menu li{ color: #70976C; } body.green_color .tabs_box .tabs_menu li:hover{ background: #E9F0E9; } body.green_color .tabs_box .tabs_menu li.active, body.green_color .tabs_box .tabs_menu li:active{ background: #D3F2D0; box-shadow: 0 0 5px 3px #BBD6B8 inset, 0 2px 0 0 #CAE0C8; border: 1px solid #7BB076; color: #668763; } body.green_color a{ color:#25C916; } body.green_color .about_top .top_text{ background: #364235; } body.green_color .about_top .bot_text span{ background: #BED4BC; } body.green_color .about_top .bot_text a{ background: #DDE8DC; } body.green_color #header .middle .name{ background: #EEF0ED; } body.green_color #header .middle .description{ background: #E5F0E4; } body.green_color #header .middle a.download_cv{ background: #CFEBCC; } body.green_color #header .middle a.download_cv:hover{ background: #B1E3AC; } body.green_color #header .middle a.other{ background: #B1E3AC; } body.green_color #header .middle a.other:hover{ background: #94D18E; } body.green_color .menu ul li a.active{ border-bottom: 3px solid #10C200; background: rgba(220,240,218, 0.5); border-left: 1px solid #E4EDE4; border-right: 1px solid #E4EDE4; } body.green_color .color{ color: #43C136; } body.green_color .res_block .item .inner, body.green_color .awards .award .inner{ border-left: 5px solid #A9D9A5; } body.green_color .resume_slider_left, body.green_color .resume_slider_right{ color: #69DB5E; } body.green_color .resume_slider_left:hover, body.green_color .resume_slider_right:hover{ color: #4DDB40; } body.green_color .skills .block .skill .color{ background: #7EE075; border-bottom: 1px solid #42BD37; color:#333333; } body.green_color .skills .block .skill:hover .color{ background: #72CC6A; } body.green_color .download_vcard a .text{ background: #6BE660; color:#333333; } body.green_color .download_vcard a .text:hover{ background: #3BE62C; } body.green_color .portfolio_filter li.active, body.green_color .portfolio_filter li:hover{ background: #69E05E; box-shadow: 0 1px 0 #4DDB40; } body.green_color #portfolio_grid .mix .overlay i{ color: #69E05E; } body.green_color #portfolio_grid .mix:hover .img_outer .overlay i, body.green_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #69E05E; } body.green_color .portfolio_info i:hover{ color:#4BD13F; } body.green_color #portfolio_grid .mix:hover, body.green_color #portfolio_grid .mix.active{ border: 7px solid #3E543C; } body.green_color .posts .post .left .type, body.green_color .posts .post .right .bot > span i{ color:#45BF39; } body.green_color .pagination li a.active, body.green_color .pagination li a:hover{ background: #75F069; border: 1px solid #29DE18; } body.green_color .comment_form .send_comment{ background: #96FF8C; border: 1px solid #9AD194; } body.green_color .comment_form .send_comment:hover{ background: #6EFF61; } /* ############# GREEN COLOR END ############# */ /* ############# YELLOW COLOR START ############# */ .theme_configs .themes .yellow{ background: #BFC200; } body.yellow_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #BFC200; } body.yellow_color #header{ border-top: 4px solid #BEBF75; } body.yellow_color #footer{ border-bottom: 4px solid #BEBF75; } body.yellow_color .menu .right a.cv{ background: #F0F27E; color:#333333; box-shadow: 0 3px 0 #9FA13F; } body.yellow_color .menu .right a.cv:hover{ color:#333333; background: #EBED6F; } body.yellow_color .menu .right a.cv:active{ color:#333333; background: #F3F57D; box-shadow: 0 3px 0 #dedede; } body.yellow_color #content > div .page_title, body.yellow_color #content .color_title{ color:#878763; } body.yellow_color .clients .details .top .description{ background: #E8EB65; } body.yellow_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #C2DE3A; } body.yellow_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #C2DE3A; } body.yellow_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #C2DE3A; } body.yellow_color .tabs_box .tabs_menu li{ color: #9BA17D; } body.yellow_color .tabs_box .tabs_menu li:hover{ background: #EFF0E9; } body.yellow_color .tabs_box .tabs_menu li.active, body.yellow_color .tabs_box .tabs_menu li:active{ background: #EDF2D0; box-shadow: 0 0 5px 3px #D1D6B8 inset, 0 2px 0 0 #DCE0C8; border: 1px solid #A6B076; color: #818763; } body.yellow_color a{ color:#BABA06; } body.yellow_color .about_top .top_text{ background: #424235; } body.yellow_color .about_top .bot_text span{ background: #D4D4BC; } body.yellow_color .about_top .bot_text a{ background: #E8E8DC; } body.yellow_color #header .middle .name{ background: #F0F0ED; } body.yellow_color #header .middle .description{ background: #F0F0E4; } body.yellow_color #header .middle a.download_cv{ background: #EAEBCC; } body.yellow_color #header .middle a.download_cv:hover{ background: #DADBA7; } body.yellow_color #header .middle a.other{ background: #E2E3AC; } body.yellow_color #header .middle a.other:hover{ background: #D0D18E; } body.yellow_color .menu ul li a.active{ border-bottom: 3px solid #BFC200; background: rgba(237,237,228, 0.5); border-left: 1px solid #EDEDE4; border-right: 1px solid #EDEDE4; } body.yellow_color .color{ color: #CCCF16; } body.yellow_color .res_block .item .inner, body.yellow_color .awards .award .inner{ border-left: 5px solid #D8D9A5; } body.yellow_color .resume_slider_left, body.yellow_color .resume_slider_right{ color: #E8EB65; } body.yellow_color .resume_slider_left:hover, body.yellow_color .resume_slider_right:hover{ color: #D9DB40; } body.yellow_color .skills .block .skill .color{ background: #E6E879; border-bottom: 1px solid #BABD37; box-shadow: none; color:#333333; } body.yellow_color .skills .block .skill:hover .color{ background: #E6E861; } body.yellow_color .download_vcard a .text{ background: #E0E243; color:#333333; } body.yellow_color .download_vcard a .text:hover{ background: #D0D32D; } body.yellow_color .portfolio_filter li.active, body.yellow_color .portfolio_filter li:hover{ background: #D4D649; box-shadow: 0 1px 0 #B2B41A; } body.yellow_color #portfolio_grid .mix .overlay i{ color: #E6E861; } body.yellow_color #portfolio_grid .mix:hover .img_outer .overlay i, body.yellow_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #E6E861; } body.yellow_color .portfolio_info i:hover{ color:#CFD13F; } body.yellow_color #portfolio_grid .mix:hover, body.yellow_color #portfolio_grid .mix.active{ border: 7px solid #54543C; } body.yellow_color .posts .post .left .type, body.yellow_color .posts .post .right .bot > span i{ color:#BDBF39; } body.yellow_color .pagination li a.color{ color:#999999; } body.yellow_color .pagination li a.active, body.yellow_color .pagination li a:hover{ background: #EDF069; border: 1px solid #DBDE18; color: #333333; } body.yellow_color .comment_form .send_comment{ background: #FDFF8C; border: 1px solid #D0D194; } body.yellow_color .comment_form .send_comment:hover{ background: #FCFF61; } /* ############# YELLOW COLOR END ############# */ /* ############# PURPLE COLOR START ############# */ .theme_configs .themes .purple{ background: #7100C2; } body.purple_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #7100C2; } body.purple_color #header{ border-top: 4px solid #A075BF; } body.purple_color #footer{ border-bottom: 4px solid #A075BF; } body.purple_color .menu .right a.cv{ background: #C27EF2; box-shadow: 0 3px 0 #783FA1; } body.purple_color .menu .right a.cv:hover{ background: #B96FED; } body.purple_color .menu .right a.cv:active{ background: #C37DF5; box-shadow: 0 3px 0 #dedede; } body.purple_color #content > div .page_title, body.purple_color #content .color_title{ color:#786387; } body.purple_color .clients .details .top .description{ background: #B365EB; } body.purple_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #993ADE; } body.purple_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #993ADE; } body.purple_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #993ADE; } body.purple_color .tabs_box .tabs_menu li{ color: #927DA1; } body.purple_color .tabs_box .tabs_menu li:hover{ background: #EDE9F0; } body.purple_color .tabs_box .tabs_menu li.active, body.purple_color .tabs_box .tabs_menu li:active{ background: #E4D0F2; box-shadow: 0 0 5px 3px #CAB8D6 inset, 0 2px 0 0 #D6C8E0; border: 1px solid #9876B0; color: #786387; } body.purple_color a{ color:#7506C4; } body.purple_color .about_top .top_text{ background: #3D3542; } body.purple_color .about_top .bot_text span{ background: #CABCD4; } body.purple_color .about_top .bot_text a{ background: #E3DCE8; } body.purple_color #header .middle .name{ background: #EFEDF0; } body.purple_color #header .middle .description{ background: #EBE4F0; } body.purple_color #header .middle a.download_cv{ background: #DECCEB; } body.purple_color #header .middle a.download_cv:hover{ background: #C5A7DB; } body.purple_color #header .middle a.other{ background: #CCACE3; } body.purple_color #header .middle a.other:hover{ background: #B58ED1; } body.purple_color .menu ul li a.active{ border-bottom: 3px solid #7100C2; background: rgba(233,228,237, 0.5); border-left: 1px solid #E9E4ED; border-right: 1px solid #E9E4ED; } body.purple_color .color{ color: #8217CF; } body.purple_color .res_block .item .inner, body.purple_color .awards .award .inner{ border-left: 5px solid #C3A5D9; } body.purple_color .resume_slider_left, body.purple_color .resume_slider_right{ color: #B365EB; } body.purple_color .resume_slider_left:hover, body.purple_color .resume_slider_right:hover{ color: #9A40DB; } body.purple_color .skills .block .skill .color{ background: #BA79E8; border-bottom: 1px solid #8537BD; } body.purple_color .skills .block .skill:hover .color{ background: #B061E8; } body.purple_color .download_vcard a .text{ background: #A144E3; } body.purple_color .download_vcard a .text:hover{ background: #8E2CD4; } body.purple_color .portfolio_filter li.active, body.purple_color .portfolio_filter li:hover{ background: #9B49D6; box-shadow: 0 1px 0 #7419B5; } body.purple_color #portfolio_grid .mix .overlay i{ color: #B061E8; } body.purple_color #portfolio_grid .mix:hover .img_outer .overlay i, body.purple_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #B061E8; } body.purple_color .portfolio_info i:hover{ color:#943FD1; } body.purple_color #portfolio_grid .mix:hover, body.purple_color #portfolio_grid .mix.active{ border: 7px solid #4A3C54; } body.purple_color .posts .post .left .type, body.purple_color .posts .post .right .bot > span i{ color:#8739BF; } body.purple_color .pagination li a.active, body.purple_color .pagination li a:hover{ background: #B869F0; border: 1px solid #8C18DE; } body.purple_color .comment_form .send_comment{ background: #CF8CFF; border: 1px solid #B894D1; } body.purple_color .comment_form .send_comment:hover{ background: #BD61FF; } /* ############# PURPLE COLOR END ############# */ /* ############# CYAN COLOR START ############# */ .theme_configs .themes .cyan{ background: #00C2A8; } body.cyan_color .slider .slide .overlay .captions .inner{ border-left: 5px solid #00C2A8; } body.cyan_color #header{ border-top: 4px solid #75BFB5; } body.cyan_color #footer{ border-bottom: 4px solid #75BFB5; } body.cyan_color .menu .right a.cv{ background: #7EF2E3; color:#333333; box-shadow: 0 3px 0 #3FA194; } body.cyan_color .menu .right a.cv:hover{ color:#333333; background: #6FEDDC; } body.cyan_color .menu .right a.cv:active{ color:#333333; background: #7DF5E5; box-shadow: 0 3px 0 #dedede; } body.cyan_color #content > div .page_title, body.cyan_color #content .color_title{ color:#638782; } body.cyan_color .clients .details .top .description{ background: #65EBD9; } body.cyan_color .blog_sidebar .tabs .tab_select li.active{ border-top: 2px solid #3ADEC8; } body.cyan_color #content > div#about_page .details .items .item:hover .title{ border-top:1px solid #3ADEC8; } body.cyan_color #content > div#about_page .details .items .item:hover .value{ border-top:1px solid #3ADEC8; } body.cyan_color .tabs_box .tabs_menu li{ color: #7DA19C; } body.cyan_color .tabs_box .tabs_menu li:hover{ background: #E9F0EF; } body.cyan_color .tabs_box .tabs_menu li.active, body.cyan_color .tabs_box .tabs_menu li:active{ background: #D0F2EE; box-shadow: 0 0 5px 3px #B8D6D2 inset, 0 2px 0 0 #C8E0DD; border: 1px solid #76B0A8; color: #638782; } body.cyan_color a{ color:#06C4AB; } body.cyan_color .about_top .top_text{ background: #354241; } body.cyan_color .about_top .bot_text span{ background: #BCD4D2; } body.cyan_color .about_top .bot_text a{ background: #DCE8E7; } body.cyan_color #header .middle .name{ background: #EDF0EF; } body.cyan_color #header .middle .description{ background: #E4F0EE; } body.cyan_color #header .middle a.download_cv{ background: #ABEBE2; } body.cyan_color #header .middle a.download_cv:hover{ background: #A7DBD4; } body.cyan_color #header .middle a.other{ background: #ACE3DC; } body.cyan_color #header .middle a.other:hover{ background: #8ED1C8; } body.cyan_color .menu ul li a.active{ border-bottom: 3px solid #00C2A8; background: rgba(228,237,236, 0.5); border-left: 1px solid #E4EDEC; border-right: 1px solid #E4EDEC; } body.cyan_color .color{ color: #17CFB6; } body.cyan_color .res_block .item .inner, body.cyan_color .awards .award .inner{ border-left: 5px solid #A5D9D2; } body.cyan_color .resume_slider_left, body.cyan_color .resume_slider_right{ color: #65EBD9; } body.cyan_color .resume_slider_left:hover, body.cyan_color .resume_slider_right:hover{ color: #40DBC7; } body.cyan_color .skills .block .skill .color{ background: #79E8D9; border-bottom: 1px solid #37BDAB; color:#333333; } body.cyan_color .skills .block .skill:hover .color{ background: #61E8D6; } body.cyan_color .download_vcard a .text{ background: #44E3CE; color:#333333; } body.cyan_color .download_vcard a .text:hover{ background: #2CD4BD; } body.cyan_color .portfolio_filter li.active, body.cyan_color .portfolio_filter li:hover{ background: #49D6C3; box-shadow: 0 1px 0 #19B5A0; } body.cyan_color #portfolio_grid .mix .overlay i{ color: #61E8D6; } body.cyan_color #portfolio_grid .mix:hover .img_outer .overlay i, body.cyan_color #portfolio_grid .mix.active .img_outer .overlay i{ border: 1px solid #61E8D6; } body.cyan_color .portfolio_info i:hover{ color:#3FD1BE; } body.cyan_color #portfolio_grid .mix:hover, body.cyan_color #portfolio_grid .mix.active{ border: 7px solid #3C5451; } body.cyan_color .posts .post .left .type, body.cyan_color .posts .post .right .bot > span i{ color:#39BFAD; } body.cyan_color .pagination li a.active, body.cyan_color .pagination li a:hover{ background: #69F0DE; border: 1px solid #18DEC4; color:#333333; } body.cyan_color .comment_form .send_comment{ background: #8CFFF0; border: 1px solid #94D1C9; } body.cyan_color .comment_form .send_comment:hover{ background: #61FFEA; } /* ############# CYAN COLOR END ############# */ /* =============================================== 13. Media Queries =============================================== */ /* responsive css */ /* Portrait tablet to landscape and desktop */ @media only screen and (min-width: 768px) and (max-width: 959px) { } @media only screen and (min-width: 768px){ .menu .m_menu_toggle{ display: none; } } /* Landscape phone to portrait tablet */ @media only screen and (min-width: 480px) and (max-width: 767px) { } @media only screen and (max-width: 1199px) { .blog_sidebar .tabs .tab_select li{ width: 100%; } .details .items .item .title, .details .items .item .value{ width: 100%; } .details .items .item{ margin-bottom: 5px; } } @media only screen and (max-width: 991px) { #header .left, #header .middle{ margin-bottom: 15px; } #header .left{ padding-right: 15px; } #header .right{ padding-left: 15px; } #wrapper .menu .left, #wrapper .menu .right, #wrapper .menu ul{ display: none; } .menu_inner{ width: 100%; } .menu .m_menu_toggle{ display: block; } .menu ul li{ width: 100%; margin-bottom: 10px; } .menu ul li a{ display: block; } .about_top .picture{ margin-bottom: 15px; } .about_top .omega, .post .omega{ padding-right: 15px; } .about_top .alpha, .post .alpha, .blog_sidebar .tabs .tab .item .alpha{ padding-left: 15px; } .blog_sidebar .tabs .tab .item .avatar{ margin-bottom: 10px; } .about_top .top_text{ text-align: center; } .details .items .item{ margin-bottom: 15px; } .tabs_box .tabs_menu li{ margin-bottom: 4px; display: block; } .posts .post .right .bot > span{ display: block; border: none; } .posts{ margin-bottom: 30px; } .contact_info > div span.text{ display: block; text-align: center; margin-top: 20px; } .about{ text-align: center; } .box > .title{ text-align: left; } } /* Landscape phones and down */ @media only screen and (max-width: 479px) { .slider .slide .overlay .captions{ bottom: 15px; left: 45px; width: 77%; } .slider .slide .overlay .captions .title{ font-size: 20px; } .slider .slide .overlay .captions .description{ font-size: 15px; } #portfolio_grid .mix .details p{ margin-bottom: 0; font-size: 13px; } #portfolio_grid .mix .details h2{ font-size: 17px; } } .theme_configs{ display: none; position: fixed; left: -153px; top: 10%; z-index: 99999; } .theme_configs.visible{ display: block !important; visibility: visible !important; } .theme_configs .body { display: inline-block; float: left; width: 151px; border: 1px solid rgba(23,24,26,0.15); padding: inherit; background: #ffffff; text-align: center; word-wrap: break-word; box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14); } .theme_configs .body .head_title, .theme_configs .body .title{ width: 100%; padding: 10px; border-bottom: 1px solid #dedede; } .theme_configs .body .head_title{ background: #f5f5f5; } .theme_configs .body .box{ display: block; width: 100%; padding: 10px; margin-top: 10px; float: left; } .theme_configs .body .box img{ width: 30px; height: 30px; display: inline-block; margin-right: 10px; margin-bottom: 10px; cursor: pointer; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .theme_configs .body .box img:hover{ -webkit-transform: scale(2,2); -moz-transform: scale(2,2); -o-transform: scale(2,2); -ms-transform: scale(2,2); transform: scale(2,2); opacity: 1; } .theme_configs .body .box img:nth-child(3n){ margin-right: 0; } .theme_configs .button{ display: inline-block; height: 34px; width: 34px; line-height: 34px; background: #f5f5f5; font-size: 25px; cursor: pointer; text-align: center; float: left; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .theme_configs .box.themes div{ display: block; width: 50%; cursor: pointer; float: left; opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .theme_configs .box.themes div:hover{ -webkit-transform: scale(1.3,1.3); -moz-transform: scale(1.3,1.3); -o-transform: scale(1.3,1.3); -ms-transform: scale(1.3,1.3); transform: scale(1.3,1.3); } .theme_configs .box.themes div:hover, .theme_configs .box.themes div.active{ opacity: 1; } .theme_configs .box.themes div > span{ display: block; width: 100%; padding: 7px; margin-bottom: 5px; }
0.349422
0.054879
textarea.authoresize-area { resize: none; } .wrap-word-content { word-break: break-word; } #btn-back-to-top { position: fixed; bottom: 76px; right: 20px; display: none; } .user-info-wrapper { cursor: pointer; } .no-border { border: 0; box-shadow: none; width: 300px; } div.content { position: relative; } div.content a { position: absolute; top: 67%; right: 77%; } .fa-edit { color: green; } .white-bg { background-color: #ffffff; } .page-heading { border-top: 0; padding: 0 10px 20px 10px; } .forum-post-container .media { margin: 10px 10px 10px 10px; padding: 20px 10px 20px 10px; border-bottom: 1px solid #f1f1f1; } .forum-avatar { float: left; margin-right: 20px; text-align: center; width: 110px; } .forum-avatar .img-circle { height: 48px; width: 48px; margin: auto; display: block; } .author-info { color: #676a6c; font-size: 11px; margin-top: 5px; text-align: center; } .forum-post-info { padding: 9px 12px 6px 12px; background: #f9f9f9; border: 1px solid #f1f1f1; } .media-body > .media { background: #f9f9f9; border-radius: 3px; border: 1px solid #f1f1f1; } .forum-post-container .media-body .photos { margin: 10px 0; } .forum-photo { max-width: 140px; border-radius: 3px; } .media-body > .media .forum-avatar { width: 70px; margin-right: 10px; } .media-body > .media .forum-avatar .img-circle { height: 38px; width: 38px; margin: auto; display: block; } .mid-icon { font-size: 66px; } .forum-item { margin: 10px 0; padding: 10px 0 20px; border-bottom: 1px solid #f1f1f1; } .views-number { font-size: 24px; line-height: 18px; font-weight: 400; } .forum-container, .forum-post-container { padding: 30px !important; } .forum-item small { color: #999; } .forum-item .forum-sub-title { color: #999; } .forum-sub-title { word-wrap: break-word; } .forum-title { margin: 15px 0 15px 0; } .forum-info { text-align: center; } .forum-desc { color: #999; } .forum-icon { float: left; width: 30px; margin-right: 20px; text-align: center; } a.forum-item-title { color: inherit; display: block; font-size: 18px; font-weight: 600; } a.forum-item-title:hover { color: inherit; } .forum-icon .fa { font-size: 30px; margin-top: 8px; color: #9b9b9b; } .forum-item.active .fa { color: #1ab394; } .forum-item.active a.forum-item-title { color: #1ab394; } @media (max-width: 992px) { .forum-info { margin: 15px 0 10px 0; /* Comment this is you want to show forum info in small devices */ display: none; } .forum-desc { float: none !important; } } .ibox { clear: both; margin-bottom: 25px; margin-top: 0; padding: 0; } .ibox.collapsed .ibox-content { display: none; } .ibox.collapsed .fa.fa-chevron-up:before { content: "\f078"; } .ibox.collapsed .fa.fa-chevron-down:before { content: "\f077"; } .ibox:after, .ibox:before { display: table; } .ibox-title { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: #ffffff; border-color: #e7eaec; border-image: none; border-style: solid solid none; border-width: 3px 0 0; color: inherit; margin-bottom: 0; padding: 14px 15px 7px; min-height: 48px; } .ibox-content { background-color: #ffffff; color: inherit; padding: 15px 20px 20px 20px; border-color: #e7eaec; border-image: none; border-style: solid solid none; border-width: 1px 0; } .ibox-footer { color: inherit; border-top: 1px solid #e7eaec; font-size: 90%; background: #ffffff; padding: 10px 15px; } .message-input { height: 90px !important; } .form-control, .single-line { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 20px; } .text-navy { color: #1ab394; } .mid-icon { font-size: 66px !important; } .m-b-sm { margin-bottom: 10px; } .words-written { font-size: 10px; font-weight: 700; letter-spacing: .5px; line-height: 12px; text-transform: uppercase; bottom: 12px; color: #000000; pointer-events: none; right: 12px; float: right; } a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast against white background */ a { color: #0366d6; } .btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #1b6ec2; border-color: #1861ac; }
Web/ForumSystem.Web/wwwroot/css/posts-layout.css
textarea.authoresize-area { resize: none; } .wrap-word-content { word-break: break-word; } #btn-back-to-top { position: fixed; bottom: 76px; right: 20px; display: none; } .user-info-wrapper { cursor: pointer; } .no-border { border: 0; box-shadow: none; width: 300px; } div.content { position: relative; } div.content a { position: absolute; top: 67%; right: 77%; } .fa-edit { color: green; } .white-bg { background-color: #ffffff; } .page-heading { border-top: 0; padding: 0 10px 20px 10px; } .forum-post-container .media { margin: 10px 10px 10px 10px; padding: 20px 10px 20px 10px; border-bottom: 1px solid #f1f1f1; } .forum-avatar { float: left; margin-right: 20px; text-align: center; width: 110px; } .forum-avatar .img-circle { height: 48px; width: 48px; margin: auto; display: block; } .author-info { color: #676a6c; font-size: 11px; margin-top: 5px; text-align: center; } .forum-post-info { padding: 9px 12px 6px 12px; background: #f9f9f9; border: 1px solid #f1f1f1; } .media-body > .media { background: #f9f9f9; border-radius: 3px; border: 1px solid #f1f1f1; } .forum-post-container .media-body .photos { margin: 10px 0; } .forum-photo { max-width: 140px; border-radius: 3px; } .media-body > .media .forum-avatar { width: 70px; margin-right: 10px; } .media-body > .media .forum-avatar .img-circle { height: 38px; width: 38px; margin: auto; display: block; } .mid-icon { font-size: 66px; } .forum-item { margin: 10px 0; padding: 10px 0 20px; border-bottom: 1px solid #f1f1f1; } .views-number { font-size: 24px; line-height: 18px; font-weight: 400; } .forum-container, .forum-post-container { padding: 30px !important; } .forum-item small { color: #999; } .forum-item .forum-sub-title { color: #999; } .forum-sub-title { word-wrap: break-word; } .forum-title { margin: 15px 0 15px 0; } .forum-info { text-align: center; } .forum-desc { color: #999; } .forum-icon { float: left; width: 30px; margin-right: 20px; text-align: center; } a.forum-item-title { color: inherit; display: block; font-size: 18px; font-weight: 600; } a.forum-item-title:hover { color: inherit; } .forum-icon .fa { font-size: 30px; margin-top: 8px; color: #9b9b9b; } .forum-item.active .fa { color: #1ab394; } .forum-item.active a.forum-item-title { color: #1ab394; } @media (max-width: 992px) { .forum-info { margin: 15px 0 10px 0; /* Comment this is you want to show forum info in small devices */ display: none; } .forum-desc { float: none !important; } } .ibox { clear: both; margin-bottom: 25px; margin-top: 0; padding: 0; } .ibox.collapsed .ibox-content { display: none; } .ibox.collapsed .fa.fa-chevron-up:before { content: "\f078"; } .ibox.collapsed .fa.fa-chevron-down:before { content: "\f077"; } .ibox:after, .ibox:before { display: table; } .ibox-title { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: #ffffff; border-color: #e7eaec; border-image: none; border-style: solid solid none; border-width: 3px 0 0; color: inherit; margin-bottom: 0; padding: 14px 15px 7px; min-height: 48px; } .ibox-content { background-color: #ffffff; color: inherit; padding: 15px 20px 20px 20px; border-color: #e7eaec; border-image: none; border-style: solid solid none; border-width: 1px 0; } .ibox-footer { color: inherit; border-top: 1px solid #e7eaec; font-size: 90%; background: #ffffff; padding: 10px 15px; } .message-input { height: 90px !important; } .form-control, .single-line { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; font-size: 20px; } .text-navy { color: #1ab394; } .mid-icon { font-size: 66px !important; } .m-b-sm { margin-bottom: 10px; } .words-written { font-size: 10px; font-weight: 700; letter-spacing: .5px; line-height: 12px; text-transform: uppercase; bottom: 12px; color: #000000; pointer-events: none; right: 12px; float: right; } a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast against white background */ a { color: #0366d6; } .btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #1b6ec2; border-color: #1861ac; }
0.380299
0.07921
@charset "utf-8"; /* 设置滚动条的样式 */ ::-webkit-scrollbar { width: 6px; } /* 外层轨道 */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset006pxrgba(255,0,0,0.3); background: rgba(255, 255, 255, 0.1); } /* 滚动条滑块 */ ::-webkit-scrollbar-thumb { border-radius: 4px; background: rgba(0,0,0,0.2); -webkit-box-shadow: inset006pxrgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(0,0,0,0.2); } .json-schema-react-editor { font-size: 14px; } .json-schema-react-editor .array-item-type { text-align: left } .json-schema-react-editor .add-btn { margin: 8px; } .json-schema-react-editor .pretty-editor{ border: 1px solid #d9d9d9; border-radius: 4px; height: 800px; } .json-schema-react-editor .import-json-button{ margin: 5px; } .json-schema-react-editor .certain-category-search .ant-select-selection--single { height: 32px; } .json-schema-react-editor .certain-category-search .ant-select-search__field__wrap { display: unset; } .json-schema-react-editor .option-formStyle{ /* padding-left: 25px; */ padding-Top: 8px } .json-schema-react-editor .required-icon { font-size: 1em; color: red; font-weight: bold; padding-left: 5px } .json-schema-react-editor .object-style { /* border-left: 2px dotted gray; */ /* padding-left: 8px; */ padding-top: 6px; /* margin-left: 20px; */ margin-top: 8px; } .json-schema-react-editor .col-item-type{ text-align: center } .json-schema-react-editor .down-style { cursor: pointer; } .json-schema-react-editor .col-item-desc{ text-align: center } .json-schema-react-editor .col-item-mock{ text-align: center; padding-right: 6px; } .json-schema-react-editor .col-item-setting{ padding-left: 6px; cursor: pointer; } .json-schema-react-editor .plus { color: #2395f1 } .json-schema-react-editor .close { color: #ff561b } .json-schema-react-editor .array-type { margin-top: 8px; } .json-schema-react-editor .delete-item { padding-right: 8px; } .json-schema-react-editor .object-style .name-item .ant-input-group-addon { background-color: unset; border: unset; } .json-schema-react-editor .object-style .name-item .ant-input-group > .ant-input:first-child, .ant-input-group-addon:first-child { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .json-schema-react-editor .icon-object { color: #0d1b3ea6; font-weight: 400; font-size: 10px; } .json-schema-react-editor .down-style-col{ width: 10px; } .json-schema-react-editor .wrapper{ padding-left: 8px; } /* .schema-content { margin-left: 20px; } */ .json-schema-react-editor .adv-set { padding-right: 8px; color: #00a854; } .json-schema-react-editor .type-select-style { width: 90% } .json-schema-react-editor-import-modal .ant-tabs-nav .ant-tabs-tab{ height: auto } .json-schema-react-editor-adv-modal .other-row { margin-bottom: 16px; } .json-schema-react-editor-adv-modal .other-label { text-align: right; padding-right: 8px; } .json-schema-react-editor-adv-modal .default-setting { font-size: 16px; font-weight: 400; margin-bottom: 16px; border-left: 3px solid #2395f1; padding-left: 8px; } .json-schema-react-editor-adv-modal .ant-modal-body{ min-height: 400px; } .json-schema-react-editor-adv-modal .ant-modal-body .ace_editor { min-height: 350px; } .json-schema-react-editor-adv-modal-select .format-items-title { color: #999; position: absolute; right: 16px; }
dist/main.css
@charset "utf-8"; /* 设置滚动条的样式 */ ::-webkit-scrollbar { width: 6px; } /* 外层轨道 */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset006pxrgba(255,0,0,0.3); background: rgba(255, 255, 255, 0.1); } /* 滚动条滑块 */ ::-webkit-scrollbar-thumb { border-radius: 4px; background: rgba(0,0,0,0.2); -webkit-box-shadow: inset006pxrgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(0,0,0,0.2); } .json-schema-react-editor { font-size: 14px; } .json-schema-react-editor .array-item-type { text-align: left } .json-schema-react-editor .add-btn { margin: 8px; } .json-schema-react-editor .pretty-editor{ border: 1px solid #d9d9d9; border-radius: 4px; height: 800px; } .json-schema-react-editor .import-json-button{ margin: 5px; } .json-schema-react-editor .certain-category-search .ant-select-selection--single { height: 32px; } .json-schema-react-editor .certain-category-search .ant-select-search__field__wrap { display: unset; } .json-schema-react-editor .option-formStyle{ /* padding-left: 25px; */ padding-Top: 8px } .json-schema-react-editor .required-icon { font-size: 1em; color: red; font-weight: bold; padding-left: 5px } .json-schema-react-editor .object-style { /* border-left: 2px dotted gray; */ /* padding-left: 8px; */ padding-top: 6px; /* margin-left: 20px; */ margin-top: 8px; } .json-schema-react-editor .col-item-type{ text-align: center } .json-schema-react-editor .down-style { cursor: pointer; } .json-schema-react-editor .col-item-desc{ text-align: center } .json-schema-react-editor .col-item-mock{ text-align: center; padding-right: 6px; } .json-schema-react-editor .col-item-setting{ padding-left: 6px; cursor: pointer; } .json-schema-react-editor .plus { color: #2395f1 } .json-schema-react-editor .close { color: #ff561b } .json-schema-react-editor .array-type { margin-top: 8px; } .json-schema-react-editor .delete-item { padding-right: 8px; } .json-schema-react-editor .object-style .name-item .ant-input-group-addon { background-color: unset; border: unset; } .json-schema-react-editor .object-style .name-item .ant-input-group > .ant-input:first-child, .ant-input-group-addon:first-child { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .json-schema-react-editor .icon-object { color: #0d1b3ea6; font-weight: 400; font-size: 10px; } .json-schema-react-editor .down-style-col{ width: 10px; } .json-schema-react-editor .wrapper{ padding-left: 8px; } /* .schema-content { margin-left: 20px; } */ .json-schema-react-editor .adv-set { padding-right: 8px; color: #00a854; } .json-schema-react-editor .type-select-style { width: 90% } .json-schema-react-editor-import-modal .ant-tabs-nav .ant-tabs-tab{ height: auto } .json-schema-react-editor-adv-modal .other-row { margin-bottom: 16px; } .json-schema-react-editor-adv-modal .other-label { text-align: right; padding-right: 8px; } .json-schema-react-editor-adv-modal .default-setting { font-size: 16px; font-weight: 400; margin-bottom: 16px; border-left: 3px solid #2395f1; padding-left: 8px; } .json-schema-react-editor-adv-modal .ant-modal-body{ min-height: 400px; } .json-schema-react-editor-adv-modal .ant-modal-body .ace_editor { min-height: 350px; } .json-schema-react-editor-adv-modal-select .format-items-title { color: #999; position: absolute; right: 16px; }
0.241668
0.04439
@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,caption, 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: inherit; vertical-align: baseline; } body { background-attachment: fixed; color: #444444; font: 75%/1.3 Arial, Helvetica, sans-serif; margin: 0 auto; } input, input[type="text"], input[type="search"], isindex, textarea, button { outline:none; margin:0 auto; padding:5px 10px; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } img, a { border:0px; outline:none; color:#3a6cae; text-decoration:none; } img, a:hover { text-decoration:underline; } .zf-flLeft { float:left; } .zf-flRight { float:right; } .zf-clearBoth { clear:both; } ol, ul { list-style: none outside none; } .zf-normalText { font-size:13px; line-height:1.5; } .zf-smallText { font-size:0.9em; font-weight:normal; } .zf-smallHeading { font-size:18px; } .zf-heading { font-size:2em; } .zf-subHeading { font-size:1.5em; } .zf-boldText, .zf-boldText a { font-weight:bold; text-decoration:none; } .zf-italicText { font-style:italic; } .zf-heading a { text-decoration:underline; } .zf-heading a:hover { text-decoration:none; } .zf-blodText { font-weight:bold; } .zf-overAuto { overflow:auto; } .zf-split { color: #8B9193; padding: 0 3px; } .zf-backgroundBg { background:#f5f5f5; } .zf-templateWidth { margin:1% auto; } .zf-templateWidth { width:800px; } .zf-templateWrapper { background:#fff; border:1px solid #d6d6d6; -webkit-box-shadow: 0 0px 3px #E1E1E1; -moz-box-shadow: 0 0px 3px #E1E1E1; box-shadow: 0 0px 3px #E1E1E1; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; } .zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea { background:#fff; border:1px solid #e5e5e5; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; padding:5px; font-size:13px; } .zf-tempContDiv input[type="text"]:hover, .zf-tempContDiv textarea:hover{ border:1px solid rgba(157, 157, 157, 0.75) !important; } .zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{ border:1px solid rgba(121, 187, 238, 0.75) !important; -webkit-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important; -moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important; box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important; } .zf-tempContDiv textarea { height:75px; } .arrangeAddress .zf-addrCont span.zf-addtwo{ width: 99% !important;float: none !important;} /**********Error Message***********/ .zf-errorMessage { font:12px Arial, Helvetica, sans-serif; color:#ff0000; padding-top:5px; } /**********Mandatory Message***********/ .zf-important { color:#ff0000 !important; font-weight: normal; margin-left:0px; padding: 0; font-size:13px !important; } /**********instruction Message***********/ .zf-instruction { color:#939393; font-style:italic; margin-top:3px; font-size:12px; overflow:visible !important; } .zf-symbols { padding:0 5px; } .zf-overflow{ overflow:hidden;} /*****************template Header Starts Here****************/ .zf-tempHeadBdr { margin:0; padding:0; overflow:hidden; } .zf-tempHeadContBdr { background: #494949; border-bottom:1px solid #EAEAEA; margin: 0; padding:10px 25px; -webkit-border-radius:2px 2px 0 0; -moz-border-radius:2px 2px 0 0; border-radius:2px 2px 0 0; } .zf-tempHeadContBdr .zf-frmTitle { color: #FFFFFF; margin: 0; padding: 0; font-size:2em; } .zf-tempHeadContBdr .zf-frmDesc { color: #DDDDDD; font-size: 14px; font-weight: normal; margin: 0; padding: 0; } /****************template Header Ends Here****************/ .zf-subContWrap { padding:0; margin:10px; margin-bottom:0; } .zf-tempFrmWrapper { padding:10px 15px; margin:1px 0; } .zf-tempFrmWrapper .zf-tempContDiv { margin:0; padding:0; } .zf-tempFrmWrapper .zf-labelName { font-weight:bold; font-size:13px; color:#444; } .zf-form-sBox{ padding:4px; border:1px solid #e5e5e5; font-size:13px; } .zf-name .zf-tempContDiv span, .zf-phone .zf-tempContDiv span, .zf-time .zf-tempContDiv span{ float: left; display:block; } .zf-name .zf-tempContDiv span{margin-bottom:5px; margin-left: 4%;} .zf-name .zf-tempContDiv span.last{ margin-right:0;} .zf-name .zf-tempContDiv span label{ display: block;padding-top:3px;} .zf-name .zf-tempContDiv input[type="text"] {width:100%;} .zf-phone .zf-tempContDiv span label, .zf-date .zf-tempContDiv span label, .zf-time .zf-tempContDiv span label, .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label, .zf-name .zf-tempContDiv span label{ font-size:11px; padding-top:3px; } .zf-phone .zf-tempContDiv label, .zf-date .zf-tempContDiv label, .zf-time .zf-tempContDiv label, .zf-address .zf-tempContDiv label, .zf-name .zf-tempContDiv span label { color:#888888; } .zf-phone .zf-tempContDiv span label { display: block; padding-top:3px; text-align:center; } .zf-phone .zf-tempContDiv .zf-symbols { padding-top:5px; } .zf-currency .zf-tempContDiv span{ display:inline-block; } .zf-currency .zf-tempContDiv span label { display: block; padding-top:3px; } .zf-currency .zf-tempContDiv .zf-symbol { font-size: 14px; margin-left:5px; margin-top: 4px; width:auto; font-weight:bold; } .zf-decesion .zf-tempContDiv{ width:100% !important; margin-top:4px; } .zf-decesion input[type="checkbox"] { display: block; height: 13px; margin: 0; padding: 0; width: 13px; float:left; margin-top:4px; } .zf-decesion label { display: block; line-height:21px; margin: 0px 0 0 25px !important; padding-bottom: 0 !important; width:95% !important; float:none !important; line-height:21px !important; text-align:left !important; } .zf-tempContDiv input[type="file"]{ outline:none; border:1px solid #ccc; margin:0 auto; padding:5px; width:auto; } .zf-address .zf-tempContDiv span, .zf-geolocation .zf-tempContDiv span { display:block; padding-bottom:15px; margin-right:2%; } .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label{ display: block; padding-top:3px; } .zf-address .zf-tempContDiv .zf-addOne, .zf-geolocation .zf-tempContDiv .zf-addOne{ float: none; padding-bottom:15px; margin-right:0; } .zf-address .zf-tempContDiv .zf-addOne input, .zf-geolocation .zf-tempContDiv .zf-addOne input{ width:98%; } .zf-address .zf-tempContDiv span.zf-addtwo, .zf-geolocation .zf-tempContDiv span.zf-addtwo{ width:48%; } .zf-address .zf-tempContDiv span.zf-addtwo input, .zf-geolocation .zf-tempContDiv span.zf-addtwo input{ width:99%; } .zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox{ width:100%; } .zf-signContainer{ margin:0; padding:0; width:100%; } .zf-signContainer canvas{ cursor:crosshair; border:1px solid #ccc; background:#fff; } .zf-signContainer a{ font-size: 11px; text-decoration: underline; } .zf-section h2{ border-bottom:1px solid #D7D7D7; font-size:22px; color:#000; font-weight:500; font-family:'Open Sans',"Lucida Grande",Arial,Helvetica,sans-serif; padding-bottom:10px; } .zf-section p{ color:#847F7F; margin-top:10px; } .zf-note .zf-labelName{ padding-top:7px; } .zf-templateWrapper .zf-note{ overflow:hidden; } .zf-date .zf-tempContDiv span label { display: block; padding-top:3px; text-align:left; } .zf-subDate{ margin-right:10px;} .zf-subDate label{ text-align:left !important;} .zf-time .zf-tempContDiv span label { display: block; padding-top:3px; text-align:center; } .zf-time .zf-tempContDiv .zf-form-sBox{ min-width:58px; } .zf-time .zf-tempContDiv .zf-symbols { padding-top:5px; } .zf-tempContDiv input[type="checkbox"], .zf-tempContDiv input[type="radio"] { display: block; height: 13px; margin: 4px 0 0; padding: 0; width: 13px; } .zf-radio .zf-overflow, .zf-checkbox .zf-overflow{padding-left:2px !important;} .zf-sideBySide .zf-tempContDiv span { margin: 0 15px 5px 0; padding:0; width:auto; float: left; display:block; } .zf-sideBySide .zf-tempContDiv span input[type="checkbox"] { display: block; width: 13px; height: 13px; padding: 0; margin-top:3px; float:left; } .zf-sideBySide .zf-tempContDiv span input[type="radio"] { display: block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-sideBySide .zf-tempContDiv span label { line-height:21px; display: block; margin: 0 0 0 20px; padding: 0 0 5px; } .zf-oneColumns .zf-tempContDiv span { margin:0 0 13px 0; padding:0; width:100%; display:block; clear: both; } .zf-oneColumns .zf-tempContDiv span:last-child { margin-bottom:0;} .zf-oneColumns .zf-tempContDiv span input[type="checkbox"] { display: block; width: 13px; height: 13px; margin:0; padding: 0; margin-top:3px; float:left; } .zf-oneColumns .zf-tempContDiv span input[type="radio"] { display: block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-oneColumns .zf-tempContDiv span label { line-height:19px; display: block; margin: 0 0 0 20px; padding:0; font-size:13px; } .zf-twoColumns .zf-tempContDiv span { margin: 0 5px 13px 0; width: 48%; float: left; display:block; } .zf-twoColumns .zf-tempContDiv span input[type="checkbox"] { display: block; width: 13px; height: 13px; margin: 0; padding: 0; margin-top:3px; float:left; } .zf-twoColumns .zf-tempContDiv span input[type="radio"] { display: block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-twoColumns .zf-tempContDiv span label { line-height:21px; display: block; margin: 0 0 0 20px; padding: 0 0 5px; } .zf-threeColumns .zf-tempContDiv span { margin: 0 5px 13px 0; width:30%; float: left; } .zf-threeColumns .zf-tempContDiv span input[type="checkbox"] { display:block; width: 13px; height: 13px; padding: 0; margin-top:3px; float:left; } .zf-threeColumns .zf-tempContDiv span input[type="radio"] { display:block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-threeColumns .zf-tempContDiv span label { line-height:21px; display: block; margin: 0 0 0 20px; padding: 0 0 5px; } .zf-mSelect select{ font-size:13px;} .zf-fmFooter { margin:0; padding:25px; text-align:center; } .zf-fmFooter .zf-submitColor{ font-size:14px; padding:4px 10px;} .zf-submitColor{ color: #fff; border:1px solid; border-color: #2F9EEC #1988D6 #1988D6; background: #2596e6; background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6)); background: -moz-linear-gradient(top, #2f9eec, #1988d6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6'); -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); text-shadow:0 1px 0 rgba(0, 0, 0, 0.25); } .zf-submitColor:hover{ background: #1988d6; background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6)); background: -moz-linear-gradient(top, #1988d6, #1988d6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6'); } /****************Field Small/Medium/Large Starts Here****************/ .zf-small .zf-tempContDiv input[type="text"], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea{ width:50%; } .zf-medium .zf-tempContDiv input[type="text"], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea{ width:75%; } .zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea{ width:100%; } .zf-small .zf-tempContDiv .zf-form-sBox{ width:50%; } .zf-medium .zf-tempContDiv .zf-form-sBox{ width:75%; } .zf-large .zf-tempContDiv .zf-form-sBox{ width:100%; } .zf-name .zf-tempContDiv .zf-form-sBox{ width:100%; } .zf-namesmall .zf-nameWrapper{ width: 50%;} .zf-namesmall .zf-tempContDiv span{width:48%;} .zf-namesmall .zf-oneType .zf-salutationWrapper span{width:63%; } .zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 33%;} .zf-namesmall .zf-twoType .zf-salutationWrapper span{width:34%;margin-left:3%;} .zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation{ width:26%;} .zf-namesmall .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;} .zf-namesmall .zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;} .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width:50%;} .zf-namesmall .zf-tempContDiv span:first-child{ margin-left:0;} .zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;} .zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 50%; } .zf-namemedium .zf-nameWrapper{ width: 75%;} .zf-namemedium .zf-tempContDiv span{width:49%; margin-left:2%;} .zf-namemedium .zf-oneType .zf-salutationWrapper span{width:73%; } .zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 25%;} .zf-namemedium .zf-twoType .zf-salutationWrapper span{width:38%;margin-left:2%;} .zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation{ width:20%;} .zf-namemedium .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;} .zf-namemedium .zf-threeType .zf-salutationWrapper span{width:25%;margin-left:2%;} .zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;} .zf-namemedium .zf-tempContDiv span:first-child{ margin-left:0;} .zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;} .zf-namelarge .zf-twoType .zf-nameWrapper span{width:49%; margin-left:2%;} .zf-namelarge .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;} .zf-namelarge .zf-twoType .zf-salutationWrapper span{width:40%; margin-left:2%;} .zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation{ width: 16%;} .zf-namelarge .zf-threeType .zf-salutationWrapper span{width:26%; margin-left:2%;} .zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 16%;} .zf-namelarge .zf-oneType .zf-salutationWrapper span{width:73%; margin-left:2%;} .zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation{ width:25%;} .zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;} .zf-csmall .zf-tempContDiv input[type="text"] { width:43%; } .zf-cmedium .zf-tempContDiv input[type="text"] { width:67%; } .zf-clarge .zf-tempContDiv input[type="text"] { width:91%; } .zf-nsmall .zf-tempContDiv input[type="text"] { width:50%; } .zf-nmedium .zf-tempContDiv input[type="text"] { width:75%; } .zf-nlarge .zf-tempContDiv input[type="text"] { width:100%; } .zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea { width:49%; } .zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea { width:60%; } .zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea { width:74%; } .zf-addrsmall .zf-tempContDiv .zf-addrCont{ width:50%; } .zf-addrmedium .zf-tempContDiv .zf-addrCont{ width:75%; } .zf-addrlarge .zf-tempContDiv .zf-addrCont{ width:100%; } /****************Field Small/Medium/Large Ends Here****************/ .zf-topAlign .zf-tempFrmWrapper .zf-labelName { padding-bottom:8px; display:block; } .zf-topAlign .zf-threeColumns .zf-labelName, .zf-topAlign .zf-twoColumns .zf-labelName, .zf-topAlign .zf-oneColumns .zf-labelName, .zf-topAlign .zf-sideBySide .zf-labelName{ padding-bottom:8px;} .zf-leftAlign { display:block; } .zf-leftAlign .zf-tempFrmWrapper .zf-labelName { float:left; width:30%; line-height:20px; margin-right:15px; } .zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv { margin-left: 35%; } .zf-leftAlign .zf-slider .zf-tempContDiv{ margin-top:6px;} .zf-leftAlign .zf-decesion .zf-tempContDiv, .zf-rightAlign .zf-decesion .zf-tempContDiv{ margin-left:0 !important;} .zf-rightAlign { display:block; } .zf-rightAlign .zf-tempFrmWrapper .zf-labelName { float:left; width:30%; line-height: 20px; text-align:right; margin-right:15px; } .zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv { margin-left: 35%; } .zf-matrixTable{ font-size:13px; overflow-x: scroll;padding-bottom: 15px !important;} .zf-matrixTable table th, .zf-matrixTable table td{padding:10px;} .zf-matrixTable thead th, .zf-matrixTable table td{ text-align:center;} .zf-matrixTable table td input[type="radio"], .zf-matrixTable table td input[type="checkbox"]{ display:inline-block;} .zf-matrixTable tbody th{ font-weight:normal;font-size: 13px;text-align: left;} .zf-matrixTable thead th { font-weight:600;font-size: 13px;} /****************Form Top Align Starts Here****************/ .zf-termsContainer{ margin:0; padding:0;} .zf-termsContainer .zf-termsMsg {border: 1px solid #E1E1E1;max-height: 250px; min-height:70px; overflow-y:scroll; padding:10px; margin-bottom:6px;} .zf-termsAccept{ margin-top:2px !important;} .zf-termsAccept input[type="checkbox"]{ margin-top:2px !important; float:left;} .zf-termsAccept label{ margin-left: 20px;font-size: 13px;float: none;display: block;} .zf-termsWrapper .zf-tempContDiv{ margin-left:0 !important;} .zf-termsWrapper .zf-labelName{ width:100% !important; text-align:left !important; padding-bottom:8px !important;} .zf-medium .zf-phwrapper { width: 75%; } .zf-phwrapper.zf-phNumber span { width: 100% !important; } .zf-phwrapper span:first-child { margin-left: 0; width: 22%; } .zf-phwrapper label { display: block; color: #888888; font-size: 11px; margin-top: 2px; } .zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] { width: 100%; } .zf-small .zf-phwrapper { width: 50%; } .zf-tempFrmWrapper.zf-phone span { width: auto; margin: inherit; } .zf-phwrapper span { margin-bottom: 10px; float: left; width: 76%; margin-left: 2%; } .zf-descFld a{ text-decoration:underline;} .zf-descFld em{ font-style:italic;} .zf-descFld b{ font-weight:bold;} .zf-descFld i{ font-style: italic;} .zf-descFld u{ text-decoration:underline;} .zf-descFld ul{ margin:auto;} .zf-descFld ul{ list-style:disc;} .zf-descFld ol{ list-style:decimal;} .zf-descFld ul, .zf-descFld ol{margin: 10px 0; padding-left: 20px;} .zf-descFld ol.code { list-style-position: outside; list-style-type: decimal; padding: 0 30px; } .zf-descFld ol.code li { background-color: #F5F5F5; border-left: 2px solid #CCCCCC; margin: 1px 0; padding: 2px; } .zf-descFld blockquote.zquote { border-left: 3px solid #EFEFEF; padding-left: 35px; } .zf-descFld blockquote.zquote span.txt { -moz-user-focus: ignore; -moz-user-input: disabled; -moz-user-select: none; color: #058BC2; float: left; font: bold 50px Arial,Helvetica,sans-serif; margin: -10px 0 0 -30px; } .zf-descFld blockquote.block_quote { background: url("../images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0); border-left: 3px solid #EFEFEF; font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif; margin: 15px 3px 15px 15px; padding: 10px 10px 10px 40px; } .zf-descFld body { font-family: Arial,Helvetica,sans-serif; font-size: 13px; margin: 8px; } .note .noteCont{ overflow:hidden;} .note .zf-descFld{ overflow:hidden; font-size: 13px; }
css/form.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,caption, 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: inherit; vertical-align: baseline; } body { background-attachment: fixed; color: #444444; font: 75%/1.3 Arial, Helvetica, sans-serif; margin: 0 auto; } input, input[type="text"], input[type="search"], isindex, textarea, button { outline:none; margin:0 auto; padding:5px 10px; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } img, a { border:0px; outline:none; color:#3a6cae; text-decoration:none; } img, a:hover { text-decoration:underline; } .zf-flLeft { float:left; } .zf-flRight { float:right; } .zf-clearBoth { clear:both; } ol, ul { list-style: none outside none; } .zf-normalText { font-size:13px; line-height:1.5; } .zf-smallText { font-size:0.9em; font-weight:normal; } .zf-smallHeading { font-size:18px; } .zf-heading { font-size:2em; } .zf-subHeading { font-size:1.5em; } .zf-boldText, .zf-boldText a { font-weight:bold; text-decoration:none; } .zf-italicText { font-style:italic; } .zf-heading a { text-decoration:underline; } .zf-heading a:hover { text-decoration:none; } .zf-blodText { font-weight:bold; } .zf-overAuto { overflow:auto; } .zf-split { color: #8B9193; padding: 0 3px; } .zf-backgroundBg { background:#f5f5f5; } .zf-templateWidth { margin:1% auto; } .zf-templateWidth { width:800px; } .zf-templateWrapper { background:#fff; border:1px solid #d6d6d6; -webkit-box-shadow: 0 0px 3px #E1E1E1; -moz-box-shadow: 0 0px 3px #E1E1E1; box-shadow: 0 0px 3px #E1E1E1; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; } .zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea { background:#fff; border:1px solid #e5e5e5; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; padding:5px; font-size:13px; } .zf-tempContDiv input[type="text"]:hover, .zf-tempContDiv textarea:hover{ border:1px solid rgba(157, 157, 157, 0.75) !important; } .zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{ border:1px solid rgba(121, 187, 238, 0.75) !important; -webkit-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important; -moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important; box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important; } .zf-tempContDiv textarea { height:75px; } .arrangeAddress .zf-addrCont span.zf-addtwo{ width: 99% !important;float: none !important;} /**********Error Message***********/ .zf-errorMessage { font:12px Arial, Helvetica, sans-serif; color:#ff0000; padding-top:5px; } /**********Mandatory Message***********/ .zf-important { color:#ff0000 !important; font-weight: normal; margin-left:0px; padding: 0; font-size:13px !important; } /**********instruction Message***********/ .zf-instruction { color:#939393; font-style:italic; margin-top:3px; font-size:12px; overflow:visible !important; } .zf-symbols { padding:0 5px; } .zf-overflow{ overflow:hidden;} /*****************template Header Starts Here****************/ .zf-tempHeadBdr { margin:0; padding:0; overflow:hidden; } .zf-tempHeadContBdr { background: #494949; border-bottom:1px solid #EAEAEA; margin: 0; padding:10px 25px; -webkit-border-radius:2px 2px 0 0; -moz-border-radius:2px 2px 0 0; border-radius:2px 2px 0 0; } .zf-tempHeadContBdr .zf-frmTitle { color: #FFFFFF; margin: 0; padding: 0; font-size:2em; } .zf-tempHeadContBdr .zf-frmDesc { color: #DDDDDD; font-size: 14px; font-weight: normal; margin: 0; padding: 0; } /****************template Header Ends Here****************/ .zf-subContWrap { padding:0; margin:10px; margin-bottom:0; } .zf-tempFrmWrapper { padding:10px 15px; margin:1px 0; } .zf-tempFrmWrapper .zf-tempContDiv { margin:0; padding:0; } .zf-tempFrmWrapper .zf-labelName { font-weight:bold; font-size:13px; color:#444; } .zf-form-sBox{ padding:4px; border:1px solid #e5e5e5; font-size:13px; } .zf-name .zf-tempContDiv span, .zf-phone .zf-tempContDiv span, .zf-time .zf-tempContDiv span{ float: left; display:block; } .zf-name .zf-tempContDiv span{margin-bottom:5px; margin-left: 4%;} .zf-name .zf-tempContDiv span.last{ margin-right:0;} .zf-name .zf-tempContDiv span label{ display: block;padding-top:3px;} .zf-name .zf-tempContDiv input[type="text"] {width:100%;} .zf-phone .zf-tempContDiv span label, .zf-date .zf-tempContDiv span label, .zf-time .zf-tempContDiv span label, .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label, .zf-name .zf-tempContDiv span label{ font-size:11px; padding-top:3px; } .zf-phone .zf-tempContDiv label, .zf-date .zf-tempContDiv label, .zf-time .zf-tempContDiv label, .zf-address .zf-tempContDiv label, .zf-name .zf-tempContDiv span label { color:#888888; } .zf-phone .zf-tempContDiv span label { display: block; padding-top:3px; text-align:center; } .zf-phone .zf-tempContDiv .zf-symbols { padding-top:5px; } .zf-currency .zf-tempContDiv span{ display:inline-block; } .zf-currency .zf-tempContDiv span label { display: block; padding-top:3px; } .zf-currency .zf-tempContDiv .zf-symbol { font-size: 14px; margin-left:5px; margin-top: 4px; width:auto; font-weight:bold; } .zf-decesion .zf-tempContDiv{ width:100% !important; margin-top:4px; } .zf-decesion input[type="checkbox"] { display: block; height: 13px; margin: 0; padding: 0; width: 13px; float:left; margin-top:4px; } .zf-decesion label { display: block; line-height:21px; margin: 0px 0 0 25px !important; padding-bottom: 0 !important; width:95% !important; float:none !important; line-height:21px !important; text-align:left !important; } .zf-tempContDiv input[type="file"]{ outline:none; border:1px solid #ccc; margin:0 auto; padding:5px; width:auto; } .zf-address .zf-tempContDiv span, .zf-geolocation .zf-tempContDiv span { display:block; padding-bottom:15px; margin-right:2%; } .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label{ display: block; padding-top:3px; } .zf-address .zf-tempContDiv .zf-addOne, .zf-geolocation .zf-tempContDiv .zf-addOne{ float: none; padding-bottom:15px; margin-right:0; } .zf-address .zf-tempContDiv .zf-addOne input, .zf-geolocation .zf-tempContDiv .zf-addOne input{ width:98%; } .zf-address .zf-tempContDiv span.zf-addtwo, .zf-geolocation .zf-tempContDiv span.zf-addtwo{ width:48%; } .zf-address .zf-tempContDiv span.zf-addtwo input, .zf-geolocation .zf-tempContDiv span.zf-addtwo input{ width:99%; } .zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox{ width:100%; } .zf-signContainer{ margin:0; padding:0; width:100%; } .zf-signContainer canvas{ cursor:crosshair; border:1px solid #ccc; background:#fff; } .zf-signContainer a{ font-size: 11px; text-decoration: underline; } .zf-section h2{ border-bottom:1px solid #D7D7D7; font-size:22px; color:#000; font-weight:500; font-family:'Open Sans',"Lucida Grande",Arial,Helvetica,sans-serif; padding-bottom:10px; } .zf-section p{ color:#847F7F; margin-top:10px; } .zf-note .zf-labelName{ padding-top:7px; } .zf-templateWrapper .zf-note{ overflow:hidden; } .zf-date .zf-tempContDiv span label { display: block; padding-top:3px; text-align:left; } .zf-subDate{ margin-right:10px;} .zf-subDate label{ text-align:left !important;} .zf-time .zf-tempContDiv span label { display: block; padding-top:3px; text-align:center; } .zf-time .zf-tempContDiv .zf-form-sBox{ min-width:58px; } .zf-time .zf-tempContDiv .zf-symbols { padding-top:5px; } .zf-tempContDiv input[type="checkbox"], .zf-tempContDiv input[type="radio"] { display: block; height: 13px; margin: 4px 0 0; padding: 0; width: 13px; } .zf-radio .zf-overflow, .zf-checkbox .zf-overflow{padding-left:2px !important;} .zf-sideBySide .zf-tempContDiv span { margin: 0 15px 5px 0; padding:0; width:auto; float: left; display:block; } .zf-sideBySide .zf-tempContDiv span input[type="checkbox"] { display: block; width: 13px; height: 13px; padding: 0; margin-top:3px; float:left; } .zf-sideBySide .zf-tempContDiv span input[type="radio"] { display: block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-sideBySide .zf-tempContDiv span label { line-height:21px; display: block; margin: 0 0 0 20px; padding: 0 0 5px; } .zf-oneColumns .zf-tempContDiv span { margin:0 0 13px 0; padding:0; width:100%; display:block; clear: both; } .zf-oneColumns .zf-tempContDiv span:last-child { margin-bottom:0;} .zf-oneColumns .zf-tempContDiv span input[type="checkbox"] { display: block; width: 13px; height: 13px; margin:0; padding: 0; margin-top:3px; float:left; } .zf-oneColumns .zf-tempContDiv span input[type="radio"] { display: block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-oneColumns .zf-tempContDiv span label { line-height:19px; display: block; margin: 0 0 0 20px; padding:0; font-size:13px; } .zf-twoColumns .zf-tempContDiv span { margin: 0 5px 13px 0; width: 48%; float: left; display:block; } .zf-twoColumns .zf-tempContDiv span input[type="checkbox"] { display: block; width: 13px; height: 13px; margin: 0; padding: 0; margin-top:3px; float:left; } .zf-twoColumns .zf-tempContDiv span input[type="radio"] { display: block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-twoColumns .zf-tempContDiv span label { line-height:21px; display: block; margin: 0 0 0 20px; padding: 0 0 5px; } .zf-threeColumns .zf-tempContDiv span { margin: 0 5px 13px 0; width:30%; float: left; } .zf-threeColumns .zf-tempContDiv span input[type="checkbox"] { display:block; width: 13px; height: 13px; padding: 0; margin-top:3px; float:left; } .zf-threeColumns .zf-tempContDiv span input[type="radio"] { display:block; width: 13px; height: 13px; margin-top:4px; padding: 0; float:left; } .zf-threeColumns .zf-tempContDiv span label { line-height:21px; display: block; margin: 0 0 0 20px; padding: 0 0 5px; } .zf-mSelect select{ font-size:13px;} .zf-fmFooter { margin:0; padding:25px; text-align:center; } .zf-fmFooter .zf-submitColor{ font-size:14px; padding:4px 10px;} .zf-submitColor{ color: #fff; border:1px solid; border-color: #2F9EEC #1988D6 #1988D6; background: #2596e6; background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6)); background: -moz-linear-gradient(top, #2f9eec, #1988d6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6'); -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); text-shadow:0 1px 0 rgba(0, 0, 0, 0.25); } .zf-submitColor:hover{ background: #1988d6; background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6)); background: -moz-linear-gradient(top, #1988d6, #1988d6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6'); } /****************Field Small/Medium/Large Starts Here****************/ .zf-small .zf-tempContDiv input[type="text"], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea{ width:50%; } .zf-medium .zf-tempContDiv input[type="text"], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea{ width:75%; } .zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea{ width:100%; } .zf-small .zf-tempContDiv .zf-form-sBox{ width:50%; } .zf-medium .zf-tempContDiv .zf-form-sBox{ width:75%; } .zf-large .zf-tempContDiv .zf-form-sBox{ width:100%; } .zf-name .zf-tempContDiv .zf-form-sBox{ width:100%; } .zf-namesmall .zf-nameWrapper{ width: 50%;} .zf-namesmall .zf-tempContDiv span{width:48%;} .zf-namesmall .zf-oneType .zf-salutationWrapper span{width:63%; } .zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 33%;} .zf-namesmall .zf-twoType .zf-salutationWrapper span{width:34%;margin-left:3%;} .zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation{ width:26%;} .zf-namesmall .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;} .zf-namesmall .zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;} .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width:50%;} .zf-namesmall .zf-tempContDiv span:first-child{ margin-left:0;} .zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span{ width:100%;margin-left: 0px; float:none; margin-left: 0;} .zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, .zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 50%; } .zf-namemedium .zf-nameWrapper{ width: 75%;} .zf-namemedium .zf-tempContDiv span{width:49%; margin-left:2%;} .zf-namemedium .zf-oneType .zf-salutationWrapper span{width:73%; } .zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 25%;} .zf-namemedium .zf-twoType .zf-salutationWrapper span{width:38%;margin-left:2%;} .zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation{ width:20%;} .zf-namemedium .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;} .zf-namemedium .zf-threeType .zf-salutationWrapper span{width:25%;margin-left:2%;} .zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;} .zf-namemedium .zf-tempContDiv span:first-child{ margin-left:0;} .zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;} .zf-namelarge .zf-twoType .zf-nameWrapper span{width:49%; margin-left:2%;} .zf-namelarge .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;} .zf-namelarge .zf-twoType .zf-salutationWrapper span{width:40%; margin-left:2%;} .zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation{ width: 16%;} .zf-namelarge .zf-threeType .zf-salutationWrapper span{width:26%; margin-left:2%;} .zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 16%;} .zf-namelarge .zf-oneType .zf-salutationWrapper span{width:73%; margin-left:2%;} .zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation{ width:25%;} .zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;} .zf-csmall .zf-tempContDiv input[type="text"] { width:43%; } .zf-cmedium .zf-tempContDiv input[type="text"] { width:67%; } .zf-clarge .zf-tempContDiv input[type="text"] { width:91%; } .zf-nsmall .zf-tempContDiv input[type="text"] { width:50%; } .zf-nmedium .zf-tempContDiv input[type="text"] { width:75%; } .zf-nlarge .zf-tempContDiv input[type="text"] { width:100%; } .zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea { width:49%; } .zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea { width:60%; } .zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea { width:74%; } .zf-addrsmall .zf-tempContDiv .zf-addrCont{ width:50%; } .zf-addrmedium .zf-tempContDiv .zf-addrCont{ width:75%; } .zf-addrlarge .zf-tempContDiv .zf-addrCont{ width:100%; } /****************Field Small/Medium/Large Ends Here****************/ .zf-topAlign .zf-tempFrmWrapper .zf-labelName { padding-bottom:8px; display:block; } .zf-topAlign .zf-threeColumns .zf-labelName, .zf-topAlign .zf-twoColumns .zf-labelName, .zf-topAlign .zf-oneColumns .zf-labelName, .zf-topAlign .zf-sideBySide .zf-labelName{ padding-bottom:8px;} .zf-leftAlign { display:block; } .zf-leftAlign .zf-tempFrmWrapper .zf-labelName { float:left; width:30%; line-height:20px; margin-right:15px; } .zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv { margin-left: 35%; } .zf-leftAlign .zf-slider .zf-tempContDiv{ margin-top:6px;} .zf-leftAlign .zf-decesion .zf-tempContDiv, .zf-rightAlign .zf-decesion .zf-tempContDiv{ margin-left:0 !important;} .zf-rightAlign { display:block; } .zf-rightAlign .zf-tempFrmWrapper .zf-labelName { float:left; width:30%; line-height: 20px; text-align:right; margin-right:15px; } .zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv { margin-left: 35%; } .zf-matrixTable{ font-size:13px; overflow-x: scroll;padding-bottom: 15px !important;} .zf-matrixTable table th, .zf-matrixTable table td{padding:10px;} .zf-matrixTable thead th, .zf-matrixTable table td{ text-align:center;} .zf-matrixTable table td input[type="radio"], .zf-matrixTable table td input[type="checkbox"]{ display:inline-block;} .zf-matrixTable tbody th{ font-weight:normal;font-size: 13px;text-align: left;} .zf-matrixTable thead th { font-weight:600;font-size: 13px;} /****************Form Top Align Starts Here****************/ .zf-termsContainer{ margin:0; padding:0;} .zf-termsContainer .zf-termsMsg {border: 1px solid #E1E1E1;max-height: 250px; min-height:70px; overflow-y:scroll; padding:10px; margin-bottom:6px;} .zf-termsAccept{ margin-top:2px !important;} .zf-termsAccept input[type="checkbox"]{ margin-top:2px !important; float:left;} .zf-termsAccept label{ margin-left: 20px;font-size: 13px;float: none;display: block;} .zf-termsWrapper .zf-tempContDiv{ margin-left:0 !important;} .zf-termsWrapper .zf-labelName{ width:100% !important; text-align:left !important; padding-bottom:8px !important;} .zf-medium .zf-phwrapper { width: 75%; } .zf-phwrapper.zf-phNumber span { width: 100% !important; } .zf-phwrapper span:first-child { margin-left: 0; width: 22%; } .zf-phwrapper label { display: block; color: #888888; font-size: 11px; margin-top: 2px; } .zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] { width: 100%; } .zf-small .zf-phwrapper { width: 50%; } .zf-tempFrmWrapper.zf-phone span { width: auto; margin: inherit; } .zf-phwrapper span { margin-bottom: 10px; float: left; width: 76%; margin-left: 2%; } .zf-descFld a{ text-decoration:underline;} .zf-descFld em{ font-style:italic;} .zf-descFld b{ font-weight:bold;} .zf-descFld i{ font-style: italic;} .zf-descFld u{ text-decoration:underline;} .zf-descFld ul{ margin:auto;} .zf-descFld ul{ list-style:disc;} .zf-descFld ol{ list-style:decimal;} .zf-descFld ul, .zf-descFld ol{margin: 10px 0; padding-left: 20px;} .zf-descFld ol.code { list-style-position: outside; list-style-type: decimal; padding: 0 30px; } .zf-descFld ol.code li { background-color: #F5F5F5; border-left: 2px solid #CCCCCC; margin: 1px 0; padding: 2px; } .zf-descFld blockquote.zquote { border-left: 3px solid #EFEFEF; padding-left: 35px; } .zf-descFld blockquote.zquote span.txt { -moz-user-focus: ignore; -moz-user-input: disabled; -moz-user-select: none; color: #058BC2; float: left; font: bold 50px Arial,Helvetica,sans-serif; margin: -10px 0 0 -30px; } .zf-descFld blockquote.block_quote { background: url("../images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0); border-left: 3px solid #EFEFEF; font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif; margin: 15px 3px 15px 15px; padding: 10px 10px 10px 40px; } .zf-descFld body { font-family: Arial,Helvetica,sans-serif; font-size: 13px; margin: 8px; } .note .noteCont{ overflow:hidden;} .note .zf-descFld{ overflow:hidden; font-size: 13px; }
0.197483
0.086323
body{ font-family: Verdana, Tahoma, sans-serif; font-size: 16px; line-height: 1.5em; padding: 0; margin: 0; background-color: lightgrey; } .container{ width: 80%; margin: auto; overflow: hidden; } footer{ padding: 20px; margin-top: 20px; color: whitesmoke; background-color: #e8491d; text-align: center; } ul{ margin: 0%; padding:0%; } .Button_1{ height: 38px; background-color: #e8491d; padding: 0 20px 0 20px; border: 0; color: whitesmoke; } header{ background-color: #333333; color: whitesmoke; padding-top: 30px; min-height: 70px; border-bottom: 4px solid #e8491d; } .dark{ padding: 15px; background: #333333; color: whitesmoke; margin-top: 10px; margin-bottom: 10px; } header a{ color: whitesmoke; text-decoration: none; text-transform: uppercase; } header li{ float: left; display: inline; padding:0 20px 0 20px; } header #logo_name{ float: left; } header #logo_name h1{ margin: 0%; } header nav{ float: right; margin-top: -44px; } header .highlight, header .current a{ color: #e8491d; font-weight: bold; } header a:hover{ color: gray; font-weight: bold; } #showcase{ min-height: 300px; background: url("https://wallpapercave.com/wp/wp6037549.jpg") no-repeat; background-size: 100%; box-sizing: border-box; text-align: center; color: whitesmoke; } #showcase h1{ margin-top: 100px; margin-bottom: 40px; font-size: 55px; } #showcase p{ font-size: 20px; line-height: 1.6em; } #newsletter{ padding:15px; color: whitesmoke; background-color: #333333; } #newsletter h1{ float: left; } #newsletter form{ float: right; margin-top: 15px; } #newsletter input[type="email"]{ padding: 4px; height: 25px; width: 250px; } #boxes{ margin-top: 20px; } #boxes .box{ float: left; width: 30%; padding: 10px; text-align: center; } #boxes .box img{ max-width: 90px; } article#main-col{ float: left; width: 65%; } aside#sidebar{ float: right; width: 30%; margin-top:10px; } .contact input{ width: 95%; padding: 5px; } .contact{ text-transform: uppercase; font-weight: bold; } .contact h1{ text-align: center; color: #e8491d; } .contact .But_1{ margin: auto; background: #e8491d; color: whitesmoke; height: 38px; padding: 0 20px 0 20px; border: 0; font-size: 18px; text-align: center; } @media(max-width: 768px){ header #logo_name, header nav, header nav li, #newsletter h1, #boxes .box, article#main-col, aside#sidebar{ float: none; margin: 0; padding: 0 0 20px 0; text-align: center; width: 100%; } #showcase{ max-height: 100px; background-size: cover; overflow: hidden; font-size: 14px; background-repeat: no-repeat; width: fit-content; /* margin-left:50px; */ /* padding:50px; */ } #showcase h1{ font-size: 30px; text-decoration: none; margin: 0; padding: 25px 0 0 0; } #showcase p{ padding: 40px 0 0 0; margin: 0; line-height: 1em; } #newsletter .Button_1{ display: block; width: 100%; float: left; margin: 0 40px 5px 0; /* margin-right: 40px; */ } #newsletter input[type="email"]{ float: left; width: 100%; margin: 0 40px 5px 0; /* margin-bottom: 5px; */ /* margin-right: 40px; */ } }
code/styles.css
body{ font-family: Verdana, Tahoma, sans-serif; font-size: 16px; line-height: 1.5em; padding: 0; margin: 0; background-color: lightgrey; } .container{ width: 80%; margin: auto; overflow: hidden; } footer{ padding: 20px; margin-top: 20px; color: whitesmoke; background-color: #e8491d; text-align: center; } ul{ margin: 0%; padding:0%; } .Button_1{ height: 38px; background-color: #e8491d; padding: 0 20px 0 20px; border: 0; color: whitesmoke; } header{ background-color: #333333; color: whitesmoke; padding-top: 30px; min-height: 70px; border-bottom: 4px solid #e8491d; } .dark{ padding: 15px; background: #333333; color: whitesmoke; margin-top: 10px; margin-bottom: 10px; } header a{ color: whitesmoke; text-decoration: none; text-transform: uppercase; } header li{ float: left; display: inline; padding:0 20px 0 20px; } header #logo_name{ float: left; } header #logo_name h1{ margin: 0%; } header nav{ float: right; margin-top: -44px; } header .highlight, header .current a{ color: #e8491d; font-weight: bold; } header a:hover{ color: gray; font-weight: bold; } #showcase{ min-height: 300px; background: url("https://wallpapercave.com/wp/wp6037549.jpg") no-repeat; background-size: 100%; box-sizing: border-box; text-align: center; color: whitesmoke; } #showcase h1{ margin-top: 100px; margin-bottom: 40px; font-size: 55px; } #showcase p{ font-size: 20px; line-height: 1.6em; } #newsletter{ padding:15px; color: whitesmoke; background-color: #333333; } #newsletter h1{ float: left; } #newsletter form{ float: right; margin-top: 15px; } #newsletter input[type="email"]{ padding: 4px; height: 25px; width: 250px; } #boxes{ margin-top: 20px; } #boxes .box{ float: left; width: 30%; padding: 10px; text-align: center; } #boxes .box img{ max-width: 90px; } article#main-col{ float: left; width: 65%; } aside#sidebar{ float: right; width: 30%; margin-top:10px; } .contact input{ width: 95%; padding: 5px; } .contact{ text-transform: uppercase; font-weight: bold; } .contact h1{ text-align: center; color: #e8491d; } .contact .But_1{ margin: auto; background: #e8491d; color: whitesmoke; height: 38px; padding: 0 20px 0 20px; border: 0; font-size: 18px; text-align: center; } @media(max-width: 768px){ header #logo_name, header nav, header nav li, #newsletter h1, #boxes .box, article#main-col, aside#sidebar{ float: none; margin: 0; padding: 0 0 20px 0; text-align: center; width: 100%; } #showcase{ max-height: 100px; background-size: cover; overflow: hidden; font-size: 14px; background-repeat: no-repeat; width: fit-content; /* margin-left:50px; */ /* padding:50px; */ } #showcase h1{ font-size: 30px; text-decoration: none; margin: 0; padding: 25px 0 0 0; } #showcase p{ padding: 40px 0 0 0; margin: 0; line-height: 1em; } #newsletter .Button_1{ display: block; width: 100%; float: left; margin: 0 40px 5px 0; /* margin-right: 40px; */ } #newsletter input[type="email"]{ float: left; width: 100%; margin: 0 40px 5px 0; /* margin-bottom: 5px; */ /* margin-right: 40px; */ } }
0.35421
0.10942
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Open+Sans:100,200,300,400,500,700|Encode+Sans+Expanded:300'); html, body { font-family: "Open Sans", sans-serif; margin: 0; display: block; height: 100%; width: 100%; overflow: hidden; } p, h1, h2, h3, a { margin: 0; display: block; text-decoration: none; } .loginFieldTitle { font-weight: 300; font-size: 2.5vh; text-align: left; } .loginField { height: 5vh; padding: 0 6vh 0 6vh; font-size: 2.25vh; box-sizing: border-box; border-left: none; border-right: none; border-bottom: solid 1px #E0E0E0; border-top: solid 1px #E0E0E0; width: 50vh; margin: 1vh -6vh 2.5vh -6vh; background-color: #f1f1f1; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px white inset } #loginButton { height: 5.5vh; font-size: 2.5vh; width: 11.5vh; border-radius: 17px; background-color: transparent; color: #1976D2; border: 2px solid #1976D2; -o-transition: .1s; -ms-transition: .1s; -moz-transition: .1s; -webkit-transition: .1s; transition: .1s; font-weight: 300; margin-top: 35px; } #loginButton:hover{ background-color: #1976D2; border-radius: 20px; color: #fff; } input:focus, textarea:focus { outline:none; } #loginBox { display: none; z-index: 1; background-color: #fff; position: absolute !important; top: 0; bottom: 0; left: 0; right: 0; margin: auto; box-sizing: border-box; height: 70vh; width: 50vh; padding: 7.5vh 6vh 7.5vh 6vh; border-radius: 30px; box-shadow: 0 1px 8px rgba(0,0,0,.3); text-align: center; } #loginTitle { font-family: 'Roboto', sans-serif; font-weight: 400; text-align: center; font-size: 7vh; color: #1976D2; margin-bottom: 4.5vh; } #loginSub { height: 4vh; font-family: 'Encode Sans Expanded', sans-serif; text-align: center; font-size:2vh; box-sizing: border-box; padding:0.75vh; margin-bottom: 5vh; } #background { height: 100%; width: 100%; background-color: #f1f1f1; z-index: 0; } .showLogin { display: block !important; } .material-icons { font-size: 30px; } .pagelink { display:flex; height: 54px; width: 100%; -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s; } .headerbutton { float:right; height: 64px; width:64px !important; -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s; } .headerbutton:hover, .pagelink:hover { cursor: pointer; background-color: #E8E8E8; } #sub { text-align: right; height:100%; width: 100%; } #errors { font-size: 1.75vh; display:flex; align-items: center; height: 17vh; } .selected { color: #1976D2 !important; } .hbutton { font-size: 5vh !important; } .justvert { width:100%; height:100%; display: flex; font-size: 15px !important; align-items: center; color: inherit; font-family: 'Roboto' sans-serif !important; font-weight: 500 !important; } .circle { position: absolute; display: inline-block; } .wrapper { text-align: center; } .centercontent { width:100%; height:100%; display: flex; justify-content: center; align-items: center; } .linkicon { width: calc(100%/3); } #sidefooter { position: absolute; bottom: 0; } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ /* when you realise opera is just chromium mind blown */ } #content { height: 92.5vh; width: calc(100% - 250px); bottom: 0; right: 0; position: relative; float: right; top: 7.5vh; } #content:before { width: 100%; height: 100%; content: ""; height: 95vh; left: 0; right: 0; z-index: -1; box-sizing: border-box; background: url("https://i.imgur.com/HgflTDf.jpg") 50% fixed; background-size: 50%; background-size: cover; position: absolute; background-position: left; -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } #content:after { width: 100%; height: 100%; content: ""; height: 95vh; left: 0; right: 0; z-index: 0; box-sizing: border-box; background: rgba(4, 40, 68, 0.85); background-size: 50%; background-size: cover; position: absolute; } .menubar { color: #424242 !important; background-color: #fff; height: 92.5vh; width: 250px; float: left; margin-top: 7.5vh; position: absolute; z-index: 0; } a, a:visited, a:active { color: inherit; } #logo { height: 75%; margin: 0 15px 0 10px; } .headerbar { background-color: #fff; width: 100%; position: absolute; height: 7.5%; box-shadow: 0 1px 8px rgba(0,0,0,.3); display: flex; align-items: center; font-size: 2.75vh; color: #3d3d3d; z-index: 1; } #mbutton { cursor: pointer; } #indextitle { color: #676767; font-size: 20px; } #pagetitle { font-weight: 300; padding-left: 20px; margin-left: 20px; border-left: 1px solid rgba(0,0,0,0.12); font-size: 2.75vh; } #extraMenu { display:none; } @media screen and (max-width: 650px) { #logOut { display: none; } #toSettings { display: none; } #extraMenu { display: flex; } } #message { text-align: center } @media screen and (max-aspect-ratio: 1/1) { #loginBox { height: 100%; width:100% } .loginField { width: 100vw; } } .hidden { pointer-events: none; position: absolute; filter: blur(5px) brightness(60%); } table { table-layout: fixed; width: 100%; border-collapse: collapse; border: 2px solid #000; } td, th { border: 1px solid #ddd; padding: 8px; }
styles/main.css
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Open+Sans:100,200,300,400,500,700|Encode+Sans+Expanded:300'); html, body { font-family: "Open Sans", sans-serif; margin: 0; display: block; height: 100%; width: 100%; overflow: hidden; } p, h1, h2, h3, a { margin: 0; display: block; text-decoration: none; } .loginFieldTitle { font-weight: 300; font-size: 2.5vh; text-align: left; } .loginField { height: 5vh; padding: 0 6vh 0 6vh; font-size: 2.25vh; box-sizing: border-box; border-left: none; border-right: none; border-bottom: solid 1px #E0E0E0; border-top: solid 1px #E0E0E0; width: 50vh; margin: 1vh -6vh 2.5vh -6vh; background-color: #f1f1f1; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px white inset } #loginButton { height: 5.5vh; font-size: 2.5vh; width: 11.5vh; border-radius: 17px; background-color: transparent; color: #1976D2; border: 2px solid #1976D2; -o-transition: .1s; -ms-transition: .1s; -moz-transition: .1s; -webkit-transition: .1s; transition: .1s; font-weight: 300; margin-top: 35px; } #loginButton:hover{ background-color: #1976D2; border-radius: 20px; color: #fff; } input:focus, textarea:focus { outline:none; } #loginBox { display: none; z-index: 1; background-color: #fff; position: absolute !important; top: 0; bottom: 0; left: 0; right: 0; margin: auto; box-sizing: border-box; height: 70vh; width: 50vh; padding: 7.5vh 6vh 7.5vh 6vh; border-radius: 30px; box-shadow: 0 1px 8px rgba(0,0,0,.3); text-align: center; } #loginTitle { font-family: 'Roboto', sans-serif; font-weight: 400; text-align: center; font-size: 7vh; color: #1976D2; margin-bottom: 4.5vh; } #loginSub { height: 4vh; font-family: 'Encode Sans Expanded', sans-serif; text-align: center; font-size:2vh; box-sizing: border-box; padding:0.75vh; margin-bottom: 5vh; } #background { height: 100%; width: 100%; background-color: #f1f1f1; z-index: 0; } .showLogin { display: block !important; } .material-icons { font-size: 30px; } .pagelink { display:flex; height: 54px; width: 100%; -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s; } .headerbutton { float:right; height: 64px; width:64px !important; -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s; } .headerbutton:hover, .pagelink:hover { cursor: pointer; background-color: #E8E8E8; } #sub { text-align: right; height:100%; width: 100%; } #errors { font-size: 1.75vh; display:flex; align-items: center; height: 17vh; } .selected { color: #1976D2 !important; } .hbutton { font-size: 5vh !important; } .justvert { width:100%; height:100%; display: flex; font-size: 15px !important; align-items: center; color: inherit; font-family: 'Roboto' sans-serif !important; font-weight: 500 !important; } .circle { position: absolute; display: inline-block; } .wrapper { text-align: center; } .centercontent { width:100%; height:100%; display: flex; justify-content: center; align-items: center; } .linkicon { width: calc(100%/3); } #sidefooter { position: absolute; bottom: 0; } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ /* when you realise opera is just chromium mind blown */ } #content { height: 92.5vh; width: calc(100% - 250px); bottom: 0; right: 0; position: relative; float: right; top: 7.5vh; } #content:before { width: 100%; height: 100%; content: ""; height: 95vh; left: 0; right: 0; z-index: -1; box-sizing: border-box; background: url("https://i.imgur.com/HgflTDf.jpg") 50% fixed; background-size: 50%; background-size: cover; position: absolute; background-position: left; -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); } #content:after { width: 100%; height: 100%; content: ""; height: 95vh; left: 0; right: 0; z-index: 0; box-sizing: border-box; background: rgba(4, 40, 68, 0.85); background-size: 50%; background-size: cover; position: absolute; } .menubar { color: #424242 !important; background-color: #fff; height: 92.5vh; width: 250px; float: left; margin-top: 7.5vh; position: absolute; z-index: 0; } a, a:visited, a:active { color: inherit; } #logo { height: 75%; margin: 0 15px 0 10px; } .headerbar { background-color: #fff; width: 100%; position: absolute; height: 7.5%; box-shadow: 0 1px 8px rgba(0,0,0,.3); display: flex; align-items: center; font-size: 2.75vh; color: #3d3d3d; z-index: 1; } #mbutton { cursor: pointer; } #indextitle { color: #676767; font-size: 20px; } #pagetitle { font-weight: 300; padding-left: 20px; margin-left: 20px; border-left: 1px solid rgba(0,0,0,0.12); font-size: 2.75vh; } #extraMenu { display:none; } @media screen and (max-width: 650px) { #logOut { display: none; } #toSettings { display: none; } #extraMenu { display: flex; } } #message { text-align: center } @media screen and (max-aspect-ratio: 1/1) { #loginBox { height: 100%; width:100% } .loginField { width: 100vw; } } .hidden { pointer-events: none; position: absolute; filter: blur(5px) brightness(60%); } table { table-layout: fixed; width: 100%; border-collapse: collapse; border: 2px solid #000; } td, th { border: 1px solid #ddd; padding: 8px; }
0.419172
0.063308
.jumbotron { text-align: center; color: whitesmoke; background-image: url(../img/images.jpg); background-color: white; background-repeat: no-repeat; background-size: cover; font-family: Pacifico; font-size: 25px; } #yellow { color: yellow; text-align: center; font-family: Trade Winds; } body { background-image: url(../img/gettyimages-1186553450-170667a.jpg); background-repeat: no-repeat; background-size: cover; background-color: white; } * { box-sizing: border-box; } /* Position the image container (needed to position the left and right arrows) */ .container { position: relative; } /* Hide the images by default */ /* .mySlides { display: none; } */ /* Add a pointer when hovering over the thumbnail images */ .cursor { cursor: pointer; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 40%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* Container for image text */ .caption-container { text-align: center; background-color: #222; padding: 2px 16px; color: white; } .row:after { content: ""; display: table; clear: both; } /* Six columns side by side */ .column { float: left; width: 16.66%; } /* Add a transparency effect for thumnbail images */ .demo { opacity: 0.6; } .active, .demo:hover { opacity: 1; } .mission { text-align: center; color: green; font-family: Amatic SC; font-size: 40px; } .vision { text-align: center; color: green; font-family: Amatic SC; font-size: 40px; } #ordertag { text-align: center; color: gold; font-family: Orbitron; } #orderpage { background-image: url(../img/gettyimages-992337948-170667a.jpg); background-repeat: no-repeat; background-color: white; background-si; } #contactpage { background-image: url(../img/gettyimages-1151727202-170667a.jpg); background-color: white; background-repeat: no-repeat; background-size: cover; } .end1 { text-align: center; color: greenyellow; font-family: Oxanium; font-size: 25px; } /* Three columns side by side */ .column { float: left; width: 33.3%; margin-bottom: 16px; padding: 0 8px; } /* Display the columns below each other instead of side by side on small screens */ @media screen and (max-width: 650px) { .column { width: 100%; display: block; } } /* Add some shadows to create a card effect */ .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } /* Some left and right padding inside the container */ .container { padding: 0 16px; } /* Clear floats */ .container::after, .row::after { content: ""; clear: both; display: table; } .title { color: grey; } .button { border: none; outline: 0; display: inline-block; padding: 8px; color: white; background-color: #000; text-align: center; cursor: pointer; width: 100%; } .button:hover { background-color: #555; } #endt1 { text-align: center; color: gold; font-family: Patrick Hand SC; font-size: 50px; } .end3 { color: cornflowerblue; } #color2 { text-align: center; color: chocolate; font-family: Finger Paint; } #sectionc { text-align: center; color: floralwhite; } .columnod { float: left; width: 33.33%; padding: 5px; }
css/styles.css
.jumbotron { text-align: center; color: whitesmoke; background-image: url(../img/images.jpg); background-color: white; background-repeat: no-repeat; background-size: cover; font-family: Pacifico; font-size: 25px; } #yellow { color: yellow; text-align: center; font-family: Trade Winds; } body { background-image: url(../img/gettyimages-1186553450-170667a.jpg); background-repeat: no-repeat; background-size: cover; background-color: white; } * { box-sizing: border-box; } /* Position the image container (needed to position the left and right arrows) */ .container { position: relative; } /* Hide the images by default */ /* .mySlides { display: none; } */ /* Add a pointer when hovering over the thumbnail images */ .cursor { cursor: pointer; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 40%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* Container for image text */ .caption-container { text-align: center; background-color: #222; padding: 2px 16px; color: white; } .row:after { content: ""; display: table; clear: both; } /* Six columns side by side */ .column { float: left; width: 16.66%; } /* Add a transparency effect for thumnbail images */ .demo { opacity: 0.6; } .active, .demo:hover { opacity: 1; } .mission { text-align: center; color: green; font-family: Amatic SC; font-size: 40px; } .vision { text-align: center; color: green; font-family: Amatic SC; font-size: 40px; } #ordertag { text-align: center; color: gold; font-family: Orbitron; } #orderpage { background-image: url(../img/gettyimages-992337948-170667a.jpg); background-repeat: no-repeat; background-color: white; background-si; } #contactpage { background-image: url(../img/gettyimages-1151727202-170667a.jpg); background-color: white; background-repeat: no-repeat; background-size: cover; } .end1 { text-align: center; color: greenyellow; font-family: Oxanium; font-size: 25px; } /* Three columns side by side */ .column { float: left; width: 33.3%; margin-bottom: 16px; padding: 0 8px; } /* Display the columns below each other instead of side by side on small screens */ @media screen and (max-width: 650px) { .column { width: 100%; display: block; } } /* Add some shadows to create a card effect */ .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } /* Some left and right padding inside the container */ .container { padding: 0 16px; } /* Clear floats */ .container::after, .row::after { content: ""; clear: both; display: table; } .title { color: grey; } .button { border: none; outline: 0; display: inline-block; padding: 8px; color: white; background-color: #000; text-align: center; cursor: pointer; width: 100%; } .button:hover { background-color: #555; } #endt1 { text-align: center; color: gold; font-family: Patrick Hand SC; font-size: 50px; } .end3 { color: cornflowerblue; } #color2 { text-align: center; color: chocolate; font-family: Finger Paint; } #sectionc { text-align: center; color: floralwhite; } .columnod { float: left; width: 33.33%; padding: 5px; }
0.561335
0.20001
html { font-family: "Lucida Sans", sans-serif; } header { background-color: #9933cc; color: #ffffff; padding: 15px; } footer { background-color: #0099cc; color: #ffffff; text-align: center; font-size: 12px; padding: 15px; } aside { background-color: #33b5e5; padding: 15px; color: #ffffff; text-align: center; font-size: 14px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } nav a { display: block; text-decoration: none; margin: 0; text-align: center; padding: 8px; margin-bottom: 7px; background-color: #33b5e5; color: #ffffff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); transition: transform 0.5s; } nav a:hover { background-color: #0099cc; } /* RWD starts here */ /* This ensures the padding and border are included in the total width and height of an element. */ * { box-sizing: border-box; /* velikost uposteva padding, border in margin */ } /* The columns inside a row float to the left, and are therefore taken out of the flow of the page, and other elements will be placed as if the columns do not exist. To prevent this, we will add a style that clears the flow. See what happens if you 1) comment out the command below and 2) change the class of footer from col-12 to col-2. */ /* Elementi so vzeti iz običajnega toka elementov in se bodo poravnali levo. */ .row::after { content: ""; clear: both; display: block; } /* CSS3 selektor, ki omogoci, da nastavimo dolocene lastnosti vsem elementom, kateri so razreda, ki v imenu vsebujejo "col-". TO velja za vse tiste classe spodaj. The ::after selector inserts something after the content of each selected element(s). */ [class*="col-"] { float: left; padding: 15px; } /* For mobile phones: */ [class*="col-"] { width: 100%; } @media only screen and (min-width: 601px) { /* For tablets: */ .col-s-1 {width: 8.33%;} .col-s-2 {width: 16.66%;} .col-s-3 {width: 25%;} .col-s-4 {width: 33.33%;} .col-s-5 {width: 41.66%;} .col-s-6 {width: 50%;} .col-s-7 {width: 58.33%;} .col-s-8 {width: 66.66%;} .col-s-9 {width: 75%;} .col-s-10 {width: 83.33%;} .col-s-11 {width: 91.66%;} .col-s-12 {width: 100%;} } /* Nastavimo divom oz. blocnim elementom velikost. Imamom mrezo s 12 stolpci. 8.33 = 1/12*/ @media only screen and (min-width: 993px) { /* For desktop: */ .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } .col-6 { width: 50%; } .col-7 { width: 58.33%; } .col-8 { width: 66.66%; } .col-9 { width: 75%; } .col-10 { width: 83.33%; } .col-11 { width: 91.66%; } .col-12 { width: 100%; } } img{ max-width: 100%; height: auto; }
Exercises/9. marec - 15. marec/lw2/style.css
html { font-family: "Lucida Sans", sans-serif; } header { background-color: #9933cc; color: #ffffff; padding: 15px; } footer { background-color: #0099cc; color: #ffffff; text-align: center; font-size: 12px; padding: 15px; } aside { background-color: #33b5e5; padding: 15px; color: #ffffff; text-align: center; font-size: 14px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } nav a { display: block; text-decoration: none; margin: 0; text-align: center; padding: 8px; margin-bottom: 7px; background-color: #33b5e5; color: #ffffff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); transition: transform 0.5s; } nav a:hover { background-color: #0099cc; } /* RWD starts here */ /* This ensures the padding and border are included in the total width and height of an element. */ * { box-sizing: border-box; /* velikost uposteva padding, border in margin */ } /* The columns inside a row float to the left, and are therefore taken out of the flow of the page, and other elements will be placed as if the columns do not exist. To prevent this, we will add a style that clears the flow. See what happens if you 1) comment out the command below and 2) change the class of footer from col-12 to col-2. */ /* Elementi so vzeti iz običajnega toka elementov in se bodo poravnali levo. */ .row::after { content: ""; clear: both; display: block; } /* CSS3 selektor, ki omogoci, da nastavimo dolocene lastnosti vsem elementom, kateri so razreda, ki v imenu vsebujejo "col-". TO velja za vse tiste classe spodaj. The ::after selector inserts something after the content of each selected element(s). */ [class*="col-"] { float: left; padding: 15px; } /* For mobile phones: */ [class*="col-"] { width: 100%; } @media only screen and (min-width: 601px) { /* For tablets: */ .col-s-1 {width: 8.33%;} .col-s-2 {width: 16.66%;} .col-s-3 {width: 25%;} .col-s-4 {width: 33.33%;} .col-s-5 {width: 41.66%;} .col-s-6 {width: 50%;} .col-s-7 {width: 58.33%;} .col-s-8 {width: 66.66%;} .col-s-9 {width: 75%;} .col-s-10 {width: 83.33%;} .col-s-11 {width: 91.66%;} .col-s-12 {width: 100%;} } /* Nastavimo divom oz. blocnim elementom velikost. Imamom mrezo s 12 stolpci. 8.33 = 1/12*/ @media only screen and (min-width: 993px) { /* For desktop: */ .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } .col-6 { width: 50%; } .col-7 { width: 58.33%; } .col-8 { width: 66.66%; } .col-9 { width: 75%; } .col-10 { width: 83.33%; } .col-11 { width: 91.66%; } .col-12 { width: 100%; } } img{ max-width: 100%; height: auto; }
0.45641
0.177882
* { box-sizing: border-box; padding: 0; margin: 0; } :root{ --white: #FBFEF9; --darkblue: #191923; --pink: #E65F5C; --green: #36827F; --blue: #7494EA; } body { font-family: sans-serif; background-color: var(--white); color: var(--darkblue); } /* Header-area */ header { display: flex; background-color: var(--blue); height: 10vh; padding: 10px 20px 10px 0px; align-items: stretch; } header .title { display: flex; flex-wrap: wrap; align-content: center; background-color: #9fbbe8; width: 40%; height: 100%; padding-right: 1%; } header .title h1 { font-size: 3em; margin-left: auto; } header nav { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-content: center; width: 40%; margin-left: auto; } header nav a { color: var(--darkblue); margin: 5px; } /* Subheader-area */ figure { background-size: cover; height: 25vh; position: relative; filter: brightness(80%); } figure .subtitle h1 { font-size: 2em; } /* Main-area */ main { display: flex; flex-direction: column; width: 70%; margin: 0 auto; color: var(--darkblue); } section { display: flex; margin-top: 20px; margin-bottom: 20px; } section h1 { display: flex; flex-direction: column; font-size: 4vw; width: 10px; text-align: right; align-items: flex-end; padding-right: 20px; } section div { padding-left: 20px; border-left: 5px solid var(--darkblue); } /* about-area */ #about div img { float: right; margin-left: 5px; margin-bottom: 5px; width: 300px; border: 5px solid var(--white); } /* work-area */ #work div { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 90%; } .feature { width: 100%; position: relative; } .link { width: 49%; margin-bottom: 10px; position: relative; } .img:hover { filter: brightness(100%); } .img { border: 5px solid var(--blue); height: auto; width: 100%; filter: brightness(75%); } .subtitle { position: absolute; left: 0; bottom: 10%; color: var(--blue); background-color:var(--darkblue); text-decoration: none; padding: 20px; } .subtitle h3 { font-size: 2vw; } .feature { width: 100%; } /* Contact-area */ #contact div { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; width: 100%; } #contact div a { color: var(--darkblue); margin: 5px; padding: 5px; font-size: 2vw; text-decoration: none; border-bottom: 5px solid var(--darkblue); transition: all 0.3s ease-in; } #contact div a:hover { color: var(--blue); background-color: var(--white); } @media screen and (max-width: 500px) { header { flex-direction: column; } header .title, header nav { width: 100vw; } header .title h1 { margin: 0 auto; } figure .subtitle { width: 80%; margin: 0 auto; } main { width: 100%; padding: 0px 10px; } #contact div { flex-direction: column; } #contact div a { font-size: 16px; } } @media screen and (max-width: 768px) { .link { width: 100%; } }
assets/css/style.css
* { box-sizing: border-box; padding: 0; margin: 0; } :root{ --white: #FBFEF9; --darkblue: #191923; --pink: #E65F5C; --green: #36827F; --blue: #7494EA; } body { font-family: sans-serif; background-color: var(--white); color: var(--darkblue); } /* Header-area */ header { display: flex; background-color: var(--blue); height: 10vh; padding: 10px 20px 10px 0px; align-items: stretch; } header .title { display: flex; flex-wrap: wrap; align-content: center; background-color: #9fbbe8; width: 40%; height: 100%; padding-right: 1%; } header .title h1 { font-size: 3em; margin-left: auto; } header nav { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-content: center; width: 40%; margin-left: auto; } header nav a { color: var(--darkblue); margin: 5px; } /* Subheader-area */ figure { background-size: cover; height: 25vh; position: relative; filter: brightness(80%); } figure .subtitle h1 { font-size: 2em; } /* Main-area */ main { display: flex; flex-direction: column; width: 70%; margin: 0 auto; color: var(--darkblue); } section { display: flex; margin-top: 20px; margin-bottom: 20px; } section h1 { display: flex; flex-direction: column; font-size: 4vw; width: 10px; text-align: right; align-items: flex-end; padding-right: 20px; } section div { padding-left: 20px; border-left: 5px solid var(--darkblue); } /* about-area */ #about div img { float: right; margin-left: 5px; margin-bottom: 5px; width: 300px; border: 5px solid var(--white); } /* work-area */ #work div { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 90%; } .feature { width: 100%; position: relative; } .link { width: 49%; margin-bottom: 10px; position: relative; } .img:hover { filter: brightness(100%); } .img { border: 5px solid var(--blue); height: auto; width: 100%; filter: brightness(75%); } .subtitle { position: absolute; left: 0; bottom: 10%; color: var(--blue); background-color:var(--darkblue); text-decoration: none; padding: 20px; } .subtitle h3 { font-size: 2vw; } .feature { width: 100%; } /* Contact-area */ #contact div { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; width: 100%; } #contact div a { color: var(--darkblue); margin: 5px; padding: 5px; font-size: 2vw; text-decoration: none; border-bottom: 5px solid var(--darkblue); transition: all 0.3s ease-in; } #contact div a:hover { color: var(--blue); background-color: var(--white); } @media screen and (max-width: 500px) { header { flex-direction: column; } header .title, header nav { width: 100vw; } header .title h1 { margin: 0 auto; } figure .subtitle { width: 80%; margin: 0 auto; } main { width: 100%; padding: 0px 10px; } #contact div { flex-direction: column; } #contact div a { font-size: 16px; } } @media screen and (max-width: 768px) { .link { width: 100%; } }
0.494873
0.111193
body { font-family: 'Segoe UI'; font-size: 16px; margin: 0; padding: 0; } .commonContent { display: none; } img { border: none; cursor: pointer; } #mainContainer { position: relative; width: 1000px; } .bannerMatterWorkspace { background-color: #fff; } .appNames { float: right; margin: 14px 15px 0 0; padding: 0; } #names { float: right; margin-left: 15px; } h1.appHeaders { color: #0072c6; font-weight: lighter; margin: 0; text-align: right; } h1.genericName { color: #666; font-size: 1em; font-weight: 400; line-height: 16px; } h1.specificName { color: #2b579a; cursor: pointer; font-size: 1em; line-height: 24px; margin-top: 8px; font-weight: 600; } .filterWrapper { background-color: #fff; height: 49px; } .filterSearchPanel { display: inline; float: left; margin-top: 1px; width: 478px; } .filterSearchText { float: left; font-size: .875em; height: 30px; margin: 13px 0 0 0; padding-left: 6px; width: 871px; } .filterSearchText:focus { outline: none; } .filterSearchDD { cursor: pointer; margin-left: 35px; } .filterSearchImg { background-color: #fff; cursor: pointer; display: inline; padding: 6.5px; } .filterSearchAdvance { background-color: #fff; border: 1px solid #c8c8c8; display: none; float: left; padding: 20px; margin-top: -5px; position: absolute; z-index: 7; } .filterSearchClients { margin-top: -4px; } .mailCartIcon { float: left; } .refinerClient .refinerWrapper { height: 150px; } .refinerAOL .refinerWrapper { max-height: 110px; } .refinerPG .refinerWrapper { max-height: 110px; } .refinerSeparator { clear: both; } .refinerLeft { color: #333; float: left; font: normal .875em "Segoe UI"; width: 10%; margin-right: 40px; } .refinerRight { float: right; width: 75%; } .filterSearchText, .filterSearchRefinerText, .filterSearchRefinerTextDate { font-size: 12px; border: 1px solid #c8c8c8; border-right-width: 0; } .filterSearchRefinerText { border: none; display: inline; float: left; height: 28px; padding-left: 10px; width: 90%; } .filterSearchRefinerText:focus { outline: none; } .filterSearchRefinerDD { background-color: #fff; cursor: pointer; display: table-cell; position: absolute; margin-left: 569px; padding: 11px 10px 8px 8px; border: 1px solid #c8c8c8; border-left-width: 0; } .filterSearchRefinerDDL { background-color: #fff; border: 1px solid #c8c8c8; display: none; margin-top: -1px; overflow-x: auto; padding: 10px 15px; position: absolute; z-index: 1; } .filterSearchPG, .filterSearchAOL, .filterSearchDate, .filterSearchAuthor { margin-top: 17px; } .filterSearchRefinerTextDate { border-right-width: 1px !important; display: inline; float: left; height: 28px; margin-bottom: 2px; margin-right: 10px; padding-left: 10px; width: 98px; } .filterSearchRefinerTextDate:focus { outline: none; } .tileSearch, .tileOk { background-color: #0072c6; color: #fff; cursor: pointer; font-family: Segoe UI; font-size: .875em; height: 10px; margin: 14px 20px 0 0; padding: 5px 0 15px; text-align: center; width: 80px; font-weight: 600; } .tileSearch { margin-right: 45px; } a { color: #2b579a; text-decoration: none; } ::-webkit-input-placeholder { color: #555; font-family: "Segoe UI"; font-style: italic; } input#sdBannerDropDown { -webkit-text-fill-color: #333; -webkit-opacity: 1; color: #333; background: white; } ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder { color: #555; font-family: "Segoe UI"; font-size: .75em; font-style: italic; line-height: 24pt; } .selectedApp { background-color: #e4e4e4; } .noRefiners { display: none; font-size: 0.875em; } .noRefinersVisible { display: block; } #refinerDateError { color: #8B0000; display: none; } .filterOkButton { float: left; } .refinerRow { margin-top: 5px; } .refinerRowLink { margin-top: 5px; display: inline-block; margin-right: 15px; } .refinerRowLinkRight { padding-right: 20px; } .loadingMessageTop { padding-top: 3px; } .refinerWrapper { color: #333; font: 12px "Segoe UI", sans-serif; max-height: 300px; overflow-y: auto; margin-top: 5px; } .refinerCheckBox { float: left; margin: 5px 5px 0 0; color: #c8c8c8; } .filterAutoComplete { background-color: #FFF; border: 1px solid #c8c8c8; -moz-border-image: none; -o-border-image: none; -webkit-border-image: none; border-image: none; border-top: 0; margin-top: -4px; padding: 0; position: absolute; width: 433px; z-index: 100; top: 48px; padding-top: 10px; } .autoCompleteRow, .searchOptions { cursor: pointer; font-size: .875em; padding: 7px 6px; color: #333; font-weight: 600; word-wrap: break-word; -ms-word-wrap: break-word; word-wrap: break-word; } .autoCompleteRow:hover, .autoCompleteSelected { background-color: #cde6f7; font-weight: 600; } .autoCompleteRow:hover span, .autoCompleteSelected span { font-weight: 600; } .searchOptions { float: left; width: 95%; } .checkImg { float: left; height: 15px; margin: 3px 6px 0 0; width: 15px; } .switchApp { background-color: #fff; border: 1px solid #c8c8c8; -moz-border-image: none; -o-border-image: none; -webkit-border-image: none; border-image: none; color: #333; display: none; font-size: .87em; padding: 7.5px 0; position: absolute; width: 145px; z-index: 100; } #txtDocumentAuthor { border-right-width: 1px; width: 100%; padding: 2px 20px 2px 10px; } .imageDatePickerTo { display: inline; float: left; } .imageDatePickerFrom { display: inline; float: left; margin-right: 10px; } .loadingDiv { color: #6c6c6c !important; margin-top: 50%; margin-left: 50%; padding-top: 150px !important; text-align: center; width: 250px; } .refinerRowTextLink, .filterSearchText, .filterSearchRefinerText, .filterSearchRefinerTextDate { font-size: 0.875em; } .popupWait { background-color: #000; height: 100%; opacity: 0.2; position: fixed; width: 100%; z-index: 999; top: 0; } .loadingImage { left: 50%; top: 50%; } .horizontalSpacer { height: 1px; width: 100%; border-top: 1px solid #c8c8c8; } .appSwitcherName { margin: 125px 0 0 -70px; min-width: 180px; -ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); text-align: right; } .appSwitchMenu ul li { list-style-type: none; font-family: 'Segoe UI'; font-size: 16px; color: #666666; cursor: pointer; margin-top: 4px; } .appSwitchMenu { position: fixed; z-index: 2; margin: 25px 3px 0 -25px; } .appSwitch { background-color: #E0ECF9; float: left; border-right: 1px solid #C8c8c8; position: fixed; height: 100%; width: 48px; z-index: 102; opacity: 0.9; } .appSwitchMenuShow { width: 186px; } .selected { color: #2b579a !important; cursor: default; } .filterRefinerEntry { padding-top: 4px; -ms-word-wrap: break-word; word-wrap: break-word; display: inline-block; } ::-moz-svg-foreign-content, :root .filterRefinerEntry { /*Safari*/ padding-top: 5px; } /****Sorting functionality****/ .sdBannerDropdown { cursor: pointer; } .filterSearch { display: inline-block; margin-right: 10px; border-left-width: 0; font-family: 'Segoe UI'; font-size: 14px; min-height: 28px; border: 1px solid #C8C8C8; border-left-width: 0; position: absolute; width: 28px; } .sdBanner { color: #333; display: inline; float: right; margin: 3px 5px 0 0; font-size: 0.875em; } .sdBannerDD { margin: 7px -5px 0 0; float: left; } .sdBannerText { background-color: #fff !important; color: #333 !important; border: none; width: 35px; min-width: 40px; max-width: 130px; cursor: pointer; font-family: 'Segoe UI'; font-size: 14px; float: left; margin: 0 0 0 5px; /*Margin set 0 to overwrite Safari taking some margin for input elements*/ } .sdBannerPanel { background-color: #fff; border: 1px solid #c8c8c8; position: absolute; right: 25px; z-index: 1; } .sdBannerPanelItem { padding: 5px 10px 5px 10px; } .sdBannerPanelItem:hover { background-color: #eaecea; cursor: pointer; } .sdBannerPanelFirstItem { padding-top: 0; padding-bottom: 0; } .sdBannerPanelLastItem { padding-bottom: 2px; } .sdBannerLabel { float: left; margin-right: 10px; cursor: default; } .sSBannerPanel { right: 10px !important; } .matterPopup, .documentPopup { background-color: #fff; box-shadow: 0 0 7px 0 rgba(0,0,0,0.47); color: #FFF; display: none; float: right; margin: 20px 0 0 45px; min-height: 292px; max-height: 292px; min-width: 365px; max-width: 365px; position: absolute; z-index: 105; border: 1px solid #fff; } .matterPopup { min-height: 262px; } .matterPopupPointer, .documentPopupPointer { -moz-transform: rotate(317deg); -ms-transform: rotate(317deg); -o-transform: rotate(317deg); -webkit-transform: rotate(317deg); transform: rotate(317deg); background-color: #fff; box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.15); color: #fff; float: right; height: 16px; margin: 35px -10px 0 0; border: 1px solid #fff; border-left: 0; border-top: 0; width: 17px; } .matterPopupPointerFirst { -moz-transform: rotate(136deg); -ms-transform: rotate(136deg); -o-transform: rotate(136deg); -webkit-transform: rotate(136deg); transform: rotate(136deg); background-color: #F9F9F9; box-shadow: 1px 1px 1px 1px #eaecee; color: #fff; float: left; height: 16px; margin: 35px -10px 0 -10px; border: 1px solid #2b579a; border-left: 0; border-top: 0; width: 16px; } #matterPopupLoading, #documentPopupLoading { margin-top: 117px; margin-left: 170px; } .matterPopupData, .documentPopupData { margin: 21px 0 15px 20px; } .matterFlyoutClose, .documentFlyoutClose { float: right; display: block; } .marginTop5 { margin-top: 5px; } .marginTop10 { margin-top: 10px; } .marginTop15 { margin-top: 15px; } .fontWeight600 { font-weight: bold; } .matterTitle, .documentTitle { background-color: transparent; color: #333; display: inline-block; font-size: 1em; font-family: "Segoe UI"; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; width: 330px; padding-bottom: 13px; margin-top: -10px; } .matterMetadata, .documentMetadata { background-color: transparent; color: #333; font-family: "Segoe UI"; font-size: 0.87em; padding-bottom: 10px; width: 330px; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .documentPopupAction, .matterPopupAction { width: 170px; height: 30px; background-color: #0072c6; font-size: 0.875em; font-weight: 600; color: #fff; margin-top: 10px; text-align: center; display: block; line-height: 30px; cursor: pointer; } .contentInline { display: inline; } .hideExtraContent { white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .alignResults { float: left; } /*Styling for Common Error Pop up*/ .ErrorPopupBackground { background-color: #000; height: 100%; opacity: 0.4; position: fixed; width: 100%; z-index: 999; } .ErrorPopUpContainer { background-color: #fff; bottom: 0; height: 285px; left: 0; padding: 15px; position: fixed; right: 0; top: 200px; z-index: 1000; } .popUpFloatRight { float: right; } .ErrorPopUpDetails { margin-top: 15px; } .ErrorPopUpCenter { margin: auto; width: 50%; min-height: 165px; max-height: 165px; overflow-y: auto; } .ErrorPopUpHeight { height: 165px; } .ErrorPopUpHolder { font-size: 0.875em; color: #333; } .ErrorPoUpLinks { text-decoration: underline; } .ErrorPopUpIndex { z-index: 1001; } .ErrorPopupSP { top: 250px; bottom: auto; } .hide { display: none; } .ui-autocomplete { max-height: 100px; overflow-y: auto; border-radius: 0 !important; } #txtConflictCheckBy.ui-autocomplete-loading, #txtBlockUser.ui-autocomplete-loading, .inputAssignPerm.ui-autocomplete-loading, #txtDocumentAuthor.ui-autocomplete-loading { background-image: url(../Images/loadingcirclests16.gif); background-position: right center; background-repeat: no-repeat; } /*---- Styles for new UI App Header ----*/ .MasterPageContent { min-width: 296px; padding: 10px 0 10px 10px; } #HeaderPlaceHolder { display: inline-block; vertical-align: super; padding: 0; min-width: 700px; } #ProfileSwitcher { float: right; } #ContextualHelp { float: right; margin: 0 5px 0 0; } .ContextualHelpLogo { height: 25px; width: 25px; } .AppSwitcherContainer { float: left; min-width: 30px; max-width: 30px; } .MenuCaption { font-size: 0.75em; color: #666; margin-top: -4px; } .hideMenuCaption { visibility: hidden; } .AppMenuFlyout { position: absolute; z-index: 101; display: none; width: 250px; height: 155px; box-sizing: border-box; background-color: #fff; padding: 10px; top: 44px; border: 1px solid #d1d1d1; } .DelveLink { display: none !important; } .DelveLink img { margin-left: 10px; } .AppMenuFlyoutPriLinks { border-right: 0 solid #c8c8c8; padding-right: 20px; float: left; padding-top: 5px; } .AppMenuFlyoutPriLinks a { font-size: 18px; } .AppMenuFlyoutSecLinks { float: left; padding-left: 10px; padding-top: 6px; } .AppFlyoutLinks { display: table; padding-bottom: 20px; } .AppFlyoutLinks .AppFlyoutLinksText { cursor: pointer; } .ContextualHelpContainer { border: 1px #d1d1d1; position: absolute; z-index: 102; display: none; max-height: 442px; max-width: 370px; top: 5px; right: 5px; background: #fff; box-shadow: 0 0 7px 0 #888888; overflow-y: auto; } .ContextualHelpFlyout { padding: 13px 20px 0 20px; } .ContextualHelpSectionHeader { padding-top: 10px; font-size: 1em; color: #333; clear: both; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .ContextualHelpSectionData { margin-top: 7px; font-size: 0.875em; color: #2b579a; float: left; margin-right: 20px; cursor: pointer; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .ContextualHelpHeader { font-size: 1.25em; color: #333; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .ContextualHelpSupport { font-size: 0.875em; color: #333; margin: 23px 0 5px 0; clear: both; } .ContextualHelpSubSection { max-width: 330px; } .ContextualHelpSupportMailTo { color: #2b579a; cursor: pointer; } .closeContextualHelpFlyout { position: absolute; float: right; right: 0; top: 0; cursor: pointer; color: #666; font-size: 15px; } .displaySingleColumn { clear: both; max-width: 330px; } .displayDoubleColumns { min-width: 145px; max-width: 145px; } .contextualHelpLoadingImageContainer { margin-top: 120px; text-align: center; } .contextualHelpLoadingText { margin-top: 15px; } .contextualHelpSections { overflow-y: auto; height: 310px; } .PersonaFlyout, .AppMenuFlyout { box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47); } .PersonaFlyout { position: absolute; z-index: 101; display: none; width: 400px; height: 150px; background-color: #fff; padding: 20px; box-sizing: border-box; border: 1px solid #d1d1d1; right: 30px; top: 40px; } .PersonaContainer img { width: 72px; height: 72px; padding-right: 10px; } .PersonaContainer { margin-bottom: 17px; display: inline-block; } .PersonaPictureContainer, .PersonaPictureDetails { float: left; } .SignOutLink a, .PersonaEmail { color: #333; } .PersonaTitle { padding-top: 13px; } .PersonaEmail { font-size: 12px; } .AppHeaderProfilePict { width: 30px; height: 30px; } #MasterPageForm { margin: 0; padding: 0; } /*---- Media Queries ----*/ @media (max-width: 566px) { .matterPopup, .documentPopup { background-color: #fff; box-shadow: 0 0 7px 0 rgba(0,0,0,0.47); color: #FFF; display: none; float: right; margin: 0 0 0 45px; height: 292px; min-width: 256px; max-width: 365px; position: absolute; z-index: 105; border: 1px solid #fff; } .appSwitchMenuShow { height: 85px !important; } .appSwitchMenu { margin: -9px 3px 0px 8px; } .appSwitcherName { margin: 7px 0 0 48px; min-width: 120px; text-align: left; -ms-transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } .appSwitch { height: 36px; width: 99.99%; width: calc(100% - 1px); border-bottom: 1px solid #c8c8c8; opacity: 0.9; } } @media (min-width: 0px) and (max-width: 400px) { .ErrorPopUpCenter { width: 80%; } } @media (min-width: 0px) and (max-width: 432px) { #ProfileSwitcher { display: none; } } /* CSS for Landing page in Word */ @media (min-width: 0px) and (max-width: 320px) { .MasterPageContent { min-width: 310px; } .ContextualHelpContainer { left:2%; } } /* CSS for App Menu and Contextual Help in Word */ @media (min-width: 0px) and (max-width: 510px) { .AppMenuFlyout { width: 250px; height: 155px; } .AppMenuFlyoutPriLinks { border-right: 0px; padding-bottom: 5px; } .AppMenuFlyoutPriLinks, .AppMenuFlyoutSecLinks { width: 260px; } .AppMenuFlyoutSecLinks { padding-left: 0px; padding-top: 15px; } .displaySingleColumn, .displayDoubleColumns { max-width: 280px; } .ContextualHelpContainer { max-width: 310px; min-width: 310px; } } /*header section*/ .popupContainerBackground { left: 0; } .matterCenterHeaderBackground { background-color: #333; height: 100%; left: 0; opacity: 0.4; position: fixed; top: 0; width: 100%; z-index: 9; } #matterCenterHeader { height: 60px; background-color: #0072c6; position: relative; margin: 0 auto; } .floatLeft { float: left; } .floatRight { float: right; } #matterCenterHome { margin: 10px 10px 0 20px; } #matterCenterHomeText, .matterLandingPage, .documentLandingPage { color: #fff; } .upperSubText { font-size: 1.188em; padding-top: 10px; } .lowerSubText { font-size: 0.813em; } .searchBox { float: right; background-color: white; width: 400px; height: 28px; margin: 15px 20px 0 0; border: 1px solid #c8c8c8; } #searchText { font-style: italic; border: none; width: 90%; height: 90%; padding: 0 0 0 10px; margin-top: 2px; font-size: 14px; } #searchText:focus { outline: none; } .searchIcon { padding: 8px; cursor: pointer; } #searchLink { float: right; } #hamburgerConatiner { height: 60px; cursor: pointer; } #headerFlyout { position: absolute; height: 130px; width: 1110px; width: calc(100% - 40px); background-color: #fff; top: 60px; padding: 22px 20px; z-index: 10; } .headerLinks { color: #2b579a; font-family: "Segoe UI Semilight", "Segoe UI"; font-size: 22px; padding: 0; } .headerLinks > span { cursor: pointer; } .headerLinks:not(:nth-child(1)) { margin-top: 17px; } .headerLinks a { text-decoration: none; color: #2b579a; cursor: pointer; } .matterPopupPointer { -moz-transform: rotate(136deg); -ms-transform: rotate(136deg); -o-transform: rotate(136deg); -webkit-transform: rotate(136deg); transform: rotate(136deg); background-color: #fff; color: #fff; height: 15px; margin: 117px -12px 0 -8px; width: 15px; float: left; } .closeIcon { position: absolute; z-index: 10; } /*end region*/ /* Footer section*/ #footer { background-color: #F5F5F5; font-family: 'Segoe UI'; font-size: 1em; height: 87px; text-align: right; width: 100%; } .footerContent { margin-right: 170px; width: 1150px; margin: 0 auto; } .rightFooter { list-style-type: none; } .rightFooter ul { list-style-type: none; padding-left: 0; } .rightFooterElement { color: #2b579a; display: inline; margin-left: 20px; } .rightend { float: right; font-size: 1.6em; margin-top: 0; } .imgNoBorder { border: none; } .footerLinks { padding-top: 28px; } .copyRightElement { color: #666; } .mslogo { margin-top: 10px; } /*end region*/
tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Web/wwwroot/css/viewspecific/FilterPanel.css
body { font-family: 'Segoe UI'; font-size: 16px; margin: 0; padding: 0; } .commonContent { display: none; } img { border: none; cursor: pointer; } #mainContainer { position: relative; width: 1000px; } .bannerMatterWorkspace { background-color: #fff; } .appNames { float: right; margin: 14px 15px 0 0; padding: 0; } #names { float: right; margin-left: 15px; } h1.appHeaders { color: #0072c6; font-weight: lighter; margin: 0; text-align: right; } h1.genericName { color: #666; font-size: 1em; font-weight: 400; line-height: 16px; } h1.specificName { color: #2b579a; cursor: pointer; font-size: 1em; line-height: 24px; margin-top: 8px; font-weight: 600; } .filterWrapper { background-color: #fff; height: 49px; } .filterSearchPanel { display: inline; float: left; margin-top: 1px; width: 478px; } .filterSearchText { float: left; font-size: .875em; height: 30px; margin: 13px 0 0 0; padding-left: 6px; width: 871px; } .filterSearchText:focus { outline: none; } .filterSearchDD { cursor: pointer; margin-left: 35px; } .filterSearchImg { background-color: #fff; cursor: pointer; display: inline; padding: 6.5px; } .filterSearchAdvance { background-color: #fff; border: 1px solid #c8c8c8; display: none; float: left; padding: 20px; margin-top: -5px; position: absolute; z-index: 7; } .filterSearchClients { margin-top: -4px; } .mailCartIcon { float: left; } .refinerClient .refinerWrapper { height: 150px; } .refinerAOL .refinerWrapper { max-height: 110px; } .refinerPG .refinerWrapper { max-height: 110px; } .refinerSeparator { clear: both; } .refinerLeft { color: #333; float: left; font: normal .875em "Segoe UI"; width: 10%; margin-right: 40px; } .refinerRight { float: right; width: 75%; } .filterSearchText, .filterSearchRefinerText, .filterSearchRefinerTextDate { font-size: 12px; border: 1px solid #c8c8c8; border-right-width: 0; } .filterSearchRefinerText { border: none; display: inline; float: left; height: 28px; padding-left: 10px; width: 90%; } .filterSearchRefinerText:focus { outline: none; } .filterSearchRefinerDD { background-color: #fff; cursor: pointer; display: table-cell; position: absolute; margin-left: 569px; padding: 11px 10px 8px 8px; border: 1px solid #c8c8c8; border-left-width: 0; } .filterSearchRefinerDDL { background-color: #fff; border: 1px solid #c8c8c8; display: none; margin-top: -1px; overflow-x: auto; padding: 10px 15px; position: absolute; z-index: 1; } .filterSearchPG, .filterSearchAOL, .filterSearchDate, .filterSearchAuthor { margin-top: 17px; } .filterSearchRefinerTextDate { border-right-width: 1px !important; display: inline; float: left; height: 28px; margin-bottom: 2px; margin-right: 10px; padding-left: 10px; width: 98px; } .filterSearchRefinerTextDate:focus { outline: none; } .tileSearch, .tileOk { background-color: #0072c6; color: #fff; cursor: pointer; font-family: Segoe UI; font-size: .875em; height: 10px; margin: 14px 20px 0 0; padding: 5px 0 15px; text-align: center; width: 80px; font-weight: 600; } .tileSearch { margin-right: 45px; } a { color: #2b579a; text-decoration: none; } ::-webkit-input-placeholder { color: #555; font-family: "Segoe UI"; font-style: italic; } input#sdBannerDropDown { -webkit-text-fill-color: #333; -webkit-opacity: 1; color: #333; background: white; } ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder { color: #555; font-family: "Segoe UI"; font-size: .75em; font-style: italic; line-height: 24pt; } .selectedApp { background-color: #e4e4e4; } .noRefiners { display: none; font-size: 0.875em; } .noRefinersVisible { display: block; } #refinerDateError { color: #8B0000; display: none; } .filterOkButton { float: left; } .refinerRow { margin-top: 5px; } .refinerRowLink { margin-top: 5px; display: inline-block; margin-right: 15px; } .refinerRowLinkRight { padding-right: 20px; } .loadingMessageTop { padding-top: 3px; } .refinerWrapper { color: #333; font: 12px "Segoe UI", sans-serif; max-height: 300px; overflow-y: auto; margin-top: 5px; } .refinerCheckBox { float: left; margin: 5px 5px 0 0; color: #c8c8c8; } .filterAutoComplete { background-color: #FFF; border: 1px solid #c8c8c8; -moz-border-image: none; -o-border-image: none; -webkit-border-image: none; border-image: none; border-top: 0; margin-top: -4px; padding: 0; position: absolute; width: 433px; z-index: 100; top: 48px; padding-top: 10px; } .autoCompleteRow, .searchOptions { cursor: pointer; font-size: .875em; padding: 7px 6px; color: #333; font-weight: 600; word-wrap: break-word; -ms-word-wrap: break-word; word-wrap: break-word; } .autoCompleteRow:hover, .autoCompleteSelected { background-color: #cde6f7; font-weight: 600; } .autoCompleteRow:hover span, .autoCompleteSelected span { font-weight: 600; } .searchOptions { float: left; width: 95%; } .checkImg { float: left; height: 15px; margin: 3px 6px 0 0; width: 15px; } .switchApp { background-color: #fff; border: 1px solid #c8c8c8; -moz-border-image: none; -o-border-image: none; -webkit-border-image: none; border-image: none; color: #333; display: none; font-size: .87em; padding: 7.5px 0; position: absolute; width: 145px; z-index: 100; } #txtDocumentAuthor { border-right-width: 1px; width: 100%; padding: 2px 20px 2px 10px; } .imageDatePickerTo { display: inline; float: left; } .imageDatePickerFrom { display: inline; float: left; margin-right: 10px; } .loadingDiv { color: #6c6c6c !important; margin-top: 50%; margin-left: 50%; padding-top: 150px !important; text-align: center; width: 250px; } .refinerRowTextLink, .filterSearchText, .filterSearchRefinerText, .filterSearchRefinerTextDate { font-size: 0.875em; } .popupWait { background-color: #000; height: 100%; opacity: 0.2; position: fixed; width: 100%; z-index: 999; top: 0; } .loadingImage { left: 50%; top: 50%; } .horizontalSpacer { height: 1px; width: 100%; border-top: 1px solid #c8c8c8; } .appSwitcherName { margin: 125px 0 0 -70px; min-width: 180px; -ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); text-align: right; } .appSwitchMenu ul li { list-style-type: none; font-family: 'Segoe UI'; font-size: 16px; color: #666666; cursor: pointer; margin-top: 4px; } .appSwitchMenu { position: fixed; z-index: 2; margin: 25px 3px 0 -25px; } .appSwitch { background-color: #E0ECF9; float: left; border-right: 1px solid #C8c8c8; position: fixed; height: 100%; width: 48px; z-index: 102; opacity: 0.9; } .appSwitchMenuShow { width: 186px; } .selected { color: #2b579a !important; cursor: default; } .filterRefinerEntry { padding-top: 4px; -ms-word-wrap: break-word; word-wrap: break-word; display: inline-block; } ::-moz-svg-foreign-content, :root .filterRefinerEntry { /*Safari*/ padding-top: 5px; } /****Sorting functionality****/ .sdBannerDropdown { cursor: pointer; } .filterSearch { display: inline-block; margin-right: 10px; border-left-width: 0; font-family: 'Segoe UI'; font-size: 14px; min-height: 28px; border: 1px solid #C8C8C8; border-left-width: 0; position: absolute; width: 28px; } .sdBanner { color: #333; display: inline; float: right; margin: 3px 5px 0 0; font-size: 0.875em; } .sdBannerDD { margin: 7px -5px 0 0; float: left; } .sdBannerText { background-color: #fff !important; color: #333 !important; border: none; width: 35px; min-width: 40px; max-width: 130px; cursor: pointer; font-family: 'Segoe UI'; font-size: 14px; float: left; margin: 0 0 0 5px; /*Margin set 0 to overwrite Safari taking some margin for input elements*/ } .sdBannerPanel { background-color: #fff; border: 1px solid #c8c8c8; position: absolute; right: 25px; z-index: 1; } .sdBannerPanelItem { padding: 5px 10px 5px 10px; } .sdBannerPanelItem:hover { background-color: #eaecea; cursor: pointer; } .sdBannerPanelFirstItem { padding-top: 0; padding-bottom: 0; } .sdBannerPanelLastItem { padding-bottom: 2px; } .sdBannerLabel { float: left; margin-right: 10px; cursor: default; } .sSBannerPanel { right: 10px !important; } .matterPopup, .documentPopup { background-color: #fff; box-shadow: 0 0 7px 0 rgba(0,0,0,0.47); color: #FFF; display: none; float: right; margin: 20px 0 0 45px; min-height: 292px; max-height: 292px; min-width: 365px; max-width: 365px; position: absolute; z-index: 105; border: 1px solid #fff; } .matterPopup { min-height: 262px; } .matterPopupPointer, .documentPopupPointer { -moz-transform: rotate(317deg); -ms-transform: rotate(317deg); -o-transform: rotate(317deg); -webkit-transform: rotate(317deg); transform: rotate(317deg); background-color: #fff; box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.15); color: #fff; float: right; height: 16px; margin: 35px -10px 0 0; border: 1px solid #fff; border-left: 0; border-top: 0; width: 17px; } .matterPopupPointerFirst { -moz-transform: rotate(136deg); -ms-transform: rotate(136deg); -o-transform: rotate(136deg); -webkit-transform: rotate(136deg); transform: rotate(136deg); background-color: #F9F9F9; box-shadow: 1px 1px 1px 1px #eaecee; color: #fff; float: left; height: 16px; margin: 35px -10px 0 -10px; border: 1px solid #2b579a; border-left: 0; border-top: 0; width: 16px; } #matterPopupLoading, #documentPopupLoading { margin-top: 117px; margin-left: 170px; } .matterPopupData, .documentPopupData { margin: 21px 0 15px 20px; } .matterFlyoutClose, .documentFlyoutClose { float: right; display: block; } .marginTop5 { margin-top: 5px; } .marginTop10 { margin-top: 10px; } .marginTop15 { margin-top: 15px; } .fontWeight600 { font-weight: bold; } .matterTitle, .documentTitle { background-color: transparent; color: #333; display: inline-block; font-size: 1em; font-family: "Segoe UI"; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; width: 330px; padding-bottom: 13px; margin-top: -10px; } .matterMetadata, .documentMetadata { background-color: transparent; color: #333; font-family: "Segoe UI"; font-size: 0.87em; padding-bottom: 10px; width: 330px; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .documentPopupAction, .matterPopupAction { width: 170px; height: 30px; background-color: #0072c6; font-size: 0.875em; font-weight: 600; color: #fff; margin-top: 10px; text-align: center; display: block; line-height: 30px; cursor: pointer; } .contentInline { display: inline; } .hideExtraContent { white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .alignResults { float: left; } /*Styling for Common Error Pop up*/ .ErrorPopupBackground { background-color: #000; height: 100%; opacity: 0.4; position: fixed; width: 100%; z-index: 999; } .ErrorPopUpContainer { background-color: #fff; bottom: 0; height: 285px; left: 0; padding: 15px; position: fixed; right: 0; top: 200px; z-index: 1000; } .popUpFloatRight { float: right; } .ErrorPopUpDetails { margin-top: 15px; } .ErrorPopUpCenter { margin: auto; width: 50%; min-height: 165px; max-height: 165px; overflow-y: auto; } .ErrorPopUpHeight { height: 165px; } .ErrorPopUpHolder { font-size: 0.875em; color: #333; } .ErrorPoUpLinks { text-decoration: underline; } .ErrorPopUpIndex { z-index: 1001; } .ErrorPopupSP { top: 250px; bottom: auto; } .hide { display: none; } .ui-autocomplete { max-height: 100px; overflow-y: auto; border-radius: 0 !important; } #txtConflictCheckBy.ui-autocomplete-loading, #txtBlockUser.ui-autocomplete-loading, .inputAssignPerm.ui-autocomplete-loading, #txtDocumentAuthor.ui-autocomplete-loading { background-image: url(../Images/loadingcirclests16.gif); background-position: right center; background-repeat: no-repeat; } /*---- Styles for new UI App Header ----*/ .MasterPageContent { min-width: 296px; padding: 10px 0 10px 10px; } #HeaderPlaceHolder { display: inline-block; vertical-align: super; padding: 0; min-width: 700px; } #ProfileSwitcher { float: right; } #ContextualHelp { float: right; margin: 0 5px 0 0; } .ContextualHelpLogo { height: 25px; width: 25px; } .AppSwitcherContainer { float: left; min-width: 30px; max-width: 30px; } .MenuCaption { font-size: 0.75em; color: #666; margin-top: -4px; } .hideMenuCaption { visibility: hidden; } .AppMenuFlyout { position: absolute; z-index: 101; display: none; width: 250px; height: 155px; box-sizing: border-box; background-color: #fff; padding: 10px; top: 44px; border: 1px solid #d1d1d1; } .DelveLink { display: none !important; } .DelveLink img { margin-left: 10px; } .AppMenuFlyoutPriLinks { border-right: 0 solid #c8c8c8; padding-right: 20px; float: left; padding-top: 5px; } .AppMenuFlyoutPriLinks a { font-size: 18px; } .AppMenuFlyoutSecLinks { float: left; padding-left: 10px; padding-top: 6px; } .AppFlyoutLinks { display: table; padding-bottom: 20px; } .AppFlyoutLinks .AppFlyoutLinksText { cursor: pointer; } .ContextualHelpContainer { border: 1px #d1d1d1; position: absolute; z-index: 102; display: none; max-height: 442px; max-width: 370px; top: 5px; right: 5px; background: #fff; box-shadow: 0 0 7px 0 #888888; overflow-y: auto; } .ContextualHelpFlyout { padding: 13px 20px 0 20px; } .ContextualHelpSectionHeader { padding-top: 10px; font-size: 1em; color: #333; clear: both; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .ContextualHelpSectionData { margin-top: 7px; font-size: 0.875em; color: #2b579a; float: left; margin-right: 20px; cursor: pointer; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .ContextualHelpHeader { font-size: 1.25em; color: #333; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .ContextualHelpSupport { font-size: 0.875em; color: #333; margin: 23px 0 5px 0; clear: both; } .ContextualHelpSubSection { max-width: 330px; } .ContextualHelpSupportMailTo { color: #2b579a; cursor: pointer; } .closeContextualHelpFlyout { position: absolute; float: right; right: 0; top: 0; cursor: pointer; color: #666; font-size: 15px; } .displaySingleColumn { clear: both; max-width: 330px; } .displayDoubleColumns { min-width: 145px; max-width: 145px; } .contextualHelpLoadingImageContainer { margin-top: 120px; text-align: center; } .contextualHelpLoadingText { margin-top: 15px; } .contextualHelpSections { overflow-y: auto; height: 310px; } .PersonaFlyout, .AppMenuFlyout { box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.47); } .PersonaFlyout { position: absolute; z-index: 101; display: none; width: 400px; height: 150px; background-color: #fff; padding: 20px; box-sizing: border-box; border: 1px solid #d1d1d1; right: 30px; top: 40px; } .PersonaContainer img { width: 72px; height: 72px; padding-right: 10px; } .PersonaContainer { margin-bottom: 17px; display: inline-block; } .PersonaPictureContainer, .PersonaPictureDetails { float: left; } .SignOutLink a, .PersonaEmail { color: #333; } .PersonaTitle { padding-top: 13px; } .PersonaEmail { font-size: 12px; } .AppHeaderProfilePict { width: 30px; height: 30px; } #MasterPageForm { margin: 0; padding: 0; } /*---- Media Queries ----*/ @media (max-width: 566px) { .matterPopup, .documentPopup { background-color: #fff; box-shadow: 0 0 7px 0 rgba(0,0,0,0.47); color: #FFF; display: none; float: right; margin: 0 0 0 45px; height: 292px; min-width: 256px; max-width: 365px; position: absolute; z-index: 105; border: 1px solid #fff; } .appSwitchMenuShow { height: 85px !important; } .appSwitchMenu { margin: -9px 3px 0px 8px; } .appSwitcherName { margin: 7px 0 0 48px; min-width: 120px; text-align: left; -ms-transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } .appSwitch { height: 36px; width: 99.99%; width: calc(100% - 1px); border-bottom: 1px solid #c8c8c8; opacity: 0.9; } } @media (min-width: 0px) and (max-width: 400px) { .ErrorPopUpCenter { width: 80%; } } @media (min-width: 0px) and (max-width: 432px) { #ProfileSwitcher { display: none; } } /* CSS for Landing page in Word */ @media (min-width: 0px) and (max-width: 320px) { .MasterPageContent { min-width: 310px; } .ContextualHelpContainer { left:2%; } } /* CSS for App Menu and Contextual Help in Word */ @media (min-width: 0px) and (max-width: 510px) { .AppMenuFlyout { width: 250px; height: 155px; } .AppMenuFlyoutPriLinks { border-right: 0px; padding-bottom: 5px; } .AppMenuFlyoutPriLinks, .AppMenuFlyoutSecLinks { width: 260px; } .AppMenuFlyoutSecLinks { padding-left: 0px; padding-top: 15px; } .displaySingleColumn, .displayDoubleColumns { max-width: 280px; } .ContextualHelpContainer { max-width: 310px; min-width: 310px; } } /*header section*/ .popupContainerBackground { left: 0; } .matterCenterHeaderBackground { background-color: #333; height: 100%; left: 0; opacity: 0.4; position: fixed; top: 0; width: 100%; z-index: 9; } #matterCenterHeader { height: 60px; background-color: #0072c6; position: relative; margin: 0 auto; } .floatLeft { float: left; } .floatRight { float: right; } #matterCenterHome { margin: 10px 10px 0 20px; } #matterCenterHomeText, .matterLandingPage, .documentLandingPage { color: #fff; } .upperSubText { font-size: 1.188em; padding-top: 10px; } .lowerSubText { font-size: 0.813em; } .searchBox { float: right; background-color: white; width: 400px; height: 28px; margin: 15px 20px 0 0; border: 1px solid #c8c8c8; } #searchText { font-style: italic; border: none; width: 90%; height: 90%; padding: 0 0 0 10px; margin-top: 2px; font-size: 14px; } #searchText:focus { outline: none; } .searchIcon { padding: 8px; cursor: pointer; } #searchLink { float: right; } #hamburgerConatiner { height: 60px; cursor: pointer; } #headerFlyout { position: absolute; height: 130px; width: 1110px; width: calc(100% - 40px); background-color: #fff; top: 60px; padding: 22px 20px; z-index: 10; } .headerLinks { color: #2b579a; font-family: "Segoe UI Semilight", "Segoe UI"; font-size: 22px; padding: 0; } .headerLinks > span { cursor: pointer; } .headerLinks:not(:nth-child(1)) { margin-top: 17px; } .headerLinks a { text-decoration: none; color: #2b579a; cursor: pointer; } .matterPopupPointer { -moz-transform: rotate(136deg); -ms-transform: rotate(136deg); -o-transform: rotate(136deg); -webkit-transform: rotate(136deg); transform: rotate(136deg); background-color: #fff; color: #fff; height: 15px; margin: 117px -12px 0 -8px; width: 15px; float: left; } .closeIcon { position: absolute; z-index: 10; } /*end region*/ /* Footer section*/ #footer { background-color: #F5F5F5; font-family: 'Segoe UI'; font-size: 1em; height: 87px; text-align: right; width: 100%; } .footerContent { margin-right: 170px; width: 1150px; margin: 0 auto; } .rightFooter { list-style-type: none; } .rightFooter ul { list-style-type: none; padding-left: 0; } .rightFooterElement { color: #2b579a; display: inline; margin-left: 20px; } .rightend { float: right; font-size: 1.6em; margin-top: 0; } .imgNoBorder { border: none; } .footerLinks { padding-top: 28px; } .copyRightElement { color: #666; } .mslogo { margin-top: 10px; } /*end region*/
0.445771
0.084758
* { padding : 0; margin : 0; box-sizing: border-box; } html { font-family: Helvetica, Arial, sans-serif; } /* 1. Vi tri 2. Kich thuoc (width, height) 3. Mau sac 4. Kieu dang (kieu chu, hinh tron, vuong , ...) */ .row { margin-left : -8px; margin-right: -8px; } .row::after { content: ""; display: block; clear : both; } .text-white { color: #fff !important; } .text-center { text-align: center; } .col { float : left; padding-left : 8px; padding-right: 8px; } .col-half { width: 50%; } .col-third { width: 33.333%; } .col-full { width: 100%; } .mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .btn { margin-top : 15px; background-color: #000; color : #fff; text-decoration : none; padding : 8px 16px; display : inline-block; border : none; cursor : pointer; } .pull-right { float: right; } .btn:hover { color : #000; background-color: #ddd; } #main {} html { font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth; } #header { height : 46px; background-color: #000; position : fixed; top : 0; left : 0; width : 100%; z-index : 1; } #nav { display: inline-block; } .subnav { list-style-type: none; } #nav li { position: relative; } #nav>li { display: inline-block; } #nav>li>a { color : #fff; text-transform: uppercase; } #nav li a { text-decoration: none; line-height : 46px; padding : 0 24px; display : block; } #nav>li:hover>a, #nav .subnav li:hover a { color : #000; background-color: #ccc; } #nav li:hover .subnav { display : block; position : absolute; background-color: #fff; box-shadow : 0 0 10px rgba(0, 0, 0, 0.3); } #nav .subnav { display: none; } #nav .subnav a { color : #000; padding : 8px 16px; line-height: 38px; min-width : 160px; } .nav-arrow-down { font-size: 14px } #header .search-btn { float: right; } #header .search-btn:hover { color : #fff; background-color: #f44336; cursor : pointer; } #header .search-icon { color : #fff; font-size : 20px; line-height: 46px; padding : 0 16px; } #slider { margin-top : 46px; padding-top: 50%; background : url('/assets/img/slider/slider1.jpg') top center / cover no-repeat; position : relative; } #slider .text-content { position : absolute; bottom : 47px; color : #fff; left : 50%; transform : translateX(-50%); text-align: center; } #slider .text-heading { font-size : 24px; font-weight: 500; } #slider .text-description { font-size : 15px; margin-top: 25px; } #content {} #content .content-section { padding : 64px 0 112px; width : 800px; margin-left : auto; margin-right: auto; } #content .section-heading { font-size : 30px; font-weight : 500; text-align : center; letter-spacing: 4px; } #content .section-sub-heading { font-size : 15px; text-align: center; margin-top: 25px; font-style: italic; opacity : 0.6; } #content .about-text { margin-top : 25px; text-align : justify; line-height: 1.4; } #content .members-list { margin-top: 48px; } #content .member-name { font-size: 15px; } #content .member-img { /* width: 154px; margin-top: 15px; */ margin-top : 15px; width : 154px; border-radius: 4px; } #content .clear { clear: both; } .tour-section { background-color: #000; width : 100%; } /* Tour-section */ .tickets-list { background-color: #fff; margin-top : 40px; } .tickets-list li { color : #757575; font-size : 15px; padding : 11px 16px; border-bottom : 1px solid #ddd; list-style-type: none; } .tickets-list .sold-out { background-color: #f44336; color : #fff; padding : 3px 4px; margin-left : 16px; } .tickets-list .quality { float : right; width : 24px; height : 24px; color : #fff; background-color: #000; text-align : center; border-radius : 50%; line-height : 24px; margin-top : -2px; } /* Places */ .places-list { margin-top: 32px; } /* */ .place-img { width : 100%; display: block; } .place-img:hover { opacity: 0.7; } .place-body { background-color: #fff; padding : 16px; font-size : 15px; } .place-heading { font-size: 15px; } .place-time { margin-top: 15px; color : #241111; } .place-desc { margin-top : 15px; line-height: 1.6; } /* Contact content form */ .contact-content { margin-top: 48px; } .contact-info { font-size : 18px; line-height: 1.5; } .contact-info i[class*="ti-"] { width : 30px; display: inline-block; } .contact-form { font-size: 15px; } .contact-form .form-control { padding: 4px; border : 1px solid #ccc; width : 100%; } .map-section img { width: 100%; } #footer { padding : 64px 16px; text-align: center; } #footer .socials-list { font-size: 24px; } #footer .socials-list a { color : rgba(0, 0, 0, 0.6); text-decoration: none; } #footer .copyright a:hover, #footer .socials-list a:hover { color: rgba(0, 0, 0, 0.4); } #footer .copyright { margin-top: 15px; color : rgba(0, 0, 0, 0.6); } #footer .copyright a { margin-top: 15px; color : rgba(0, 0, 0, 0.6); }
assets/css/style.css
* { padding : 0; margin : 0; box-sizing: border-box; } html { font-family: Helvetica, Arial, sans-serif; } /* 1. Vi tri 2. Kich thuoc (width, height) 3. Mau sac 4. Kieu dang (kieu chu, hinh tron, vuong , ...) */ .row { margin-left : -8px; margin-right: -8px; } .row::after { content: ""; display: block; clear : both; } .text-white { color: #fff !important; } .text-center { text-align: center; } .col { float : left; padding-left : 8px; padding-right: 8px; } .col-half { width: 50%; } .col-third { width: 33.333%; } .col-full { width: 100%; } .mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .btn { margin-top : 15px; background-color: #000; color : #fff; text-decoration : none; padding : 8px 16px; display : inline-block; border : none; cursor : pointer; } .pull-right { float: right; } .btn:hover { color : #000; background-color: #ddd; } #main {} html { font-family: Arial, Helvetica, sans-serif; scroll-behavior: smooth; } #header { height : 46px; background-color: #000; position : fixed; top : 0; left : 0; width : 100%; z-index : 1; } #nav { display: inline-block; } .subnav { list-style-type: none; } #nav li { position: relative; } #nav>li { display: inline-block; } #nav>li>a { color : #fff; text-transform: uppercase; } #nav li a { text-decoration: none; line-height : 46px; padding : 0 24px; display : block; } #nav>li:hover>a, #nav .subnav li:hover a { color : #000; background-color: #ccc; } #nav li:hover .subnav { display : block; position : absolute; background-color: #fff; box-shadow : 0 0 10px rgba(0, 0, 0, 0.3); } #nav .subnav { display: none; } #nav .subnav a { color : #000; padding : 8px 16px; line-height: 38px; min-width : 160px; } .nav-arrow-down { font-size: 14px } #header .search-btn { float: right; } #header .search-btn:hover { color : #fff; background-color: #f44336; cursor : pointer; } #header .search-icon { color : #fff; font-size : 20px; line-height: 46px; padding : 0 16px; } #slider { margin-top : 46px; padding-top: 50%; background : url('/assets/img/slider/slider1.jpg') top center / cover no-repeat; position : relative; } #slider .text-content { position : absolute; bottom : 47px; color : #fff; left : 50%; transform : translateX(-50%); text-align: center; } #slider .text-heading { font-size : 24px; font-weight: 500; } #slider .text-description { font-size : 15px; margin-top: 25px; } #content {} #content .content-section { padding : 64px 0 112px; width : 800px; margin-left : auto; margin-right: auto; } #content .section-heading { font-size : 30px; font-weight : 500; text-align : center; letter-spacing: 4px; } #content .section-sub-heading { font-size : 15px; text-align: center; margin-top: 25px; font-style: italic; opacity : 0.6; } #content .about-text { margin-top : 25px; text-align : justify; line-height: 1.4; } #content .members-list { margin-top: 48px; } #content .member-name { font-size: 15px; } #content .member-img { /* width: 154px; margin-top: 15px; */ margin-top : 15px; width : 154px; border-radius: 4px; } #content .clear { clear: both; } .tour-section { background-color: #000; width : 100%; } /* Tour-section */ .tickets-list { background-color: #fff; margin-top : 40px; } .tickets-list li { color : #757575; font-size : 15px; padding : 11px 16px; border-bottom : 1px solid #ddd; list-style-type: none; } .tickets-list .sold-out { background-color: #f44336; color : #fff; padding : 3px 4px; margin-left : 16px; } .tickets-list .quality { float : right; width : 24px; height : 24px; color : #fff; background-color: #000; text-align : center; border-radius : 50%; line-height : 24px; margin-top : -2px; } /* Places */ .places-list { margin-top: 32px; } /* */ .place-img { width : 100%; display: block; } .place-img:hover { opacity: 0.7; } .place-body { background-color: #fff; padding : 16px; font-size : 15px; } .place-heading { font-size: 15px; } .place-time { margin-top: 15px; color : #241111; } .place-desc { margin-top : 15px; line-height: 1.6; } /* Contact content form */ .contact-content { margin-top: 48px; } .contact-info { font-size : 18px; line-height: 1.5; } .contact-info i[class*="ti-"] { width : 30px; display: inline-block; } .contact-form { font-size: 15px; } .contact-form .form-control { padding: 4px; border : 1px solid #ccc; width : 100%; } .map-section img { width: 100%; } #footer { padding : 64px 16px; text-align: center; } #footer .socials-list { font-size: 24px; } #footer .socials-list a { color : rgba(0, 0, 0, 0.6); text-decoration: none; } #footer .copyright a:hover, #footer .socials-list a:hover { color: rgba(0, 0, 0, 0.4); } #footer .copyright { margin-top: 15px; color : rgba(0, 0, 0, 0.6); } #footer .copyright a { margin-top: 15px; color : rgba(0, 0, 0, 0.6); }
0.274449
0.091423
body { padding: 0; margin: 0; padding-bottom: 0px !important; margin-bottom: -40px !important; background-color: black; font-family: 'Oswald', sans-serif; } header { background-image: url(../images/Y8IcBr.png); height: 250px; display: flex; justify-content: center; align-items: center; } #main-header { font-size: 75px; text-decoration: none; font-family: 'Oswald', sans-serif; color: #A8A9AD; font-weight: bold; } nav { height: 40px; display: flex; justify-content: center; align-items: center; background-color: black; } nav a { padding: 40px; font-size: 20px; text-decoration: none; color: #32527b; font-weight: bold; } main { max-width: 1500px; background: #A9A9A9; margin-left: auto; margin-right: auto; padding: 24px; } .post-container { border: 1px solid #32527b; margin-top: 15px; margin-bottom: 5px; } .post-header { margin-left: 150px; display: flex; justify-content: flex-start; flex-direction: column; } .post-header a { text-decoration: none; color: #32527b; } .post-body { margin-left: 200px; margin-right: 30px; } .post-link { color: #32527b; text-decoration: none; } .comments { margin-left: 200px; display: flex; justify-content: center; flex-direction: column; } .comment-header { margin-left: 150px; color: #32527b; } .login-form { display: flex; justify-content: center; flex-direction: column; align-items: center; } .login-header { color: #32527b; font-size: 35px; } #form-input { font-size: 20px; } #username { background-color: #A8A9AD; padding: 3px; margin: 3px; } #password { background-color: #<PASSWORD>; padding: 3px; margin: 3px; } #log-in-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; } #sign-up-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; } .comment-form { margin-left: 200px; } .dashboard-body { display: flex; justify-content: center; flex-direction: column; align-items: center; } #add-post-button { background-color: black; color: #32527b; font-weight: bold; padding: 5px; } #newpost-container { display: flex; justify-content: center; flex-direction: column; align-items: center; } .dash-post { text-decoration: none; color: #32527b; } .edit-post { display: flex; justify-content: center; flex-direction: column; align-items: center; } #edit-post-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; margin: 3px; } #delete-post-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; margin: 3px; } #no-posts { text-align: center; font-size: 25px; } #login-link { text-decoration: none; color: #32527b; }
public/css/style.css
body { padding: 0; margin: 0; padding-bottom: 0px !important; margin-bottom: -40px !important; background-color: black; font-family: 'Oswald', sans-serif; } header { background-image: url(../images/Y8IcBr.png); height: 250px; display: flex; justify-content: center; align-items: center; } #main-header { font-size: 75px; text-decoration: none; font-family: 'Oswald', sans-serif; color: #A8A9AD; font-weight: bold; } nav { height: 40px; display: flex; justify-content: center; align-items: center; background-color: black; } nav a { padding: 40px; font-size: 20px; text-decoration: none; color: #32527b; font-weight: bold; } main { max-width: 1500px; background: #A9A9A9; margin-left: auto; margin-right: auto; padding: 24px; } .post-container { border: 1px solid #32527b; margin-top: 15px; margin-bottom: 5px; } .post-header { margin-left: 150px; display: flex; justify-content: flex-start; flex-direction: column; } .post-header a { text-decoration: none; color: #32527b; } .post-body { margin-left: 200px; margin-right: 30px; } .post-link { color: #32527b; text-decoration: none; } .comments { margin-left: 200px; display: flex; justify-content: center; flex-direction: column; } .comment-header { margin-left: 150px; color: #32527b; } .login-form { display: flex; justify-content: center; flex-direction: column; align-items: center; } .login-header { color: #32527b; font-size: 35px; } #form-input { font-size: 20px; } #username { background-color: #A8A9AD; padding: 3px; margin: 3px; } #password { background-color: #<PASSWORD>; padding: 3px; margin: 3px; } #log-in-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; } #sign-up-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; } .comment-form { margin-left: 200px; } .dashboard-body { display: flex; justify-content: center; flex-direction: column; align-items: center; } #add-post-button { background-color: black; color: #32527b; font-weight: bold; padding: 5px; } #newpost-container { display: flex; justify-content: center; flex-direction: column; align-items: center; } .dash-post { text-decoration: none; color: #32527b; } .edit-post { display: flex; justify-content: center; flex-direction: column; align-items: center; } #edit-post-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; margin: 3px; } #delete-post-btn { background-color: black; color: #32527b; font-weight: bold; padding: 5px; margin: 3px; } #no-posts { text-align: center; font-size: 25px; } #login-link { text-decoration: none; color: #32527b; }
0.381565
0.089654
@import 'part:@sanity/base/theme/variables-style'; .root { display: block; position: relative; } .fullscreen { position: fixed; top: 0; left: 0; z-index: var(--zindex-portal); background-color: var(--body-bg); width: 100vw; height: 100vh; } .scrollContainer { composes: scrollY from 'part:@sanity/base/theme/layout/scrolling-style'; display: block; height: 15rem; padding-bottom: 2rem; border: 1px solid var(--input-border-color); border-radius: var(--input-border-radius); box-sizing: border-box; overflow-y: overlay; @nest &.hasBlockExtras::after { content: ''; position: absolute; box-sizing: border-box; width: var(--block-extras-width); background-color: var(--block-extras-background-color); border-left: 1px solid var(--block-extras-border-color); top: 1px; right: 1px; height: calc(100% - 2px); z-index: -1; } @nest .fullscreen & { position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; background-color: color(var(--body-bg) lightness(- 2%)); background-image: unset; border: none; @nest &::before { display: none; } } @nest .focus:not(.fullscreen) & { border: 1px solid var(--input-border-color-focus); box-shadow: 0 0 8px color(var(--input-border-color-focus) a(35%)); } } .editorWrapper { /* make it fill its parent */ composes: shadow-6dp from 'part:@sanity/base/theme/shadows-style'; position: relative; box-sizing: border-box; min-height: 100%; display: flex; } .fullscreen .editorWrapper { max-width: 50em; min-height: 90vh; margin: 3rem auto; background-color: var(--input-bg); width: 95vw; box-sizing: border-box; padding-bottom: 4rem; margin-top: 5rem; @media (--screen-medium) { width: 90vw; margin: 5rem auto; } } .root :not(.fullscreen) .editorWrapper { box-shadow: none; } .activeOnFocus { @nest & > h3 { margin: 0; padding: 0; text-transform: uppercase; margin-bottom: var(--small-padding); } @nest & > div { margin: 0; padding: 0; text-transform: uppercase; margin-bottom: var(--small-padding); } @nest & > button { margin-bottom: var(--small-padding); } } .shortcutHint { font-size: var(--font-size-xsmall); color: var(--text-muted); } .keyboardShortcut { font-size: var(--font-size-xsmall); opacity: var(--gray-light); text-transform: none; } .loading { position: absolute; width: 100%; height: 100%; background-color: #fff; z-index: 99999; opacity: 0.5; } .readOnlyFullscreenButtonContainer { width: 100%; display: flex; justify-content: flex-end; height: 100%; font-size: 0.8rem; border: none; @nest & svg { transform: scale(1.5); } @nest .fullscreen & { height: auto; background-color: color(var(--body-bg) lightness(- 2%)); } }
packages/@sanity/form-builder/src/inputs/BlockEditor/styles/BlockEditor.css
@import 'part:@sanity/base/theme/variables-style'; .root { display: block; position: relative; } .fullscreen { position: fixed; top: 0; left: 0; z-index: var(--zindex-portal); background-color: var(--body-bg); width: 100vw; height: 100vh; } .scrollContainer { composes: scrollY from 'part:@sanity/base/theme/layout/scrolling-style'; display: block; height: 15rem; padding-bottom: 2rem; border: 1px solid var(--input-border-color); border-radius: var(--input-border-radius); box-sizing: border-box; overflow-y: overlay; @nest &.hasBlockExtras::after { content: ''; position: absolute; box-sizing: border-box; width: var(--block-extras-width); background-color: var(--block-extras-background-color); border-left: 1px solid var(--block-extras-border-color); top: 1px; right: 1px; height: calc(100% - 2px); z-index: -1; } @nest .fullscreen & { position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; background-color: color(var(--body-bg) lightness(- 2%)); background-image: unset; border: none; @nest &::before { display: none; } } @nest .focus:not(.fullscreen) & { border: 1px solid var(--input-border-color-focus); box-shadow: 0 0 8px color(var(--input-border-color-focus) a(35%)); } } .editorWrapper { /* make it fill its parent */ composes: shadow-6dp from 'part:@sanity/base/theme/shadows-style'; position: relative; box-sizing: border-box; min-height: 100%; display: flex; } .fullscreen .editorWrapper { max-width: 50em; min-height: 90vh; margin: 3rem auto; background-color: var(--input-bg); width: 95vw; box-sizing: border-box; padding-bottom: 4rem; margin-top: 5rem; @media (--screen-medium) { width: 90vw; margin: 5rem auto; } } .root :not(.fullscreen) .editorWrapper { box-shadow: none; } .activeOnFocus { @nest & > h3 { margin: 0; padding: 0; text-transform: uppercase; margin-bottom: var(--small-padding); } @nest & > div { margin: 0; padding: 0; text-transform: uppercase; margin-bottom: var(--small-padding); } @nest & > button { margin-bottom: var(--small-padding); } } .shortcutHint { font-size: var(--font-size-xsmall); color: var(--text-muted); } .keyboardShortcut { font-size: var(--font-size-xsmall); opacity: var(--gray-light); text-transform: none; } .loading { position: absolute; width: 100%; height: 100%; background-color: #fff; z-index: 99999; opacity: 0.5; } .readOnlyFullscreenButtonContainer { width: 100%; display: flex; justify-content: flex-end; height: 100%; font-size: 0.8rem; border: none; @nest & svg { transform: scale(1.5); } @nest .fullscreen & { height: auto; background-color: color(var(--body-bg) lightness(- 2%)); } }
0.588889
0.086323
*{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } header { background-color: black; text-align: center; padding: 50px; font-size: 40px; } img {vertical-align: middle;} header a { color: white; text-decoration: none; font-family: 'Anton', sans-serif; } header a:hover { background-color: white; color: black; padding: 40px; font-family: 'Libre Baskerville', serif; } body { font-family: Helvetica; -webkit-font-smoothing: antialiased; background: #222831; } #Sales1{ margin: 10px 70px 70px; box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 ); } table { margin-top: 30px; border-radius: 5px; font-size: 12px; font-weight: normal; border: none; border-collapse: collapse; width: 100%; max-width: 100%; white-space: nowrap; background-color: white; } th { text-align: center; padding: 10px; color:white; font-size: 25px; background: #000000; } td { text-align: center; padding: 10px; font-size: 20px; border-right: 1px solid #f8f8f8; } table tr:nth-child(even) { background: #F8F8F8; } /* tr:nth-child(even) {background-color: #f2f2f2;} */ /* form */ #registration-form { font-family:'Open Sans Condensed', sans-serif; width: 50%; min-width:250px; margin: 30px auto; /* margin-bottom: 30px; */ position: relative; } #registration-form .fieldset { background-color:#d5d5d5; border-radius: 3px; } #registration-form legend { text-align: center; background: #000000; width: 100%; padding: 30px 0; border-radius: 3px 3px 0 0; color: white; font-size:2em; } .fieldset form{ border:1px solid #2f2f2f; margin:0 auto; display:block; width:100%; padding:30px 20px; box-sizing:border-box; border-radius:0 0 3px 3px; } .placeholder #registration-form label { display: none; } .no-placeholder #registration-form label{ margin-left:5px; position:relative; display:block; color:grey; text-shadow:0 1px white; font-weight:bold; } /* all */ ::-webkit-input-placeholder { text-shadow:1px 1px 1px white; font-weight:bold; } ::-moz-placeholder { text-shadow:0 1px 1px white; font-weight:bold; } /* firefox 19+ */ :-ms-input-placeholder { text-shadow:0 1px 1px white; font-weight:bold; } /* ie */ #registration-form input[type=text] , input[type=number] { padding: 15px 20px; border-radius: 1px; margin:5px auto; background-color:#f7f7f7; border: 1px solid silver; -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.2); box-shadow: inset 0 1px 5px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,.8); width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition:background-color .5s ease; -moz-transition:background-color .5s ease; -o-transition:background-color .5s ease; -ms-transition:background-color .5s ease; transition:background-color .5s ease; } .no-placeholder #registration-form input[type=text] { padding: 10px 20px; } #registration-form input[type=text]:active, .placeholder #registration-form input[type=text]:focus { outline: none; border-color: silver; background-color:white; } #registration-form input[type=submit] { font-family:'Open Sans Condensed', sans-serif; text-transform:uppercase; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; background-color:black; padding: 10px; color: white; border: 1px solid #3498db; border-radius: 3px; font-size: 1.5em; font-weight: bold; margin-top: 5px; cursor: pointer; position:relative; top:0; } #registration-form input[type=submit]:hover { background-color: white; color: black; } #registration-form input[type=submit]:active { background:black; color: white; } .parsley-error-list{ background-color:#C34343; padding: 5px 11px; margin: 0; list-style: none; border-radius: 0 0 3px 3px; margin-top:-5px; margin-bottom:5px; color:white; border:1px solid #870d0d; border-top:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; top:-1px; text-shadow:0px 1px 1px #460909; font-weight:700; font-size:12px; } .parsley-error{ border-color:#870d0d!important; border-bottom:none; } #registration-form select{ width:100%; padding:5px; } ::-moz-focus-inner { border: 0; } footer { clear: both; background-color: black; text-align: center; padding: 25px; font-size: 30px; } footer p { color: white; font-family: 'WindSong', cursive; } .slideshow-container { max-width: 100%; position: relative; margin: auto; top: 5px; } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { height: 15px; width: 15px; margin: 0 2px; background-color: red; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active { background-color: white; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 2.5} } @keyframes fade { from {opacity: .4} to {opacity: 2.5} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .text {font-size: 11px} }
css/style.css
*{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } header { background-color: black; text-align: center; padding: 50px; font-size: 40px; } img {vertical-align: middle;} header a { color: white; text-decoration: none; font-family: 'Anton', sans-serif; } header a:hover { background-color: white; color: black; padding: 40px; font-family: 'Libre Baskerville', serif; } body { font-family: Helvetica; -webkit-font-smoothing: antialiased; background: #222831; } #Sales1{ margin: 10px 70px 70px; box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 ); } table { margin-top: 30px; border-radius: 5px; font-size: 12px; font-weight: normal; border: none; border-collapse: collapse; width: 100%; max-width: 100%; white-space: nowrap; background-color: white; } th { text-align: center; padding: 10px; color:white; font-size: 25px; background: #000000; } td { text-align: center; padding: 10px; font-size: 20px; border-right: 1px solid #f8f8f8; } table tr:nth-child(even) { background: #F8F8F8; } /* tr:nth-child(even) {background-color: #f2f2f2;} */ /* form */ #registration-form { font-family:'Open Sans Condensed', sans-serif; width: 50%; min-width:250px; margin: 30px auto; /* margin-bottom: 30px; */ position: relative; } #registration-form .fieldset { background-color:#d5d5d5; border-radius: 3px; } #registration-form legend { text-align: center; background: #000000; width: 100%; padding: 30px 0; border-radius: 3px 3px 0 0; color: white; font-size:2em; } .fieldset form{ border:1px solid #2f2f2f; margin:0 auto; display:block; width:100%; padding:30px 20px; box-sizing:border-box; border-radius:0 0 3px 3px; } .placeholder #registration-form label { display: none; } .no-placeholder #registration-form label{ margin-left:5px; position:relative; display:block; color:grey; text-shadow:0 1px white; font-weight:bold; } /* all */ ::-webkit-input-placeholder { text-shadow:1px 1px 1px white; font-weight:bold; } ::-moz-placeholder { text-shadow:0 1px 1px white; font-weight:bold; } /* firefox 19+ */ :-ms-input-placeholder { text-shadow:0 1px 1px white; font-weight:bold; } /* ie */ #registration-form input[type=text] , input[type=number] { padding: 15px 20px; border-radius: 1px; margin:5px auto; background-color:#f7f7f7; border: 1px solid silver; -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.2); box-shadow: inset 0 1px 5px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,.8); width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition:background-color .5s ease; -moz-transition:background-color .5s ease; -o-transition:background-color .5s ease; -ms-transition:background-color .5s ease; transition:background-color .5s ease; } .no-placeholder #registration-form input[type=text] { padding: 10px 20px; } #registration-form input[type=text]:active, .placeholder #registration-form input[type=text]:focus { outline: none; border-color: silver; background-color:white; } #registration-form input[type=submit] { font-family:'Open Sans Condensed', sans-serif; text-transform:uppercase; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; background-color:black; padding: 10px; color: white; border: 1px solid #3498db; border-radius: 3px; font-size: 1.5em; font-weight: bold; margin-top: 5px; cursor: pointer; position:relative; top:0; } #registration-form input[type=submit]:hover { background-color: white; color: black; } #registration-form input[type=submit]:active { background:black; color: white; } .parsley-error-list{ background-color:#C34343; padding: 5px 11px; margin: 0; list-style: none; border-radius: 0 0 3px 3px; margin-top:-5px; margin-bottom:5px; color:white; border:1px solid #870d0d; border-top:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; top:-1px; text-shadow:0px 1px 1px #460909; font-weight:700; font-size:12px; } .parsley-error{ border-color:#870d0d!important; border-bottom:none; } #registration-form select{ width:100%; padding:5px; } ::-moz-focus-inner { border: 0; } footer { clear: both; background-color: black; text-align: center; padding: 25px; font-size: 30px; } footer p { color: white; font-family: 'WindSong', cursive; } .slideshow-container { max-width: 100%; position: relative; margin: auto; top: 5px; } /* Caption text */ .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { height: 15px; width: 15px; margin: 0 2px; background-color: red; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active { background-color: white; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 2.5} } @keyframes fade { from {opacity: .4} to {opacity: 2.5} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .text {font-size: 11px} }
0.229104
0.081155
@charset "utf-8"; @import url(comm.css); body{ background:#3d1553;position: relative;padding-bottom:270px;; } .c_money_one{width:100%;height:276px;background: url(../images/img1.png) no-repeat center 0;} .c_money_two{width:100%;height:223px;background: url(../images/img2.png) no-repeat center 0;} .c_money_three{width:100%;height:195px;background: url(../images/img3.jpg) no-repeat center 0;} .c_money_con{width:1200px;margin:0px auto;} .c_money_ul1{width:904px;height:164px;margin:0px 162px 0 132px;overflow: hidden;} .c_money_ul1 li{float: left;width:452px;text-align: center;} .c_money_ul1 li p{font-size:26px;color:#38113e;height:26px;margin:24px 0;line-height: 26px;} .c_money_ul1 li b{font-size:50px;color:#38113e;} .c_money_ul1 li b sub{font-size:30px;vertical-align: middle;} .c_money_ul1 .c_get_allmoney b{font-size:36px;color:#38113e;display: block;} .c_get_allmoney span{font-size:22px;color:#b486e0;} .c_now_num{font-size:30px;color:#fff;text-align: center;height:34px;line-height:34px;margin:26px 0 50px;} .c_now_num i{font-size:34px;color:#f9e501;font-style: normal;} .c_money_abtn1{width:370px;height:92px;background: url(../images/see.png) no-repeat center 0;display: block;margin:0px auto;font-size:30px;color:#38113e;line-height: 82px;text-align: center;} .c_money_record{width:1178px;height:310px;padding-top:30px;margin:38px auto 0;background: url(../images/cloud.png) no-repeat center 0;} .c_money_record h2{background: url(../images/text1.png) no-repeat 490px 0;width:100%;height:44px;} .c_record_con{width:550px;margin:10px 280px 10px 360px;height:184px;overflow: hidden;} .c_get_money li{width:100%;height:46px;font-size:22px;color:#38113e;} .c_get_money li span{float: left;width:215px;height:100%;overflow: hidden;display: block;line-height: 46px;} .c_get_money li p{float: right;line-height: 46px;} .c_get_money li p i{display: inline-block;width:68px;height:100%;font-style: normal;text-align: center;line-height: 46px;} .c_active_outbox{width:100%;background: url(../images/bg.jpg) no-repeat center 0;height:621px;padding-top: 20px;margin-top:80px;} .c_active_box{width:1140px;margin:0 auto;} .c_active_box h3{font-size:28px;color:#f9d301;text-align: center;background: url(../images/yuan.png) no-repeat 465px center;height:36px;line-height: 36px;margin-bottom:25px;} .c_active_ul{width:100%;} .c_active_ul li{font-size:22px;color:#fff;line-height: 42px;} .c_active_ul li span{display: inline-block;width:34px;height:34px;background: #8d50c7;text-align: center;line-height: 34px;border-radius: 50%;margin-right:34px;} .c_active_ul li i{font-style: normal;font-size:24px;color:#fee55c;} .c_active_box .c_active_rule{margin:30px 0;} .c_money_five{position: fixed;left:0px;bottom: 0px;background:#8d50c7;width:100%;height:228px;} .c_now_con{width:920px;height:82px;margin:73px auto;} .c_now_a{width:370px;height:82px;background:url(../images/btn.png) no-repeat center 0;display: block;font-size: 38px;color:#3d1553;line-height:76px;text-align: center;float:left;margin:0px 45px;} .c_money_ul1 .c_get_allmoney .c_login_money{font-size:50px;} .c_money_ul1 .c_get_allmoney .c_login_money sub{font-size:20px;} .c_money_record .c_record_titles{background: url(../images/text2.png) no-repeat 530px 0;} .head { height: 86px; width: 100%; background: #fff; } .head-wrap{ width:1200px; height:100%; margin:0px auto; } .logo{ background:url(../images/logo.png) no-repeat center 0; width: 153px; height: 49px; display: block; float: left; margin-top:18px; } .logo1{ font-size:18px; color:#dd2726; float: right; line-height: 86px; } /*S 右侧*/ .c_ewm_img{ width:150px; height:243px; background: url(../images/sao.png) no-repeat center 0; position: fixed; right:50%; top:300px; margin-right:-760px; } .c_ewm_img img{ width:125px; height:125px; display: block; margin:80px 12px 0 13px; } /*E 右侧*/
Public/Home/static/zt/rebate/css/recharge.css
@charset "utf-8"; @import url(comm.css); body{ background:#3d1553;position: relative;padding-bottom:270px;; } .c_money_one{width:100%;height:276px;background: url(../images/img1.png) no-repeat center 0;} .c_money_two{width:100%;height:223px;background: url(../images/img2.png) no-repeat center 0;} .c_money_three{width:100%;height:195px;background: url(../images/img3.jpg) no-repeat center 0;} .c_money_con{width:1200px;margin:0px auto;} .c_money_ul1{width:904px;height:164px;margin:0px 162px 0 132px;overflow: hidden;} .c_money_ul1 li{float: left;width:452px;text-align: center;} .c_money_ul1 li p{font-size:26px;color:#38113e;height:26px;margin:24px 0;line-height: 26px;} .c_money_ul1 li b{font-size:50px;color:#38113e;} .c_money_ul1 li b sub{font-size:30px;vertical-align: middle;} .c_money_ul1 .c_get_allmoney b{font-size:36px;color:#38113e;display: block;} .c_get_allmoney span{font-size:22px;color:#b486e0;} .c_now_num{font-size:30px;color:#fff;text-align: center;height:34px;line-height:34px;margin:26px 0 50px;} .c_now_num i{font-size:34px;color:#f9e501;font-style: normal;} .c_money_abtn1{width:370px;height:92px;background: url(../images/see.png) no-repeat center 0;display: block;margin:0px auto;font-size:30px;color:#38113e;line-height: 82px;text-align: center;} .c_money_record{width:1178px;height:310px;padding-top:30px;margin:38px auto 0;background: url(../images/cloud.png) no-repeat center 0;} .c_money_record h2{background: url(../images/text1.png) no-repeat 490px 0;width:100%;height:44px;} .c_record_con{width:550px;margin:10px 280px 10px 360px;height:184px;overflow: hidden;} .c_get_money li{width:100%;height:46px;font-size:22px;color:#38113e;} .c_get_money li span{float: left;width:215px;height:100%;overflow: hidden;display: block;line-height: 46px;} .c_get_money li p{float: right;line-height: 46px;} .c_get_money li p i{display: inline-block;width:68px;height:100%;font-style: normal;text-align: center;line-height: 46px;} .c_active_outbox{width:100%;background: url(../images/bg.jpg) no-repeat center 0;height:621px;padding-top: 20px;margin-top:80px;} .c_active_box{width:1140px;margin:0 auto;} .c_active_box h3{font-size:28px;color:#f9d301;text-align: center;background: url(../images/yuan.png) no-repeat 465px center;height:36px;line-height: 36px;margin-bottom:25px;} .c_active_ul{width:100%;} .c_active_ul li{font-size:22px;color:#fff;line-height: 42px;} .c_active_ul li span{display: inline-block;width:34px;height:34px;background: #8d50c7;text-align: center;line-height: 34px;border-radius: 50%;margin-right:34px;} .c_active_ul li i{font-style: normal;font-size:24px;color:#fee55c;} .c_active_box .c_active_rule{margin:30px 0;} .c_money_five{position: fixed;left:0px;bottom: 0px;background:#8d50c7;width:100%;height:228px;} .c_now_con{width:920px;height:82px;margin:73px auto;} .c_now_a{width:370px;height:82px;background:url(../images/btn.png) no-repeat center 0;display: block;font-size: 38px;color:#3d1553;line-height:76px;text-align: center;float:left;margin:0px 45px;} .c_money_ul1 .c_get_allmoney .c_login_money{font-size:50px;} .c_money_ul1 .c_get_allmoney .c_login_money sub{font-size:20px;} .c_money_record .c_record_titles{background: url(../images/text2.png) no-repeat 530px 0;} .head { height: 86px; width: 100%; background: #fff; } .head-wrap{ width:1200px; height:100%; margin:0px auto; } .logo{ background:url(../images/logo.png) no-repeat center 0; width: 153px; height: 49px; display: block; float: left; margin-top:18px; } .logo1{ font-size:18px; color:#dd2726; float: right; line-height: 86px; } /*S 右侧*/ .c_ewm_img{ width:150px; height:243px; background: url(../images/sao.png) no-repeat center 0; position: fixed; right:50%; top:300px; margin-right:-760px; } .c_ewm_img img{ width:125px; height:125px; display: block; margin:80px 12px 0 13px; } /*E 右侧*/
0.115349
0.061593
body { font-family: sans-serif; } #iframe { border: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #edit { font-family: monospace; font-weight: bold; color: rgba(0, 0, 0, 0.54); position: absolute; z-index: 100; position: absolute; top: 0.85em; right: 1em; display: none; } #edit:not(:hover) { text-decoration: none; } #warning { position: absolute; border-radius: 4px; background-color: #feecc2; padding: 1em; font-size: 16px; width: 20em; z-index: 100; top: 10vh; left: 50vw; margin-left: -10em; } #warning:empty { display: none; } body.toasting #iframe, body.toasting #edit { opacity: 0.5; pointer-events: none; } body.toasting #toast { box-sizing: border-box; background-color: #feecc2; border-radius: 4px; font-size: 13px; left: 50%; top: 10px; margin-left: -160px; padding: 1em; position: absolute; max-width: 320px; z-index: 101; } body:not(.toasting) #toast, body.toasting #warning { display: none; } body:not(.download) #download { display:none; } #download { background:#fafafa; width:100vw; height:100vh; position:absolute; top:0; left:0; display:flex; text-decoration: none; color:black; justify-content: center; align-items: center; flex-direction: column; font-size:14px; } #dl-image { width:128px; height:128px; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%0A%3Csvg width='128' height='128' viewBox='0 0 128 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_116_2' maskUnits='userSpaceOnUse' x='27' y='15' width='74' height='98' fill='black'%3E%3Crect fill='white' x='27' y='15' width='74' height='98'/%3E%3Cpath d='M80 16H28V112H100V36L80 16Z'/%3E%3C/mask%3E%3Cpath d='M80 16H28V112H100V36L80 16Z' fill='white'/%3E%3Cpath d='M28 16V15H27V16H28ZM80 16L80.7071 15.2929L80.4142 15H80V16ZM28 112H27V113H28V112ZM100 112V113H101V112H100ZM100 36H101V35.5858L100.707 35.2929L100 36ZM28 17H80V15H28V17ZM29 112V16H27V112H29ZM100 111H28V113H100V111ZM99 36V112H101V36H99ZM100.707 35.2929L80.7071 15.2929L79.2929 16.7071L99.2929 36.7071L100.707 35.2929Z' fill='black' fill-opacity='0.15' mask='url(%23path-1-outside-1_116_2)'/%3E%3C/svg%3E%0A"); padding: 20px 32px; box-sizing: border-box; display:flex; justify-content: center; align-items: center;; color:rgba(0,0,0,0.3); font-weight:bold; } #dl-button { text-decoration:none; background:gray; color:white; padding:0.5em 1em; border-radius:2em; display:none; } #dl-button:hover { background:black; } #dl-name { margin-bottom:2em; }
docs/index.src/index.css
body { font-family: sans-serif; } #iframe { border: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #edit { font-family: monospace; font-weight: bold; color: rgba(0, 0, 0, 0.54); position: absolute; z-index: 100; position: absolute; top: 0.85em; right: 1em; display: none; } #edit:not(:hover) { text-decoration: none; } #warning { position: absolute; border-radius: 4px; background-color: #feecc2; padding: 1em; font-size: 16px; width: 20em; z-index: 100; top: 10vh; left: 50vw; margin-left: -10em; } #warning:empty { display: none; } body.toasting #iframe, body.toasting #edit { opacity: 0.5; pointer-events: none; } body.toasting #toast { box-sizing: border-box; background-color: #feecc2; border-radius: 4px; font-size: 13px; left: 50%; top: 10px; margin-left: -160px; padding: 1em; position: absolute; max-width: 320px; z-index: 101; } body:not(.toasting) #toast, body.toasting #warning { display: none; } body:not(.download) #download { display:none; } #download { background:#fafafa; width:100vw; height:100vh; position:absolute; top:0; left:0; display:flex; text-decoration: none; color:black; justify-content: center; align-items: center; flex-direction: column; font-size:14px; } #dl-image { width:128px; height:128px; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%0A%3Csvg width='128' height='128' viewBox='0 0 128 128' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_116_2' maskUnits='userSpaceOnUse' x='27' y='15' width='74' height='98' fill='black'%3E%3Crect fill='white' x='27' y='15' width='74' height='98'/%3E%3Cpath d='M80 16H28V112H100V36L80 16Z'/%3E%3C/mask%3E%3Cpath d='M80 16H28V112H100V36L80 16Z' fill='white'/%3E%3Cpath d='M28 16V15H27V16H28ZM80 16L80.7071 15.2929L80.4142 15H80V16ZM28 112H27V113H28V112ZM100 112V113H101V112H100ZM100 36H101V35.5858L100.707 35.2929L100 36ZM28 17H80V15H28V17ZM29 112V16H27V112H29ZM100 111H28V113H100V111ZM99 36V112H101V36H99ZM100.707 35.2929L80.7071 15.2929L79.2929 16.7071L99.2929 36.7071L100.707 35.2929Z' fill='black' fill-opacity='0.15' mask='url(%23path-1-outside-1_116_2)'/%3E%3C/svg%3E%0A"); padding: 20px 32px; box-sizing: border-box; display:flex; justify-content: center; align-items: center;; color:rgba(0,0,0,0.3); font-weight:bold; } #dl-button { text-decoration:none; background:gray; color:white; padding:0.5em 1em; border-radius:2em; display:none; } #dl-button:hover { background:black; } #dl-name { margin-bottom:2em; }
0.308711
0.078572
:root { --blue: #2980b9; --lightblue: #3498db; --light: #ecf0f1; --darkblue: #2c3e50; --red: #e74c3c; } body { font-family: "Fira Sans", sans-serif; font-weight: 400; background-color: var(--light); color: var(--darkblue); } header { margin: 0px; padding: 0px; } h1, h2, h3, h4, h5, h6 { font-weight: 700; } thead { background-color: var(--red); color: var(--light); font-weight: 700; } .custom-jumbotron, .custom-card .card-header, .custom-card .card-footer, .custom-modal .modal-header, .custom-modal .modal-footer { background-color: var(--darkblue); color: var(--light); } .custom-card { border-color: var(--darkblue); } .custom-card .card-body, .custom-modal .modal-body { background-color: var(--light); color: var(--darkblue); } .submit, .clearCityButton { background-color: var(--darkblue); color: #fff; border-radius: 7px; display: inline-block; padding: 0.375rem 0.75rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } .submit:hover, .clearCityButton:hover { background-color: var(--red); } .custom-table tbody { background-color: var(--darkblue); color: var(--light); } .aside { margin-bottom: 20px; } .cityList { padding: 0 1.25rem 1.25rem 1.25rem; } .cityList ul { padding: 0; margin: 0; padding-bottom: 1.25rem; } .cityList li { cursor: pointer; list-style-type: none; display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .cityList li:hover { background-color: var(--red); color: white; } .currentWeather { background-color: white; border: solid grey 1px; border-radius: 15px; padding: 30px; margin-bottom: 40px; } .currentWeatherTitle { font-weight: 700; font-size: 1.75rem; } .currentDate { margin: 0 10px 0 10px; } .currentWeather ul { padding: 0; margin: 0; } .currentWeather li { list-style-type: none; margin-bottom: 15px; } .fiveDaysWeather { display: flex; flex-wrap: wrap; justify-content: space-between; } .fiveDaysWeather h3 { width: 100%; margin-bottom: 20px; } .dayForecastBox { background-color: var(--blue); border: solid var(--darkblue) 1px; border-radius: 15px; padding: 10px; color: white; flex-grow: 1; margin: 0px 10px 10px 0; } .dayForecastBox ul { padding: 0; margin: 0; } .dayForecastBox li { list-style-type: none; }
assets/css/style.css
:root { --blue: #2980b9; --lightblue: #3498db; --light: #ecf0f1; --darkblue: #2c3e50; --red: #e74c3c; } body { font-family: "Fira Sans", sans-serif; font-weight: 400; background-color: var(--light); color: var(--darkblue); } header { margin: 0px; padding: 0px; } h1, h2, h3, h4, h5, h6 { font-weight: 700; } thead { background-color: var(--red); color: var(--light); font-weight: 700; } .custom-jumbotron, .custom-card .card-header, .custom-card .card-footer, .custom-modal .modal-header, .custom-modal .modal-footer { background-color: var(--darkblue); color: var(--light); } .custom-card { border-color: var(--darkblue); } .custom-card .card-body, .custom-modal .modal-body { background-color: var(--light); color: var(--darkblue); } .submit, .clearCityButton { background-color: var(--darkblue); color: #fff; border-radius: 7px; display: inline-block; padding: 0.375rem 0.75rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } .submit:hover, .clearCityButton:hover { background-color: var(--red); } .custom-table tbody { background-color: var(--darkblue); color: var(--light); } .aside { margin-bottom: 20px; } .cityList { padding: 0 1.25rem 1.25rem 1.25rem; } .cityList ul { padding: 0; margin: 0; padding-bottom: 1.25rem; } .cityList li { cursor: pointer; list-style-type: none; display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .cityList li:hover { background-color: var(--red); color: white; } .currentWeather { background-color: white; border: solid grey 1px; border-radius: 15px; padding: 30px; margin-bottom: 40px; } .currentWeatherTitle { font-weight: 700; font-size: 1.75rem; } .currentDate { margin: 0 10px 0 10px; } .currentWeather ul { padding: 0; margin: 0; } .currentWeather li { list-style-type: none; margin-bottom: 15px; } .fiveDaysWeather { display: flex; flex-wrap: wrap; justify-content: space-between; } .fiveDaysWeather h3 { width: 100%; margin-bottom: 20px; } .dayForecastBox { background-color: var(--blue); border: solid var(--darkblue) 1px; border-radius: 15px; padding: 10px; color: white; flex-grow: 1; margin: 0px 10px 10px 0; } .dayForecastBox ul { padding: 0; margin: 0; } .dayForecastBox li { list-style-type: none; }
0.492676
0.194923
* { padding: 0; margin: 0; scroll-behavior: smooth; color: #7ddffa; } header { width: 100%; height: 100vh; background: url(img/wall1.jpg) no-repeat 50% 50%; background-size: cover; } body { width: 100vw; overflow-x: hidden; } .center { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .navbar-nav { text-align: center; } .introduction h1 { overflow: hidden; /* Ensures the content is not revealed until the animation */ border-right: 0.15em solid #7ddffa; /* The typwriter cursor */ white-space: nowrap; /* Keeps the content on a single line */ margin: 0 auto; /* Gives that scrolling effect as the typing happens */ letter-spacing: 0.15em; /* Adjust as needed */ animation: typing 3s steps(40, end), blinks 0.75s step-end infinite; height: 100%; } .introduction h5 { font-size: 25px; opacity: 0; animation-name: largg; animation-duration: 2s; -webkit-animation-fill-mode: forwards; animation-delay: 2.8s; } footer img { height: 40px; width: 40px; margin: 10px; transition: all ease 0.5s; } footer img:hover{ transform: translateY(-10px); } footer { text-align: center; } #navbarNavAltMarkup a:hover { color: #7ddffa; } .pcard { height: 60vh; background-color: #272831; min-height: 543px; } .slick-slide img { margin: 0 auto; max-width: 100%; border: 3px solid #7ddffa; border-radius: 50%; margin-bottom: 25px; } .a1{ background: linear-gradient(45deg, #000428, #004e92); } .a2{ background: linear-gradient(45deg, #141e30,#243b55); } .a3{ background: linear-gradient(45deg,#2b5876,#4e4376); } .a4{ background: linear-gradient(45deg,#434343 ,#000000); } .a5{ background: linear-gradient(45deg,#36d1dc,#5b86e5); } .a6{ background: linear-gradient(45deg,#4568dc , #b06ab3); } .a7{ background: linear-gradient(45deg,#614385 ,#516395); } .a8{ background: linear-gradient(45deg,#bdc3c7,#2c3e50); } .a9{ background: linear-gradient(45deg,#a3bded,#6991c7); } .a10{ background: linear-gradient(45deg,#041b2d ,#428cd4); } .a12{ background: linear-gradient(45deg,#A40606 ,#D98324); } .a1 .social a{ background-color:#004e92; } .a2 .social a{ background-color:#243b55; } .a3 .social a{ background-color:#2b5876; } .a4 .social a{ background-color:#434343; } .a5 .social a{ background-color:#5b86e5; } .a6 .social a{ background-color:#4568dc; } .a7 .social a{ background-color:#614385; } .a8 .social a{ background-color:#bdc3c7; } .a9 .social a{ background-color:#6991c7; } .a10 .social a{ background-color:#428cd4; } .a12 .social a{ background-color:#D98324; } #projects{ height:562px; } .item { padding: 15px; outline: none; } .slider{ height:100%; } .item-inner { border-radius: 18px; text-align: center; padding: 25px; } .item-inner h4 { font-size: 30px; color: #fff; text-transform: capitalize; } .item-inner p { font-size: 16px; color: #fff; font-family: "Open Sans"; text-transform: capitalize; letter-spacing: 1px; } .social { margin-top: 50px; } .social a { display: inline-block; width: 45px; height: 45px; line-height: 45px; color: #f51717; border-radius: 50%; text-align: center; font-size: 20px; margin: 0 5px; transition: all ease 0.5s; } .social a:hover { transform: translateY(-10px); } .slick-slide { transform: scale(0.8); opacity: 0.3; transition: all ease 0.5s; } .slick-slide.slick-current { transform: scale(1); opacity: 1; } .slick-arrow { position: absolute; bottom: 0; z-index: 99; border: none; width: 100px; outline: none; } .slick-next { background: transparent; border: 1px solid white; border-radius: 10px; right: 0; margin: 5px; margin-right: 20px; } .slick-prev { background: transparent; border: 1px solid white; border-radius: 10px; left: 0; margin:5px; margin-left: 20px; } .slick-list { padding-top: 55px !important; padding-bottom: 55px !important; } @media (max-width: 460px) { .introduction h5 { font-size: 15px; -webkit-animation-fill-mode: backwards; } .introduction h1 { font-size: 20px; } .introduction img { height: 150px; width: 150px; } } @keyframes typing { from { width: 0; } to { width: 100%; } } /* The typewriter cursor effect */ @keyframes blinks { from, to { border-color: transparent; } 50% { border-color: #7ddffa; } } @keyframes largg { 0% { opacity: 0; font-size: 10px; } 25% { opacity: 0.25; font-size: 15px; } 50% { opacity: 0.5; font-size: 20px; } 100% { opacity: 1; font-size: 25px; } }
style.css
* { padding: 0; margin: 0; scroll-behavior: smooth; color: #7ddffa; } header { width: 100%; height: 100vh; background: url(img/wall1.jpg) no-repeat 50% 50%; background-size: cover; } body { width: 100vw; overflow-x: hidden; } .center { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .navbar-nav { text-align: center; } .introduction h1 { overflow: hidden; /* Ensures the content is not revealed until the animation */ border-right: 0.15em solid #7ddffa; /* The typwriter cursor */ white-space: nowrap; /* Keeps the content on a single line */ margin: 0 auto; /* Gives that scrolling effect as the typing happens */ letter-spacing: 0.15em; /* Adjust as needed */ animation: typing 3s steps(40, end), blinks 0.75s step-end infinite; height: 100%; } .introduction h5 { font-size: 25px; opacity: 0; animation-name: largg; animation-duration: 2s; -webkit-animation-fill-mode: forwards; animation-delay: 2.8s; } footer img { height: 40px; width: 40px; margin: 10px; transition: all ease 0.5s; } footer img:hover{ transform: translateY(-10px); } footer { text-align: center; } #navbarNavAltMarkup a:hover { color: #7ddffa; } .pcard { height: 60vh; background-color: #272831; min-height: 543px; } .slick-slide img { margin: 0 auto; max-width: 100%; border: 3px solid #7ddffa; border-radius: 50%; margin-bottom: 25px; } .a1{ background: linear-gradient(45deg, #000428, #004e92); } .a2{ background: linear-gradient(45deg, #141e30,#243b55); } .a3{ background: linear-gradient(45deg,#2b5876,#4e4376); } .a4{ background: linear-gradient(45deg,#434343 ,#000000); } .a5{ background: linear-gradient(45deg,#36d1dc,#5b86e5); } .a6{ background: linear-gradient(45deg,#4568dc , #b06ab3); } .a7{ background: linear-gradient(45deg,#614385 ,#516395); } .a8{ background: linear-gradient(45deg,#bdc3c7,#2c3e50); } .a9{ background: linear-gradient(45deg,#a3bded,#6991c7); } .a10{ background: linear-gradient(45deg,#041b2d ,#428cd4); } .a12{ background: linear-gradient(45deg,#A40606 ,#D98324); } .a1 .social a{ background-color:#004e92; } .a2 .social a{ background-color:#243b55; } .a3 .social a{ background-color:#2b5876; } .a4 .social a{ background-color:#434343; } .a5 .social a{ background-color:#5b86e5; } .a6 .social a{ background-color:#4568dc; } .a7 .social a{ background-color:#614385; } .a8 .social a{ background-color:#bdc3c7; } .a9 .social a{ background-color:#6991c7; } .a10 .social a{ background-color:#428cd4; } .a12 .social a{ background-color:#D98324; } #projects{ height:562px; } .item { padding: 15px; outline: none; } .slider{ height:100%; } .item-inner { border-radius: 18px; text-align: center; padding: 25px; } .item-inner h4 { font-size: 30px; color: #fff; text-transform: capitalize; } .item-inner p { font-size: 16px; color: #fff; font-family: "Open Sans"; text-transform: capitalize; letter-spacing: 1px; } .social { margin-top: 50px; } .social a { display: inline-block; width: 45px; height: 45px; line-height: 45px; color: #f51717; border-radius: 50%; text-align: center; font-size: 20px; margin: 0 5px; transition: all ease 0.5s; } .social a:hover { transform: translateY(-10px); } .slick-slide { transform: scale(0.8); opacity: 0.3; transition: all ease 0.5s; } .slick-slide.slick-current { transform: scale(1); opacity: 1; } .slick-arrow { position: absolute; bottom: 0; z-index: 99; border: none; width: 100px; outline: none; } .slick-next { background: transparent; border: 1px solid white; border-radius: 10px; right: 0; margin: 5px; margin-right: 20px; } .slick-prev { background: transparent; border: 1px solid white; border-radius: 10px; left: 0; margin:5px; margin-left: 20px; } .slick-list { padding-top: 55px !important; padding-bottom: 55px !important; } @media (max-width: 460px) { .introduction h5 { font-size: 15px; -webkit-animation-fill-mode: backwards; } .introduction h1 { font-size: 20px; } .introduction img { height: 150px; width: 150px; } } @keyframes typing { from { width: 0; } to { width: 100%; } } /* The typewriter cursor effect */ @keyframes blinks { from, to { border-color: transparent; } 50% { border-color: #7ddffa; } } @keyframes largg { 0% { opacity: 0; font-size: 10px; } 25% { opacity: 0.25; font-size: 15px; } 50% { opacity: 0.5; font-size: 20px; } 100% { opacity: 1; font-size: 25px; } }
0.553023
0.123895
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400); .text{ text-align: center; padding-left: 0px; } .overview, .tier { color: black; } a:hover { color:blue; } .Copyright{ padding-left:500px; } .fa { padding: 20px; /* /* font-size: 30px; */ /* width: 50%; */ text-align: center; text-decoration: none; margin: 5px 2px; border-radius: 50%; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-youtube { background: #bb0000; color: white; } .fa-instagram { background: #125688; color: white; } .fa-github { background-color: grey; } .footer #button{ width:35px; height:35px; /* border: #727172 12px solid; */ border-radius:35px; margin:auto; position:relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .footer #button:hover{ width:35px; height:35px; border: #3A3A3A 12px solid; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; position:relative; } .footer { bottom:0; left:0; position:fixed; width: 100%; height: 3em; overflow:hidden; margin:0 auto; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; z-index:999; } .footer:hover { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; height: 43%; } @media screen and (max-width: 900px) and (min-width: 600px){ .footer #container{ margin-top:5px; width:100%; height:100%; position:relative; top:0; left:0; background: #3A3A3A; } .footer #cont{ position:relative; top:-45px; right:190px; width:150px; height:auto; margin:0 auto; } .footer_center{ width:500px; float:left; text-align:center; } .footer h3{ font-family: 'Helvetica'; font-size: 30px; font-weight: 100; margin-top:70px; margin-left:40px; } }
angular-service/src/app/footer/footer.component.css
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400); .text{ text-align: center; padding-left: 0px; } .overview, .tier { color: black; } a:hover { color:blue; } .Copyright{ padding-left:500px; } .fa { padding: 20px; /* /* font-size: 30px; */ /* width: 50%; */ text-align: center; text-decoration: none; margin: 5px 2px; border-radius: 50%; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-youtube { background: #bb0000; color: white; } .fa-instagram { background: #125688; color: white; } .fa-github { background-color: grey; } .footer #button{ width:35px; height:35px; /* border: #727172 12px solid; */ border-radius:35px; margin:auto; position:relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .footer #button:hover{ width:35px; height:35px; border: #3A3A3A 12px solid; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; position:relative; } .footer { bottom:0; left:0; position:fixed; width: 100%; height: 3em; overflow:hidden; margin:0 auto; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; z-index:999; } .footer:hover { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; height: 43%; } @media screen and (max-width: 900px) and (min-width: 600px){ .footer #container{ margin-top:5px; width:100%; height:100%; position:relative; top:0; left:0; background: #3A3A3A; } .footer #cont{ position:relative; top:-45px; right:190px; width:150px; height:auto; margin:0 auto; } .footer_center{ width:500px; float:left; text-align:center; } .footer h3{ font-family: 'Helvetica'; font-size: 30px; font-weight: 100; margin-top:70px; margin-left:40px; } }
0.295636
0.098947
blockquote::before { content: none; } blockquote::after { content: none; } q::before { content: none; } q::after { content: none; } blockquote { quotes: "" ""; } q { quotes: "" ""; } blockquote { margin: 1em 40px; } dfn { font-style: italic; } mark { background: rgb(255, 255, 0); color: rgb(0, 0, 0); } code { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } kbd { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } pre { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } samp { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } pre { white-space: pre-wrap; -ms-word-wrap: break-word; } sub { font-size: 75%; } sup { font-size: 75%; } small { font-size: 75%; } sub { line-height: 0; vertical-align: baseline; position: relative; } sup { line-height: 0; vertical-align: baseline; position: relative; } sub { bottom: -0.25em; } sup { top: -0.5em; } b { font-weight: 700; } strong { font-weight: 700; } abbr { border: 0px currentColor; border-image: none; font-variant: normal; } acronym { border: 0px currentColor; border-image: none; font-variant: normal; } del { text-decoration: line-through; } img { border: 0px currentColor; border-image: none; color: transparent; font-size: 0px; vertical-align: middle; -ms-interpolation-mode: bicubic; } a img { border: currentColor; border-image: none; } svg:not(:root) { overflow: hidden; } fieldset { margin: 0px 2px; padding: 0.35em 0.62em 0.75em; border: 1px solid silver; border-image: none; } legend { padding: 0px; border: 0px currentColor; border-image: none; white-space: normal; } button { margin: 0px; font-size: 100%; vertical-align: baseline; } input { margin: 0px; font-size: 100%; vertical-align: baseline; } select { margin: 0px; font-size: 100%; vertical-align: baseline; } textarea { margin: 0px; font-size: 100%; vertical-align: baseline; } :focus { outline: 0px; } button { margin: 0px; font-size: 100%; vertical-align: middle; } input { margin: 0px; font-size: 100%; vertical-align: middle; } select { margin: 0px; font-size: 100%; vertical-align: middle; } textarea { margin: 0px; font-size: 100%; vertical-align: middle; } button { line-height: normal; overflow: visible; } input { line-height: normal; overflow: visible; } button { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } html input[type=button] { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } input[type=reset] { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } input[type=submit] { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } button[disabled] { cursor: default; } input[disabled] { cursor: default; } input[type=checkbox] { padding: 0px; box-sizing: border-box; } input[type=radio] { padding: 0px; box-sizing: border-box; } input[type=search] { box-sizing: content-box; -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } textarea { overflow: auto; vertical-align: top; } html { font-size: 100%; } body { color: rgb(0, 0, 0); line-height: 1.3; font-family: Arial,Helvetica,sans-senif,SimSun,"����"; font-size: 75%; } hr { border-width: 1px 0px 0px; border-style: solid; border-color: rgb(204, 204, 204); border-image: none; } h1 { font-weight: 400; } h2 { font-weight: 400; } h3 { font-weight: 400; } h4 { font-weight: 400; } h5 { font-weight: 400; } h6 { font-weight: 400; } h1 { line-height: 1; font-size: 3em; } h2 { line-height: 1; font-size: 2em; } h3 { line-height: 1; font-size: 1.5em; } h4 { line-height: 1.25; font-size: 1.2em; } h5 { font-size: 1em; font-weight: 700; } h6 { font-size: 1em; font-weight: 700; } a { color: rgb(0, 102, 204); text-decoration: none; } a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .en-us { font-size: 12px; } .en-us p { margin: 0px 0px 15px; line-height: 130%; font-size: 12px; } .en-us .page-title { font-size: 19px; font-weight: 400; } .en-us .content-title { font-size: 16px; font-weight: 700; } .en-us .paragraph-title { font-size: 14px; font-weight: 400; } .en-us .enlarge { font-size: 14px; font-weight: 400; } .en-us .hint { font-family: Tahoma; font-size: 11px; } .zh-cn { font-size: 12px; } .zh-cn p { margin: 0px 0px 20px; line-height: 170%; } .zh-cn .page-title { font-size: 16px; font-weight: 700; } .zh-cn .paragraph-title { font-size: 14px; } .zh-cn .enlarge { font-size: 14px; } .grid { width: 990px; margin-right: auto; margin-left: auto; } .grid::before { line-height: 0; display: table; content: ""; } .grid::after { line-height: 0; display: table; content: ""; } .grid::after { clear: both; } .grid { } .col-main { width: 100%; float: left; display: inline; } .col-sub { float: left; display: inline; } .col-extra { float: left; display: inline; } .grid-c1 { width: 990px; } .grid-c2-s5 .main-wrap { margin-left: 200px; } .grid-c2-s5 .col-sub { width: 190px; margin-left: -100%; } .grid-c2-s6 .main-wrap { margin-left: 240px; } .grid-c2-s6 .col-sub { width: 230px; margin-left: -100%; } .grid-c2-e5 .main-wrap { margin-right: 200px; } .grid-c2-e5 .col-extra { width: 190px; margin-left: -190px; } .grid-c2-e6 .main-wrap { margin-right: 240px; } .grid-c2-e6 .col-extra { width: 230px; margin-left: -230px; } .grid-c3-s5e6 .main-wrap { margin: 0px 240px 0px 200px; } .grid-c3-s5e6 .col-sub { width: 190px; margin-left: -100%; } .grid-c3-s5e6 .col-extra { width: 230px; margin-left: -230px; } .grid-c3-s6e5 .main-wrap { margin: 0px 200px 0px 240px; } .grid-c3-s6e5 .col-sub { width: 230px; margin-left: -100%; } .grid-c3-s6e5 .col-extra { width: 190px; margin-left: -190px; } .grid-fluid { width: 990px; margin-right: auto; margin-left: auto; } .grid-fluid::before { line-height: 0; display: table; content: ""; } .grid-fluid::after { line-height: 0; display: table; content: ""; } .grid-fluid::after { clear: both; } .grid-fluid { } .grid-fluid .grid-c1 { width: 100%; } .grid-c2-s5.grid-fluid .main-wrap { margin-left: 20.2%; } .grid-c2-s5.grid-fluid .col-sub { width: 19.19%; margin-left: -100%; } .grid-c2-s6.grid-fluid .main-wrap { margin-left: 24.24%; } .grid-c2-s6.grid-fluid .col-sub { width: 23.23%; margin-left: -100%; } .grid-c2-e5.grid-fluid .main-wrap { margin-right: 20.2%; } .grid-c2-e5.grid-fluid .col-extra { width: 19.19%; margin-left: -19.19%; } .grid-c2-e6.grid-fluid .main-wrap { margin-right: 24.24%; } .grid-c2-e6.grid-fluid .col-extra { width: 23.23%; margin-left: -23.23%; } .grid-c3-s5e6.grid-fluid .main-wrap { margin: 0px 24.24% 0px 20.2%; } .grid-c3-s5e6.grid-fluid .col-sub { width: 19.19%; margin-left: -100%; } .grid-c3-s5e6.grid-fluid .col-extra { width: 23.23%; margin-left: -23.23%; } .grid-c3-s6e5.grid-fluid .main-wrap { margin: 0px 20.2% 0px 24.24%; } .grid-c3-s6e5.grid-fluid .col-sub { width: 23.23%; margin-left: -100%; } .grid-c3-s6e5.grid-fluid .col-extra { width: 19.19%; margin-left: -19.19%; } .row { margin-right: auto; margin-left: auto; } .row-990 { width: 990px; } .row-1200 { width: 1200px; } .row::before { line-height: 0; display: table; content: ""; } .row::after { line-height: 0; display: table; content: ""; } .row::after { clear: both; } .row { } .col-main { width: 100%; float: left; display: inline; } .col-sub { float: left; display: inline; } .col-extra { float: left; display: inline; } .row-c1 { } .row-c2-s6 .main-wrap { margin-left: 210px; } .row-c2-s6 .col-sub { width: 180px; margin-left: -100%; } .row-c2-s7 .main-wrap { margin-left: 240px; } .row-c2-s7 .col-sub { width: 210px; margin-left: -100%; } .row-c2-e6 .main-wrap { margin-right: 210px; } .row-c2-e6 .col-extra { width: 180px; margin-left: -180px; } .row-c2-e7 .main-wrap { margin-right: 240px; } .row-c2-e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s6e7 .main-wrap { margin: 0px 240px 0px 210px; } .row-c3-s6e7 .col-sub { width: 180px; margin-left: -100%; } .row-c3-s6e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s6e9 .main-wrap { margin: 0px 300px 0px 210px; } .row-c3-s6e9 .col-sub { width: 180px; margin-left: -100%; } .row-c3-s6e9 .col-extra { width: 270px; margin-left: -270px; } .row-c3-s7e6 .main-wrap { margin: 0px 210px 0px 240px; } .row-c3-s7e6 .col-sub { width: 210px; margin-left: -100%; } .row-c3-s7e6 .col-extra { width: 180px; margin-left: -180px; } .row-c3-s7e7 .main-wrap { margin: 0px 240px; } .row-c3-s7e7 .col-sub { width: 210px; margin-left: -100%; } .row-c3-s7e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s7e8 .main-wrap { margin: 0px 270px 0px 240px; } .row-c3-s7e8 .col-sub { width: 210px; margin-left: -100%; } .row-c3-s7e8 .col-extra { width: 240px; margin-left: -240px; } .row-c3-s8e7 .main-wrap { margin: 0px 240px 0px 270px; } .row-c3-s8e7 .col-sub { width: 240px; margin-left: -100%; } .row-c3-s8e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s9e6 .main-wrap { margin: 0px 210px 0px 300px; } .row-c3-s9e6 .col-sub { width: 270px; margin-left: -100%; } .row-c3-s9e6 .col-extra { width: 180px; margin-left: -180px; } .page { margin: 0px auto; width: 990px; } .col-main { width: 100%; float: left; } .col-sub { float: left; } .col-extra { float: left; } .footer { } .main-wrap::after { height: 0px; clear: both; display: block; content: "\0020"; } .col-sub::after { height: 0px; clear: both; display: block; content: "\0020"; } .col-extra::after { height: 0px; clear: both; display: block; content: "\0020"; } .main-wrap { -ms-zoom: 1; } .col-sub { -ms-zoom: 1; } .col-extra { -ms-zoom: 1; } .util-left { display: inline; } .util-right { display: inline; } .util-left { float: left; } .util-right { float: right; } .util-clearfix::after { height: 0px; clear: both; font-size: 0px; display: block; visibility: hidden; content: "\0020"; } .util-clearfix { -ms-zoom: 1; } .util-valign { height: 100%; overflow: hidden; display: table; } .util-valign .util-valign-ctn { text-align: center; vertical-align: middle; display: table-cell; } .util-valign .util-valign-inner { } .ui-box { position: relative; } .ui-box-title { margin: 0px; overflow: hidden; position: relative; } .ui-box-header { margin: 0px; overflow: hidden; position: relative; } .ui-box-title .ui-box-sub-title { margin-left: 11px; } .ui-box-header .ui-box-sub-title { margin-left: 11px; } .ui-box-title .action { top: 6px; right: 0px; position: absolute; z-index: 2; } .ui-box-header .action { top: 6px; right: 0px; position: absolute; z-index: 2; } .ui-box-body .split { padding-bottom: 8px; margin-bottom: 8px; } .ui-box-body .view-more { } .ui-box-body .view-less { } .ui-box-title .ui-box-sub-title { color: rgb(153, 153, 153); font-size: 12px; font-weight: 400; } .ui-box-header .ui-box-sub-title { color: rgb(153, 153, 153); font-size: 12px; font-weight: 400; } .ui-box-title .action { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-title .action:visited { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-header .action { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-header .action:visited { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-title .action:hover { text-decoration: underline; } .ui-box-header .action:hover { text-decoration: underline; } .ui-box-body .split { border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: dotted; } .ui-box-body { position: relative; } .ui-box-body .external { background: url("/simg/sprites/app/sprite-viewmore-arrow.png?t=63f14fe4_0") no-repeat 0px 0px; padding-right: 12px; } .ui-box-body .internal { background: url("/simg/sprites/app/sprite-viewmore-arrow.png?t=63f14fe4_0") no-repeat 0px 0px; padding-right: 12px; } .ui-box-body .external { background-position: 100% -37px; color: rgb(0, 102, 204); text-decoration: none; float: right; } .ui-box-body .external:visited { background-position: 100% -37px; color: rgb(0, 102, 204); text-decoration: none; float: right; } .ui-box-body .external:hover { color: rgb(255, 153, 0); text-decoration: underline; } .ui-box-body .internal { background-position: 100% 7px; color: rgb(51, 51, 51); text-decoration: none; float: none; } .ui-box-body .internal:visited { background-position: 100% 7px; color: rgb(51, 51, 51); text-decoration: none; float: none; } .ui-box-body .view-less { background-position: 100% -14px; } .ui-box-body .view-less:visited { background-position: 100% -14px; } .ui-box-body .internal:hover { color: rgb(255, 153, 0); text-decoration: underline; } .ui-box-body .unfold { background-position: 100% -14px; } .ui-box-body .push-button-wrap { left: 50%; top: 15px; float: left; position: relative; } .ui-box-body .push-button-wrap .internal { background-position: 86% 10px; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); margin: 0px auto; padding: 5px 23px 5px 10px; border-image: none; text-align: center; right: 50%; color: rgb(51, 51, 51); line-height: 12px; text-decoration: none; float: left; position: relative; background-color: rgb(255, 255, 255); } .ui-box-body .push-button-wrap .internal:visited { background-position: 86% 10px; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); margin: 0px auto; padding: 5px 23px 5px 10px; border-image: none; text-align: center; right: 50%; color: rgb(51, 51, 51); line-height: 12px; text-decoration: none; float: left; position: relative; background-color: rgb(255, 255, 255); } .ui-box-body .push-button-wrap .view-less { background-position: 86% -11px; } .ui-box-body .push-button-wrap .view-less:visited { background-position: 86% -11px; } .ui-box-body .push-button-wrap .internal:hover { color: rgb(51, 51, 51); text-decoration: none; background-color: rgb(245, 245, 245); } .ui-box-body .push-button-wrap .unfold { background-position: 90% -10px; } .ui-box-primary { } .ui-box-primary .ui-box-title { padding: 15px 15px 0px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-primary .ui-box-header { padding: 15px 15px 0px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-primary .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-normal { } .ui-box-normal .ui-box-title { padding: 0px 0px 5px 1px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-normal .ui-box-header { padding: 0px 0px 5px 1px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-normal .ui-box-body { padding: 15px 1px 0px; line-height: 12px; } .ui-box-system { } .ui-box-system .ui-box-header { } .ui-box-system .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-wrap { } .ui-box-wrap .ui-box-header { } .ui-box-wrap .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-admin { } .ui-box-admin .ui-box-header { } .ui-box-admin .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-body-hide { display: none; } .ui-box-primary { border: 3px solid rgb(204, 204, 204); border-image: none; } .ui-box-primary .ui-box-header { } .ui-box-primary .action { top: 15px; right: 15px; } .ui-box-primary .action:hover { color: rgb(255, 153, 0); } .ui-box-primary .ui-box-body { } .ui-box-primary .external { color: rgb(0, 102, 204); } .ui-box-primary .external:visited { color: rgb(0, 102, 204); } .ui-box-normal { } .ui-box-normal .ui-box-title { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; } .ui-box-normal .ui-box-header { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; } .ui-box-normal .action { top: 2px; } .ui-box-normal .action:hover { color: rgb(255, 153, 0); } .ui-box-normal .ui-box-body { } .ui-box-normal .external { color: rgb(25, 150, 230); } .ui-box-normal .external:visited { color: rgb(25, 150, 230); } .ui-box-system { border: 1px solid rgb(218, 230, 248); border-image: none; } .ui-box-system .ui-box-title { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(235, 243, 255); } .ui-box-system .ui-box-header { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(235, 243, 255); } .ui-box-system .action { top: 10px; right: 10px; } .ui-box-system .action:hover { color: rgb(255, 153, 0); } .ui-box-system .ui-box-body .push-button-wrap .internal { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(218, 230, 248) rgb(218, 230, 248); border-image: none; } .ui-box-system .ui-box-body .push-button-wrap .internal:visited { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(218, 230, 248) rgb(218, 230, 248); border-image: none; } .ui-box-system .ui-box-body .push-button-wrap .internal:hover { background-color: rgb(235, 243, 255); } .ui-box-system .external { color: rgb(0, 102, 204); } .ui-box-system .external:visited { color: rgb(0, 102, 204); } .ui-box-system.ui-box-primary { border: 1px solid rgb(241, 211, 139); border-image: none; } .ui-box-system.ui-box-primary .ui-box-title { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(255, 250, 224); } .ui-box-system.ui-box-primary .ui-box-header { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(255, 250, 224); } .ui-box-primary-system .action { top: 10px; right: 10px; } .ui-box-system.ui-box-primary .action:hover { color: rgb(255, 153, 0); } .ui-box-primary-system .ui-box-body { } .ui-box-system.ui-box-primary .ui-box-body .push-button-wrap .internal { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(241, 211, 139) rgb(241, 211, 139); border-image: none; } .ui-box-system.ui-box-primary .ui-box-body .push-button-wrap .internal:visited { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(241, 211, 139) rgb(241, 211, 139); border-image: none; } .ui-box-system.ui-box-primary .ui-box-body .push-button-wrap .internal:hover { background-color: rgb(255, 250, 224); } .ui-box-system.ui-box-primary .external { color: rgb(0, 102, 204); } .ui-box-system.ui-box-primary .external:visited { color: rgb(0, 102, 204); } .ui-box-wrap { } .ui-box-wrap .ui-box-title { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; position: relative; z-index: 2; } .ui-box-wrap .ui-box-header { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; position: relative; z-index: 2; } .ui-box-wrap .ui-box-body { border: 1px solid rgb(221, 221, 221); border-image: none; margin-top: -1px; } .ui-box-wrap .action { } .ui-box-wrap .action:hover { color: rgb(255, 153, 0); } .ui-box-admin { box-shadow: 0px 1px 2px rgba(0,0,0,0.07); } .ui-box-admin .ui-box-normal { border-width: 3px 1px 1px; border-style: solid; border-color: rgb(102, 102, 102) rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; } .ui-box-admin .ui-box-primary { border-width: 3px 1px 1px; border-style: solid; border-color: rgb(255, 102, 0) rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; } .ui-box-admin .ui-box-reduced { border: 1px solid rgb(204, 204, 204); border-image: none; } .ui-box-admin .ui-box-header { padding: 15px 15px 0px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; } .ui-box-admin .action { top: 15px; right: 15px; } .ui-box-admin .action:hover { color: rgb(255, 153, 0); } .ui-box-admin .ui-box-body { padding: 15px; } .ui-box-admin .ui-box-body p { line-height: 1.5; } .ui-box-admin .external { color: rgb(0, 102, 204); } .ui-box-admin .external:visited { color: rgb(0, 102, 204); } .ui-box-admin .push-button-wrap .internal { box-shadow: 0px 1px 2px rgba(0,0,0,0.07); } .ui-box-admin .util-clearfix .internal { margin-top: 8px; display: inline-block; } .ui-box-admin .util-clearfix .external { margin-top: 8px; display: inline-block; } .ui-box-admin .util-clearfix .internal { background-position: 100% 5px; } .ui-box-admin .util-clearfix .view-less { background-position: 100% -16px; } .ui-box-admin .util-clearfix .view-less:visited { background-position: 100% -16px; } .ui-box-admin .ui-box-list li { background: url("/simg/single/icon/min_dot.png?t=7825011_0") no-repeat 0px 7px; line-height: 1.5; padding-left: 12px; margin-bottom: 8px; position: relative; } .ui-box-admin .ui-box-item-main { margin-right: 50px; display: inline-block; } .ui-box-admin .ui-box-item-assist { top: 0px; right: 0px; color: rgb(153, 153, 153); position: absolute; } .ui-button { overflow: visible; display: inline-block; position: relative; } .ui-button-primary.ui-button { margin: 0px; border-radius: 2px; text-align: center; font-family: inherit; font-weight: 700; vertical-align: middle; cursor: pointer; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-normal.ui-button { margin: 0px; border-radius: 2px; text-align: center; font-family: inherit; font-weight: 700; vertical-align: middle; cursor: pointer; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-primary:hover { text-decoration: none; } .ui-button-normal:hover { text-decoration: none; } .ui-button-primary:active { -webkit-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-normal:active { -webkit-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-primary { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:link { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:visited { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:active { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:hover { color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 188, 53), rgb(242, 162, 16)); background-repeat: repeat-x; background-color: rgb(248, 175, 35); } .ui-button-normal { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:link { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:visited { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:active { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:hover { color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(242, 242, 242)); background-repeat: repeat-x; background-color: rgb(253, 253, 253); } .ui-button-small { padding: 2px 10px; line-height: 14px; font-size: 12px; } .ui-button-medium { padding: 3px 15px; line-height: 18px; font-size: 14px; } .ui-button-large { padding: 8px 25px; line-height: 18px; font-size: 18px; } .disabled.ui-button { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .disabled.ui-button:link { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .disabled.ui-button:hover { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .disabled.ui-button:active { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-window { position: fixed; _position: absolute; } .ui-window-normal { overflow: hidden; background-color: rgb(255, 255, 255); } .ui-window-normal .ui-window-close { width: 17px; height: 0px; overflow: hidden; padding-top: 17px; position: absolute; cursor: pointer; } .ui-window-normal .ui-window-close:visited { width: 17px; height: 0px; overflow: hidden; padding-top: 17px; position: absolute; cursor: pointer; } .ui-window-close { top: 6px; right: 6px; } .ui-window-title { font: 700 16px/26px Roboto, Arial, sans-serif; height: 27px; color: rgb(51, 51, 51); text-indent: 15px; padding-top: 10px; margin-bottom: 0px; font-size-adjust: none; font-stretch: normal; } .ui-window-bd { padding: 20px 15px 15px; } .ui-window-btn { margin-top: 20px; } .ui-window-btn .ui-button { margin-right: 10px; } .ui-window-btn .ui-button-primary.ui-button { margin-right: 10px; } .ui-window-btn .ui-button-normal.ui-button { margin-right: 10px; } .ui-window-normal { opacity: 0; box-shadow: 2px 5px 8px rgba(0,0,0,0.25); -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, .25); -moz-box-shadow: 2px 5px 8px rgba(0, 0, 0, .25); -moz-transform: scale(1.2); } .ui-window-transition { opacity: 1; -moz-transform: scale(1); -moz-transition: opacity, -moz-transform .15s ease-in-out 0s; } #ui-window-mask { background: rgb(238, 238, 238); left: 0px; top: 0px; position: fixed; _position: absolute; } .ui-window-normal .widthfix { width: 400px; } .ui-window-normal .heightfix { margin: 0px 0px 0px 15px; padding: 15px 15px 15px 0px; height: 100px; -ms-overflow-y: auto; } .ui-window-normal { border: 1px solid rgb(204, 204, 204); border-image: none; } .ui-window-normal .ui-window-close { background: url("/simg/sprites/app/ui-window-close.png?t=7c8a0ec2_0") no-repeat 0px -2px; } .ui-window-normal .ui-window-close:visited { background: url("/simg/sprites/app/ui-window-close.png?t=7c8a0ec2_0") no-repeat 0px -2px; } .ui-window-normal .ui-window-close:hover { background-position: 0px -51px; } .ui-window-title h3 { background: rgb(245, 245, 245); } .ui-window-btn { text-align: left; } .ui-feedback-alone .ui-feedback-title { margin-bottom: 8px; } .ui-feedback-error .ui-feedback-alone { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-alert .ui-feedback-alone { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-success .ui-feedback-alone { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-error .ui-feedback-alone { background-position: -95px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } .ui-feedback-alert .ui-feedback-alone { background-position: -52px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } .ui-feedback-success .ui-feedback-alone { background-position: -6px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } .ui-feedback-alone .ui-feedback-title { color: rgb(0, 0, 0); line-height: 14px; font-size: 14px; font-weight: 700; } .ui-feedback-alone .ui-feedback-content { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } .ui-feedback-error .ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-alert .ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-success .ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-error .ui-feedback-addon { background-position: -110px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } .ui-feedback-alert .ui-feedback-addon { background-position: -67px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } .ui-feedback-success .ui-feedback-addon { background-position: -21px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } .ui-feedback-addon { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } .ui-feedback-simple .ui-feedback-alone { border: 0px currentColor; border-image: none; background-color: transparent; } .ui-feedback-simple .ui-feedback-addon { border: 0px currentColor; border-image: none; background-color: transparent; } #footer { padding: 10px 0px; text-align: center; line-height: 1.5em; clear: both; font-family: verdana; font-size: 10px; margin-top: 15px; border-top-color: rgb(237, 237, 237); border-top-width: 1px; border-top-style: solid; } .foot { padding: 10px 0px; text-align: center; line-height: 1.5em; clear: both; font-family: verdana; font-size: 10px; margin-top: 15px; border-top-color: rgb(237, 237, 237); border-top-width: 1px; border-top-style: solid; } #footer p { margin-bottom: 0px; } .foot p { margin-bottom: 0px; } .country-flag { background: url("/wimg/buyer/sprite/sprites_countryFlag_s_fix_2.png?t=4258661c_0") no-repeat; } .css_flag { background: url("/wimg/buyer/sprite/sprites_countryFlag_s_fix_2.png?t=4258661c_0") no-repeat; padding: 0px 0px 0px 25px; line-height: 15px; float: left; display: block; } .css_ae { background-position: 0px -78px; } .css_af { background-position: 0px -158px; } .css_ag { background-position: 0px -240px; } .css_ai { background-position: 0px -318px; } .css_aj { background-position: 0px -398px; } .css_al { background-position: 0px -480px; } .css_am { background-position: 0px -558px; } .css_an { background-position: 0px -640px; } .css_ao { background-position: 0px -720px; } .css_aq { background-position: 0px -800px; } .css_ar { background-position: 0px -880px; } .css_as { background-position: 0px -958px; } .css_at { background-position: 0px -1040px; } .css_au { background-position: 0px -1118px; } .css_aw { background-position: 0px -1200px; } .css_az { background-position: 0px -1278px; } .css_ba { background-position: 0px -1360px; } .css_bb { background-position: 0px -1440px; } .css_bd { background-position: 0px -1520px; } .css_be { background-position: 0px -1600px; } .css_bf { background-position: 0px -1680px; } .css_bg { background-position: 0px -1760px; } .css_bh { background-position: 0px -1840px; } .css_bi { background-position: 0px -1920px; } .css_bj { background-position: 0px -2000px; } .css_bk { background-position: 0px -2078px; } .css_bm { background-position: 0px -2158px; } .css_bn { background-position: 0px -2238px; } .css_bo { background-position: 0px -2320px; } .css_bp { background-position: 0px -2400px; } .css_br { background-position: 0px -2480px; } .css_bs { background-position: 0px -2558px; } .css_bt { background-position: 0px -2640px; } .css_bv { background-position: 0px -2720px; } .css_bw { background-position: 0px -2800px; } .css_by { background-position: 0px -2878px; } .css_bz { background-position: 0px -2960px; } .css_ca { background-position: 0px -3038px; } .css_cc { background-position: 0px -3118px; } .css_cd { background-position: 0px -3200px; } .css_ce { background-position: 0px -3278px; } .css_cf { background-position: 0px -3360px; } .css_cg { background-position: 0px -3440px; } .css_ch { background-position: 0px -3520px; } .css_ci { background-position: 0px -3600px; } .css_ck { background-position: 0px -3678px; } .css_cl { background-position: 0px -3760px; } .css_cm { background-position: 0px -3840px; } .css_cn { background-position: 0px -3920px; } .css_co { background-position: 0px -4000px; } .css_cq { background-position: 0px -4078px; } .css_cr { background-position: 0px -4160px; } .css_cs { background-position: 0px -4240px; } .css_cu { background-position: 0px -4318px; } .css_cv { background-position: 0px -4400px; } .css_cw { background-position: 0px -4478px; } .css_cx { background-position: 0px -4558px; } .css_cy { background-position: 0px -4640px; } .css_cz { background-position: 0px -4720px; } .css_da { background-position: 0px -4800px; } .css_de { background-position: 0px -4880px; } .css_dj { background-position: 0px -4960px; } .css_dk { background-position: 0px -5038px; } .css_dm { background-position: 0px -5118px; } .css_do { background-position: 0px -5200px; } .css_dr { background-position: 0px -5280px; } .css_dz { background-position: 0px -5360px; } .css_ec { background-position: 0px -5438px; } .css_ee { background-position: 0px -5520px; } .css_eg { background-position: 0px -5600px; } .css_eh { background-position: 0px -5678px; } .css_ek { background-position: 0px -5760px; } .css_en { background-position: 0px -5840px; } .css_er { background-position: 0px -5918px; } .css_es { background-position: 0px -6000px; } .css_et { background-position: 0px -6080px; } .css_ez { background-position: 0px -6160px; } .css_fi { background-position: 0px -6238px; } .css_fj { background-position: 0px -6318px; } .css_fk { background-position: 0px -6398px; } .css_fm { background-position: 0px -6480px; } .css_fo { background-position: 0px -6560px; } .css_fr { background-position: 0px -6640px; } .css_fx { background-position: 0px -6720px; } .css_ga { background-position: 0px -6800px; } .css_gd { background-position: 0px -6960px; } .css_ge { background-position: 0px -7040px; } .css_gf { background-position: 0px -7120px; } .css_gg { background-position: 0px -7200px; } .css_gh { background-position: 0px -7280px; } .css_gi { background-position: 0px -7358px; } .css_gl { background-position: 0px -7440px; } .css_gm { background-position: 0px -7520px; } .css_gn { background-position: 0px -7600px; } .css_gp { background-position: 0px -7680px; } .css_gq { background-position: 0px -7760px; } .css_gr { background-position: 0px -7840px; } .css_gs { background-position: 0px -7918px; } .css_gt { background-position: 0px -8000px; } .css_gu { background-position: 0px -8078px; } .css_gv { background-position: 0px -8160px; } .css_gw { background-position: 0px -8240px; } .css_gy { background-position: 0px -8320px; } .css_ha { background-position: 0px -8400px; } .css_hk { background-position: 0px -8480px; } .css_hm { background-position: 0px -8558px; } .css_hn { background-position: 0px -8638px; } .css_hr { background-position: 0px -8718px; } .css_ht { background-position: 0px -8800px; } .css_hu { background-position: 0px -8880px; } .css_ic { background-position: 0px -8960px; } .css_id { background-position: 0px -9040px; } .css_ie { background-position: 0px -9118px; } .css_il { background-position: 0px -9200px; } .css_in { background-position: 0px -9280px; } .css_io { background-position: 0px -9358px; } .css_iq { background-position: 0px -9440px; } .css_ir { background-position: 0px -9520px; } .css_is { background-position: 0px -9600px; } .css_it { background-position: 0px -9680px; } .css_iv { background-position: 0px -9760px; } .css_ja { background-position: 0px -9840px; } .css_jm { background-position: 0px -9918px; } .css_jo { background-position: 0px -9998px; } .css_jp { background-position: 0px -10080px; } .css_ke { background-position: 0px -10160px; } .css_kg { background-position: 0px -10240px; } .css_kh { background-position: 0px -10320px; } .css_ki { background-position: 0px -10400px; } .css_km { background-position: 0px -10480px; } .css_kn { background-position: 0px -10560px; } .css_kp { background-position: 0px -10638px; } .css_kr { background-position: 0px -10720px; } .css_ks { background-position: 0px -10800px; } .css_kw { background-position: 0px -10878px; } .css_ky { background-position: 0px -10958px; } .css_kz { background-position: 0px -11040px; } .css_la { background-position: 0px -11120px; } .css_lb { background-position: 0px -11200px; } .css_lc { background-position: 0px -11278px; } .css_le { background-position: 0px -11360px; } .css_lg { background-position: 0px -11440px; } .css_lh { background-position: 0px -11520px; } .css_li { background-position: 0px -11600px; } .css_lk { background-position: 0px -11678px; } .css_lr { background-position: 0px -11758px; } .css_ls { background-position: 0px -11840px; } .css_lt { background-position: 0px -11920px; } .css_lu { background-position: 0px -12000px; } .css_lv { background-position: 0px -12080px; } .css_ly { background-position: 0px -12158px; } .css_ma { background-position: 0px -12240px; } .css_mb { background-position: 0px -12320px; } .css_mc { background-position: 0px -12400px; } .css_md { background-position: 0px -12478px; } .css_mg { background-position: 0px -12560px; } .css_mh { background-position: 0px -12638px; } .css_mi { background-position: 0px -12720px; } .css_mk { background-position: 0px -12800px; } .css_ml { background-position: 0px -12880px; } .css_mm { background-position: 0px -12958px; } .css_mn { background-position: 0px -13038px; } .css_mo { background-position: 0px -13120px; } .css_mo_old { background-position: 0px -13200px; } .css_mp { background-position: 0px -13278px; } .css_mq { background-position: 0px -13360px; } .css_mr { background-position: 0px -13440px; } .css_ms { background-position: 0px -13518px; } .css_mt { background-position: 0px -13600px; } .css_mu { background-position: 0px -13680px; } .css_mv { background-position: 0px -13760px; } .css_mw { background-position: 0px -13840px; } .css_mx { background-position: 0px -13920px; } .css_my { background-position: 0px -13998px; } .css_mz { background-position: 0px -14080px; } .css_na { background-position: 0px -14160px; } .css_nc { background-position: 0px -14240px; } .css_ne { background-position: 0px -14320px; } .css_nf { background-position: 0px -14398px; } .css_ng { background-position: 0px -14478px; } .css_nh { background-position: 0px -14560px; } .css_ni { background-position: 0px -14640px; } .css_nl { background-position: 0px -14720px; } .css_no { background-position: 0px -14800px; } .css_np { background-position: 0px -14880px; } .css_nr { background-position: 0px -14958px; } .css_nt { background-position: 0px -15040px; } .css_nu { background-position: 0px -15118px; } .css_nz { background-position: 0px -15198px; } .css_om { background-position: 0px -15280px; } .css_pa { background-position: 0px -15360px; } .css_pe { background-position: 0px -15440px; } .css_pf { background-position: 0px -15520px; } .css_pg { background-position: 0px -15600px; } .css_ph { background-position: 0px -15678px; } .css_pk { background-position: 0px -15760px; } .css_pl { background-position: 0px -15840px; } .css_pm { background-position: 0px -15920px; } .css_pn { background-position: 0px -15998px; } .css_po { background-position: 0px -16080px; } .css_pr { background-position: 0px -16160px; } .css_pt { background-position: 0px -16320px; } .css_pw { background-position: 0px -16400px; } .css_py { background-position: 0px -16480px; } .css_qa { background-position: 0px -16558px; } .css_re { background-position: 0px -16640px; } .css_rm { background-position: 0px -16718px; } .css_ro { background-position: 0px -16800px; } .css_ru { background-position: 0px -16880px; } .css_rw { background-position: 0px -16960px; } .css_sa { background-position: 0px -17040px; } .css_sb { background-position: 0px -17120px; } .css_sc { background-position: 0px -17198px; } .css_sd { background-position: 0px -17278px; } .css_se { background-position: 0px -17360px; } .css_sf { background-position: 0px -17440px; } .css_sg { background-position: 0px -17520px; } .css_sh { background-position: 0px -17598px; } .css_si { background-position: 0px -17678px; } .css_sj { background-position: 0px -17760px; } .css_sk { background-position: 0px -17840px; } .css_sl { background-position: 0px -17920px; } .css_sm { background-position: 0px -18000px; } .css_sn { background-position: 0px -18080px; } .css_so { background-position: 0px -18160px; } .css_sp { background-position: 0px -18240px; } .css_sr { background-position: 0px -18320px; } .css_srb { background-position: 0px -18400px; } .css_st { background-position: 0px -18478px; } .css_sv { background-position: 0px -18560px; } .css_sw { background-position: 0px -18640px; } .css_sy { background-position: 0px -18720px; } .css_sz { background-position: 0px -18800px; } .css_tc { background-position: 0px -18878px; } .css_td { background-position: 0px -18960px; } .css_tf { background-position: 0px -19040px; } .css_tg { background-position: 0px -19120px; } .css_th { background-position: 0px -19200px; } .css_tj { background-position: 0px -19278px; } .css_tk { background-position: 0px -19358px; } .css_tm { background-position: 0px -19438px; } .css_tn { background-position: 0px -19520px; } .css_to { background-position: 0px -19598px; } .css_tp { background-position: 0px -19680px; } .css_tr { background-position: 0px -19760px; } .css_ts { background-position: 0px -19840px; } .css_tt { background-position: 0px -19920px; } .css_tu { background-position: 0px -20000px; } .css_tv { background-position: 0px -20078px; } .css_tw { background-position: 0px -20160px; } .css_tw_old { background-position: 0px -20240px; } .css_tx { background-position: 0px -20318px; } .css_tz { background-position: 0px -20400px; } .css_ua { background-position: 0px -20480px; } .css_ug { background-position: 0px -20560px; } .css_uk { background-position: 0px -20638px; } .css_gb { background-position: 0px -20638px; } .css_um { background-position: 0px -20720px; } .css_up { background-position: 0px -20800px; } .css_us { background-position: 0px -20880px; } .css_uy { background-position: 0px -20960px; } .css_uz { background-position: 0px -21038px; } .css_va { background-position: 0px -21120px; } .css_vc { background-position: 0px -21200px; } .css_ve { background-position: 0px -21280px; } .css_vg { background-position: 0px -21358px; } .css_vi { background-position: 0px -21440px; } .css_vm { background-position: 0px -21520px; } .css_vn { background-position: 0px -21600px; } .css_vt { background-position: 0px -21680px; } .css_vu { background-position: 0px -21760px; } .css_wa { background-position: 0px -21840px; } .css_wf { background-position: 0px -21920px; } .css_ws { background-position: 0px -21998px; } .css_wz { background-position: 0px -22080px; } .css_ye { background-position: 0px -22160px; } .css_yt { background-position: 0px -22240px; } .css_yu { background-position: 0px -22320px; } .css_za { background-position: 0px -22400px; } .css_zm { background-position: 0px -22480px; } .css_zr { background-position: 0px -22560px; } .css_zw { background-position: 0px -22638px; } .css_mne { background-position: 0px -22720px; } .ui-feedback { } .ui-feedback-addon { } .ui-feedback-standalone { } .ui-feedback-simple { } .ui-feedback-standalone .ui-feedback-error { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-standalone .ui-feedback-alert { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-standalone .ui-feedback-success { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } p.ui-feedback-error.ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } p.ui-feedback-alert.ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } p.ui-feedback-success.ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-simple .ui-feedback-error { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-simple .ui-feedback-alert { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-simple .ui-feedback-success { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-standalone .ui-feedback-error { background-position: -95px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } .ui-feedback-standalone .ui-feedback-alert { background-position: -52px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } .ui-feedback-standalone .ui-feedback-success { background-position: -6px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } .ui-feedback-standalone .ui-feedback-header { color: rgb(51, 51, 51); line-height: 20px; font-size: 14px; font-weight: 700; margin-bottom: 6px; } .ui-feedback-standalone .ui-feedback-body { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } p.ui-feedback-error.ui-feedback-addon { background-position: -110px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } p.ui-feedback-alert.ui-feedback-addon { background-position: -67px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } p.ui-feedback-success.ui-feedback-addon { background-position: -21px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } p.ui-feedback-body.ui-feedback-addon { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } p.locked.ui-feedback-success.ui-feedback-addon { border: 2px solid rgb(224, 233, 185); border-image: none; } .ui-feedback-simple .ui-feedback-error { background-position: -95px 0px; } .ui-feedback-simple .ui-feedback-alert { background-position: -52px -41px; } .ui-feedback-simple .ui-feedback-success { background-position: -6px -82px; } .ui-feedback-simple .ui-feedback-header { color: rgb(0, 0, 0); line-height: 14px; font-size: 14px; font-weight: 700; margin-bottom: 8px; } .ui-feedback-simple .ui-feedback-body { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } .ui-feedback-body h4 { color: rgb(102, 102, 102); line-height: 18px; font-size: 12px; font-weight: 700; margin-bottom: 4px; } .ui-feedback-body p { color: rgb(102, 102, 102); line-height: 18px; margin-bottom: 14px; } .ui-feedback-body p:last-child { margin-bottom: 0px; } .ws-xman a { cursor: pointer; } .ws-xman-wrapper { padding: 10px; font-family: Arial,Helvetica,sans-serif; } .is-seller.ws-xman-wrapper { padding: 0px; } .ws-xman-wrapper .ws-xman-tab-menu { margin-left: 5px; } .ws-xman-wrapper .ws-xman-loading { text-align: center; margin-top: 10px; } .ws-xman-wrapper .ws-xman-tab-item-active { bottom: -1px; background-color: rgb(255, 255, 255) !important; } .ws-xman-wrapper .ws-xman-tab-item { border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor; border-image: none; height: 30px; padding-left: 10px; margin-top: 6px; margin-left: 5px; float: left; display: inline; position: relative; z-index: 2; background-color: rgb(176, 176, 176); } .ws-xman-wrapper .ws-xman-tab-item-active a { color: rgb(0, 0, 0) !important; font-family: Arial,Helvetica,sans-serif; font-weight: 700; } .ws-xman-wrapper .ws-xman-tab-item a { padding: 8px 10px 7px 0px; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 15px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-decoration: none; display: inline-block; cursor: pointer; } .ws-xman-wrapper .ws-xman-tab-item a:hover { } .ws-xman-wrapper .ws-xman-form { border-width: 1px medium medium; border-style: solid none none; border-color: rgb(204, 204, 204) currentColor currentColor; padding: 10px; border-image: none; clear: both; position: relative; z-index: 1; } .ws-xman-wrapper .is-seller.ws-xman-form { border: currentColor; border-image: none; } .ws-xman-wrapper .ws-xman-form th { width: 160px !important; height: 8px; text-align: left !important; padding-top: 10px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; vertical-align: top; } .ws-xman-wrapper .ws-xman-form td { vertical-align: middle; } .ws-xman-wrapper .ws-xman-form td span.prompt { color: rgb(136, 136, 136); font-family: Arial,Helvetica,sans-serif; font-size: 10px; } .ws-xman-wrapper .ws-xman-form .input-text { padding: 1px 0px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 200px; height: 18px; line-height: 18px; } .ws-xman-wrapper .ws-xman-form .input-name { padding: 1px 0px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 97px; height: 18px; line-height: 18px; } .ws-xman-wrapper .ws-xman-form .submit-box { margin: 10px 0px 0px 70px; text-align: left; } .ws-xman-wrapper .ws-xman-form .error-tip { background: url("/wimg/buyer/sprite/spr_we_buyer_common.png?t=28d407ab_0") no-repeat rgb(255, 255, 255); padding: 0px 5px 0px 25px; border: currentColor; border-image: none; height: 20px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; margin-bottom: 3px; vertical-align: middle; display: table-cell; } .ws-xman-wrapper .ws-xman-form .success-tip { background: url("/wimg/buyer/sprite/spr_we_buyer_common.png?t=28d407ab_0") no-repeat rgb(255, 255, 255); padding: 0px 5px 0px 25px; border: currentColor; border-image: none; height: 20px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; margin-bottom: 3px; vertical-align: middle; display: table-cell; } .ws-xman-wrapper .ws-xman-form .alert-tip { background: url("/wimg/buyer/sprite/spr_we_buyer_common.png?t=28d407ab_0") no-repeat rgb(255, 255, 255); padding: 0px 5px 0px 25px; border: currentColor; border-image: none; height: 20px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; margin-bottom: 3px; vertical-align: middle; display: table-cell; } .ws-xman-wrapper .ws-xman-form .error-tip { background-position: 7px -848px; color: rgb(237, 50, 43); } .ws-xman-wrapper .ws-xman-form .success-tip { background-position: 7px -648px; color: rgb(136, 136, 136); } .ws-xman-wrapper .ws-xman-form .alert-tip { background-position: 7px -798px; color: rgb(136, 136, 136); } .ws-xman-wrapper .ws-xman-register-table { margin: 0px 10px 10px 70px; width: 420px; } #ws-xman-register-agreement-link { color: rgb(51, 51, 51); } #ws-xman-register-refresh-code { line-height: 40px; padding-left: 5px; display: inline-block; } #ws-xman-login-refresh-code { line-height: 40px; padding-left: 5px; display: inline-block; } .ws-xman-mask-content { border: 1px solid rgb(252, 187, 41); border-image: none; width: 525px; height: auto; position: fixed; background-color: rgb(255, 255, 255); _position: absolute; _width: 540px; } .ws-xman-mask-content h3 { font: 700 12px/27px Arial; padding: 0px 10px; height: 27px; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 243, 217); } .ws-xman-mask-content .action { text-align: center; margin-top: 35px; } #ws-xman-mask { background: rgb(255, 255, 255); left: 0px; top: 0px; display: none; position: absolute; opacity: 0.8; } #ws-xman-mask img { left: 50%; top: 50%; position: absolute; } .ws-xman-wrapper .ws-xman-login-table { margin: 0px 10px 10px 70px; width: 420px; } .clearfix { } .xman_box_inner .yui-navset .yui-nav a { border-color: rgb(255, 204, 153) !important; background-image: none !important; } .xman_box_inner .yui-navset .yui-content { border-color: rgb(255, 204, 153) !important; } .xman_box_inner .yui-navset .yui-nav .selected { background-color: rgb(255, 255, 255) !important; } .xman-box-content .xman_buttonDPL { background: url("/wimg/buyer/sprite/spr_we_buyer_shopcart.png?t=acd0257b_0") repeat-x 0px -1950px !important; padding: 0px 15px !important; border-radius: 3px !important; border: 1px solid rgb(241, 146, 31) !important; border-image: none !important; height: 24px !important; color: rgb(94, 39, 8) !important; font-family: arial !important; font-size: 14px !important; font-weight: 700 !important; cursor: pointer !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; } .xman-box-content .xman_buttonDPL:hover { background: url("/wimg/buyer/sprite/spr_we_buyer_shopcart.png?t=acd0257b_0") repeat-x 0px -2000px !important; } #ws-xman-register-submit:hover { color: rgb(255, 255, 255); } .disabled#ws-xman-register-submit:hover { color: rgb(203, 203, 203); } .login-tips { margin: 10px 0px -8px 20px; color: rgb(153, 153, 153); font-family: arial; font-size: 11px; } .ng-switcher.ng-item { padding: 0px 0px 0px 3px; } .ng-switcher::before { display: none; content: ""; } .ng-switcher::after { display: none; content: ""; } .sp-line.ng-switcher::after { background: rgb(120, 120, 120); top: 5px; width: 1px; height: 11px; right: 0px; overflow: hidden; position: absolute; content: ""; } .ng-switcher .switcher-info { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat right -191px; padding: 0px 25px 0px 8px; border: 1px solid rgb(237, 237, 237); border-image: none; overflow: hidden; display: block; white-space: nowrap; z-index: 1; -ms-word-wrap: normal; -ms-text-overflow: ellipsis; max-width: 204px; } .ng-switcher .switcher-info .ship-to { padding-right: 25px; } .ng-switcher .switcher-info .css_flag { margin: 3px 0px 0px 3px; height: 14px; float: none; display: inline-block; position: absolute; } .ng-switcher .switcher-info .currency { width: 30px; text-align: center; display: inline-block; } .ng-switcher .switcher-info .site { text-align: center; display: inline-block; } .ng-switcher .switcher-sub { background: rgb(255, 255, 255); border: 1px solid rgb(207, 207, 207); border-image: none; top: 21px; width: 350px; right: 0px; display: none; position: absolute; z-index: -1; } .ng-switcher .switcher-sub .switcher-common { padding: 10px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 2px; border-bottom-style: solid; z-index: 999; } .ng-switcher .switcher-sub .item { padding: 5px 10px; } .active.ng-switcher .switcher-info { border-width: 1px 1px 0px; border-style: solid solid none; border-color: rgb(214, 214, 214) rgb(214, 214, 214) currentColor; border-image: none; background-color: rgb(255, 255, 255); } .active.ng-switcher .switcher-sub { display: block; } .ng-switcher .switcher-title { padding: 10px; color: rgb(102, 102, 102); font-size: 16px; display: block; } .ng-switcher .label { padding: 5px 0px; color: rgb(153, 153, 153); font-size: 14px; display: inline-block; } .ng-switcher .switcher-shipto-c { color: rgb(51, 51, 51); float: right; } .ng-switcher .switcher-shipto-c span { color: rgb(51, 51, 51); } .ng-switcher .switcher-shipto-info { padding: 5px; border: 1px solid rgb(214, 214, 214); border-image: none; width: 150px; color: rgb(51, 51, 51); cursor: pointer; } #nav-global2 .country-selector { width: 230px; } #nav-global2 .country-selector .link-fake-selector { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat right -188px; padding: 0px; border: 1px solid rgb(214, 214, 214); border-image: none; width: auto; height: 28px; overflow: hidden; margin-right: 0px; float: none; position: relative; } #nav-global2 .country-selector .link-fake-selector::after { display: none; content: ""; } #nav-global2 .country-selector .link-fake-selector-mover { background: url("http://i02.i.aliimg.com/images/eng/style/css_images/listing/refineby_slect_over.gif") no-repeat right top; } #nav-global2 .country-selector .link-fake-selector .country-text { height: 14px; line-height: 14px; overflow: hidden; padding-right: 10px; vertical-align: top; display: block; position: relative; } #nav-global2 .country-selector .link-fake-selector .country-text:hover { cursor: pointer; } #nav-global2 .country-selector .link-fake-selector .list-title { background: none; font: 12px/14px arial; padding: 6px 11px 0px 7px; border: currentColor; border-image: none; height: 19px; color: rgb(51, 51, 51); overflow: hidden; cursor: default; font-size-adjust: none; font-stretch: normal; } #nav-global2 .country-selector .link-fake-selector .list-container { padding: 5px 0px; border: 1px solid rgb(139, 160, 206); border-image: none; left: -1px; top: 17px; width: 248px; height: 300px; display: none; position: absolute; z-index: 101; -ms-overflow-y: auto; background-color: rgb(255, 255, 255); } #nav-global2 .country-selector .link-fake-selector .option-open { display: block !important; z-index: 80; } #nav-global2 .country-selector .link-fake-selector .option-mask { left: -1px; top: 17px; width: 228px; display: none; position: absolute; } #nav-global2 .country-selector .link-fake-selector .mask-enable { display: block; z-index: 60; } #nav-global2 .country-selector .link-fake-selector .fold::before { display: none; content: ""; } #nav-global2 .country-selector .link-fake-selector .unfold.list-title::before { display: none; content: ""; } #nav-global2 .country-selector .list-container .country-text { line-height: 12px; vertical-align: top; position: relative; } #nav-global2 .country-selector .list-container a { margin: 0px 3px !important; padding: 7px 5px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(51, 51, 51); text-decoration: none; float: none; display: block; } #nav-global2 .country-selector .list-container a:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(153, 153, 153); } #nav-global2 .country-selector .list-container a:hover span { color: rgb(255, 255, 255); } #nav-global2 .country-selector .list-container a.current { border: 1px solid rgb(255, 186, 83); border-image: none; text-decoration: none; } #nav-global2 .country-selector .list-container a .num { background: none !important; margin: 0px; padding: 0px; color: rgb(90, 90, 90); text-decoration: none; float: none; } #nav-global2 .country-selector .link-fake-selector .list-container .separation-text { margin: 3px 0px; text-align: center; color: rgb(45, 45, 45); font-weight: 700; display: block; } #nav-global2 .country-selector .list-container { border-width: medium 1px 1px; border-style: none solid solid; border-color: rgb(204, 204, 204); padding: 5px 0px; left: 0px; top: 30px; width: 228px; height: 250px; visibility: visible; position: absolute; z-index: 999; -ms-overflow-y: auto; background-color: rgb(255, 255, 255); } #nav-global2 .country-selector .css_flag { padding: 0px 0px 0px 25px; line-height: 12px; float: none !important; display: block; } #nav-global2 .country-selector .list-sep { padding: 5px; font-size: 10px; display: block; } #nav-global2 .ng-switcher .switcher-shipto-info .css_flag { float: none; } #nav-global2 .ng-switcher #switcher-countries-popup { background: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(198, 198, 198) rgb(198, 198, 198); border-image: none; top: 74px; height: 212px; font-size: 12px; position: absolute; z-index: 5; -ms-overflow-y: auto; } #nav-global2 .ng-switcher #switcher-countries-popup .country-list-title { margin: 0px 10px; line-height: 30px; font-weight: 200; border-bottom-color: rgb(198, 198, 198); border-bottom-width: 1px; border-bottom-style: dotted; display: block; } #nav-global2 .ng-switcher #switcher-countries-popup ul { padding: 5px 0px; } #nav-global2 .ng-switcher #switcher-countries-popup li { list-style: none; padding: 5px; width: 150px; color: rgb(102, 102, 102); cursor: pointer; } #nav-global2 .ng-switcher #switcher-countries-popup li span { height: 15px; line-height: 15px; overflow: hidden; } #nav-global2 .ng-switcher #switcher-countries-popup li:hover { color: rgb(255, 255, 255); background-color: rgb(153, 153, 153); } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line { padding: 8px 0px; width: 280px; clear: both; margin-bottom: 5px; border-bottom-color: rgb(198, 198, 198); border-bottom-width: 1px; border-bottom-style: dotted; cursor: default; } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line:hover { background: none; color: rgb(102, 102, 102); } #nav-global2 .ng-switcher #switcher-countries-popup .css_flag { float: none; } .ng-switcher .switcher-currency-c { width: 230px; float: right; position: relative; } .ng-switcher .switcher-currency-c span { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat right -188px; padding: 0px 7px; border: 1px solid rgb(214, 214, 214); border-image: none; display: block; } .ng-switcher .switcher-currency-c span a { color: rgb(51, 51, 51); } .ng-switcher .switcher-currency-c ul { background: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(214, 214, 214) rgb(214, 214, 214); border-image: none; top: 30px; width: 228px; position: absolute; z-index: 1; } .ng-switcher .switcher-currency-c li { padding: 0px 10px; overflow: hidden; border-right-color: rgb(238, 238, 238); border-right-width: 1px; border-right-style: solid; float: left; display: block; list-style-type: none; min-width: 93px; } .ng-switcher .switcher-currency-c li:hover { background: rgb(221, 221, 221); } .ng-switcher .switcher-currency-c a { line-height: 28px; display: block; } .ng-switcher .switcher-currency-c ul a { line-height: 28px; } .ng-switcher .switcher-currency-c a:hover { color: rgb(51, 51, 51); } .ng-switcher .switcher-currency-c em { width: 50px; float: right; } .ng-switcher .switcher-currency-info a { line-height: 14px; } .ng-switcher .switcher-currency-info:hover { cursor: pointer; } .ng-switcher .switcher-currency-info:hover a { color: rgb(51, 51, 51); text-decoration: none; } .ng-switcher #site-nav-google-translate { height: 28px; } .ng-switcher #google_translate_element { background: url("http://i02.i.aliimg.com/wimg/buyer/sprite/top-header-sprite.png") no-repeat right -188px; padding: 5px 13px 5px 5px; } .ng-switcher .switcher-google-translate-c { float: right; } .ng-switcher .switcher-google-translate-c .goog-te-gadget-simple { width: 210px; } .ng-switcher .switcher-google-translate-c .google-trans-btn { border: 1px solid rgb(214, 214, 214); border-image: none; display: none; } .ng-switcher .switcher-btn button { background: rgb(102, 102, 102); font: 200 14px/22px arial; margin: 10px 0px 10px 80px; padding: 5px 15px; border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); font-size-adjust: none; font-stretch: normal; } .ng-switcher .switcher-site { padding: 10px 20px; position: relative; } .ng-switcher .switcher-site .site-list { height: 25px; overflow: hidden; } .ng-switcher .switcher-site .show-more.site-list { height: auto; } .ng-switcher .switcher-site .site-btn { padding: 2px 0px; width: 150px; height: 21px; overflow: hidden; display: inline-table; } .ng-switcher .switcher-site .label { padding-bottom: 10px; display: block; } .ng-switcher .switcher-site a { color: rgb(51, 51, 51); line-height: 21px; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; } .ng-switcher .switcher-site a:hover { border-color: rgb(255, 102, 0); } .ng-switcher .switcher-site :last-child.site-btn a { margin-right: 0px; } .ng-switcher .switcher-site .disabled { border: 0px currentColor; border-image: none; color: rgb(153, 153, 153); } .ng-switcher .switcher-site .disabled:hover { cursor: default; } .ng-switcher .switcher-site .more-btn { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat 149px -305px; text-indent: -30px; overflow: hidden; margin-top: 10px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: block; } .ng-switcher .switcher-site .activited.more-btn { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat 149px -360px; } .ng-switcher .switcher-site .more-btn:hover { background-color: rgb(238, 238, 238); } .ng-item.ng-goto-globalsite { padding: 0px 3px 0px 8px; } .ng-item.ng-goto-globalsite::after { width: 0px; } .ng-item.ng-goto-globalsite::before { background: rgb(120, 120, 120); left: 0px; top: 5px; width: 1px; height: 11px; overflow: hidden; position: absolute; content: ""; } .nav-channel1 { display: none; } @media all and (min-width:1260px) { .nav-channel1 { display: block !important; } } .logo1 { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat 0px 15px; width: 120px; height: 22px; padding-top: 15px; float: left; } .logo1 a { width: 120px; height: 22px; text-indent: -999em; overflow: hidden; display: block; } .nav-channel1 { padding: 15px 0px 0px 20px; line-height: 20px; float: left; } .nav-channel1 a { color: rgb(51, 51, 51); margin-right: 20px; } .nav-channel1 a:hover { color: rgb(255, 102, 0); text-decoration: none; } #group-buy { line-height: 15px; position: relative; } #group-buy::after { top: -12px; right: 0px; position: absolute; content: url(/wimg/buyer/single/small-icons/new-icon.png?t=ea335c8a_0); } .nav-global22 { top: 0px; height: 22px; text-align: right; right: 0px; padding-top: 14px; position: absolute; } .nav-global22 a { color: rgb(153, 153, 153); line-height: 21px; } .nav-global22 span { color: rgb(153, 153, 153); } .nav-global22 a:hover { color: rgb(255, 102, 0); text-decoration: none; } .ng-item { padding: 0px 15px; text-align: left; line-height: 21px; font-size: 12px; vertical-align: top; display: inline-block; position: relative; z-index: 10; -ms-zoom: 1; } .ng-item::after { background: rgb(221, 221, 221); top: 7px; width: 1px; height: 10px; right: 0px; overflow: hidden; position: absolute; content: ""; } .ng-sub2 { padding: 0px 3px; } .ng-sub21 span { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat right -391px; padding: 0px 28px 0px 8px; border: 1px solid rgb(237, 237, 237); border-image: none; height: 21px; display: block; position: relative; } .ng-sub2 .rotate-arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(153, 153, 153) transparent transparent; top: 10px; width: 0px; height: 0px; right: 6px; line-height: 0; font-size: 0px; position: absolute; } .ng-sub2:hover span { background-position: right -341px; border-color: rgb(207, 207, 207) rgb(207, 207, 207) currentColor; border-bottom-width: 0px; border-bottom-style: none; position: relative; z-index: 1; background-color: rgb(255, 255, 255); } .ng-sub2 ul { background: rgb(255, 255, 255); padding: 3px 0px; border: 1px solid rgb(207, 207, 207); border-image: none; left: 3px; top: 21px; display: none; position: absolute; z-index: 0; } .ng-sub2:hover ul { overflow: visible; display: block; } .ng-sub2 li { background: rgb(255, 255, 255); padding: 0px 3px; height: 21px; overflow: hidden; display: block; } .ng-sub2 li a { padding: 0px 5px; height: 23px; text-align: left; line-height: 23px; overflow: hidden; display: block; white-space: nowrap; } .ng-sub2 li a:hover { background: rgb(221, 221, 221); color: rgb(102, 102, 102); } .ng-seller { top: 0px; } .ng-seller span { margin-top: -1px; } .ng-seller ul { top: 20px; width: 210px; } .ng-seller li { width: 98px; float: left; } .ng-currency li { overflow: hidden; min-width: 75px; } .ng-currency em { float: right; } .ng-mobile { padding-left: 15px; } .ng-site-global { padding: 0px 0px 0px 15px; right: 0px; font-weight: 600; display: inline-block; position: relative; z-index: 9; } .ng-site-global a { color: rgb(255, 102, 0); } .ng-site-global a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .nav-global22 .ng-site-global a:hover span { color: rgb(255, 153, 0); } .ng-trans { padding: 0px 5px 0px 10px; } .ng-lang li a { cursor: pointer; } .ng-trans::before { display: none; content: ""; } .ng-trans::after { display: none; content: ""; } .ng-lang::after { display: none; content: ""; } .ng-switcher.ng-item .switcher-info { background-position: right -391px; background-image: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0"); } .ng-trans .goog-te-menu-value { margin-right: 0px; } .search-bar { padding: 18px 540px 0px 190px; height: 34px; clear: both; } .search-bar a:hover { text-decoration: none; } .search-form { text-align: left; font-size: 12px; position: relative; z-index: 0; } .search-form form { padding: 4px 5px; border: 1px solid rgb(204, 204, 204); border-image: none; display: block; background-color: rgb(255, 255, 255); } .search-key { border: 0px currentColor; border-image: none; width: 100%; height: 22px; line-height: 22px; font-family: arial; font-size: 14px; } .form-search-btn { top: 0px; right: -224px; position: absolute; } .search-form button { padding: 0px 15px; border: 0px currentColor; border-image: none; height: 34px; color: rgb(255, 255, 255); line-height: 34px; font-family: arial; font-size: 14px; float: left; background-color: rgb(190, 31, 36); } .search-form button.search-in-aliexpress { margin-right: 3px; background-color: rgb(90, 89, 89); } .search-key::-ms-clear { display: none; } .nav-cart2 { height: 34px; font-size: 12px; margin-top: -33px; float: right; position: relative; } .nav-wishlist { height: 34px; font-size: 12px; margin-top: -33px; float: right; position: relative; } .nav-ubox { height: 34px; font-size: 12px; margin-top: -33px; float: right; position: relative; } .nav-cart2 { margin-right: -323px; position: relative; z-index: 0; } .nav-cart2::after { width: 1px; height: 31px; overflow: hidden; font-size: 0px; position: absolute; content: ""; background-color: rgb(221, 221, 221); } .nav-ubox::after { width: 1px; height: 31px; overflow: hidden; font-size: 0px; position: absolute; content: ""; background-color: rgb(221, 221, 221); } .nav-ubox::before { width: 1px; height: 31px; overflow: hidden; font-size: 0px; position: absolute; content: ""; background-color: rgb(221, 221, 221); } .nav-cart2::after { top: 0px; right: 0px; } .nav-cart2 a { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -159px 0px; padding: 18px 20px 0px; height: 12px; color: rgb(51, 51, 51); float: left; } .nav-wishlist a { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -159px 0px; padding: 18px 20px 0px; height: 12px; color: rgb(51, 51, 51); float: left; } .nav-cart2 span { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat 0px -100px; border-radius: 100%; top: -10px; width: 20px; height: 20px; text-align: center; right: 9px; color: rgb(255, 255, 255); line-height: 18px; font-size: 11px; display: block; position: absolute; } .nav-wishlist { margin-right: -414px; } .nav-wishlist a { background-position: -150px -100px; } .nav-cart2 a:hover { color: rgb(255, 102, 0); } .nav-wishlist a:hover { color: rgb(255, 102, 0); } .nav-wishlist a:hover { background-position: -150px -450px; } .nav-cart2 a:hover { background-position: -161px -50px; } .nav-ubox { top: -6px; text-align: left; margin-right: -540px; position: relative; z-index: 0; } .nav-ubox b { color: rgb(255, 102, 0); font-weight: 100; } .nav-ubox::after { top: 6px; right: 0px; } .nav-ubox::before { left: -1px; top: 6px; } .nav-ubox .icon-arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(153, 153, 153) transparent transparent; top: 18px; width: 0px; height: 0px; right: 15px; line-height: 0; font-size: 0px; display: block; position: absolute; z-index: 3; -webkit-animation: fade 1s linear infinite; } .nav-ubox:hover .icon-arrow { border-color: rgb(153, 153, 153) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .nav-ubox-active::after { background-color: rgb(237, 237, 237); } .nav-ubox-active::before { background-color: rgb(237, 237, 237); } .nu-info { padding: 3px 28px 0px 13px; border: 2px solid rgb(237, 237, 237); border-image: none; height: 37px; text-align: left; color: rgb(51, 51, 51); position: relative; z-index: 0; } .nu-info b { color: rgb(255, 102, 0); font-weight: 200; } .nu-info a { color: rgb(51, 51, 51); } .nu-info a:hover { color: rgb(255, 102, 0); text-decoration: underline; } .nu-info .nu-info-me { color: rgb(51, 51, 51); font-weight: 700; } #login-stat-signed { width: 80px; height: 15px; line-height: 15px; display: block; } #login-stat-signed b { width: 62px; overflow: hidden; vertical-align: middle; display: inline-block; white-space: nowrap; -ms-word-wrap: normal; -ms-text-overflow: ellipsis; } .nav-ubox-active .nu-info { background: rgb(255, 255, 255); border-color: rgb(51, 51, 51) rgb(51, 51, 51) rgb(255, 255, 255); color: rgb(51, 51, 51); z-index: 2; box-shadow: 1px 0px 3px #ddd; } .nav-ubox-active .nu-info::after { background: rgb(255, 255, 255); border-width: 0px 2px; border-style: none solid; border-color: currentColor rgb(90, 89, 89); border-image: none; left: -2px; top: 40px; width: 100%; height: 3px; overflow: hidden; position: absolute; content: ""; } .nav-ubox-active .nu-info a { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info-me { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info-me a:hover { color: rgb(255, 102, 0); } .nav-ubox-active .nu-info-sign-top:hover { color: rgb(255, 102, 0); } .nav-ubox-active .nu-info .nu-info-join:link { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info .nu-info-join:visited { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info .nu-info-join:active { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info .nu-info-join:hover { color: rgb(255, 102, 0); text-decoration: underline; } .nu-info div { padding-top: 3px; font-weight: 700; } .search-bar-with-msg .nu-info div { padding-top: 6px; padding-right: 22px; position: relative; z-index: 0; } .nu-info div span { color: rgb(153, 153, 153); } .search-bar-with-msg #login-stat-message { top: 6px; text-align: left; right: 0px; position: absolute; } .nu-main { background: rgb(255, 255, 255); border: 2px solid rgb(51, 51, 51); border-image: none; top: 43px; width: 260px; right: 0px; color: rgb(101, 101, 101); display: none; position: absolute; z-index: 1; box-shadow: 2px 2px 3px #ddd; } .nav-ubox-active .nu-main { display: block; } .nu-sign { margin: 0px 20px; overflow: hidden; } .nu-join { margin: 0px 20px; overflow: hidden; } .nu-signout { margin: 0px 20px; overflow: hidden; } .nu-sign div a { margin: 0px auto; border-radius: 2px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 14px; font-weight: 700; display: block; } .nu-join div a { margin: 0px auto; border-radius: 2px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 14px; font-weight: 700; display: block; } .nu-sign { padding: 20px 0px 30px; } .nu-sign p { margin: 0px 0px 5px; } .nu-sign div { padding-bottom: 10px; } .nu-sign div a { background: rgb(255, 102, 0); } .nu-sign div a:hover { background: rgb(255, 153, 0); } .nus-icon { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -50px -50px; margin: 0px 2px; top: -2px; width: 16px; height: 16px; text-indent: -100px; overflow: hidden; vertical-align: middle; display: inline-block; position: relative; -ms-zoom: 1; } .nu-join { padding-bottom: 29px; } .nu-join div { padding-top: 6px; } .nu-join div a { background: rgb(51, 51, 51); } .nu-join div a:hover { background: rgb(102, 102, 102); } .nu-signout { } .nu-signout p { margin: 0px; line-height: 48px; font-size: 14px; font-weight: 700; } .nu-signout a { color: rgb(51, 51, 51); } .nu-signout a:hover { color: rgb(255, 102, 0); } .nu-msg { background: rgb(242, 242, 242); padding: 18px 0px 18px 20px; line-height: 19px; } .nu-msg a { color: rgb(51, 51, 51); } .nu-msg a:hover { color: rgb(255, 102, 0); text-decoration: underline; } .nu-main li { background: rgb(254, 254, 254); list-style: none; margin: 0px; border-top-color: rgb(255, 255, 255); border-top-width: 1px; border-top-style: solid; } .nu-main li a { padding: 6px 0px 6px 20px; color: rgb(51, 51, 51); display: block; } .nu-main li a:hover { background: rgb(51, 51, 51); color: rgb(255, 255, 255); } .nu-main li.aliexpress-menu-top { background: rgb(102, 102, 102); font-weight: 700; } .nu-main li.aliexpress-menu-top a { color: rgb(255, 255, 255); } .search-bar-with-msg .nav-cart2 { margin-right: -302px; } .search-bar-with-msg .nav-wishlist { margin-right: -393px; } .search-bar-with-msg .nu-info div { padding-top: 6px; padding-right: 22px; position: relative; z-index: 0; } .search-bar-with-msg #login-stat-message { top: 6px; text-align: left; right: 0px; position: absolute; } .categories { left: 0px; top: 55px; width: 180px; height: 34px; position: absolute; z-index: 1; } .cate-list { margin: 0px; position: relative; z-index: 0; } .cate-list a { color: rgb(51, 51, 51); text-decoration: none; } .cate-list h3 { font: 700 18px/34px "PT Sans Narrow"; width: 180px; height: 34px; color: rgb(51, 51, 51); text-indent: 10px; margin-bottom: 4px; cursor: pointer; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); } .cate-list:hover h3 { background: rgb(204, 204, 204); } .cate-list h3::after { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat right -200px; top: 16px; width: 9px; height: 6px; right: 14px; position: absolute; content: ""; } .cate-list:hover h3::after { background-position: right -250px; } .cl-item { border-width: 2px 2px 0px; border-style: solid solid none; border-color: rgb(0, 0, 0) rgb(0, 0, 0) currentColor; padding: 0px; border-image: none; margin-top: -2px; display: none; } .cate-list dd { margin: 0px; } .cate-name { background: rgb(255, 255, 255); font: 16px/33px "PT Sans Narrow", arial; height: 33px; overflow: hidden; position: relative; z-index: 1; font-size-adjust: none; font-stretch: normal; } .cate-name::after { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -196px -296px; margin: -21px 0px 0px 160px; width: 6px; height: 9px; position: absolute; content: ""; } .cl-item:hover { border-right-color: currentColor; border-right-width: 0px; border-right-style: none; } .cl-item:hover .cate-name::after { background-position: -196px -323px; } .cate-name a { line-height: 33px; padding-left: 10px; display: block; } .cl-item:hover .cate-name a { background: rgb(0, 0, 0); color: rgb(255, 255, 255); text-indent: 6px; text-decoration: none; } .sub-cate { background: rgb(255, 255, 255); padding: 17px 10px 20px 200px; border: 2px solid rgb(0, 0, 0); border-image: none; left: 0px; top: 36px; font-size: 0px; display: none; white-space: nowrap; position: absolute; min-height: 334px; box-shadow: 5px 5px 10px rgba(0,0,0,0.3); } .cl-item:hover .sub-cate { display: block; } .categories:hover .cl-item { display: block; } .cl-item:hover .sub-cate::after { background: rgb(0, 0, 0); left: 177px; top: 0px; width: 1px; bottom: 0px; position: absolute; z-index: 0; content: ""; } .sub-cate a { color: rgb(51, 51, 51); } .sub-cate a:hover { color: rgb(255, 102, 0); text-decoration: none; } .sub-cate dl { width: 200px; padding-right: 20px; font-size: 12px; vertical-align: top; display: inline-block; position: relative; z-index: 1; -ms-zoom: 1; } .sub-cate dt { font-size: 14px; font-weight: 700; margin-bottom: 5px; } .sub-cate dt a { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat right -544px; padding-right: 10px; } .sub-cate dt:hover a { background-position: right -587px; } .sub-cate dd { overflow: hidden; } .sub-cate dd a { line-height: 26px; display: block; } .sc-promotion { padding-top: 21px; display: none; } .sc-promotion ul { overflow: hidden; } .sc-promotion li { margin: 88px 10px 0px 0px; width: 150px; text-align: center; float: left; position: relative; z-index: 0; } .sc-promotion li a { background: rgb(238, 238, 238); width: 150px; height: 36px; padding-top: 24px; display: block; } .sc-promotion li a:hover { background: rgb(51, 51, 51); text-decoration: none; } .sc-promotion li a:hover span { color: rgb(255, 255, 255); } .sc-promotion li span { display: block; } .scp-image { left: 0px; top: -88px; position: absolute; } .scp-title { font: 700 14px/17px arial; height: 17px; color: rgb(51, 51, 51); overflow: hidden; font-size-adjust: none; font-stretch: normal; } .scp-dicount { height: 20px; color: rgb(102, 102, 102); font-family: tahoma; font-size: 11px; } .sc-promotion li span.scp-dicount { display: none; } .scp-banner { width: 150px; display: none; -ms-zoom: 1; } .scp-banner img { right: 0px; bottom: 0px; position: absolute; z-index: 0; } .dividing-line { margin: 4px 15px 4px 0px; height: 1px; line-height: 0; overflow: hidden; clear: both; display: block; background-color: rgb(221, 221, 221); } .cl-item-all { border-bottom-color: rgb(0, 0, 0); border-bottom-width: 2px; border-bottom-style: solid; } .cl-item-all a { font-size: 16px; font-weight: 700; } .cl-item-all .cate-name::after { display: none; } .ui-autocomplete { background: rgb(255, 255, 255); margin: 5px 0px 0px -5px; border: 1px solid rgb(142, 142, 142); border-image: none; width: 465px; box-shadow: 2px 2px 3px #ddd; } .ui-autocomplete li { list-style: none; margin: 0px; position: relative; } .ui-autocomplete li .suggest_key { width: 62%; display: block; -ms-word-break: keep-all; -ms-word-wrap: break-word; } .ui-autocomplete li .suggest-count { width: 130px; height: 16px; text-align: left; color: gray; overflow: hidden; font-size: 11px; float: right; } .ui-autocomplete li .suggest-count span { color: rgb(0, 0, 0); } .ui-suggest-hide { padding-bottom: 0px; } .ui-suggest-hide .ui-autocomplete-ctn { display: none; } .ui-autocomplete-ctn { padding: 8px 0px; } .ui-autocomplete-item { padding: 6px 15px; line-height: 16px; cursor: pointer; } .ui-autocomplete li.ui-autocomplete-item-hover { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete li.ui-autocomplete-item-hover span { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete-item-hl { font-weight: 700; } .ui-autocomplete-his-header { color: rgb(153, 153, 153); padding-top: 10px; padding-left: 15px; } .ui-autocomplete li.his .suggest_key { width: 80%; color: rgb(0, 102, 204); } .ui-autocomplete li.ui-autocomplete-item-hover.his .suggest_key { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete ul.his-list li.ui-autocomplete-item-hover { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete-his-footer { text-align: right; padding-right: 15px; padding-bottom: 15px; } .ui-autocomplete-his-footer a { color: rgb(51, 51, 51); text-decoration: none; } .ui-autocomplete ul.his-list li.his { padding-left: 25px; } .ui-autocomplete .suggest_catname { color: rgb(153, 153, 153); } .ui-autocomplete .suggest-his-delete { height: 16px; text-align: left; color: gray; overflow: hidden; font-size: 12px; float: right; } .ui-autocomplete .suggest-his-delete a { visibility: hidden; } .ui-autocomplete li.ui-autocomplete-item-hover .suggest-his-delete a { background: rgb(153, 153, 153); color: rgb(255, 255, 255); text-decoration: underline; visibility: visible; } #page { -webkit-text-size-adjust: none; } #content { padding-bottom: 15px; } #hd { position: relative; z-index: 8; } #hd .layout { padding: 0px; width: 1200px; } #bd { margin: 0px auto; width: 1200px; position: relative; z-index: 1; } .grid-c2-s6 .col-sub { -ms-zoom: 1; } .layout::after { height: 0px; clear: both; font-size: 0px; display: block; visibility: hidden; content: "\0020"; } .layout { width: 1200px; margin-right: auto; margin-left: auto; -ms-zoom: 1; } .row-c2-s7 .main-wrap { min-height: 10px; _height: 10px; _overflow: visible; } .ui-atm { margin: 3px 15px 0px 0px !important; padding: 0px 0px 0px 22px !important; height: 20px !important; text-align: left; line-height: 2em !important; font-family: verdana; font-size: 10px; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; display: inline-block; font-size-adjust: none; font-stretch: normal; } a.atm16 { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px -59px !important; } a.atm16grey { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px -59px !important; } a.atm16grey { background-position: 0px -125px !important; } .ui-box-wrap .ui-box-title { border: 0px currentColor; border-image: none; height: 35px; line-height: 35px; position: relative; z-index: 2; } .ui-box-wrap .ui-box-title h2 { color: rgb(51, 51, 51); line-height: inherit; font-size: 14px; font-weight: 400; margin-bottom: 0px; margin-left: 20px; display: block; -ms-zoom: 1; } .ui-box-wrap .ui-box-title h3 { color: rgb(51, 51, 51); line-height: inherit; font-size: 14px; font-weight: 400; margin-bottom: 0px; margin-left: 20px; display: block; -ms-zoom: 1; } .ui-box .ui-box-body { border: 1px solid rgb(221, 221, 221); border-image: none; margin-top: -1px; } #bd .row-c2-s7 .module { margin-bottom: 17px; } #bd .grid-m0 .module { margin-bottom: 17px; } #hd .module-thirdparty { overflow: hidden; max-height: 150px; } .module-thirdparty { position: relative; } .m-sop-shop-info { background: rgb(255, 255, 255); color: rgb(51, 51, 51); font-size: 12px; } .m-sop-shop-info .ui-box-wrap .ui-box-body { padding: 7px 10px 8px 20px; font-size: 12px; background-color: rgb(255, 255, 255); } .m-sop-shop-info .shop-name { padding: 5px 0px; color: rgb(0, 51, 102); line-height: 18px; font-weight: 700; display: block; } .m-sop-shop-info .shop-name:hover { color: rgb(255, 153, 0); } .m-sop-shop-info p { margin: 0px; } .m-sop-shop-info .shop-location { color: rgb(153, 153, 153); } .m-sop-shop-info .shop-score { font-size: 14px; font-weight: 700; margin-top: 15px; } .m-sop-shop-info .shop-score .rank-num { padding-right: 5px; } .m-sop-shop-info .shop-score a { color: rgb(51, 51, 51); } .m-sop-shop-info .shop-score a:hover { color: rgb(255, 153, 0); } .m-sop-shop-info .positive-per { line-height: 1.8; font-size: 12px; font-weight: 700; } .m-sop-shop-info .positive-per span { font-size: 14px; } .m-sop-shop-info .dsr-detail { line-height: 24px; position: relative; cursor: pointer; } .m-sop-shop-info .no-dsr { color: rgb(102, 102, 102); } .m-sop-shop-info .dsr-detail::before { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(51, 51, 51) transparent transparent; top: 10px; width: 0px; height: 0px; right: 40px; line-height: 0; font-size: 0px; position: absolute; content: ""; } .m-sop-shop-info .ui-box-body { position: relative; } .m-sop-shop-info .dsr-tips { background: rgb(255, 255, 255); padding: 10px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 230px; display: none; position: absolute; z-index: 100; box-shadow: 2px 2px 2px rgba(0,0,0,0.1); } .m-sop-shop-info .dsr-tips::before { border-width: 7px; border-style: dashed dashed solid; border-color: transparent transparent rgb(204, 204, 204); left: 15px; top: -15px; width: 0px; height: 0px; line-height: 0; font-size: 0px; position: absolute; content: ""; } .m-sop-shop-info .dsr-tips::after { border-width: 7px; border-style: dashed dashed solid; border-color: transparent transparent rgb(255, 255, 255); left: 15px; top: -14px; width: 0px; height: 0px; line-height: 0; font-size: 0px; position: absolute; content: ""; } .m-sop-shop-info .dsr { margin-top: 10px; } .m-sop-shop-info .dsr caption { margin: 0px; height: 24px; text-align: left; color: rgb(51, 51, 51); line-height: 24px; font-size: 12px; font-weight: 700; white-space: nowrap; } .m-sop-shop-info .dsr .rating-out { color: rgb(102, 102, 102); font-size: 12px; font-weight: 400; } .m-sop-shop-info .dsr th { width: 110px; height: 18px; text-align: left; color: rgb(153, 153, 153); padding-right: 3px; font-size: 12px; } .m-sop-shop-info .dsr td b { padding-right: 10px; font-weight: 700; } .m-sop-shop-info .dsr td a { color: rgb(51, 51, 51); text-decoration: none; } .m-sop-shop-info .dsr-above td a { color: rgb(102, 153, 51); text-decoration: none; } .m-sop-shop-info .dsr-below td a { color: rgb(102, 0, 51); text-decoration: none; } .m-sop-shop-info .dsr-equal td a { color: rgb(51, 51, 51); text-decoration: none; } .m-sop-shop-info .dsr-above td b { color: rgb(102, 153, 51); } .m-sop-shop-info .dsr-below td b { color: rgb(102, 0, 51); } .m-sop-shop-info .dsr-equal td b { color: rgb(51, 51, 51); } .m-sop-shop-info .dsr td a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-sop-shop-info .add-wishlist { font-size: 12px; } .m-sop-shop-info .add-wishlist-btn { margin: 10px 0px; height: 28px; line-height: 28px; padding-top: 0px; padding-bottom: 0px; } .m-sop-shop-info .added-no { margin-bottom: 10px; display: block; } .m-sop-shop-cate .ui-box-wrap .ui-box-title h3 { color: rgb(51, 51, 51); line-height: 35px; font-size: 14px; margin-bottom: 0px; display: block; } .m-sop-shop-cate .ui-box-wrap .ui-box-title .title { color: rgb(51, 51, 51); line-height: 35px; font-size: 14px; margin-bottom: 0px; display: block; } .m-sop-shop-cate .ui-box-wrap .ui-box-body { background: rgb(255, 255, 255); padding: 7px 11px; font-size: 12px; } .m-sop-shop-cate .ui-box-wrap .ui-box-title { border: currentColor; border-image: none; height: 35px; -ms-zoom: 1; } .m-sop-shop-cate .groups-list { list-style: none; line-height: 15px; margin-top: 12px; } .m-sop-shop-cate .groups-list .group-tree-icon { background: url("../images/product-group-tree.png?t=8c69f052_0") no-repeat -9px 0px; margin: 3px 10px 0px 0px; width: 9px; height: 9px; float: left; cursor: pointer; } .m-sop-shop-cate .groups-list .expand.group-tree-icon { background-position: 0px 0px; } .m-sop-shop-cate .groups-list li { margin: 0px; overflow: hidden; padding-left: 9px; clear: both; } .m-sop-shop-cate .groups-list li.group-item { margin-bottom: 12px; } .m-sop-shop-cate .groups-list li.group-item a { width: 150px; float: left; display: block; } .m-sop-shop-cate .groups-list li a { color: rgb(0, 51, 102); } .m-sop-shop-cate .groups-list li a:hover { color: rgb(255, 153, 0); } .m-sop-shop-cate .groups-list li span { color: rgb(0, 51, 102); } .m-sop-shop-cate .sub-groups-list { list-style: none; padding-top: 8px; clear: both; display: none; } .m-sop-shop-cate .groups-list li.sub-group-item { padding-left: 15px; } .m-sop-shop-cate .sub-groups-list li.sub-group-item a { background: url("../images/product-group-tree.png?t=8c69f052_0") no-repeat -18px; color: rgb(102, 102, 102); padding-left: 10px; margin-bottom: 5px; } .m-sop-shop-cate .groups-more { display: none; } .m-sop-shop-cate .more-wrap { margin-top: 10px; } .m-sop-shop-cate .v-more { padding: 0px 17px 0px 4px; color: rgb(51, 51, 51); line-height: 18px; text-decoration: none; display: inline-block; } .m-sop-shop-cate .v-less { padding: 0px 17px 0px 4px; color: rgb(51, 51, 51); line-height: 18px; text-decoration: none; display: inline-block; } .m-sop-shop-cate .v-more { background: url("../images//arrow-down.png?t=77a1a161_0") no-repeat 70px 7px; } .m-sop-shop-cate .v-less { background: url("../images//arrow-up.png?t=928de332_0") no-repeat 70px 7px; } .m-sop-shop-cate .loading16 { background: url("/wimg/buyer/single/loading-16x16.gif?t=30d69a7b_0") no-repeat center rgba(0, 0, 0, 0); height: 200px; min-height: 32px; } .m-sop-contact-list .ui-box-wrap .ui-box-body { padding: 7px 11px; margin-top: 0px !important; } .m-sop-contact-list .contact-mail { padding-top: 4px; } .m-sop-contact-list .contact-item .send-mail-btn { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px 5px; padding: 5px 0px 5px 25px; color: rgb(51, 51, 51); display: block; } .m-sop-contact-list .contact-item .send-mail-btn:hover { color: rgb(255, 153, 0); } .m-sop-contact-list .contact-item dl { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: dotted; } .m-sop-contact-list .contact-item dt { margin: 0px; line-height: 24px; font-size: 14px; font-weight: 700; } .m-sop-contact-list .contact-item dd { margin: 0px 0px 10px; } .m-sop-contact-list .contact-item dd a { color: rgb(51, 51, 51); font-size: 12px; } .m-sop-contact-list .contact-item a { font-size: 12px; float: none; } .m-sop-contact-list .contact-item a:hover { color: rgb(255, 153, 0); } .m-sop-contact-list .contact-item a.ui-atm { color: rgb(51, 51, 51); overflow: hidden; } .m-sop-contact-list .contact-item a.ui-atm:hover { color: rgb(255, 153, 0) !important; text-decoration: underline !important; } .m-sop-contact-list .contact-item a.atm16grey { color: rgb(51, 51, 51) !important; font-size: 12px !important; } .m-sop-contact-list .contact-item { color: rgb(51, 51, 51); } .m-sop-contact-list .contact-mail { padding: 10px 0px; } .m-sop-discount { height: 86px; overflow: hidden; padding-bottom: 10px; padding-left: 26px; } .m-sop-discount .discount-icon { background: url("/wimg/buyer/sprite/fixed-discount-v082715.png?t=9a61352e_0") no-repeat; margin: 24px 15px 0px 0px; width: 71px; height: 43px; text-indent: -999px; overflow: hidden; float: left; } .m-sop-discount .discount-text { padding: 24px 0px 0px; float: left; } .m-sop-discount .discount-text p { font: 12px/20px Arial; color: rgb(153, 153, 153); margin-bottom: 0px; font-size-adjust: none; font-stretch: normal; } .m-sop-discount .discount-text .large-text { font: 18px/20px Arial; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal; } .m-sop-discount .discount-text .price { color: rgb(255, 47, 0); font-weight: 700; } .m-sop-slide { width: 960px; text-align: center; overflow: hidden; position: relative; } .m-sop-slide ol { list-style: none; margin: 0px; padding: 0px; } .m-sop-slide li { list-style: none; margin: 0px; padding: 0px; } .m-sop-slide ol { width: 9999px; position: relative; } .m-sop-slide li { float: left; } .m-sop-slide .slide-pics li { width: 960px; text-align: center; overflow: hidden; } .m-sop-slide .slide-pics li img { min-height: 100px; max-height: 600px; } .m-sop-slide .prev-btn { top: 50%; margin-top: -40px; position: absolute; } .m-sop-slide .next-btn { top: 50%; margin-top: -40px; position: absolute; } .m-sop-slide .prev-btn { left: 20px; } .m-sop-slide .next-btn { right: 20px; } .m-sop-slide .ui-switchable-nav { right: 20px; bottom: 20px; position: absolute; z-index: 99; } .m-sop-slide .ui-switchable-nav li { background: rgb(51, 51, 51); margin: 0px 2px; border-radius: 10px; width: 20px; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; float: left; cursor: pointer; } .m-sop-slide .ui-switchable-nav li.ui-switchable-active { background: rgb(102, 102, 102); } .m-sop-slide .prev-btn { background: url("../images/prev-next.png?t=b96656ed_0") no-repeat; width: 40px; height: 80px; display: block; } .m-sop-slide .next-btn { background: url("../images/prev-next.png?t=b96656ed_0") no-repeat; width: 40px; height: 80px; display: block; } .m-sop-slide .prev-btn { background-position: -40px 0px; } .m-sop-slide .prev-btn:hover { background-position: -120px 0px; } .m-sop-slide .next-btn { background-position: -80px 0px; } .m-sop-slide .next-btn:hover { background-position: 0px 0px; } .m-sop-shop-nav { margin: 10px auto 0px; width: 1200px; height: 40px; position: relative; } .m-sop-shop-nav .nav-list { list-style: none; padding: 0px; font-size: 15px; font-weight: 500; } .m-sop-shop-nav .nav-list li { height: 40px; line-height: 40px; margin-left: 10px; float: left; position: relative; _width: 135px; } .m-sop-shop-nav .nav-list li a { height: 40px; color: rgb(255, 255, 255); text-decoration: none; display: inline-block; } .m-sop-shop-nav .nav-list li a span { padding: 2px 15px; height: 20px; line-height: 20px; margin-top: 8px; display: block; } .m-sop-shop-nav .nav-list li a:hover span { background: rgb(255, 255, 255); color: rgb(51, 51, 51); } .m-sop-shop-nav .nav-list li.current span { background: rgb(255, 255, 255); height: 30px; color: rgb(51, 51, 51); padding-top: 4px; margin-top: 4px; } .m-sop-shop-nav .nav-list li .product-nav { padding-right: 30px; position: relative; } .m-sop-shop-nav .nav-list li .product-nav .arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(255, 255, 255) transparent transparent; top: 12px; width: 0px; height: 0px; right: 15px; line-height: 0; font-size: 0px; position: absolute; } .m-sop-shop-nav .nav-list li.current .product-nav .arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(51, 51, 51) transparent transparent; top: 12px; width: 0px; height: 0px; right: 15px; line-height: 0; font-size: 0px; position: absolute; } .m-sop-shop-nav .nav-list li .product-nav:hover .arrow { border-color: rgb(51, 51, 51) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .m-sop-shop-nav .nav-list li a:hover span.product-nav { height: 30px; padding-top: 4px; margin-top: 4px; } .m-sop-shop-nav .nav-list .pro-category-wrap { background: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); border-image: none; left: -1px; top: 40px; width: 220px; font-size: 12px; font-weight: 200; display: none; position: absolute; z-index: 99; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-sop-shop-nav .nav-list .pro-category-wrap ul { list-style: none; margin: 10px 0px; } .m-sop-shop-nav .nav-list .pro-category-wrap li { margin: 0px 0px 5px; height: auto; line-height: 18px; float: none; position: relative; } .m-sop-shop-nav .nav-list .pro-category-wrap li .sub-group-arrow { background: url("../images/sub-group-arrow.png?t=d0c55413_0") no-repeat; top: 8px; width: 4px; height: 7px; right: 10px; display: block; position: absolute; } .m-sop-shop-nav .nav-list .pro-category-wrap a { padding: 5px 20px; height: auto; color: rgb(0, 51, 102); line-height: 13px; overflow: hidden; float: none; display: block; } .m-sop-shop-nav .nav-list .pro-category-wrap a:hover { background: rgb(232, 232, 232); } .m-sop-shop-nav .nav-list .pro-category-wrap a.hover-on { background: rgb(232, 232, 232); } .m-sop-shop-nav .nav-list .pro-category-wrap li.hover-on .sub-group-list { display: block; } .m-sop-shop-nav .nav-list .sub-group-list { left: auto; top: -5px; right: -218px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; display: none; } .m-sop-shop-nav .nav-list .pro-category-wrap .all-product { padding: 5px 0px; width: 180px; text-align: right; line-height: 20px; margin-left: 20px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: dotted; position: relative; } .m-sop-shop-nav .nav-list .pro-category-wrap .all-product a { background: url("../images//arrow-left.png?t=acf07a9d_0") no-repeat right 8px; padding-right: 10px; } .m-sop-shop-nav .nav-list li.hover-on #pro-category-wrap { display: block; } .m-sop-shop-nav .nav-list li.hover-on .product-nav { background: rgb(255, 255, 255); height: 30px; color: rgb(51, 51, 51); padding-top: 4px; margin-top: 4px; } .m-sop-shop-nav .nav-list li.hover-on .product-nav .arrow { border-color: rgb(51, 51, 51) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .ui-balloon { position: absolute; } .ui-balloon .ui-balloon-arrow { width: 10px; height: 10px; overflow: hidden; display: block; position: absolute; } :root .ui-balloon .ui-balloon-arrow { width: 10px; height: 10px; } .ui-balloon-tl { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-tr { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-rt { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-rb { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-br { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-bl { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-lb { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-lt { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-tl .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-tr .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-rt .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-rb .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-br .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-bl .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-lb .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-lt .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } :root .ui-balloon-tl .ui-balloon-arrow { } :root .ui-balloon-tr .ui-balloon-arrow { } :root .ui-balloon-rt .ui-balloon-arrow { } :root .ui-balloon-rb .ui-balloon-arrow { } :root .ui-balloon-br .ui-balloon-arrow { } :root .ui-balloon-bl .ui-balloon-arrow { } :root .ui-balloon-lb .ui-balloon-arrow { } :root .ui-balloon-lt .ui-balloon-arrow { } .ui-balloon-tl .ui-balloon-arrow { border-color: currentColor; left: 10px; top: -6px; border-right-style: none; border-bottom-style: none; } :root .ui-balloon-tl .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 0px 0px 1px; border-style: solid none none solid; border-color: rgb(204, 204, 204) currentColor currentColor rgb(204, 204, 204); border-image: none; top: -6px; height: 10px; } .ui-balloon-tr .ui-balloon-arrow { border-color: currentColor; top: -6px; right: 10px; border-right-style: none; border-bottom-style: none; } :root .ui-balloon-tr .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 0px 0px 1px; border-style: solid none none solid; border-color: rgb(204, 204, 204) currentColor currentColor rgb(204, 204, 204); border-image: none; top: -6px; height: 10px; } .ui-balloon-rt .ui-balloon-arrow { border-color: currentColor; top: 10px; right: -6px; border-bottom-style: none; border-left-style: none; box-shadow: 3px -1px 3px rgba(0,0,0,0.13); -webkit-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); -moz-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); } :root .ui-balloon-rt .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 1px 0px medium; border-style: solid solid none none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor currentColor; border-image: none; width: 10px; right: -6px; } .ui-balloon-rb .ui-balloon-arrow { border-color: currentColor; right: -6px; bottom: 10px; border-bottom-style: none; border-left-style: none; box-shadow: 3px -1px 3px rgba(0,0,0,0.13); -webkit-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); -moz-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); _right: -8px; } :root .ui-balloon-rb .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 1px 0px medium; border-style: solid solid none none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor currentColor; border-image: none; width: 10px; right: -6px; } .ui-balloon-br .ui-balloon-arrow { border-color: currentColor; right: 10px; bottom: -6px; border-top-style: none; border-left-style: none; box-shadow: 4px 1px 3px rgba(0,0,0,0.09); -webkit-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); -moz-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); _bottom: -8px; } :root .ui-balloon-br .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(204, 204, 204) rgb(204, 204, 204) currentColor; border-image: none; height: 10px; bottom: -6px; } .ui-balloon-bl .ui-balloon-arrow { border-color: currentColor; left: 10px; bottom: -6px; border-top-style: none; border-left-style: none; box-shadow: 4px 1px 3px rgba(0,0,0,0.09); -webkit-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); -moz-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); _bottom: -8px; } :root .ui-balloon-bl .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(204, 204, 204) rgb(204, 204, 204) currentColor; border-image: none; height: 10px; bottom: -6px; } .ui-balloon-lb .ui-balloon-arrow { border-color: currentColor; left: -6px; bottom: 10px; border-top-style: none; border-right-style: none; } :root .ui-balloon-lb .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 0px 1px 1px; border-style: none none solid solid; border-color: currentColor currentColor rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; left: -6px; width: 10px; } .ui-balloon-lt .ui-balloon-arrow { border-color: currentColor; left: -6px; top: 10px; border-top-style: none; border-right-style: none; } :root .ui-balloon-lt .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 0px 1px 1px; border-style: none none solid solid; border-color: currentColor currentColor rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; left: -6px; width: 10px; } .m-sop-shop-nav .ui-balloon { padding: 10px; left: 250px; top: -36px; color: rgb(255, 102, 0); line-height: 16px; font-size: 14px; font-weight: 700; position: absolute; } .m-sop-crumb { height: 34px; color: rgb(102, 102, 102); line-height: 34px; overflow: hidden; padding-top: 5px; font-family: verdana; font-size: 12px; } .m-sop-crumb a { color: rgb(51, 51, 51); } .m-sop-crumb a:hover { color: rgb(255, 153, 0); } .m-sop-crumb b { font-weight: 400; } .m-sop-custom { border: 1px solid rgb(221, 221, 221); border-image: none; position: relative; _width: 100%; _overflow: hidden; } .col-main .m-sop-custom { width: 100%; } .col-sub .m-sop-custom { } .m-sop-custom h3 { height: 35px; line-height: 35px; text-indent: 20px; overflow: hidden; font-size: 14px; font-weight: 400; } .col-main .m-sop-custom h3 { width: 100%; } .col-sub .m-sop-custom h3 { width: 100%; } .col-sub .m-sop-custom .m-sop-custom-content { margin: 7px 11px; overflow: hidden; } .col-main .m-sop-custom .m-sop-custom-content { margin: 20px; overflow: hidden; } .col-main .m-sop-custom .m-sop-custom-content h3 { background: none; } .col-main .m-sop-custom .m-sop-custom-content a img { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content sub { font-size: smaller; vertical-align: sub; } .m-sop-custom .m-sop-custom-content sup { font-size: smaller; vertical-align: super; } .m-sop-custom .m-sop-custom-content i { font-style: italic; } .m-sop-custom .m-sop-custon-content em { font-style: italic; } .m-sop-custom .m-sop-custom-content u { text-decoration: underline; } .m-sop-custom .m-sop-custon-content ins { text-decoration: underline; } .m-sop-custom .m-sop-custom-content s { text-decoration: line-through; } .m-sop-custom .m-sop-custon-content strike { text-decoration: line-through; } .m-sop-custom .m-sop-custom-content ul { margin-left: 40px; } .m-sop-custom .m-sop-custom-content ol { list-style: decimal !important; margin-left: 40px; } .m-sop-custom .m-sop-custom-content table { border-collapse: separate; } .m-sop-custom .m-sop-custom-content table th { background: rgb(224, 224, 224); font-size: 13px; } .m-sop-custom .m-sop-custom-content table { border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.mceItemTable { border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.aliRTE-table-bor1 { border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table td { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table th { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.mceItemTable td { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.mceItemTable th { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.aliRTE-table-bor1 td { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.aliRTE-table-bor1 th { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.no-bor td { border: 1px dashed rgb(187, 187, 187); border-image: none; } .m-sop-custom .m-sop-custom-content table.no-bor th { border: 1px dashed rgb(187, 187, 187); border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tr > td { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tr > th { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tbody > tr > td { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tfoot > tr > td { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > thead > tr > th { border: 0px currentColor; border-image: none; } .m-sop-banner { } .m-sop-banner { width: 1200px; overflow: hidden; min-height: 100px; max-height: 150px; } .m-sop-shop-hd { padding: 0px 20px; border: 1px solid rgb(221, 221, 221); border-image: none; height: 57px; } .m-sop-shop-hd .shop-hd { position: relative; z-index: 101; -ms-zoom: 1; } .m-sop-shop-hd .shop-logo { height: 57px; overflow: hidden; float: left; } .m-sop-shop-hd .shop-logo .shop-logo-img { margin: 3px 5px; overflow: hidden; max-height: 50px; max-width: 50px; } .m-sop-shop-hd .shop-logo .shop-logo-img img { max-height: 50px; max-width: 50px; } .m-sop-shop-hd .shop-info { width: 600px; padding-top: 10px; float: left; } .m-sop-shop-hd .shop-info-middle { line-height: 40px; } .m-sop-shop-hd .shop-info .shop-name { color: rgb(51, 51, 51); font-size: 14px; font-weight: 700; margin-right: 12px; } .m-sop-shop-hd .shop-info .shop-name:hover { text-decoration: none; } .m-sop-shop-hd .shop-info .shop-number { color: rgb(153, 153, 153); display: inline-block; } .m-sop-shop-hd .shop-info .alibaba-store { width: 200px; height: 24px; color: rgb(153, 153, 153); line-height: 24px; display: block; white-space: nowrap; } .m-sop-shop-hd .shop-info .alibaba-store:hover { color: rgb(255, 153, 0); } .m-sop-shop-hd .shop-credit { background: rgb(255, 255, 255); padding: 8px 20px 0px; border: 1px solid rgb(221, 221, 221); border-image: none; top: -1px; width: 320px; right: 0px; position: absolute; } .m-sop-shop-hd .shop-credit:hover { box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-sop-shop-hd .fold { border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(255, 255, 255) rgb(255, 255, 255); border-image: none; height: 48px; overflow: hidden; } .m-sop-shop-hd .shop-credit .info-box { padding: 5px 0px; border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: dotted; } .m-sop-shop-hd .shop-credit .more-shopinfo { height: 30px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; position: relative; } .m-sop-shop-hd .shop-credit .feedback-zone { right: 0px; position: absolute; } .m-sop-shop-hd .shop-credit .more-shopinfo .rotate-arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(51, 51, 51) transparent transparent; top: 15px; width: 0px; height: 0px; right: -5px; line-height: 0; font-size: 0px; position: absolute; } .m-sop-shop-hd .more-shopinfo:hover .rotate-arrow { border-color: rgb(51, 51, 51) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .m-sop-shop-hd .shop-credit .positive-feedback { width: 140px; height: 24px; color: rgb(51, 51, 51); line-height: 24px; overflow: hidden; font-size: 12px; display: inline-block; white-space: nowrap; } .m-sop-shop-hd .shop-credit .positive-percent { font-weight: 700; } .m-sop-shop-hd .shop-credit .store-rank { line-height: 24px; margin-right: 180px; float: right; } .m-sop-shop-hd .shop-credit .store-rank span { padding: 0px 5px; font-weight: 700; } .m-sop-shop-hd .shop-credit .dsr-loading { text-align: center; } .m-sop-shop-hd .shop-credit .dsr { width: 100%; } .m-sop-shop-hd .shop-credit .dsr caption { height: 30px; text-align: left; color: rgb(51, 51, 51); line-height: 30px; font-size: 12px; font-weight: 700; } .m-sop-shop-hd .shop-credit .dsr .rating-out { color: rgb(102, 102, 102); font-size: 12px; font-weight: 400; } .m-sop-shop-hd .shop-credit .dsr th { width: 110px; height: 18px; text-align: left; color: rgb(102, 102, 102); padding-right: 3px; font-size: 12px; } .m-sop-shop-hd .shop-credit .dsr td b { padding-right: 10px; font-weight: 700; } .m-sop-shop-hd .shop-credit .dsr-above td a { color: rgb(102, 153, 51); text-decoration: none; } .m-sop-shop-hd .shop-credit .dsr-below td a { color: rgb(102, 0, 51); text-decoration: none; } .m-sop-shop-hd .shop-credit .dsr-equal td a { color: rgb(51, 51, 51); text-decoration: none; } .m-sop-shop-hd .shop-credit .dsr-above td b { color: rgb(102, 153, 51); } .m-sop-shop-hd .shop-credit .dsr-below td b { color: rgb(102, 0, 51); } .m-sop-shop-hd .shop-credit .dsr-equal td b { color: rgb(51, 51, 51); } .m-sop-shop-hd .shop-credit .dsr td a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-sop-shop-hd .shop-credit .no-dsr { color: rgb(102, 102, 102); line-height: 16px; font-size: 12px; margin-bottom: 0px; } .m-sop-shop-hd .shop-credit .location dt { color: rgb(51, 51, 51); line-height: 2; font-size: 12px; font-weight: 700; } .m-sop-shop-hd .shop-credit .location dd { color: rgb(102, 102, 102); line-height: 20px; font-size: 12px; margin-left: 0px; } .m-sop-shop-hd .shop-credit .location .clock-icon { background: url("/wimg/buyer/sprite/spr-we-store-top.png?t=884047e9_0") no-repeat 0px -40px; width: 9px; height: 10px; vertical-align: middle; display: inline-block; cursor: pointer; } .m-sop-shop-hd .shop-credit .contact dt { color: rgb(51, 51, 51); line-height: 2; font-size: 12px; font-weight: 700; } .m-sop-shop-hd .shop-credit .contact dd { margin-left: 0px; } .m-sop-shop-hd .shop-credit .contact span a { color: rgb(51, 51, 51); line-height: 22px; font-size: 12px; text-decoration: none; margin-right: 5px; } .m-sop-shop-hd .shop-credit .contact span a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-sop-shop-hd .shop-credit .contact .s-alitalk { padding-bottom: 3px; vertical-align: bottom; display: inline-block; } .m-sop-shop-hd .shop-credit .contact .s-mail { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px 5px; padding-left: 25px; vertical-align: bottom; display: inline-block; } .m-sop-shop-hd .shop-credit .contact .s-alitalk .ui-atm:hover { color: rgb(255, 153, 0) !important; text-decoration: underline !important; display: inline-block; } .m-sop-shop-hd .shop-credit .add-wish-list { text-align: left; padding-top: 6px; padding-bottom: 16px; font-size: 12px; } .m-sop-shop-hd .shop-credit .add-wish-list a { margin-top: 5px; } .m-sop-shop-hd .search { left: 548px; top: 35px; position: absolute; } .m-sop-shop-hd .search .search-text { border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: rgb(150, 158, 169) currentColor rgb(150, 158, 169) rgb(150, 158, 169); padding: 5px; border-image: none; width: 200px; height: 15px; color: rgb(153, 153, 153); line-height: 15px; font-size: 12px; float: left; } .m-sop-shop-hd .search .placeholder { color: rgb(204, 204, 204); } .m-sop-shop-hd .search .search-in-shop { height: 25px; text-align: center; line-height: 25px; font-size: 12px; font-weight: 700; float: left; } .m-sop-shop-hd .search .search-in-ae { height: 25px; text-align: center; line-height: 25px; font-size: 12px; font-weight: 700; float: left; } .m-sop-shop-hd .search .search-in-shop { background: url("/wimg/seller/single/search_bg.png?t=4ae0898b_0") repeat-x 0px 0px; border: 1px solid rgb(243, 124, 20); border-image: none; width: 78px; color: rgb(255, 255, 255); } .m-sop-shop-hd .search .search-in-ae { background: url("/wimg/seller/single/search_ae_bg.png?t=e5344c6b_0") repeat-x 0px 0px; border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgb(190, 190, 190) rgb(190, 190, 190) rgb(190, 190, 190) currentColor; border-image: none; width: 110px; color: rgb(0, 0, 0); } .m-sop-shop-hd .search .search-in-shop:hover { text-decoration: none; background-image: url("/wimg/seller/single/serach_bg_hover.png?t=44e1cc2d_0"); } .m-sop-shop-hd .search .search-in-ae:hover { text-decoration: none; background-image: url("/wimg/seller/single/search_ae_hover.png?t=b6b22963_0"); } .m-sop-add-wishlist { } .m-sop-add-wishlist .add-wishlist { line-height: 16px; padding-left: 10px; font-size: 12px; } .m-sop-add-wishlist .add-wishlist .add-wishlist-btn { height: 18px; line-height: 18px; } .m-sop-add-wishlist .added-no { line-height: 24px; margin-left: 3px; display: block; } .m-o-large-all-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-large-all-detail .items-list .item { margin: 10px 0px; padding: 8px; transition:box-shadow 0.25s linear; width: 220px; height: 340px; vertical-align: top; display: inline-block; position: relative; -webkit-transition: box-shadow .25s linear; } .m-o-large-all-detail .items-list .item:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.25s linear; border-image: none; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); -webkit-transition: box-shadow .25s linear; } .m-o-large-all-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; width: 220px; position: relative; } .m-o-large-all-detail .items-list .item .pic { margin: 0px auto; width: 220px; height: 220px; text-align: center; overflow: hidden; font-size: 220px; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-large-all-detail .items-list .item .pic img { max-height: 220px; max-width: 220px; } .m-o-large-all-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-large-all-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-large-all-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-large-all-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -3406px; top: -10px; width: 50px; height: 55px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-large-all-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 11px; width: 26px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-large-all-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-large-all-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-large-all-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-large-all-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-large-all-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-large-all-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-large-all-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-large-all-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-large-all-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-large-all-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-large-all-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-large-all-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-large-all-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-large-all-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-large-all-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-o-large-lite-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-large-lite-detail .items-list .item { margin: 10px 0px; padding: 8px; width: 220px; vertical-align: top; display: inline-block; position: relative; } .m-o-large-lite-detail .items-list .item-simple { padding: 8px; height: 260px; } .m-o-large-lite-detail .items-list .item-simple .item-wrap { padding: 8px; transition:box-shadow 0.25s linear; left: 0px; top: 0px; position: absolute; -webkit-transition: box-shadow .25s linear; } .m-o-large-lite-detail .items-list .item-simple .item-wrap .detail h3 { display: none; } .m-o-large-lite-detail .items-list .item-simple .item-wrap:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.25s linear; border-image: none; height: 300px; z-index: 10; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); -webkit-transition: box-shadow .25s linear; } .m-o-large-lite-detail .items-list .item-simple .item-wrap:hover .detail h3 { display: block; } .m-o-large-lite-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; width: 220px; position: relative; } .m-o-large-lite-detail .items-list .item .pic { margin: 0px auto; width: 220px; height: 220px; text-align: center; overflow: hidden; font-size: 220px; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-large-lite-detail .items-list .item .pic img { max-height: 220px; max-width: 220px; } .m-o-large-lite-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-large-lite-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-large-lite-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-large-lite-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -3406px; top: -10px; width: 50px; height: 55px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-large-lite-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 11px; width: 26px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-large-lite-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-large-lite-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-large-lite-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-large-lite-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-large-lite-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-large-lite-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-large-lite-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-large-lite-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-large-lite-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-large-lite-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-large-lite-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-large-lite-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-large-lite-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-large-lite-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-large-lite-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-o-small-all-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-small-all-detail .items-list .item { margin: 10px 0px; padding: 8px; transition:box-shadow 0.25s linear; vertical-align: top; display: inline-block; position: relative; -webkit-transition: box-shadow .25s linear; } .m-o-small-all-detail .items-list-small .item { margin: 5px 15px; padding: 8px; width: 140px; height: 260px; } .m-o-small-all-detail .items-list-small .item:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-o-small-all-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; position: relative; } .m-o-small-all-detail .items-list .item .pic { margin: 0px auto; text-align: center; overflow: hidden; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-small-all-detail .items-list-small .item .img { width: 140px; } .m-o-small-all-detail .items-list-small .item .pic { width: 140px; height: 140px; } .m-o-small-all-detail .items-list-small .item .pic img { max-height: 140px; max-width: 140px; } .m-o-small-all-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-small-all-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-small-all-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-small-all-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -1374px; top: -10px; width: 40px; height: 43px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-small-all-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 5px; width: 23px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-small-all-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-small-all-detail .items-list .item .detail h2 { height: 32px; line-height: 16px; font-size: 14px; margin-bottom: 8px; } .m-o-small-all-detail .items-list .item .detail h2 a { text-decoration: none; } .m-o-small-all-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-small-all-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-small-all-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-small-all-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-small-all-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-small-all-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-small-all-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-small-all-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-small-all-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-small-all-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-small-all-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-small-all-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-small-all-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-small-all-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-o-small-lite-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-small-lite-detail .items-list .item { margin: 10px 0px; padding: 8px; transition:box-shadow 0.25s linear; vertical-align: top; display: inline-block; position: relative; -webkit-transition: box-shadow .25s linear; } .m-o-small-lite-detail .items-list-small .item { margin: 5px 15px; padding: 8px; width: 140px; } .m-o-small-lite-detail .items-list-small .item-simple { padding: 8px; height: 180px; } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap { padding: 8px; left: 0px; top: 0px; position: absolute; } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap .detail h3 { display: none; } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); border-image: none; height: 220px; z-index: 10; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap:hover .detail h3 { display: block; } .m-o-small-lite-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; position: relative; } .m-o-small-lite-detail .items-list .item .pic { margin: 0px auto; text-align: center; overflow: hidden; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-small-lite-detail .items-list-small .item .img { width: 140px; } .m-o-small-lite-detail .items-list-small .item .pic { width: 140px; height: 140px; } .m-o-small-lite-detail .items-list-small .item .pic img { max-height: 140px; max-width: 140px; } .m-o-small-lite-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-small-lite-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-small-lite-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-small-lite-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -1374px; top: -10px; width: 40px; height: 43px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-small-lite-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 5px; width: 23px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-small-lite-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-small-lite-detail .items-list .item .detail h2 { height: 32px; line-height: 16px; font-size: 13px; margin-bottom: 8px; } .m-o-small-lite-detail .items-list .item .detail h2 a { text-decoration: none; } .m-o-small-lite-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-small-lite-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-small-lite-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-small-lite-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-small-lite-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-small-lite-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-small-lite-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-small-lite-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-small-lite-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-small-lite-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-small-lite-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-small-lite-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-small-lite-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-small-lite-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-sop-refine-search .ui-box-wrap .ui-box-body { padding: 7px 11px; } .m-sop-refine-search .refine-search-form label { color: rgb(51, 51, 51); line-height: 24px; font-size: 12px; display: block; } .m-sop-refine-search .refine-search-form .label { margin-bottom: 5px; } .m-sop-refine-search .refine-search-form .text { padding: 2px 4px; border: 1px solid rgb(194, 202, 216); border-image: none; line-height: 12px; font-family: arial; } .m-sop-refine-search .refine-search-form input.keywords { width: 170px; height: 20px; font-size: 12px; } .m-sop-refine-search .refine-search-form .adv-search { text-align: right; color: rgb(0, 51, 102); padding-right: 6px; margin-bottom: 5px; display: none; } .m-sop-refine-search .refine-search-form .adv-search:hover { color: rgb(255, 153, 0); } .m-sop-refine-search .refine-search-form input.filter-price-text { width: 61px !important; height: 20px; overflow: hidden; } .m-sop-refine-search .refine-search-form .submit-label { padding: 5px 6px 15px 0px; text-align: right; } .m-sop-refine-search .refine-search-form .submit-label button { height: 28px; } .m-sop-refine-search .s-link-fake-selector { background: url("../images/refine-select.png?t=acbb7e1f_0") no-repeat right top; width: 160px; height: 26px; padding-right: 19px; margin-top: -2px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; position: relative; z-index: 20; _margin-top: 0; } .m-sop-refine-search .s-link-fake-selector-mover { background: url("../images/refine-select.png?t=acbb7e1f_0") no-repeat right top; } .m-sop-refine-search .s-link-fake-selector .list-title { border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(221, 221, 221) currentColor rgb(221, 221, 221) rgb(221, 221, 221); border-image: none; height: 25px; color: rgb(51, 51, 51); line-height: 26px; overflow: hidden; padding-left: 5px; font-size: 12px; cursor: default; background-color: rgb(255, 255, 255); } .m-sop-refine-search .s-link-fake-selector .s-country-container { padding: 5px 0px; border: 1px solid rgb(139, 160, 206); border-image: none; left: -1px; top: 27px; width: 178px; height: 200px; display: none; position: absolute; -ms-overflow-x: hidden; -ms-overflow-y: auto; background-color: rgb(255, 255, 255); } .m-sop-refine-search .s-link-fake-selector .list-sep { padding: 3px 2px; display: block; } .m-sop-refine-search .s-link-fake-selector .option-open { display: block; z-index: 80; } .m-sop-refine-search .s-link-fake-selector .option-mask { left: -1px; top: 17px; width: 158px; display: none; position: absolute; } .m-sop-refine-search .s-link-fake-selector .mask-enable { display: block; z-index: 60; } .m-sop-refine-search .s-link-fake-selector .s-country-container a { font: 11px/normal Tahoma; margin: 0px 3px; padding: 2px 5px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(16, 92, 182); text-decoration: none; float: none; display: block; cursor: pointer; font-size-adjust: none; font-stretch: normal; } .m-sop-refine-search .s-link-fake-selector .s-country-container a:hover { border: 1px solid rgb(196, 216, 230); border-image: none; text-decoration: none; } .m-sop-refine-search .s-link-fake-selector .s-country-container a.current { border: 1px solid rgb(255, 186, 83); border-image: none; text-decoration: none; } .m-sop-refine-search .s-link-fake-selector .s-country-container a .num { background: none; margin: 0px; padding: 0px; color: rgb(90, 90, 90); text-decoration: none; float: none; } .m-sop-refine-search .s-link-fake-selector .css_flag { line-height: normal; float: none; } .m-sop-refine-search .adv-search-area { position: relative; z-index: 10; } .m-sop-refine-search .filter-price-box { border: 1px solid rgb(188, 188, 188); border-image: none; left: 30px; top: 36px; width: 150px; font-family: tahoma; font-size: 11px; display: none; position: absolute; background-color: rgb(255, 255, 255); } .m-sop-refine-search .filter-price-box a { padding: 2px 10px; color: rgb(0, 0, 0); display: block; _zoom: 1; } .m-sop-refine-search .filter-price-box a:hover { text-decoration: none; background-color: rgb(252, 233, 203); } .m-sop-refine-search .all-pro-condition { padding-top: 2px; } .m-sop-refine-search .all-pro-condition input { margin: -1px 4px 0px 0px; vertical-align: middle; display: inline-block; } .m-sop-refine-search .all-pro-condition label { vertical-align: middle; display: inline-block; } .m-sop-top-selling .ui-box-wrap .ui-box-body { padding: 7px 11px; } .m-sop-top-selling .items-list .item { list-style: none; margin-bottom: 15px; margin-left: 0px; } .m-sop-sale-items .items-list .pro-name { width: 125px; color: rgb(51, 51, 51); -ms-word-break: break-all; _width: 116px; } .m-sop-sale-items .items-list .pro-name a { color: rgb(51, 51, 51); } .m-sop-sale-items .items-list .pro-name a:hover { color: rgb(255, 153, 0); } .m-sop-top-selling .items-list .img { float: left; } .m-sop-top-selling .items-list .img img { width: 50px; } .m-sop-top-selling .items-list .detail { width: 125px; line-height: 16px; padding-left: 10px; font-size: 12px; float: left; _width: 116px; } .m-sop-top-selling .items-list .detail .pro-name { height: 32px; overflow: hidden; } .m-sop-top-selling .items-list .detail .pro-name a { color: rgb(51, 51, 51); } .m-sop-top-selling .items-list .detail .pro-name a:hover { color: rgb(255, 153, 0); } .m-sop-top-selling .items-list .detail .order-no { color: rgb(121, 121, 121); } .m-sop-top-selling .items-list .price { color: rgb(169, 169, 169); } .m-sop-top-selling .items-list .price span { color: rgb(255, 124, 0); font-weight: 700; } .m-sop-top-selling .view-more { background: url("../images/arrow-left.png?t=acf07a9d_0") no-repeat 100% 50%; text-align: right; padding-right: 14px; } .m-sop-alert { margin-bottom: 17px; } .m-sop-alert .alert p { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px -190px; color: rgb(51, 51, 51); line-height: 1.5; padding-left: 20px; font-weight: 700; margin-bottom: 0px; } .m-sop-alert .alert a { color: rgb(0, 51, 102); line-height: 1.5; } .m-sop-alert .alert a:hover { color: rgb(255, 153, 0); } .ui-fixed-panel { z-index: 99; } .ui-fixed-panel-unit > a { background: url("/wimg/buyer/sprite/fixed-panel-elements.png?t=4720102a_0") no-repeat; width: 32px; height: 32px; text-decoration: none; margin-bottom: 5px; display: block; cursor: pointer; } .ui-fixed-panel-tip-popup { background: rgb(255, 255, 255); padding: 10px; line-height: 1.5; display: none; max-width: 180px; box-shadow: 0px 0px 7px #999; } :root .ui-fixed-panel-tip-popup { border: 0px currentColor; border-image: none; } .ui-fixed-panel-operation { } .ui-fixed-panel-operation .ui-fixed-panel-unit > a { border-radius: 16px; opacity: 0.2; } .ui-fixed-panel-operation .ui-fixed-panel-unit > a:hover { opacity: 0.7; } .ui-fixed-panel-go-top > a { background-position: 0px 0px; } .ui-fixed-panel-operation .ui-fixed-panel-unit > a.ui-fixed-panel-collapse { background-position: -32px 0px; } .ui-fixed-panel-operation .ui-fixed-panel-unit > a.ui-fixed-panel-expand { background-position: -64px 0px; } .ui-fixed-panel-secondary { margin-bottom: 25px; } .ui-fixed-panel-secondary .ui-fixed-panel-unit > a { opacity: 0.4; } .ui-fixed-panel-secondary .ui-fixed-panel-unit > a:hover { opacity: 0.7; } .ui-fixed-panel-qr-code > a { background-position: 0px -32px; opacity: 0.5; } .ui-fixed-panel-qr-code-popup { padding: 10px; width: 120px; text-align: center; line-height: 1.2; font-family: "PT Sans Narrow"; max-width: 120px; } .ui-fixed-panel-qr-code-tip { margin-top: 4px; } .ui-fixed-panel-survey > a { background-position: -32px -32px; } .ui-fixed-panel-shares { margin-bottom: 15px; } .ui-fixed-panel-twitter > a { background-position: 0px -64px; } .ui-fixed-panel-twitter > a:hover { background-position: 0px -96px; } .ui-fixed-panel-facebook > a { background-position: -32px -64px; } .ui-fixed-panel-facebook > a:hover { background-position: -32px -96px; } .ui-fixed-panel-google-plus > a { background-position: -64px -64px; } .ui-fixed-panel-google-plus > a:hover { background-position: -64px -96px; } .ui-fixed-panel-pinterest > a { background-position: -96px -64px; } .ui-fixed-panel-pinterest > a:hover { background-position: -96px -96px; } .ui-fixed-panel-vk > a { background-position: -128px -64px; } .ui-fixed-panel-vk > a:hover { background-position: -128px -96px; } .ui-fixed-panel-ok > a { background-position: -160px -64px; } .ui-fixed-panel-ok > a:hover { background-position: -160px -96px; } .ae-m-sop-seller-coupon { border-width: 0px 1px 1px; border-style: solid; border-color: rgb(238, 238, 238); border-image: none; overflow: hidden; margin-bottom: 29px; } .ae-m-sop-seller-coupon h2 { height: 35px; color: rgb(51, 51, 51); line-height: 35px; text-indent: 21px; font-size: 18px; margin-bottom: 0px; } .ae-m-sop-seller-coupon .coupon-bd { padding: 20px; } .ae-m-sop-seller-coupon .store-coupon-intro { list-style: none; margin: 0px; padding: 0px; } .ae-m-sop-seller-coupon .store-coupon-intro dt { color: rgb(51, 51, 51); line-height: 16px; font-weight: 700; margin-bottom: 5px; } .ae-m-sop-seller-coupon .store-coupon-intro dd { margin: 0px; color: rgb(102, 102, 102); line-height: 18px; } .ae-m-sop-seller-coupon .store-coupon-list { list-style: none; } .ae-m-sop-seller-coupon .store-coupon-list li { margin: 10px 20px 10px 0px; border: 1px solid rgb(255, 102, 0); border-image: none; width: 326px; height: 83px; float: left; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item { width: 187px; color: rgb(255, 102, 0); float: left; background-color: rgb(255, 252, 237); } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info { height: 61px; padding-left: 9px; border-right-color: rgb(255, 102, 0); border-bottom-color: rgb(255, 102, 0); border-right-width: 1px; border-bottom-width: 1px; border-right-style: dashed; border-bottom-style: solid; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info span { padding-top: 16px; font-size: 30px; display: inline-block; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info span.coupon-price { padding-right: 4px; font-weight: 700; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info span.coupon-price-order { font-size: 18px; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-other-info { padding: 0px 9px; height: 20px; color: rgb(255, 254, 255); line-height: 20px; overflow: hidden; font-weight: 700; border-top-color: rgb(243, 149, 124); border-top-width: 1px; border-top-style: dashed; background-color: rgb(255, 102, 0); } .ae-m-sop-seller-coupon .store-coupon-list .coupon-other-info .coupon-type { font-size: 16px; float: left; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-other-info .coupon-valid-time { float: right; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon { padding: 12px 0px 0px 10px; width: 125px; line-height: 18px; float: left; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon span em { color: rgb(253, 102, 0); font-weight: 700; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate { padding-top: 7px; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate a { background: url("/wimg/buyer/single/btn-get-coupon.png?t=ef4f62b2_0") no-repeat; width: 119px; text-align: center; color: rgb(51, 51, 51); line-height: 20px; font-weight: 700; display: block; hegiht: 22px; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate a.disabled-btn { cursor: default; opacity: 0.7; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate a:hover { text-decoration: none; } .ae-m-sop-seller-coupon .store-coupon-intro { margin-bottom: 10px; } .m-sop-store-coupon { overflow: hidden; } .m-sop-store-coupon .coupon { width: 176px; overflow: hidden; margin-left: 10px; float: left; } .m-sop-store-coupon :first-child.coupon { margin-left: 0px; } .m-sop-store-coupon .coupon .item { background: url("/js/6v/biz/shopsite/themes/activity/images/coupon_small_bg.jpg?t=3da3d08a_0"); width: 176px; height: 135px; position: relative; } .m-sop-store-coupon .coupon-small-pt .item { background: url("/js/6v/biz/shopsite/themes/activity/images/coupon_small_bg_pt.png?t=a116c8fb_0"); height: 146px; } .m-sop-store-coupon .coupon .item span { color: rgb(255, 255, 255); display: block; position: absolute; } .m-sop-store-coupon .coupon .item .pay { left: 10px; top: 10px; font-size: 20px; font-weight: 700; } .m-sop-store-coupon .coupon .item .get { left: 10px; top: 35px; font-size: 14px; } .m-sop-store-coupon .coupon-small-pt .item .get { width: 150px; } .m-sop-store-coupon .coupon .item .get-now { width: 176px; height: 28px; text-align: center; bottom: 10px; color: rgb(51, 51, 51); line-height: 28px; } .m-sop-store-coupon .coupon .item .store { left: 12px; bottom: 42px; color: rgb(153, 153, 153); } .m-sop-store-coupon .coupon .item .valid { left: 12px; bottom: 42px; color: rgb(153, 153, 153); } .m-sop-store-coupon .coupon .limit { height: 18px; color: rgb(153, 153, 153); line-height: 18px; margin-top: 10px; } .m-sop-store-coupon .coupon .limit i { color: rgb(51, 51, 51); text-transform: none; font-style: normal; } .m-sop-store-coupon .coupon .use { height: 18px; color: rgb(153, 153, 153); line-height: 18px; } .m-sop-store-coupon .coupon .use i { color: rgb(255, 102, 2); text-transform: none; font-style: normal; } .m-sop-store-coupon .coupon-big { width: 306px; overflow: hidden; } .m-sop-store-coupon .coupon-big .item .get-now { width: 306px; } .m-sop-store-coupon .coupon-big .item .store { left: 32px; } .m-sop-store-coupon .coupon-big .item div { height: 65px; } .m-sop-store-coupon .coupon-big .item .valid { left: inherit; right: 15px; } .m-sop-store-coupon .coupon-big .item { background: url("/js/6v/biz/shopsite/themes/activity/images/coupon_big_bg.jpg?t=c2eefe93_0"); width: 306px; position: relative; } .m-sop-store-coupon .coupon-big .item div .pay-big { height: 65px; line-height: 65px; padding-left: 10px; font-size: 30px; vertical-align: top; display: inline-block; position: inherit; } .m-sop-store-coupon .coupon-big .item div .get-big { width: 120px; height: 65px; padding-top: 28px; font-size: 14px; margin-left: 10px; vertical-align: top; display: inline-block; position: inherit; } .m-sop-store-coupon .coupon-big-pt .item div .get-big { width: 150px; padding-top: 10px; } .m-sop-store-coupon .coupon-big-ru .item div .get-big { width: 90px; padding-top: 10px; } .m-sop-store-coupon { margin-bottom: 18px; } .ae-m-sop-seller-coupon .coupon-bd { width: 960px; } #content { background-color: rgb(255, 255, 255); } #content { background: linear-gradient(rgb(241, 217, 200), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255)); } #hd .layout { background-color: rgb(255, 255, 255); } #bd { background-color: rgb(255, 255, 255); } .ui-box-wrap .ui-box-title { background-color: rgb(245, 210, 210); } .m-sop-shop-nav { background-color: rgb(174, 58, 53); } .m-sop-discount { background-color: rgba(251, 233, 233, 0.3); } .m-sop-custom h3 { background-color: rgb(245, 210, 210); } .ae-m-sop-seller-coupon h2 { background-color: rgb(245, 210, 210); }
specialpurpose/portal/webapp/portal/images/css/sellerHome.css
blockquote::before { content: none; } blockquote::after { content: none; } q::before { content: none; } q::after { content: none; } blockquote { quotes: "" ""; } q { quotes: "" ""; } blockquote { margin: 1em 40px; } dfn { font-style: italic; } mark { background: rgb(255, 255, 0); color: rgb(0, 0, 0); } code { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } kbd { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } pre { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } samp { font-family: monospace,serif; font-size: 1em; _font-family: "courier new", monospace; } pre { white-space: pre-wrap; -ms-word-wrap: break-word; } sub { font-size: 75%; } sup { font-size: 75%; } small { font-size: 75%; } sub { line-height: 0; vertical-align: baseline; position: relative; } sup { line-height: 0; vertical-align: baseline; position: relative; } sub { bottom: -0.25em; } sup { top: -0.5em; } b { font-weight: 700; } strong { font-weight: 700; } abbr { border: 0px currentColor; border-image: none; font-variant: normal; } acronym { border: 0px currentColor; border-image: none; font-variant: normal; } del { text-decoration: line-through; } img { border: 0px currentColor; border-image: none; color: transparent; font-size: 0px; vertical-align: middle; -ms-interpolation-mode: bicubic; } a img { border: currentColor; border-image: none; } svg:not(:root) { overflow: hidden; } fieldset { margin: 0px 2px; padding: 0.35em 0.62em 0.75em; border: 1px solid silver; border-image: none; } legend { padding: 0px; border: 0px currentColor; border-image: none; white-space: normal; } button { margin: 0px; font-size: 100%; vertical-align: baseline; } input { margin: 0px; font-size: 100%; vertical-align: baseline; } select { margin: 0px; font-size: 100%; vertical-align: baseline; } textarea { margin: 0px; font-size: 100%; vertical-align: baseline; } :focus { outline: 0px; } button { margin: 0px; font-size: 100%; vertical-align: middle; } input { margin: 0px; font-size: 100%; vertical-align: middle; } select { margin: 0px; font-size: 100%; vertical-align: middle; } textarea { margin: 0px; font-size: 100%; vertical-align: middle; } button { line-height: normal; overflow: visible; } input { line-height: normal; overflow: visible; } button { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } html input[type=button] { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } input[type=reset] { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } input[type=submit] { border-radius: 0px; cursor: pointer; -webkit-appearance: button; } button[disabled] { cursor: default; } input[disabled] { cursor: default; } input[type=checkbox] { padding: 0px; box-sizing: border-box; } input[type=radio] { padding: 0px; box-sizing: border-box; } input[type=search] { box-sizing: content-box; -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } textarea { overflow: auto; vertical-align: top; } html { font-size: 100%; } body { color: rgb(0, 0, 0); line-height: 1.3; font-family: Arial,Helvetica,sans-senif,SimSun,"����"; font-size: 75%; } hr { border-width: 1px 0px 0px; border-style: solid; border-color: rgb(204, 204, 204); border-image: none; } h1 { font-weight: 400; } h2 { font-weight: 400; } h3 { font-weight: 400; } h4 { font-weight: 400; } h5 { font-weight: 400; } h6 { font-weight: 400; } h1 { line-height: 1; font-size: 3em; } h2 { line-height: 1; font-size: 2em; } h3 { line-height: 1; font-size: 1.5em; } h4 { line-height: 1.25; font-size: 1.2em; } h5 { font-size: 1em; font-weight: 700; } h6 { font-size: 1em; font-weight: 700; } a { color: rgb(0, 102, 204); text-decoration: none; } a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .en-us { font-size: 12px; } .en-us p { margin: 0px 0px 15px; line-height: 130%; font-size: 12px; } .en-us .page-title { font-size: 19px; font-weight: 400; } .en-us .content-title { font-size: 16px; font-weight: 700; } .en-us .paragraph-title { font-size: 14px; font-weight: 400; } .en-us .enlarge { font-size: 14px; font-weight: 400; } .en-us .hint { font-family: Tahoma; font-size: 11px; } .zh-cn { font-size: 12px; } .zh-cn p { margin: 0px 0px 20px; line-height: 170%; } .zh-cn .page-title { font-size: 16px; font-weight: 700; } .zh-cn .paragraph-title { font-size: 14px; } .zh-cn .enlarge { font-size: 14px; } .grid { width: 990px; margin-right: auto; margin-left: auto; } .grid::before { line-height: 0; display: table; content: ""; } .grid::after { line-height: 0; display: table; content: ""; } .grid::after { clear: both; } .grid { } .col-main { width: 100%; float: left; display: inline; } .col-sub { float: left; display: inline; } .col-extra { float: left; display: inline; } .grid-c1 { width: 990px; } .grid-c2-s5 .main-wrap { margin-left: 200px; } .grid-c2-s5 .col-sub { width: 190px; margin-left: -100%; } .grid-c2-s6 .main-wrap { margin-left: 240px; } .grid-c2-s6 .col-sub { width: 230px; margin-left: -100%; } .grid-c2-e5 .main-wrap { margin-right: 200px; } .grid-c2-e5 .col-extra { width: 190px; margin-left: -190px; } .grid-c2-e6 .main-wrap { margin-right: 240px; } .grid-c2-e6 .col-extra { width: 230px; margin-left: -230px; } .grid-c3-s5e6 .main-wrap { margin: 0px 240px 0px 200px; } .grid-c3-s5e6 .col-sub { width: 190px; margin-left: -100%; } .grid-c3-s5e6 .col-extra { width: 230px; margin-left: -230px; } .grid-c3-s6e5 .main-wrap { margin: 0px 200px 0px 240px; } .grid-c3-s6e5 .col-sub { width: 230px; margin-left: -100%; } .grid-c3-s6e5 .col-extra { width: 190px; margin-left: -190px; } .grid-fluid { width: 990px; margin-right: auto; margin-left: auto; } .grid-fluid::before { line-height: 0; display: table; content: ""; } .grid-fluid::after { line-height: 0; display: table; content: ""; } .grid-fluid::after { clear: both; } .grid-fluid { } .grid-fluid .grid-c1 { width: 100%; } .grid-c2-s5.grid-fluid .main-wrap { margin-left: 20.2%; } .grid-c2-s5.grid-fluid .col-sub { width: 19.19%; margin-left: -100%; } .grid-c2-s6.grid-fluid .main-wrap { margin-left: 24.24%; } .grid-c2-s6.grid-fluid .col-sub { width: 23.23%; margin-left: -100%; } .grid-c2-e5.grid-fluid .main-wrap { margin-right: 20.2%; } .grid-c2-e5.grid-fluid .col-extra { width: 19.19%; margin-left: -19.19%; } .grid-c2-e6.grid-fluid .main-wrap { margin-right: 24.24%; } .grid-c2-e6.grid-fluid .col-extra { width: 23.23%; margin-left: -23.23%; } .grid-c3-s5e6.grid-fluid .main-wrap { margin: 0px 24.24% 0px 20.2%; } .grid-c3-s5e6.grid-fluid .col-sub { width: 19.19%; margin-left: -100%; } .grid-c3-s5e6.grid-fluid .col-extra { width: 23.23%; margin-left: -23.23%; } .grid-c3-s6e5.grid-fluid .main-wrap { margin: 0px 20.2% 0px 24.24%; } .grid-c3-s6e5.grid-fluid .col-sub { width: 23.23%; margin-left: -100%; } .grid-c3-s6e5.grid-fluid .col-extra { width: 19.19%; margin-left: -19.19%; } .row { margin-right: auto; margin-left: auto; } .row-990 { width: 990px; } .row-1200 { width: 1200px; } .row::before { line-height: 0; display: table; content: ""; } .row::after { line-height: 0; display: table; content: ""; } .row::after { clear: both; } .row { } .col-main { width: 100%; float: left; display: inline; } .col-sub { float: left; display: inline; } .col-extra { float: left; display: inline; } .row-c1 { } .row-c2-s6 .main-wrap { margin-left: 210px; } .row-c2-s6 .col-sub { width: 180px; margin-left: -100%; } .row-c2-s7 .main-wrap { margin-left: 240px; } .row-c2-s7 .col-sub { width: 210px; margin-left: -100%; } .row-c2-e6 .main-wrap { margin-right: 210px; } .row-c2-e6 .col-extra { width: 180px; margin-left: -180px; } .row-c2-e7 .main-wrap { margin-right: 240px; } .row-c2-e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s6e7 .main-wrap { margin: 0px 240px 0px 210px; } .row-c3-s6e7 .col-sub { width: 180px; margin-left: -100%; } .row-c3-s6e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s6e9 .main-wrap { margin: 0px 300px 0px 210px; } .row-c3-s6e9 .col-sub { width: 180px; margin-left: -100%; } .row-c3-s6e9 .col-extra { width: 270px; margin-left: -270px; } .row-c3-s7e6 .main-wrap { margin: 0px 210px 0px 240px; } .row-c3-s7e6 .col-sub { width: 210px; margin-left: -100%; } .row-c3-s7e6 .col-extra { width: 180px; margin-left: -180px; } .row-c3-s7e7 .main-wrap { margin: 0px 240px; } .row-c3-s7e7 .col-sub { width: 210px; margin-left: -100%; } .row-c3-s7e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s7e8 .main-wrap { margin: 0px 270px 0px 240px; } .row-c3-s7e8 .col-sub { width: 210px; margin-left: -100%; } .row-c3-s7e8 .col-extra { width: 240px; margin-left: -240px; } .row-c3-s8e7 .main-wrap { margin: 0px 240px 0px 270px; } .row-c3-s8e7 .col-sub { width: 240px; margin-left: -100%; } .row-c3-s8e7 .col-extra { width: 210px; margin-left: -210px; } .row-c3-s9e6 .main-wrap { margin: 0px 210px 0px 300px; } .row-c3-s9e6 .col-sub { width: 270px; margin-left: -100%; } .row-c3-s9e6 .col-extra { width: 180px; margin-left: -180px; } .page { margin: 0px auto; width: 990px; } .col-main { width: 100%; float: left; } .col-sub { float: left; } .col-extra { float: left; } .footer { } .main-wrap::after { height: 0px; clear: both; display: block; content: "\0020"; } .col-sub::after { height: 0px; clear: both; display: block; content: "\0020"; } .col-extra::after { height: 0px; clear: both; display: block; content: "\0020"; } .main-wrap { -ms-zoom: 1; } .col-sub { -ms-zoom: 1; } .col-extra { -ms-zoom: 1; } .util-left { display: inline; } .util-right { display: inline; } .util-left { float: left; } .util-right { float: right; } .util-clearfix::after { height: 0px; clear: both; font-size: 0px; display: block; visibility: hidden; content: "\0020"; } .util-clearfix { -ms-zoom: 1; } .util-valign { height: 100%; overflow: hidden; display: table; } .util-valign .util-valign-ctn { text-align: center; vertical-align: middle; display: table-cell; } .util-valign .util-valign-inner { } .ui-box { position: relative; } .ui-box-title { margin: 0px; overflow: hidden; position: relative; } .ui-box-header { margin: 0px; overflow: hidden; position: relative; } .ui-box-title .ui-box-sub-title { margin-left: 11px; } .ui-box-header .ui-box-sub-title { margin-left: 11px; } .ui-box-title .action { top: 6px; right: 0px; position: absolute; z-index: 2; } .ui-box-header .action { top: 6px; right: 0px; position: absolute; z-index: 2; } .ui-box-body .split { padding-bottom: 8px; margin-bottom: 8px; } .ui-box-body .view-more { } .ui-box-body .view-less { } .ui-box-title .ui-box-sub-title { color: rgb(153, 153, 153); font-size: 12px; font-weight: 400; } .ui-box-header .ui-box-sub-title { color: rgb(153, 153, 153); font-size: 12px; font-weight: 400; } .ui-box-title .action { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-title .action:visited { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-header .action { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-header .action:visited { font-size: 12px; font-weight: 400; text-decoration: none; } .ui-box-title .action:hover { text-decoration: underline; } .ui-box-header .action:hover { text-decoration: underline; } .ui-box-body .split { border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: dotted; } .ui-box-body { position: relative; } .ui-box-body .external { background: url("/simg/sprites/app/sprite-viewmore-arrow.png?t=63f14fe4_0") no-repeat 0px 0px; padding-right: 12px; } .ui-box-body .internal { background: url("/simg/sprites/app/sprite-viewmore-arrow.png?t=63f14fe4_0") no-repeat 0px 0px; padding-right: 12px; } .ui-box-body .external { background-position: 100% -37px; color: rgb(0, 102, 204); text-decoration: none; float: right; } .ui-box-body .external:visited { background-position: 100% -37px; color: rgb(0, 102, 204); text-decoration: none; float: right; } .ui-box-body .external:hover { color: rgb(255, 153, 0); text-decoration: underline; } .ui-box-body .internal { background-position: 100% 7px; color: rgb(51, 51, 51); text-decoration: none; float: none; } .ui-box-body .internal:visited { background-position: 100% 7px; color: rgb(51, 51, 51); text-decoration: none; float: none; } .ui-box-body .view-less { background-position: 100% -14px; } .ui-box-body .view-less:visited { background-position: 100% -14px; } .ui-box-body .internal:hover { color: rgb(255, 153, 0); text-decoration: underline; } .ui-box-body .unfold { background-position: 100% -14px; } .ui-box-body .push-button-wrap { left: 50%; top: 15px; float: left; position: relative; } .ui-box-body .push-button-wrap .internal { background-position: 86% 10px; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); margin: 0px auto; padding: 5px 23px 5px 10px; border-image: none; text-align: center; right: 50%; color: rgb(51, 51, 51); line-height: 12px; text-decoration: none; float: left; position: relative; background-color: rgb(255, 255, 255); } .ui-box-body .push-button-wrap .internal:visited { background-position: 86% 10px; border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); margin: 0px auto; padding: 5px 23px 5px 10px; border-image: none; text-align: center; right: 50%; color: rgb(51, 51, 51); line-height: 12px; text-decoration: none; float: left; position: relative; background-color: rgb(255, 255, 255); } .ui-box-body .push-button-wrap .view-less { background-position: 86% -11px; } .ui-box-body .push-button-wrap .view-less:visited { background-position: 86% -11px; } .ui-box-body .push-button-wrap .internal:hover { color: rgb(51, 51, 51); text-decoration: none; background-color: rgb(245, 245, 245); } .ui-box-body .push-button-wrap .unfold { background-position: 90% -10px; } .ui-box-primary { } .ui-box-primary .ui-box-title { padding: 15px 15px 0px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-primary .ui-box-header { padding: 15px 15px 0px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-primary .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-normal { } .ui-box-normal .ui-box-title { padding: 0px 0px 5px 1px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-normal .ui-box-header { padding: 0px 0px 5px 1px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; } .ui-box-normal .ui-box-body { padding: 15px 1px 0px; line-height: 12px; } .ui-box-system { } .ui-box-system .ui-box-header { } .ui-box-system .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-wrap { } .ui-box-wrap .ui-box-header { } .ui-box-wrap .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-admin { } .ui-box-admin .ui-box-header { } .ui-box-admin .ui-box-body { padding: 15px; line-height: 12px; } .ui-box-body-hide { display: none; } .ui-box-primary { border: 3px solid rgb(204, 204, 204); border-image: none; } .ui-box-primary .ui-box-header { } .ui-box-primary .action { top: 15px; right: 15px; } .ui-box-primary .action:hover { color: rgb(255, 153, 0); } .ui-box-primary .ui-box-body { } .ui-box-primary .external { color: rgb(0, 102, 204); } .ui-box-primary .external:visited { color: rgb(0, 102, 204); } .ui-box-normal { } .ui-box-normal .ui-box-title { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; } .ui-box-normal .ui-box-header { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; } .ui-box-normal .action { top: 2px; } .ui-box-normal .action:hover { color: rgb(255, 153, 0); } .ui-box-normal .ui-box-body { } .ui-box-normal .external { color: rgb(25, 150, 230); } .ui-box-normal .external:visited { color: rgb(25, 150, 230); } .ui-box-system { border: 1px solid rgb(218, 230, 248); border-image: none; } .ui-box-system .ui-box-title { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(235, 243, 255); } .ui-box-system .ui-box-header { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(235, 243, 255); } .ui-box-system .action { top: 10px; right: 10px; } .ui-box-system .action:hover { color: rgb(255, 153, 0); } .ui-box-system .ui-box-body .push-button-wrap .internal { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(218, 230, 248) rgb(218, 230, 248); border-image: none; } .ui-box-system .ui-box-body .push-button-wrap .internal:visited { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(218, 230, 248) rgb(218, 230, 248); border-image: none; } .ui-box-system .ui-box-body .push-button-wrap .internal:hover { background-color: rgb(235, 243, 255); } .ui-box-system .external { color: rgb(0, 102, 204); } .ui-box-system .external:visited { color: rgb(0, 102, 204); } .ui-box-system.ui-box-primary { border: 1px solid rgb(241, 211, 139); border-image: none; } .ui-box-system.ui-box-primary .ui-box-title { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(255, 250, 224); } .ui-box-system.ui-box-primary .ui-box-header { padding: 10px; border: currentColor; border-image: none; height: 12px; line-height: 12px; font-size: 12px; font-weight: 700; background-color: rgb(255, 250, 224); } .ui-box-primary-system .action { top: 10px; right: 10px; } .ui-box-system.ui-box-primary .action:hover { color: rgb(255, 153, 0); } .ui-box-primary-system .ui-box-body { } .ui-box-system.ui-box-primary .ui-box-body .push-button-wrap .internal { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(241, 211, 139) rgb(241, 211, 139); border-image: none; } .ui-box-system.ui-box-primary .ui-box-body .push-button-wrap .internal:visited { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(241, 211, 139) rgb(241, 211, 139); border-image: none; } .ui-box-system.ui-box-primary .ui-box-body .push-button-wrap .internal:hover { background-color: rgb(255, 250, 224); } .ui-box-system.ui-box-primary .external { color: rgb(0, 102, 204); } .ui-box-system.ui-box-primary .external:visited { color: rgb(0, 102, 204); } .ui-box-wrap { } .ui-box-wrap .ui-box-title { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; position: relative; z-index: 2; } .ui-box-wrap .ui-box-header { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 3px; border-bottom-style: solid; position: relative; z-index: 2; } .ui-box-wrap .ui-box-body { border: 1px solid rgb(221, 221, 221); border-image: none; margin-top: -1px; } .ui-box-wrap .action { } .ui-box-wrap .action:hover { color: rgb(255, 153, 0); } .ui-box-admin { box-shadow: 0px 1px 2px rgba(0,0,0,0.07); } .ui-box-admin .ui-box-normal { border-width: 3px 1px 1px; border-style: solid; border-color: rgb(102, 102, 102) rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; } .ui-box-admin .ui-box-primary { border-width: 3px 1px 1px; border-style: solid; border-color: rgb(255, 102, 0) rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; } .ui-box-admin .ui-box-reduced { border: 1px solid rgb(204, 204, 204); border-image: none; } .ui-box-admin .ui-box-header { padding: 15px 15px 0px; height: 16px; color: rgb(51, 51, 51); line-height: 16px; font-size: 16px; font-weight: 700; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; } .ui-box-admin .action { top: 15px; right: 15px; } .ui-box-admin .action:hover { color: rgb(255, 153, 0); } .ui-box-admin .ui-box-body { padding: 15px; } .ui-box-admin .ui-box-body p { line-height: 1.5; } .ui-box-admin .external { color: rgb(0, 102, 204); } .ui-box-admin .external:visited { color: rgb(0, 102, 204); } .ui-box-admin .push-button-wrap .internal { box-shadow: 0px 1px 2px rgba(0,0,0,0.07); } .ui-box-admin .util-clearfix .internal { margin-top: 8px; display: inline-block; } .ui-box-admin .util-clearfix .external { margin-top: 8px; display: inline-block; } .ui-box-admin .util-clearfix .internal { background-position: 100% 5px; } .ui-box-admin .util-clearfix .view-less { background-position: 100% -16px; } .ui-box-admin .util-clearfix .view-less:visited { background-position: 100% -16px; } .ui-box-admin .ui-box-list li { background: url("/simg/single/icon/min_dot.png?t=7825011_0") no-repeat 0px 7px; line-height: 1.5; padding-left: 12px; margin-bottom: 8px; position: relative; } .ui-box-admin .ui-box-item-main { margin-right: 50px; display: inline-block; } .ui-box-admin .ui-box-item-assist { top: 0px; right: 0px; color: rgb(153, 153, 153); position: absolute; } .ui-button { overflow: visible; display: inline-block; position: relative; } .ui-button-primary.ui-button { margin: 0px; border-radius: 2px; text-align: center; font-family: inherit; font-weight: 700; vertical-align: middle; cursor: pointer; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-normal.ui-button { margin: 0px; border-radius: 2px; text-align: center; font-family: inherit; font-weight: 700; vertical-align: middle; cursor: pointer; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-primary:hover { text-decoration: none; } .ui-button-normal:hover { text-decoration: none; } .ui-button-primary:active { -webkit-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-normal:active { -webkit-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 transparent, inset 0 1px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .05), 0 0 0 0 transparent, 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-button-primary { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:link { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:visited { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:active { border: 1px solid rgb(232, 123, 14); border-image: none; color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 171, 2), rgb(255, 138, 40)); background-repeat: repeat-x; background-color: rgb(255, 153, 23); } .ui-button-primary:hover { color: rgb(255, 255, 255); background-image: -ms-linear-gradient(rgb(255, 188, 53), rgb(242, 162, 16)); background-repeat: repeat-x; background-color: rgb(248, 175, 35); } .ui-button-normal { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:link { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:visited { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:active { border: 1px solid rgb(188, 188, 188); border-image: none; color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(232, 232, 232)); background-repeat: repeat-x; background-color: rgb(238, 238, 238); } .ui-button-normal:hover { color: rgb(51, 51, 51); background-image: -ms-linear-gradient(rgb(250, 250, 250), rgb(242, 242, 242)); background-repeat: repeat-x; background-color: rgb(253, 253, 253); } .ui-button-small { padding: 2px 10px; line-height: 14px; font-size: 12px; } .ui-button-medium { padding: 3px 15px; line-height: 18px; font-size: 14px; } .ui-button-large { padding: 8px 25px; line-height: 18px; font-size: 18px; } .disabled.ui-button { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .disabled.ui-button:link { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .disabled.ui-button:hover { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .disabled.ui-button:active { border: 1px solid rgb(212, 212, 212); border-image: none; color: rgb(203, 203, 203); cursor: default; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); text-shadow: 0px 1px 1px #fff; background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(230, 230, 230)); background-repeat: repeat-x; background-color: rgb(230, 230, 230); -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1); } .ui-window { position: fixed; _position: absolute; } .ui-window-normal { overflow: hidden; background-color: rgb(255, 255, 255); } .ui-window-normal .ui-window-close { width: 17px; height: 0px; overflow: hidden; padding-top: 17px; position: absolute; cursor: pointer; } .ui-window-normal .ui-window-close:visited { width: 17px; height: 0px; overflow: hidden; padding-top: 17px; position: absolute; cursor: pointer; } .ui-window-close { top: 6px; right: 6px; } .ui-window-title { font: 700 16px/26px Roboto, Arial, sans-serif; height: 27px; color: rgb(51, 51, 51); text-indent: 15px; padding-top: 10px; margin-bottom: 0px; font-size-adjust: none; font-stretch: normal; } .ui-window-bd { padding: 20px 15px 15px; } .ui-window-btn { margin-top: 20px; } .ui-window-btn .ui-button { margin-right: 10px; } .ui-window-btn .ui-button-primary.ui-button { margin-right: 10px; } .ui-window-btn .ui-button-normal.ui-button { margin-right: 10px; } .ui-window-normal { opacity: 0; box-shadow: 2px 5px 8px rgba(0,0,0,0.25); -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, .25); -moz-box-shadow: 2px 5px 8px rgba(0, 0, 0, .25); -moz-transform: scale(1.2); } .ui-window-transition { opacity: 1; -moz-transform: scale(1); -moz-transition: opacity, -moz-transform .15s ease-in-out 0s; } #ui-window-mask { background: rgb(238, 238, 238); left: 0px; top: 0px; position: fixed; _position: absolute; } .ui-window-normal .widthfix { width: 400px; } .ui-window-normal .heightfix { margin: 0px 0px 0px 15px; padding: 15px 15px 15px 0px; height: 100px; -ms-overflow-y: auto; } .ui-window-normal { border: 1px solid rgb(204, 204, 204); border-image: none; } .ui-window-normal .ui-window-close { background: url("/simg/sprites/app/ui-window-close.png?t=7c8a0ec2_0") no-repeat 0px -2px; } .ui-window-normal .ui-window-close:visited { background: url("/simg/sprites/app/ui-window-close.png?t=7c8a0ec2_0") no-repeat 0px -2px; } .ui-window-normal .ui-window-close:hover { background-position: 0px -51px; } .ui-window-title h3 { background: rgb(245, 245, 245); } .ui-window-btn { text-align: left; } .ui-feedback-alone .ui-feedback-title { margin-bottom: 8px; } .ui-feedback-error .ui-feedback-alone { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-alert .ui-feedback-alone { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-success .ui-feedback-alone { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-error .ui-feedback-alone { background-position: -95px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } .ui-feedback-alert .ui-feedback-alone { background-position: -52px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } .ui-feedback-success .ui-feedback-alone { background-position: -6px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } .ui-feedback-alone .ui-feedback-title { color: rgb(0, 0, 0); line-height: 14px; font-size: 14px; font-weight: 700; } .ui-feedback-alone .ui-feedback-content { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } .ui-feedback-error .ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-alert .ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-success .ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-error .ui-feedback-addon { background-position: -110px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } .ui-feedback-alert .ui-feedback-addon { background-position: -67px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } .ui-feedback-success .ui-feedback-addon { background-position: -21px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } .ui-feedback-addon { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } .ui-feedback-simple .ui-feedback-alone { border: 0px currentColor; border-image: none; background-color: transparent; } .ui-feedback-simple .ui-feedback-addon { border: 0px currentColor; border-image: none; background-color: transparent; } #footer { padding: 10px 0px; text-align: center; line-height: 1.5em; clear: both; font-family: verdana; font-size: 10px; margin-top: 15px; border-top-color: rgb(237, 237, 237); border-top-width: 1px; border-top-style: solid; } .foot { padding: 10px 0px; text-align: center; line-height: 1.5em; clear: both; font-family: verdana; font-size: 10px; margin-top: 15px; border-top-color: rgb(237, 237, 237); border-top-width: 1px; border-top-style: solid; } #footer p { margin-bottom: 0px; } .foot p { margin-bottom: 0px; } .country-flag { background: url("/wimg/buyer/sprite/sprites_countryFlag_s_fix_2.png?t=4258661c_0") no-repeat; } .css_flag { background: url("/wimg/buyer/sprite/sprites_countryFlag_s_fix_2.png?t=4258661c_0") no-repeat; padding: 0px 0px 0px 25px; line-height: 15px; float: left; display: block; } .css_ae { background-position: 0px -78px; } .css_af { background-position: 0px -158px; } .css_ag { background-position: 0px -240px; } .css_ai { background-position: 0px -318px; } .css_aj { background-position: 0px -398px; } .css_al { background-position: 0px -480px; } .css_am { background-position: 0px -558px; } .css_an { background-position: 0px -640px; } .css_ao { background-position: 0px -720px; } .css_aq { background-position: 0px -800px; } .css_ar { background-position: 0px -880px; } .css_as { background-position: 0px -958px; } .css_at { background-position: 0px -1040px; } .css_au { background-position: 0px -1118px; } .css_aw { background-position: 0px -1200px; } .css_az { background-position: 0px -1278px; } .css_ba { background-position: 0px -1360px; } .css_bb { background-position: 0px -1440px; } .css_bd { background-position: 0px -1520px; } .css_be { background-position: 0px -1600px; } .css_bf { background-position: 0px -1680px; } .css_bg { background-position: 0px -1760px; } .css_bh { background-position: 0px -1840px; } .css_bi { background-position: 0px -1920px; } .css_bj { background-position: 0px -2000px; } .css_bk { background-position: 0px -2078px; } .css_bm { background-position: 0px -2158px; } .css_bn { background-position: 0px -2238px; } .css_bo { background-position: 0px -2320px; } .css_bp { background-position: 0px -2400px; } .css_br { background-position: 0px -2480px; } .css_bs { background-position: 0px -2558px; } .css_bt { background-position: 0px -2640px; } .css_bv { background-position: 0px -2720px; } .css_bw { background-position: 0px -2800px; } .css_by { background-position: 0px -2878px; } .css_bz { background-position: 0px -2960px; } .css_ca { background-position: 0px -3038px; } .css_cc { background-position: 0px -3118px; } .css_cd { background-position: 0px -3200px; } .css_ce { background-position: 0px -3278px; } .css_cf { background-position: 0px -3360px; } .css_cg { background-position: 0px -3440px; } .css_ch { background-position: 0px -3520px; } .css_ci { background-position: 0px -3600px; } .css_ck { background-position: 0px -3678px; } .css_cl { background-position: 0px -3760px; } .css_cm { background-position: 0px -3840px; } .css_cn { background-position: 0px -3920px; } .css_co { background-position: 0px -4000px; } .css_cq { background-position: 0px -4078px; } .css_cr { background-position: 0px -4160px; } .css_cs { background-position: 0px -4240px; } .css_cu { background-position: 0px -4318px; } .css_cv { background-position: 0px -4400px; } .css_cw { background-position: 0px -4478px; } .css_cx { background-position: 0px -4558px; } .css_cy { background-position: 0px -4640px; } .css_cz { background-position: 0px -4720px; } .css_da { background-position: 0px -4800px; } .css_de { background-position: 0px -4880px; } .css_dj { background-position: 0px -4960px; } .css_dk { background-position: 0px -5038px; } .css_dm { background-position: 0px -5118px; } .css_do { background-position: 0px -5200px; } .css_dr { background-position: 0px -5280px; } .css_dz { background-position: 0px -5360px; } .css_ec { background-position: 0px -5438px; } .css_ee { background-position: 0px -5520px; } .css_eg { background-position: 0px -5600px; } .css_eh { background-position: 0px -5678px; } .css_ek { background-position: 0px -5760px; } .css_en { background-position: 0px -5840px; } .css_er { background-position: 0px -5918px; } .css_es { background-position: 0px -6000px; } .css_et { background-position: 0px -6080px; } .css_ez { background-position: 0px -6160px; } .css_fi { background-position: 0px -6238px; } .css_fj { background-position: 0px -6318px; } .css_fk { background-position: 0px -6398px; } .css_fm { background-position: 0px -6480px; } .css_fo { background-position: 0px -6560px; } .css_fr { background-position: 0px -6640px; } .css_fx { background-position: 0px -6720px; } .css_ga { background-position: 0px -6800px; } .css_gd { background-position: 0px -6960px; } .css_ge { background-position: 0px -7040px; } .css_gf { background-position: 0px -7120px; } .css_gg { background-position: 0px -7200px; } .css_gh { background-position: 0px -7280px; } .css_gi { background-position: 0px -7358px; } .css_gl { background-position: 0px -7440px; } .css_gm { background-position: 0px -7520px; } .css_gn { background-position: 0px -7600px; } .css_gp { background-position: 0px -7680px; } .css_gq { background-position: 0px -7760px; } .css_gr { background-position: 0px -7840px; } .css_gs { background-position: 0px -7918px; } .css_gt { background-position: 0px -8000px; } .css_gu { background-position: 0px -8078px; } .css_gv { background-position: 0px -8160px; } .css_gw { background-position: 0px -8240px; } .css_gy { background-position: 0px -8320px; } .css_ha { background-position: 0px -8400px; } .css_hk { background-position: 0px -8480px; } .css_hm { background-position: 0px -8558px; } .css_hn { background-position: 0px -8638px; } .css_hr { background-position: 0px -8718px; } .css_ht { background-position: 0px -8800px; } .css_hu { background-position: 0px -8880px; } .css_ic { background-position: 0px -8960px; } .css_id { background-position: 0px -9040px; } .css_ie { background-position: 0px -9118px; } .css_il { background-position: 0px -9200px; } .css_in { background-position: 0px -9280px; } .css_io { background-position: 0px -9358px; } .css_iq { background-position: 0px -9440px; } .css_ir { background-position: 0px -9520px; } .css_is { background-position: 0px -9600px; } .css_it { background-position: 0px -9680px; } .css_iv { background-position: 0px -9760px; } .css_ja { background-position: 0px -9840px; } .css_jm { background-position: 0px -9918px; } .css_jo { background-position: 0px -9998px; } .css_jp { background-position: 0px -10080px; } .css_ke { background-position: 0px -10160px; } .css_kg { background-position: 0px -10240px; } .css_kh { background-position: 0px -10320px; } .css_ki { background-position: 0px -10400px; } .css_km { background-position: 0px -10480px; } .css_kn { background-position: 0px -10560px; } .css_kp { background-position: 0px -10638px; } .css_kr { background-position: 0px -10720px; } .css_ks { background-position: 0px -10800px; } .css_kw { background-position: 0px -10878px; } .css_ky { background-position: 0px -10958px; } .css_kz { background-position: 0px -11040px; } .css_la { background-position: 0px -11120px; } .css_lb { background-position: 0px -11200px; } .css_lc { background-position: 0px -11278px; } .css_le { background-position: 0px -11360px; } .css_lg { background-position: 0px -11440px; } .css_lh { background-position: 0px -11520px; } .css_li { background-position: 0px -11600px; } .css_lk { background-position: 0px -11678px; } .css_lr { background-position: 0px -11758px; } .css_ls { background-position: 0px -11840px; } .css_lt { background-position: 0px -11920px; } .css_lu { background-position: 0px -12000px; } .css_lv { background-position: 0px -12080px; } .css_ly { background-position: 0px -12158px; } .css_ma { background-position: 0px -12240px; } .css_mb { background-position: 0px -12320px; } .css_mc { background-position: 0px -12400px; } .css_md { background-position: 0px -12478px; } .css_mg { background-position: 0px -12560px; } .css_mh { background-position: 0px -12638px; } .css_mi { background-position: 0px -12720px; } .css_mk { background-position: 0px -12800px; } .css_ml { background-position: 0px -12880px; } .css_mm { background-position: 0px -12958px; } .css_mn { background-position: 0px -13038px; } .css_mo { background-position: 0px -13120px; } .css_mo_old { background-position: 0px -13200px; } .css_mp { background-position: 0px -13278px; } .css_mq { background-position: 0px -13360px; } .css_mr { background-position: 0px -13440px; } .css_ms { background-position: 0px -13518px; } .css_mt { background-position: 0px -13600px; } .css_mu { background-position: 0px -13680px; } .css_mv { background-position: 0px -13760px; } .css_mw { background-position: 0px -13840px; } .css_mx { background-position: 0px -13920px; } .css_my { background-position: 0px -13998px; } .css_mz { background-position: 0px -14080px; } .css_na { background-position: 0px -14160px; } .css_nc { background-position: 0px -14240px; } .css_ne { background-position: 0px -14320px; } .css_nf { background-position: 0px -14398px; } .css_ng { background-position: 0px -14478px; } .css_nh { background-position: 0px -14560px; } .css_ni { background-position: 0px -14640px; } .css_nl { background-position: 0px -14720px; } .css_no { background-position: 0px -14800px; } .css_np { background-position: 0px -14880px; } .css_nr { background-position: 0px -14958px; } .css_nt { background-position: 0px -15040px; } .css_nu { background-position: 0px -15118px; } .css_nz { background-position: 0px -15198px; } .css_om { background-position: 0px -15280px; } .css_pa { background-position: 0px -15360px; } .css_pe { background-position: 0px -15440px; } .css_pf { background-position: 0px -15520px; } .css_pg { background-position: 0px -15600px; } .css_ph { background-position: 0px -15678px; } .css_pk { background-position: 0px -15760px; } .css_pl { background-position: 0px -15840px; } .css_pm { background-position: 0px -15920px; } .css_pn { background-position: 0px -15998px; } .css_po { background-position: 0px -16080px; } .css_pr { background-position: 0px -16160px; } .css_pt { background-position: 0px -16320px; } .css_pw { background-position: 0px -16400px; } .css_py { background-position: 0px -16480px; } .css_qa { background-position: 0px -16558px; } .css_re { background-position: 0px -16640px; } .css_rm { background-position: 0px -16718px; } .css_ro { background-position: 0px -16800px; } .css_ru { background-position: 0px -16880px; } .css_rw { background-position: 0px -16960px; } .css_sa { background-position: 0px -17040px; } .css_sb { background-position: 0px -17120px; } .css_sc { background-position: 0px -17198px; } .css_sd { background-position: 0px -17278px; } .css_se { background-position: 0px -17360px; } .css_sf { background-position: 0px -17440px; } .css_sg { background-position: 0px -17520px; } .css_sh { background-position: 0px -17598px; } .css_si { background-position: 0px -17678px; } .css_sj { background-position: 0px -17760px; } .css_sk { background-position: 0px -17840px; } .css_sl { background-position: 0px -17920px; } .css_sm { background-position: 0px -18000px; } .css_sn { background-position: 0px -18080px; } .css_so { background-position: 0px -18160px; } .css_sp { background-position: 0px -18240px; } .css_sr { background-position: 0px -18320px; } .css_srb { background-position: 0px -18400px; } .css_st { background-position: 0px -18478px; } .css_sv { background-position: 0px -18560px; } .css_sw { background-position: 0px -18640px; } .css_sy { background-position: 0px -18720px; } .css_sz { background-position: 0px -18800px; } .css_tc { background-position: 0px -18878px; } .css_td { background-position: 0px -18960px; } .css_tf { background-position: 0px -19040px; } .css_tg { background-position: 0px -19120px; } .css_th { background-position: 0px -19200px; } .css_tj { background-position: 0px -19278px; } .css_tk { background-position: 0px -19358px; } .css_tm { background-position: 0px -19438px; } .css_tn { background-position: 0px -19520px; } .css_to { background-position: 0px -19598px; } .css_tp { background-position: 0px -19680px; } .css_tr { background-position: 0px -19760px; } .css_ts { background-position: 0px -19840px; } .css_tt { background-position: 0px -19920px; } .css_tu { background-position: 0px -20000px; } .css_tv { background-position: 0px -20078px; } .css_tw { background-position: 0px -20160px; } .css_tw_old { background-position: 0px -20240px; } .css_tx { background-position: 0px -20318px; } .css_tz { background-position: 0px -20400px; } .css_ua { background-position: 0px -20480px; } .css_ug { background-position: 0px -20560px; } .css_uk { background-position: 0px -20638px; } .css_gb { background-position: 0px -20638px; } .css_um { background-position: 0px -20720px; } .css_up { background-position: 0px -20800px; } .css_us { background-position: 0px -20880px; } .css_uy { background-position: 0px -20960px; } .css_uz { background-position: 0px -21038px; } .css_va { background-position: 0px -21120px; } .css_vc { background-position: 0px -21200px; } .css_ve { background-position: 0px -21280px; } .css_vg { background-position: 0px -21358px; } .css_vi { background-position: 0px -21440px; } .css_vm { background-position: 0px -21520px; } .css_vn { background-position: 0px -21600px; } .css_vt { background-position: 0px -21680px; } .css_vu { background-position: 0px -21760px; } .css_wa { background-position: 0px -21840px; } .css_wf { background-position: 0px -21920px; } .css_ws { background-position: 0px -21998px; } .css_wz { background-position: 0px -22080px; } .css_ye { background-position: 0px -22160px; } .css_yt { background-position: 0px -22240px; } .css_yu { background-position: 0px -22320px; } .css_za { background-position: 0px -22400px; } .css_zm { background-position: 0px -22480px; } .css_zr { background-position: 0px -22560px; } .css_zw { background-position: 0px -22638px; } .css_mne { background-position: 0px -22720px; } .ui-feedback { } .ui-feedback-addon { } .ui-feedback-standalone { } .ui-feedback-simple { } .ui-feedback-standalone .ui-feedback-error { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-standalone .ui-feedback-alert { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-standalone .ui-feedback-success { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } p.ui-feedback-error.ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } p.ui-feedback-alert.ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } p.ui-feedback-success.ui-feedback-addon { background: url("/simg/sprites/app/sprite-feedback-addon.png?t=2880e432_0") no-repeat 0px 0px; padding: 4px 10px 4px 37px; } .ui-feedback-simple .ui-feedback-error { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-simple .ui-feedback-alert { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-simple .ui-feedback-success { background: url("/simg/sprites/app/sprite-feedback-standalone.png?t=7350efc5_0") no-repeat 0px 0px; padding: 10px 10px 10px 56px; } .ui-feedback-standalone .ui-feedback-error { background-position: -95px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } .ui-feedback-standalone .ui-feedback-alert { background-position: -52px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } .ui-feedback-standalone .ui-feedback-success { background-position: -6px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } .ui-feedback-standalone .ui-feedback-header { color: rgb(51, 51, 51); line-height: 20px; font-size: 14px; font-weight: 700; margin-bottom: 6px; } .ui-feedback-standalone .ui-feedback-body { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } p.ui-feedback-error.ui-feedback-addon { background-position: -110px 0px; border: 1px solid rgb(255, 212, 210); border-image: none; background-color: rgb(255, 239, 238); } p.ui-feedback-alert.ui-feedback-addon { background-position: -67px -41px; border: 1px solid rgb(255, 241, 210); border-image: none; background-color: rgb(255, 250, 238); } p.ui-feedback-success.ui-feedback-addon { background-position: -21px -82px; border: 1px solid rgb(236, 245, 197); border-image: none; background-color: rgb(247, 255, 238); } p.ui-feedback-body.ui-feedback-addon { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } p.locked.ui-feedback-success.ui-feedback-addon { border: 2px solid rgb(224, 233, 185); border-image: none; } .ui-feedback-simple .ui-feedback-error { background-position: -95px 0px; } .ui-feedback-simple .ui-feedback-alert { background-position: -52px -41px; } .ui-feedback-simple .ui-feedback-success { background-position: -6px -82px; } .ui-feedback-simple .ui-feedback-header { color: rgb(0, 0, 0); line-height: 14px; font-size: 14px; font-weight: 700; margin-bottom: 8px; } .ui-feedback-simple .ui-feedback-body { color: rgb(51, 51, 51); line-height: 16px; font-size: 12px; } .ui-feedback-body h4 { color: rgb(102, 102, 102); line-height: 18px; font-size: 12px; font-weight: 700; margin-bottom: 4px; } .ui-feedback-body p { color: rgb(102, 102, 102); line-height: 18px; margin-bottom: 14px; } .ui-feedback-body p:last-child { margin-bottom: 0px; } .ws-xman a { cursor: pointer; } .ws-xman-wrapper { padding: 10px; font-family: Arial,Helvetica,sans-serif; } .is-seller.ws-xman-wrapper { padding: 0px; } .ws-xman-wrapper .ws-xman-tab-menu { margin-left: 5px; } .ws-xman-wrapper .ws-xman-loading { text-align: center; margin-top: 10px; } .ws-xman-wrapper .ws-xman-tab-item-active { bottom: -1px; background-color: rgb(255, 255, 255) !important; } .ws-xman-wrapper .ws-xman-tab-item { border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor; border-image: none; height: 30px; padding-left: 10px; margin-top: 6px; margin-left: 5px; float: left; display: inline; position: relative; z-index: 2; background-color: rgb(176, 176, 176); } .ws-xman-wrapper .ws-xman-tab-item-active a { color: rgb(0, 0, 0) !important; font-family: Arial,Helvetica,sans-serif; font-weight: 700; } .ws-xman-wrapper .ws-xman-tab-item a { padding: 8px 10px 7px 0px; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 15px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-decoration: none; display: inline-block; cursor: pointer; } .ws-xman-wrapper .ws-xman-tab-item a:hover { } .ws-xman-wrapper .ws-xman-form { border-width: 1px medium medium; border-style: solid none none; border-color: rgb(204, 204, 204) currentColor currentColor; padding: 10px; border-image: none; clear: both; position: relative; z-index: 1; } .ws-xman-wrapper .is-seller.ws-xman-form { border: currentColor; border-image: none; } .ws-xman-wrapper .ws-xman-form th { width: 160px !important; height: 8px; text-align: left !important; padding-top: 10px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; vertical-align: top; } .ws-xman-wrapper .ws-xman-form td { vertical-align: middle; } .ws-xman-wrapper .ws-xman-form td span.prompt { color: rgb(136, 136, 136); font-family: Arial,Helvetica,sans-serif; font-size: 10px; } .ws-xman-wrapper .ws-xman-form .input-text { padding: 1px 0px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 200px; height: 18px; line-height: 18px; } .ws-xman-wrapper .ws-xman-form .input-name { padding: 1px 0px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 97px; height: 18px; line-height: 18px; } .ws-xman-wrapper .ws-xman-form .submit-box { margin: 10px 0px 0px 70px; text-align: left; } .ws-xman-wrapper .ws-xman-form .error-tip { background: url("/wimg/buyer/sprite/spr_we_buyer_common.png?t=28d407ab_0") no-repeat rgb(255, 255, 255); padding: 0px 5px 0px 25px; border: currentColor; border-image: none; height: 20px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; margin-bottom: 3px; vertical-align: middle; display: table-cell; } .ws-xman-wrapper .ws-xman-form .success-tip { background: url("/wimg/buyer/sprite/spr_we_buyer_common.png?t=28d407ab_0") no-repeat rgb(255, 255, 255); padding: 0px 5px 0px 25px; border: currentColor; border-image: none; height: 20px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; margin-bottom: 3px; vertical-align: middle; display: table-cell; } .ws-xman-wrapper .ws-xman-form .alert-tip { background: url("/wimg/buyer/sprite/spr_we_buyer_common.png?t=28d407ab_0") no-repeat rgb(255, 255, 255); padding: 0px 5px 0px 25px; border: currentColor; border-image: none; height: 20px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; margin-bottom: 3px; vertical-align: middle; display: table-cell; } .ws-xman-wrapper .ws-xman-form .error-tip { background-position: 7px -848px; color: rgb(237, 50, 43); } .ws-xman-wrapper .ws-xman-form .success-tip { background-position: 7px -648px; color: rgb(136, 136, 136); } .ws-xman-wrapper .ws-xman-form .alert-tip { background-position: 7px -798px; color: rgb(136, 136, 136); } .ws-xman-wrapper .ws-xman-register-table { margin: 0px 10px 10px 70px; width: 420px; } #ws-xman-register-agreement-link { color: rgb(51, 51, 51); } #ws-xman-register-refresh-code { line-height: 40px; padding-left: 5px; display: inline-block; } #ws-xman-login-refresh-code { line-height: 40px; padding-left: 5px; display: inline-block; } .ws-xman-mask-content { border: 1px solid rgb(252, 187, 41); border-image: none; width: 525px; height: auto; position: fixed; background-color: rgb(255, 255, 255); _position: absolute; _width: 540px; } .ws-xman-mask-content h3 { font: 700 12px/27px Arial; padding: 0px 10px; height: 27px; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 243, 217); } .ws-xman-mask-content .action { text-align: center; margin-top: 35px; } #ws-xman-mask { background: rgb(255, 255, 255); left: 0px; top: 0px; display: none; position: absolute; opacity: 0.8; } #ws-xman-mask img { left: 50%; top: 50%; position: absolute; } .ws-xman-wrapper .ws-xman-login-table { margin: 0px 10px 10px 70px; width: 420px; } .clearfix { } .xman_box_inner .yui-navset .yui-nav a { border-color: rgb(255, 204, 153) !important; background-image: none !important; } .xman_box_inner .yui-navset .yui-content { border-color: rgb(255, 204, 153) !important; } .xman_box_inner .yui-navset .yui-nav .selected { background-color: rgb(255, 255, 255) !important; } .xman-box-content .xman_buttonDPL { background: url("/wimg/buyer/sprite/spr_we_buyer_shopcart.png?t=acd0257b_0") repeat-x 0px -1950px !important; padding: 0px 15px !important; border-radius: 3px !important; border: 1px solid rgb(241, 146, 31) !important; border-image: none !important; height: 24px !important; color: rgb(94, 39, 8) !important; font-family: arial !important; font-size: 14px !important; font-weight: 700 !important; cursor: pointer !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; } .xman-box-content .xman_buttonDPL:hover { background: url("/wimg/buyer/sprite/spr_we_buyer_shopcart.png?t=acd0257b_0") repeat-x 0px -2000px !important; } #ws-xman-register-submit:hover { color: rgb(255, 255, 255); } .disabled#ws-xman-register-submit:hover { color: rgb(203, 203, 203); } .login-tips { margin: 10px 0px -8px 20px; color: rgb(153, 153, 153); font-family: arial; font-size: 11px; } .ng-switcher.ng-item { padding: 0px 0px 0px 3px; } .ng-switcher::before { display: none; content: ""; } .ng-switcher::after { display: none; content: ""; } .sp-line.ng-switcher::after { background: rgb(120, 120, 120); top: 5px; width: 1px; height: 11px; right: 0px; overflow: hidden; position: absolute; content: ""; } .ng-switcher .switcher-info { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat right -191px; padding: 0px 25px 0px 8px; border: 1px solid rgb(237, 237, 237); border-image: none; overflow: hidden; display: block; white-space: nowrap; z-index: 1; -ms-word-wrap: normal; -ms-text-overflow: ellipsis; max-width: 204px; } .ng-switcher .switcher-info .ship-to { padding-right: 25px; } .ng-switcher .switcher-info .css_flag { margin: 3px 0px 0px 3px; height: 14px; float: none; display: inline-block; position: absolute; } .ng-switcher .switcher-info .currency { width: 30px; text-align: center; display: inline-block; } .ng-switcher .switcher-info .site { text-align: center; display: inline-block; } .ng-switcher .switcher-sub { background: rgb(255, 255, 255); border: 1px solid rgb(207, 207, 207); border-image: none; top: 21px; width: 350px; right: 0px; display: none; position: absolute; z-index: -1; } .ng-switcher .switcher-sub .switcher-common { padding: 10px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 2px; border-bottom-style: solid; z-index: 999; } .ng-switcher .switcher-sub .item { padding: 5px 10px; } .active.ng-switcher .switcher-info { border-width: 1px 1px 0px; border-style: solid solid none; border-color: rgb(214, 214, 214) rgb(214, 214, 214) currentColor; border-image: none; background-color: rgb(255, 255, 255); } .active.ng-switcher .switcher-sub { display: block; } .ng-switcher .switcher-title { padding: 10px; color: rgb(102, 102, 102); font-size: 16px; display: block; } .ng-switcher .label { padding: 5px 0px; color: rgb(153, 153, 153); font-size: 14px; display: inline-block; } .ng-switcher .switcher-shipto-c { color: rgb(51, 51, 51); float: right; } .ng-switcher .switcher-shipto-c span { color: rgb(51, 51, 51); } .ng-switcher .switcher-shipto-info { padding: 5px; border: 1px solid rgb(214, 214, 214); border-image: none; width: 150px; color: rgb(51, 51, 51); cursor: pointer; } #nav-global2 .country-selector { width: 230px; } #nav-global2 .country-selector .link-fake-selector { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat right -188px; padding: 0px; border: 1px solid rgb(214, 214, 214); border-image: none; width: auto; height: 28px; overflow: hidden; margin-right: 0px; float: none; position: relative; } #nav-global2 .country-selector .link-fake-selector::after { display: none; content: ""; } #nav-global2 .country-selector .link-fake-selector-mover { background: url("http://i02.i.aliimg.com/images/eng/style/css_images/listing/refineby_slect_over.gif") no-repeat right top; } #nav-global2 .country-selector .link-fake-selector .country-text { height: 14px; line-height: 14px; overflow: hidden; padding-right: 10px; vertical-align: top; display: block; position: relative; } #nav-global2 .country-selector .link-fake-selector .country-text:hover { cursor: pointer; } #nav-global2 .country-selector .link-fake-selector .list-title { background: none; font: 12px/14px arial; padding: 6px 11px 0px 7px; border: currentColor; border-image: none; height: 19px; color: rgb(51, 51, 51); overflow: hidden; cursor: default; font-size-adjust: none; font-stretch: normal; } #nav-global2 .country-selector .link-fake-selector .list-container { padding: 5px 0px; border: 1px solid rgb(139, 160, 206); border-image: none; left: -1px; top: 17px; width: 248px; height: 300px; display: none; position: absolute; z-index: 101; -ms-overflow-y: auto; background-color: rgb(255, 255, 255); } #nav-global2 .country-selector .link-fake-selector .option-open { display: block !important; z-index: 80; } #nav-global2 .country-selector .link-fake-selector .option-mask { left: -1px; top: 17px; width: 228px; display: none; position: absolute; } #nav-global2 .country-selector .link-fake-selector .mask-enable { display: block; z-index: 60; } #nav-global2 .country-selector .link-fake-selector .fold::before { display: none; content: ""; } #nav-global2 .country-selector .link-fake-selector .unfold.list-title::before { display: none; content: ""; } #nav-global2 .country-selector .list-container .country-text { line-height: 12px; vertical-align: top; position: relative; } #nav-global2 .country-selector .list-container a { margin: 0px 3px !important; padding: 7px 5px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(51, 51, 51); text-decoration: none; float: none; display: block; } #nav-global2 .country-selector .list-container a:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(153, 153, 153); } #nav-global2 .country-selector .list-container a:hover span { color: rgb(255, 255, 255); } #nav-global2 .country-selector .list-container a.current { border: 1px solid rgb(255, 186, 83); border-image: none; text-decoration: none; } #nav-global2 .country-selector .list-container a .num { background: none !important; margin: 0px; padding: 0px; color: rgb(90, 90, 90); text-decoration: none; float: none; } #nav-global2 .country-selector .link-fake-selector .list-container .separation-text { margin: 3px 0px; text-align: center; color: rgb(45, 45, 45); font-weight: 700; display: block; } #nav-global2 .country-selector .list-container { border-width: medium 1px 1px; border-style: none solid solid; border-color: rgb(204, 204, 204); padding: 5px 0px; left: 0px; top: 30px; width: 228px; height: 250px; visibility: visible; position: absolute; z-index: 999; -ms-overflow-y: auto; background-color: rgb(255, 255, 255); } #nav-global2 .country-selector .css_flag { padding: 0px 0px 0px 25px; line-height: 12px; float: none !important; display: block; } #nav-global2 .country-selector .list-sep { padding: 5px; font-size: 10px; display: block; } #nav-global2 .ng-switcher .switcher-shipto-info .css_flag { float: none; } #nav-global2 .ng-switcher #switcher-countries-popup { background: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(198, 198, 198) rgb(198, 198, 198); border-image: none; top: 74px; height: 212px; font-size: 12px; position: absolute; z-index: 5; -ms-overflow-y: auto; } #nav-global2 .ng-switcher #switcher-countries-popup .country-list-title { margin: 0px 10px; line-height: 30px; font-weight: 200; border-bottom-color: rgb(198, 198, 198); border-bottom-width: 1px; border-bottom-style: dotted; display: block; } #nav-global2 .ng-switcher #switcher-countries-popup ul { padding: 5px 0px; } #nav-global2 .ng-switcher #switcher-countries-popup li { list-style: none; padding: 5px; width: 150px; color: rgb(102, 102, 102); cursor: pointer; } #nav-global2 .ng-switcher #switcher-countries-popup li span { height: 15px; line-height: 15px; overflow: hidden; } #nav-global2 .ng-switcher #switcher-countries-popup li:hover { color: rgb(255, 255, 255); background-color: rgb(153, 153, 153); } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line { padding: 8px 0px; width: 280px; clear: both; margin-bottom: 5px; border-bottom-color: rgb(198, 198, 198); border-bottom-width: 1px; border-bottom-style: dotted; cursor: default; } #nav-global2 .ng-switcher #switcher-countries-popup li.split-line:hover { background: none; color: rgb(102, 102, 102); } #nav-global2 .ng-switcher #switcher-countries-popup .css_flag { float: none; } .ng-switcher .switcher-currency-c { width: 230px; float: right; position: relative; } .ng-switcher .switcher-currency-c span { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat right -188px; padding: 0px 7px; border: 1px solid rgb(214, 214, 214); border-image: none; display: block; } .ng-switcher .switcher-currency-c span a { color: rgb(51, 51, 51); } .ng-switcher .switcher-currency-c ul { background: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(214, 214, 214) rgb(214, 214, 214); border-image: none; top: 30px; width: 228px; position: absolute; z-index: 1; } .ng-switcher .switcher-currency-c li { padding: 0px 10px; overflow: hidden; border-right-color: rgb(238, 238, 238); border-right-width: 1px; border-right-style: solid; float: left; display: block; list-style-type: none; min-width: 93px; } .ng-switcher .switcher-currency-c li:hover { background: rgb(221, 221, 221); } .ng-switcher .switcher-currency-c a { line-height: 28px; display: block; } .ng-switcher .switcher-currency-c ul a { line-height: 28px; } .ng-switcher .switcher-currency-c a:hover { color: rgb(51, 51, 51); } .ng-switcher .switcher-currency-c em { width: 50px; float: right; } .ng-switcher .switcher-currency-info a { line-height: 14px; } .ng-switcher .switcher-currency-info:hover { cursor: pointer; } .ng-switcher .switcher-currency-info:hover a { color: rgb(51, 51, 51); text-decoration: none; } .ng-switcher #site-nav-google-translate { height: 28px; } .ng-switcher #google_translate_element { background: url("http://i02.i.aliimg.com/wimg/buyer/sprite/top-header-sprite.png") no-repeat right -188px; padding: 5px 13px 5px 5px; } .ng-switcher .switcher-google-translate-c { float: right; } .ng-switcher .switcher-google-translate-c .goog-te-gadget-simple { width: 210px; } .ng-switcher .switcher-google-translate-c .google-trans-btn { border: 1px solid rgb(214, 214, 214); border-image: none; display: none; } .ng-switcher .switcher-btn button { background: rgb(102, 102, 102); font: 200 14px/22px arial; margin: 10px 0px 10px 80px; padding: 5px 15px; border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); font-size-adjust: none; font-stretch: normal; } .ng-switcher .switcher-site { padding: 10px 20px; position: relative; } .ng-switcher .switcher-site .site-list { height: 25px; overflow: hidden; } .ng-switcher .switcher-site .show-more.site-list { height: auto; } .ng-switcher .switcher-site .site-btn { padding: 2px 0px; width: 150px; height: 21px; overflow: hidden; display: inline-table; } .ng-switcher .switcher-site .label { padding-bottom: 10px; display: block; } .ng-switcher .switcher-site a { color: rgb(51, 51, 51); line-height: 21px; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; } .ng-switcher .switcher-site a:hover { border-color: rgb(255, 102, 0); } .ng-switcher .switcher-site :last-child.site-btn a { margin-right: 0px; } .ng-switcher .switcher-site .disabled { border: 0px currentColor; border-image: none; color: rgb(153, 153, 153); } .ng-switcher .switcher-site .disabled:hover { cursor: default; } .ng-switcher .switcher-site .more-btn { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat 149px -305px; text-indent: -30px; overflow: hidden; margin-top: 10px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; display: block; } .ng-switcher .switcher-site .activited.more-btn { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat 149px -360px; } .ng-switcher .switcher-site .more-btn:hover { background-color: rgb(238, 238, 238); } .ng-item.ng-goto-globalsite { padding: 0px 3px 0px 8px; } .ng-item.ng-goto-globalsite::after { width: 0px; } .ng-item.ng-goto-globalsite::before { background: rgb(120, 120, 120); left: 0px; top: 5px; width: 1px; height: 11px; overflow: hidden; position: absolute; content: ""; } .nav-channel1 { display: none; } @media all and (min-width:1260px) { .nav-channel1 { display: block !important; } } .logo1 { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat 0px 15px; width: 120px; height: 22px; padding-top: 15px; float: left; } .logo1 a { width: 120px; height: 22px; text-indent: -999em; overflow: hidden; display: block; } .nav-channel1 { padding: 15px 0px 0px 20px; line-height: 20px; float: left; } .nav-channel1 a { color: rgb(51, 51, 51); margin-right: 20px; } .nav-channel1 a:hover { color: rgb(255, 102, 0); text-decoration: none; } #group-buy { line-height: 15px; position: relative; } #group-buy::after { top: -12px; right: 0px; position: absolute; content: url(/wimg/buyer/single/small-icons/new-icon.png?t=ea335c8a_0); } .nav-global22 { top: 0px; height: 22px; text-align: right; right: 0px; padding-top: 14px; position: absolute; } .nav-global22 a { color: rgb(153, 153, 153); line-height: 21px; } .nav-global22 span { color: rgb(153, 153, 153); } .nav-global22 a:hover { color: rgb(255, 102, 0); text-decoration: none; } .ng-item { padding: 0px 15px; text-align: left; line-height: 21px; font-size: 12px; vertical-align: top; display: inline-block; position: relative; z-index: 10; -ms-zoom: 1; } .ng-item::after { background: rgb(221, 221, 221); top: 7px; width: 1px; height: 10px; right: 0px; overflow: hidden; position: absolute; content: ""; } .ng-sub2 { padding: 0px 3px; } .ng-sub21 span { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat right -391px; padding: 0px 28px 0px 8px; border: 1px solid rgb(237, 237, 237); border-image: none; height: 21px; display: block; position: relative; } .ng-sub2 .rotate-arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(153, 153, 153) transparent transparent; top: 10px; width: 0px; height: 0px; right: 6px; line-height: 0; font-size: 0px; position: absolute; } .ng-sub2:hover span { background-position: right -341px; border-color: rgb(207, 207, 207) rgb(207, 207, 207) currentColor; border-bottom-width: 0px; border-bottom-style: none; position: relative; z-index: 1; background-color: rgb(255, 255, 255); } .ng-sub2 ul { background: rgb(255, 255, 255); padding: 3px 0px; border: 1px solid rgb(207, 207, 207); border-image: none; left: 3px; top: 21px; display: none; position: absolute; z-index: 0; } .ng-sub2:hover ul { overflow: visible; display: block; } .ng-sub2 li { background: rgb(255, 255, 255); padding: 0px 3px; height: 21px; overflow: hidden; display: block; } .ng-sub2 li a { padding: 0px 5px; height: 23px; text-align: left; line-height: 23px; overflow: hidden; display: block; white-space: nowrap; } .ng-sub2 li a:hover { background: rgb(221, 221, 221); color: rgb(102, 102, 102); } .ng-seller { top: 0px; } .ng-seller span { margin-top: -1px; } .ng-seller ul { top: 20px; width: 210px; } .ng-seller li { width: 98px; float: left; } .ng-currency li { overflow: hidden; min-width: 75px; } .ng-currency em { float: right; } .ng-mobile { padding-left: 15px; } .ng-site-global { padding: 0px 0px 0px 15px; right: 0px; font-weight: 600; display: inline-block; position: relative; z-index: 9; } .ng-site-global a { color: rgb(255, 102, 0); } .ng-site-global a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .nav-global22 .ng-site-global a:hover span { color: rgb(255, 153, 0); } .ng-trans { padding: 0px 5px 0px 10px; } .ng-lang li a { cursor: pointer; } .ng-trans::before { display: none; content: ""; } .ng-trans::after { display: none; content: ""; } .ng-lang::after { display: none; content: ""; } .ng-switcher.ng-item .switcher-info { background-position: right -391px; background-image: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0"); } .ng-trans .goog-te-menu-value { margin-right: 0px; } .search-bar { padding: 18px 540px 0px 190px; height: 34px; clear: both; } .search-bar a:hover { text-decoration: none; } .search-form { text-align: left; font-size: 12px; position: relative; z-index: 0; } .search-form form { padding: 4px 5px; border: 1px solid rgb(204, 204, 204); border-image: none; display: block; background-color: rgb(255, 255, 255); } .search-key { border: 0px currentColor; border-image: none; width: 100%; height: 22px; line-height: 22px; font-family: arial; font-size: 14px; } .form-search-btn { top: 0px; right: -224px; position: absolute; } .search-form button { padding: 0px 15px; border: 0px currentColor; border-image: none; height: 34px; color: rgb(255, 255, 255); line-height: 34px; font-family: arial; font-size: 14px; float: left; background-color: rgb(190, 31, 36); } .search-form button.search-in-aliexpress { margin-right: 3px; background-color: rgb(90, 89, 89); } .search-key::-ms-clear { display: none; } .nav-cart2 { height: 34px; font-size: 12px; margin-top: -33px; float: right; position: relative; } .nav-wishlist { height: 34px; font-size: 12px; margin-top: -33px; float: right; position: relative; } .nav-ubox { height: 34px; font-size: 12px; margin-top: -33px; float: right; position: relative; } .nav-cart2 { margin-right: -323px; position: relative; z-index: 0; } .nav-cart2::after { width: 1px; height: 31px; overflow: hidden; font-size: 0px; position: absolute; content: ""; background-color: rgb(221, 221, 221); } .nav-ubox::after { width: 1px; height: 31px; overflow: hidden; font-size: 0px; position: absolute; content: ""; background-color: rgb(221, 221, 221); } .nav-ubox::before { width: 1px; height: 31px; overflow: hidden; font-size: 0px; position: absolute; content: ""; background-color: rgb(221, 221, 221); } .nav-cart2::after { top: 0px; right: 0px; } .nav-cart2 a { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -159px 0px; padding: 18px 20px 0px; height: 12px; color: rgb(51, 51, 51); float: left; } .nav-wishlist a { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -159px 0px; padding: 18px 20px 0px; height: 12px; color: rgb(51, 51, 51); float: left; } .nav-cart2 span { background: url("/wimg/buyer/sprite/top-header-sprite.png?t=2c31c411_0") no-repeat 0px -100px; border-radius: 100%; top: -10px; width: 20px; height: 20px; text-align: center; right: 9px; color: rgb(255, 255, 255); line-height: 18px; font-size: 11px; display: block; position: absolute; } .nav-wishlist { margin-right: -414px; } .nav-wishlist a { background-position: -150px -100px; } .nav-cart2 a:hover { color: rgb(255, 102, 0); } .nav-wishlist a:hover { color: rgb(255, 102, 0); } .nav-wishlist a:hover { background-position: -150px -450px; } .nav-cart2 a:hover { background-position: -161px -50px; } .nav-ubox { top: -6px; text-align: left; margin-right: -540px; position: relative; z-index: 0; } .nav-ubox b { color: rgb(255, 102, 0); font-weight: 100; } .nav-ubox::after { top: 6px; right: 0px; } .nav-ubox::before { left: -1px; top: 6px; } .nav-ubox .icon-arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(153, 153, 153) transparent transparent; top: 18px; width: 0px; height: 0px; right: 15px; line-height: 0; font-size: 0px; display: block; position: absolute; z-index: 3; -webkit-animation: fade 1s linear infinite; } .nav-ubox:hover .icon-arrow { border-color: rgb(153, 153, 153) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .nav-ubox-active::after { background-color: rgb(237, 237, 237); } .nav-ubox-active::before { background-color: rgb(237, 237, 237); } .nu-info { padding: 3px 28px 0px 13px; border: 2px solid rgb(237, 237, 237); border-image: none; height: 37px; text-align: left; color: rgb(51, 51, 51); position: relative; z-index: 0; } .nu-info b { color: rgb(255, 102, 0); font-weight: 200; } .nu-info a { color: rgb(51, 51, 51); } .nu-info a:hover { color: rgb(255, 102, 0); text-decoration: underline; } .nu-info .nu-info-me { color: rgb(51, 51, 51); font-weight: 700; } #login-stat-signed { width: 80px; height: 15px; line-height: 15px; display: block; } #login-stat-signed b { width: 62px; overflow: hidden; vertical-align: middle; display: inline-block; white-space: nowrap; -ms-word-wrap: normal; -ms-text-overflow: ellipsis; } .nav-ubox-active .nu-info { background: rgb(255, 255, 255); border-color: rgb(51, 51, 51) rgb(51, 51, 51) rgb(255, 255, 255); color: rgb(51, 51, 51); z-index: 2; box-shadow: 1px 0px 3px #ddd; } .nav-ubox-active .nu-info::after { background: rgb(255, 255, 255); border-width: 0px 2px; border-style: none solid; border-color: currentColor rgb(90, 89, 89); border-image: none; left: -2px; top: 40px; width: 100%; height: 3px; overflow: hidden; position: absolute; content: ""; } .nav-ubox-active .nu-info a { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info-me { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info-me a:hover { color: rgb(255, 102, 0); } .nav-ubox-active .nu-info-sign-top:hover { color: rgb(255, 102, 0); } .nav-ubox-active .nu-info .nu-info-join:link { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info .nu-info-join:visited { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info .nu-info-join:active { color: rgb(51, 51, 51); } .nav-ubox-active .nu-info .nu-info-join:hover { color: rgb(255, 102, 0); text-decoration: underline; } .nu-info div { padding-top: 3px; font-weight: 700; } .search-bar-with-msg .nu-info div { padding-top: 6px; padding-right: 22px; position: relative; z-index: 0; } .nu-info div span { color: rgb(153, 153, 153); } .search-bar-with-msg #login-stat-message { top: 6px; text-align: left; right: 0px; position: absolute; } .nu-main { background: rgb(255, 255, 255); border: 2px solid rgb(51, 51, 51); border-image: none; top: 43px; width: 260px; right: 0px; color: rgb(101, 101, 101); display: none; position: absolute; z-index: 1; box-shadow: 2px 2px 3px #ddd; } .nav-ubox-active .nu-main { display: block; } .nu-sign { margin: 0px 20px; overflow: hidden; } .nu-join { margin: 0px 20px; overflow: hidden; } .nu-signout { margin: 0px 20px; overflow: hidden; } .nu-sign div a { margin: 0px auto; border-radius: 2px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 14px; font-weight: 700; display: block; } .nu-join div a { margin: 0px auto; border-radius: 2px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 14px; font-weight: 700; display: block; } .nu-sign { padding: 20px 0px 30px; } .nu-sign p { margin: 0px 0px 5px; } .nu-sign div { padding-bottom: 10px; } .nu-sign div a { background: rgb(255, 102, 0); } .nu-sign div a:hover { background: rgb(255, 153, 0); } .nus-icon { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -50px -50px; margin: 0px 2px; top: -2px; width: 16px; height: 16px; text-indent: -100px; overflow: hidden; vertical-align: middle; display: inline-block; position: relative; -ms-zoom: 1; } .nu-join { padding-bottom: 29px; } .nu-join div { padding-top: 6px; } .nu-join div a { background: rgb(51, 51, 51); } .nu-join div a:hover { background: rgb(102, 102, 102); } .nu-signout { } .nu-signout p { margin: 0px; line-height: 48px; font-size: 14px; font-weight: 700; } .nu-signout a { color: rgb(51, 51, 51); } .nu-signout a:hover { color: rgb(255, 102, 0); } .nu-msg { background: rgb(242, 242, 242); padding: 18px 0px 18px 20px; line-height: 19px; } .nu-msg a { color: rgb(51, 51, 51); } .nu-msg a:hover { color: rgb(255, 102, 0); text-decoration: underline; } .nu-main li { background: rgb(254, 254, 254); list-style: none; margin: 0px; border-top-color: rgb(255, 255, 255); border-top-width: 1px; border-top-style: solid; } .nu-main li a { padding: 6px 0px 6px 20px; color: rgb(51, 51, 51); display: block; } .nu-main li a:hover { background: rgb(51, 51, 51); color: rgb(255, 255, 255); } .nu-main li.aliexpress-menu-top { background: rgb(102, 102, 102); font-weight: 700; } .nu-main li.aliexpress-menu-top a { color: rgb(255, 255, 255); } .search-bar-with-msg .nav-cart2 { margin-right: -302px; } .search-bar-with-msg .nav-wishlist { margin-right: -393px; } .search-bar-with-msg .nu-info div { padding-top: 6px; padding-right: 22px; position: relative; z-index: 0; } .search-bar-with-msg #login-stat-message { top: 6px; text-align: left; right: 0px; position: absolute; } .categories { left: 0px; top: 55px; width: 180px; height: 34px; position: absolute; z-index: 1; } .cate-list { margin: 0px; position: relative; z-index: 0; } .cate-list a { color: rgb(51, 51, 51); text-decoration: none; } .cate-list h3 { font: 700 18px/34px "PT Sans Narrow"; width: 180px; height: 34px; color: rgb(51, 51, 51); text-indent: 10px; margin-bottom: 4px; cursor: pointer; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); } .cate-list:hover h3 { background: rgb(204, 204, 204); } .cate-list h3::after { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat right -200px; top: 16px; width: 9px; height: 6px; right: 14px; position: absolute; content: ""; } .cate-list:hover h3::after { background-position: right -250px; } .cl-item { border-width: 2px 2px 0px; border-style: solid solid none; border-color: rgb(0, 0, 0) rgb(0, 0, 0) currentColor; padding: 0px; border-image: none; margin-top: -2px; display: none; } .cate-list dd { margin: 0px; } .cate-name { background: rgb(255, 255, 255); font: 16px/33px "PT Sans Narrow", arial; height: 33px; overflow: hidden; position: relative; z-index: 1; font-size-adjust: none; font-stretch: normal; } .cate-name::after { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat -196px -296px; margin: -21px 0px 0px 160px; width: 6px; height: 9px; position: absolute; content: ""; } .cl-item:hover { border-right-color: currentColor; border-right-width: 0px; border-right-style: none; } .cl-item:hover .cate-name::after { background-position: -196px -323px; } .cate-name a { line-height: 33px; padding-left: 10px; display: block; } .cl-item:hover .cate-name a { background: rgb(0, 0, 0); color: rgb(255, 255, 255); text-indent: 6px; text-decoration: none; } .sub-cate { background: rgb(255, 255, 255); padding: 17px 10px 20px 200px; border: 2px solid rgb(0, 0, 0); border-image: none; left: 0px; top: 36px; font-size: 0px; display: none; white-space: nowrap; position: absolute; min-height: 334px; box-shadow: 5px 5px 10px rgba(0,0,0,0.3); } .cl-item:hover .sub-cate { display: block; } .categories:hover .cl-item { display: block; } .cl-item:hover .sub-cate::after { background: rgb(0, 0, 0); left: 177px; top: 0px; width: 1px; bottom: 0px; position: absolute; z-index: 0; content: ""; } .sub-cate a { color: rgb(51, 51, 51); } .sub-cate a:hover { color: rgb(255, 102, 0); text-decoration: none; } .sub-cate dl { width: 200px; padding-right: 20px; font-size: 12px; vertical-align: top; display: inline-block; position: relative; z-index: 1; -ms-zoom: 1; } .sub-cate dt { font-size: 14px; font-weight: 700; margin-bottom: 5px; } .sub-cate dt a { background: url("/wimg/buyer/sprite/store-header-icon.png?t=4be55ff8_0") no-repeat right -544px; padding-right: 10px; } .sub-cate dt:hover a { background-position: right -587px; } .sub-cate dd { overflow: hidden; } .sub-cate dd a { line-height: 26px; display: block; } .sc-promotion { padding-top: 21px; display: none; } .sc-promotion ul { overflow: hidden; } .sc-promotion li { margin: 88px 10px 0px 0px; width: 150px; text-align: center; float: left; position: relative; z-index: 0; } .sc-promotion li a { background: rgb(238, 238, 238); width: 150px; height: 36px; padding-top: 24px; display: block; } .sc-promotion li a:hover { background: rgb(51, 51, 51); text-decoration: none; } .sc-promotion li a:hover span { color: rgb(255, 255, 255); } .sc-promotion li span { display: block; } .scp-image { left: 0px; top: -88px; position: absolute; } .scp-title { font: 700 14px/17px arial; height: 17px; color: rgb(51, 51, 51); overflow: hidden; font-size-adjust: none; font-stretch: normal; } .scp-dicount { height: 20px; color: rgb(102, 102, 102); font-family: tahoma; font-size: 11px; } .sc-promotion li span.scp-dicount { display: none; } .scp-banner { width: 150px; display: none; -ms-zoom: 1; } .scp-banner img { right: 0px; bottom: 0px; position: absolute; z-index: 0; } .dividing-line { margin: 4px 15px 4px 0px; height: 1px; line-height: 0; overflow: hidden; clear: both; display: block; background-color: rgb(221, 221, 221); } .cl-item-all { border-bottom-color: rgb(0, 0, 0); border-bottom-width: 2px; border-bottom-style: solid; } .cl-item-all a { font-size: 16px; font-weight: 700; } .cl-item-all .cate-name::after { display: none; } .ui-autocomplete { background: rgb(255, 255, 255); margin: 5px 0px 0px -5px; border: 1px solid rgb(142, 142, 142); border-image: none; width: 465px; box-shadow: 2px 2px 3px #ddd; } .ui-autocomplete li { list-style: none; margin: 0px; position: relative; } .ui-autocomplete li .suggest_key { width: 62%; display: block; -ms-word-break: keep-all; -ms-word-wrap: break-word; } .ui-autocomplete li .suggest-count { width: 130px; height: 16px; text-align: left; color: gray; overflow: hidden; font-size: 11px; float: right; } .ui-autocomplete li .suggest-count span { color: rgb(0, 0, 0); } .ui-suggest-hide { padding-bottom: 0px; } .ui-suggest-hide .ui-autocomplete-ctn { display: none; } .ui-autocomplete-ctn { padding: 8px 0px; } .ui-autocomplete-item { padding: 6px 15px; line-height: 16px; cursor: pointer; } .ui-autocomplete li.ui-autocomplete-item-hover { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete li.ui-autocomplete-item-hover span { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete-item-hl { font-weight: 700; } .ui-autocomplete-his-header { color: rgb(153, 153, 153); padding-top: 10px; padding-left: 15px; } .ui-autocomplete li.his .suggest_key { width: 80%; color: rgb(0, 102, 204); } .ui-autocomplete li.ui-autocomplete-item-hover.his .suggest_key { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete ul.his-list li.ui-autocomplete-item-hover { background: rgb(153, 153, 153); color: rgb(255, 255, 255); } .ui-autocomplete-his-footer { text-align: right; padding-right: 15px; padding-bottom: 15px; } .ui-autocomplete-his-footer a { color: rgb(51, 51, 51); text-decoration: none; } .ui-autocomplete ul.his-list li.his { padding-left: 25px; } .ui-autocomplete .suggest_catname { color: rgb(153, 153, 153); } .ui-autocomplete .suggest-his-delete { height: 16px; text-align: left; color: gray; overflow: hidden; font-size: 12px; float: right; } .ui-autocomplete .suggest-his-delete a { visibility: hidden; } .ui-autocomplete li.ui-autocomplete-item-hover .suggest-his-delete a { background: rgb(153, 153, 153); color: rgb(255, 255, 255); text-decoration: underline; visibility: visible; } #page { -webkit-text-size-adjust: none; } #content { padding-bottom: 15px; } #hd { position: relative; z-index: 8; } #hd .layout { padding: 0px; width: 1200px; } #bd { margin: 0px auto; width: 1200px; position: relative; z-index: 1; } .grid-c2-s6 .col-sub { -ms-zoom: 1; } .layout::after { height: 0px; clear: both; font-size: 0px; display: block; visibility: hidden; content: "\0020"; } .layout { width: 1200px; margin-right: auto; margin-left: auto; -ms-zoom: 1; } .row-c2-s7 .main-wrap { min-height: 10px; _height: 10px; _overflow: visible; } .ui-atm { margin: 3px 15px 0px 0px !important; padding: 0px 0px 0px 22px !important; height: 20px !important; text-align: left; line-height: 2em !important; font-family: verdana; font-size: 10px; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; display: inline-block; font-size-adjust: none; font-stretch: normal; } a.atm16 { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px -59px !important; } a.atm16grey { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px -59px !important; } a.atm16grey { background-position: 0px -125px !important; } .ui-box-wrap .ui-box-title { border: 0px currentColor; border-image: none; height: 35px; line-height: 35px; position: relative; z-index: 2; } .ui-box-wrap .ui-box-title h2 { color: rgb(51, 51, 51); line-height: inherit; font-size: 14px; font-weight: 400; margin-bottom: 0px; margin-left: 20px; display: block; -ms-zoom: 1; } .ui-box-wrap .ui-box-title h3 { color: rgb(51, 51, 51); line-height: inherit; font-size: 14px; font-weight: 400; margin-bottom: 0px; margin-left: 20px; display: block; -ms-zoom: 1; } .ui-box .ui-box-body { border: 1px solid rgb(221, 221, 221); border-image: none; margin-top: -1px; } #bd .row-c2-s7 .module { margin-bottom: 17px; } #bd .grid-m0 .module { margin-bottom: 17px; } #hd .module-thirdparty { overflow: hidden; max-height: 150px; } .module-thirdparty { position: relative; } .m-sop-shop-info { background: rgb(255, 255, 255); color: rgb(51, 51, 51); font-size: 12px; } .m-sop-shop-info .ui-box-wrap .ui-box-body { padding: 7px 10px 8px 20px; font-size: 12px; background-color: rgb(255, 255, 255); } .m-sop-shop-info .shop-name { padding: 5px 0px; color: rgb(0, 51, 102); line-height: 18px; font-weight: 700; display: block; } .m-sop-shop-info .shop-name:hover { color: rgb(255, 153, 0); } .m-sop-shop-info p { margin: 0px; } .m-sop-shop-info .shop-location { color: rgb(153, 153, 153); } .m-sop-shop-info .shop-score { font-size: 14px; font-weight: 700; margin-top: 15px; } .m-sop-shop-info .shop-score .rank-num { padding-right: 5px; } .m-sop-shop-info .shop-score a { color: rgb(51, 51, 51); } .m-sop-shop-info .shop-score a:hover { color: rgb(255, 153, 0); } .m-sop-shop-info .positive-per { line-height: 1.8; font-size: 12px; font-weight: 700; } .m-sop-shop-info .positive-per span { font-size: 14px; } .m-sop-shop-info .dsr-detail { line-height: 24px; position: relative; cursor: pointer; } .m-sop-shop-info .no-dsr { color: rgb(102, 102, 102); } .m-sop-shop-info .dsr-detail::before { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(51, 51, 51) transparent transparent; top: 10px; width: 0px; height: 0px; right: 40px; line-height: 0; font-size: 0px; position: absolute; content: ""; } .m-sop-shop-info .ui-box-body { position: relative; } .m-sop-shop-info .dsr-tips { background: rgb(255, 255, 255); padding: 10px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 230px; display: none; position: absolute; z-index: 100; box-shadow: 2px 2px 2px rgba(0,0,0,0.1); } .m-sop-shop-info .dsr-tips::before { border-width: 7px; border-style: dashed dashed solid; border-color: transparent transparent rgb(204, 204, 204); left: 15px; top: -15px; width: 0px; height: 0px; line-height: 0; font-size: 0px; position: absolute; content: ""; } .m-sop-shop-info .dsr-tips::after { border-width: 7px; border-style: dashed dashed solid; border-color: transparent transparent rgb(255, 255, 255); left: 15px; top: -14px; width: 0px; height: 0px; line-height: 0; font-size: 0px; position: absolute; content: ""; } .m-sop-shop-info .dsr { margin-top: 10px; } .m-sop-shop-info .dsr caption { margin: 0px; height: 24px; text-align: left; color: rgb(51, 51, 51); line-height: 24px; font-size: 12px; font-weight: 700; white-space: nowrap; } .m-sop-shop-info .dsr .rating-out { color: rgb(102, 102, 102); font-size: 12px; font-weight: 400; } .m-sop-shop-info .dsr th { width: 110px; height: 18px; text-align: left; color: rgb(153, 153, 153); padding-right: 3px; font-size: 12px; } .m-sop-shop-info .dsr td b { padding-right: 10px; font-weight: 700; } .m-sop-shop-info .dsr td a { color: rgb(51, 51, 51); text-decoration: none; } .m-sop-shop-info .dsr-above td a { color: rgb(102, 153, 51); text-decoration: none; } .m-sop-shop-info .dsr-below td a { color: rgb(102, 0, 51); text-decoration: none; } .m-sop-shop-info .dsr-equal td a { color: rgb(51, 51, 51); text-decoration: none; } .m-sop-shop-info .dsr-above td b { color: rgb(102, 153, 51); } .m-sop-shop-info .dsr-below td b { color: rgb(102, 0, 51); } .m-sop-shop-info .dsr-equal td b { color: rgb(51, 51, 51); } .m-sop-shop-info .dsr td a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-sop-shop-info .add-wishlist { font-size: 12px; } .m-sop-shop-info .add-wishlist-btn { margin: 10px 0px; height: 28px; line-height: 28px; padding-top: 0px; padding-bottom: 0px; } .m-sop-shop-info .added-no { margin-bottom: 10px; display: block; } .m-sop-shop-cate .ui-box-wrap .ui-box-title h3 { color: rgb(51, 51, 51); line-height: 35px; font-size: 14px; margin-bottom: 0px; display: block; } .m-sop-shop-cate .ui-box-wrap .ui-box-title .title { color: rgb(51, 51, 51); line-height: 35px; font-size: 14px; margin-bottom: 0px; display: block; } .m-sop-shop-cate .ui-box-wrap .ui-box-body { background: rgb(255, 255, 255); padding: 7px 11px; font-size: 12px; } .m-sop-shop-cate .ui-box-wrap .ui-box-title { border: currentColor; border-image: none; height: 35px; -ms-zoom: 1; } .m-sop-shop-cate .groups-list { list-style: none; line-height: 15px; margin-top: 12px; } .m-sop-shop-cate .groups-list .group-tree-icon { background: url("../images/product-group-tree.png?t=8c69f052_0") no-repeat -9px 0px; margin: 3px 10px 0px 0px; width: 9px; height: 9px; float: left; cursor: pointer; } .m-sop-shop-cate .groups-list .expand.group-tree-icon { background-position: 0px 0px; } .m-sop-shop-cate .groups-list li { margin: 0px; overflow: hidden; padding-left: 9px; clear: both; } .m-sop-shop-cate .groups-list li.group-item { margin-bottom: 12px; } .m-sop-shop-cate .groups-list li.group-item a { width: 150px; float: left; display: block; } .m-sop-shop-cate .groups-list li a { color: rgb(0, 51, 102); } .m-sop-shop-cate .groups-list li a:hover { color: rgb(255, 153, 0); } .m-sop-shop-cate .groups-list li span { color: rgb(0, 51, 102); } .m-sop-shop-cate .sub-groups-list { list-style: none; padding-top: 8px; clear: both; display: none; } .m-sop-shop-cate .groups-list li.sub-group-item { padding-left: 15px; } .m-sop-shop-cate .sub-groups-list li.sub-group-item a { background: url("../images/product-group-tree.png?t=8c69f052_0") no-repeat -18px; color: rgb(102, 102, 102); padding-left: 10px; margin-bottom: 5px; } .m-sop-shop-cate .groups-more { display: none; } .m-sop-shop-cate .more-wrap { margin-top: 10px; } .m-sop-shop-cate .v-more { padding: 0px 17px 0px 4px; color: rgb(51, 51, 51); line-height: 18px; text-decoration: none; display: inline-block; } .m-sop-shop-cate .v-less { padding: 0px 17px 0px 4px; color: rgb(51, 51, 51); line-height: 18px; text-decoration: none; display: inline-block; } .m-sop-shop-cate .v-more { background: url("../images//arrow-down.png?t=77a1a161_0") no-repeat 70px 7px; } .m-sop-shop-cate .v-less { background: url("../images//arrow-up.png?t=928de332_0") no-repeat 70px 7px; } .m-sop-shop-cate .loading16 { background: url("/wimg/buyer/single/loading-16x16.gif?t=30d69a7b_0") no-repeat center rgba(0, 0, 0, 0); height: 200px; min-height: 32px; } .m-sop-contact-list .ui-box-wrap .ui-box-body { padding: 7px 11px; margin-top: 0px !important; } .m-sop-contact-list .contact-mail { padding-top: 4px; } .m-sop-contact-list .contact-item .send-mail-btn { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px 5px; padding: 5px 0px 5px 25px; color: rgb(51, 51, 51); display: block; } .m-sop-contact-list .contact-item .send-mail-btn:hover { color: rgb(255, 153, 0); } .m-sop-contact-list .contact-item dl { border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: dotted; } .m-sop-contact-list .contact-item dt { margin: 0px; line-height: 24px; font-size: 14px; font-weight: 700; } .m-sop-contact-list .contact-item dd { margin: 0px 0px 10px; } .m-sop-contact-list .contact-item dd a { color: rgb(51, 51, 51); font-size: 12px; } .m-sop-contact-list .contact-item a { font-size: 12px; float: none; } .m-sop-contact-list .contact-item a:hover { color: rgb(255, 153, 0); } .m-sop-contact-list .contact-item a.ui-atm { color: rgb(51, 51, 51); overflow: hidden; } .m-sop-contact-list .contact-item a.ui-atm:hover { color: rgb(255, 153, 0) !important; text-decoration: underline !important; } .m-sop-contact-list .contact-item a.atm16grey { color: rgb(51, 51, 51) !important; font-size: 12px !important; } .m-sop-contact-list .contact-item { color: rgb(51, 51, 51); } .m-sop-contact-list .contact-mail { padding: 10px 0px; } .m-sop-discount { height: 86px; overflow: hidden; padding-bottom: 10px; padding-left: 26px; } .m-sop-discount .discount-icon { background: url("/wimg/buyer/sprite/fixed-discount-v082715.png?t=9a61352e_0") no-repeat; margin: 24px 15px 0px 0px; width: 71px; height: 43px; text-indent: -999px; overflow: hidden; float: left; } .m-sop-discount .discount-text { padding: 24px 0px 0px; float: left; } .m-sop-discount .discount-text p { font: 12px/20px Arial; color: rgb(153, 153, 153); margin-bottom: 0px; font-size-adjust: none; font-stretch: normal; } .m-sop-discount .discount-text .large-text { font: 18px/20px Arial; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal; } .m-sop-discount .discount-text .price { color: rgb(255, 47, 0); font-weight: 700; } .m-sop-slide { width: 960px; text-align: center; overflow: hidden; position: relative; } .m-sop-slide ol { list-style: none; margin: 0px; padding: 0px; } .m-sop-slide li { list-style: none; margin: 0px; padding: 0px; } .m-sop-slide ol { width: 9999px; position: relative; } .m-sop-slide li { float: left; } .m-sop-slide .slide-pics li { width: 960px; text-align: center; overflow: hidden; } .m-sop-slide .slide-pics li img { min-height: 100px; max-height: 600px; } .m-sop-slide .prev-btn { top: 50%; margin-top: -40px; position: absolute; } .m-sop-slide .next-btn { top: 50%; margin-top: -40px; position: absolute; } .m-sop-slide .prev-btn { left: 20px; } .m-sop-slide .next-btn { right: 20px; } .m-sop-slide .ui-switchable-nav { right: 20px; bottom: 20px; position: absolute; z-index: 99; } .m-sop-slide .ui-switchable-nav li { background: rgb(51, 51, 51); margin: 0px 2px; border-radius: 10px; width: 20px; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; float: left; cursor: pointer; } .m-sop-slide .ui-switchable-nav li.ui-switchable-active { background: rgb(102, 102, 102); } .m-sop-slide .prev-btn { background: url("../images/prev-next.png?t=b96656ed_0") no-repeat; width: 40px; height: 80px; display: block; } .m-sop-slide .next-btn { background: url("../images/prev-next.png?t=b96656ed_0") no-repeat; width: 40px; height: 80px; display: block; } .m-sop-slide .prev-btn { background-position: -40px 0px; } .m-sop-slide .prev-btn:hover { background-position: -120px 0px; } .m-sop-slide .next-btn { background-position: -80px 0px; } .m-sop-slide .next-btn:hover { background-position: 0px 0px; } .m-sop-shop-nav { margin: 10px auto 0px; width: 1200px; height: 40px; position: relative; } .m-sop-shop-nav .nav-list { list-style: none; padding: 0px; font-size: 15px; font-weight: 500; } .m-sop-shop-nav .nav-list li { height: 40px; line-height: 40px; margin-left: 10px; float: left; position: relative; _width: 135px; } .m-sop-shop-nav .nav-list li a { height: 40px; color: rgb(255, 255, 255); text-decoration: none; display: inline-block; } .m-sop-shop-nav .nav-list li a span { padding: 2px 15px; height: 20px; line-height: 20px; margin-top: 8px; display: block; } .m-sop-shop-nav .nav-list li a:hover span { background: rgb(255, 255, 255); color: rgb(51, 51, 51); } .m-sop-shop-nav .nav-list li.current span { background: rgb(255, 255, 255); height: 30px; color: rgb(51, 51, 51); padding-top: 4px; margin-top: 4px; } .m-sop-shop-nav .nav-list li .product-nav { padding-right: 30px; position: relative; } .m-sop-shop-nav .nav-list li .product-nav .arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(255, 255, 255) transparent transparent; top: 12px; width: 0px; height: 0px; right: 15px; line-height: 0; font-size: 0px; position: absolute; } .m-sop-shop-nav .nav-list li.current .product-nav .arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(51, 51, 51) transparent transparent; top: 12px; width: 0px; height: 0px; right: 15px; line-height: 0; font-size: 0px; position: absolute; } .m-sop-shop-nav .nav-list li .product-nav:hover .arrow { border-color: rgb(51, 51, 51) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .m-sop-shop-nav .nav-list li a:hover span.product-nav { height: 30px; padding-top: 4px; margin-top: 4px; } .m-sop-shop-nav .nav-list .pro-category-wrap { background: rgb(255, 255, 255); border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221); border-image: none; left: -1px; top: 40px; width: 220px; font-size: 12px; font-weight: 200; display: none; position: absolute; z-index: 99; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-sop-shop-nav .nav-list .pro-category-wrap ul { list-style: none; margin: 10px 0px; } .m-sop-shop-nav .nav-list .pro-category-wrap li { margin: 0px 0px 5px; height: auto; line-height: 18px; float: none; position: relative; } .m-sop-shop-nav .nav-list .pro-category-wrap li .sub-group-arrow { background: url("../images/sub-group-arrow.png?t=d0c55413_0") no-repeat; top: 8px; width: 4px; height: 7px; right: 10px; display: block; position: absolute; } .m-sop-shop-nav .nav-list .pro-category-wrap a { padding: 5px 20px; height: auto; color: rgb(0, 51, 102); line-height: 13px; overflow: hidden; float: none; display: block; } .m-sop-shop-nav .nav-list .pro-category-wrap a:hover { background: rgb(232, 232, 232); } .m-sop-shop-nav .nav-list .pro-category-wrap a.hover-on { background: rgb(232, 232, 232); } .m-sop-shop-nav .nav-list .pro-category-wrap li.hover-on .sub-group-list { display: block; } .m-sop-shop-nav .nav-list .sub-group-list { left: auto; top: -5px; right: -218px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; display: none; } .m-sop-shop-nav .nav-list .pro-category-wrap .all-product { padding: 5px 0px; width: 180px; text-align: right; line-height: 20px; margin-left: 20px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: dotted; position: relative; } .m-sop-shop-nav .nav-list .pro-category-wrap .all-product a { background: url("../images//arrow-left.png?t=acf07a9d_0") no-repeat right 8px; padding-right: 10px; } .m-sop-shop-nav .nav-list li.hover-on #pro-category-wrap { display: block; } .m-sop-shop-nav .nav-list li.hover-on .product-nav { background: rgb(255, 255, 255); height: 30px; color: rgb(51, 51, 51); padding-top: 4px; margin-top: 4px; } .m-sop-shop-nav .nav-list li.hover-on .product-nav .arrow { border-color: rgb(51, 51, 51) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .ui-balloon { position: absolute; } .ui-balloon .ui-balloon-arrow { width: 10px; height: 10px; overflow: hidden; display: block; position: absolute; } :root .ui-balloon .ui-balloon-arrow { width: 10px; height: 10px; } .ui-balloon-tl { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-tr { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-rt { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-rb { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-br { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-bl { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-lb { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-lt { background: rgb(255, 255, 255); padding: 15px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13); } .ui-balloon-tl .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-tr .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-rt .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-rb .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-br .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-bl .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-lb .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } .ui-balloon-lt .ui-balloon-arrow { background: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-image: none; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); } :root .ui-balloon-tl .ui-balloon-arrow { } :root .ui-balloon-tr .ui-balloon-arrow { } :root .ui-balloon-rt .ui-balloon-arrow { } :root .ui-balloon-rb .ui-balloon-arrow { } :root .ui-balloon-br .ui-balloon-arrow { } :root .ui-balloon-bl .ui-balloon-arrow { } :root .ui-balloon-lb .ui-balloon-arrow { } :root .ui-balloon-lt .ui-balloon-arrow { } .ui-balloon-tl .ui-balloon-arrow { border-color: currentColor; left: 10px; top: -6px; border-right-style: none; border-bottom-style: none; } :root .ui-balloon-tl .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 0px 0px 1px; border-style: solid none none solid; border-color: rgb(204, 204, 204) currentColor currentColor rgb(204, 204, 204); border-image: none; top: -6px; height: 10px; } .ui-balloon-tr .ui-balloon-arrow { border-color: currentColor; top: -6px; right: 10px; border-right-style: none; border-bottom-style: none; } :root .ui-balloon-tr .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 0px 0px 1px; border-style: solid none none solid; border-color: rgb(204, 204, 204) currentColor currentColor rgb(204, 204, 204); border-image: none; top: -6px; height: 10px; } .ui-balloon-rt .ui-balloon-arrow { border-color: currentColor; top: 10px; right: -6px; border-bottom-style: none; border-left-style: none; box-shadow: 3px -1px 3px rgba(0,0,0,0.13); -webkit-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); -moz-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); } :root .ui-balloon-rt .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 1px 0px medium; border-style: solid solid none none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor currentColor; border-image: none; width: 10px; right: -6px; } .ui-balloon-rb .ui-balloon-arrow { border-color: currentColor; right: -6px; bottom: 10px; border-bottom-style: none; border-left-style: none; box-shadow: 3px -1px 3px rgba(0,0,0,0.13); -webkit-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); -moz-box-shadow: 3px -1px 3px rgba(0, 0, 0, .13); _right: -8px; } :root .ui-balloon-rb .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 1px 1px 0px medium; border-style: solid solid none none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) currentColor currentColor; border-image: none; width: 10px; right: -6px; } .ui-balloon-br .ui-balloon-arrow { border-color: currentColor; right: 10px; bottom: -6px; border-top-style: none; border-left-style: none; box-shadow: 4px 1px 3px rgba(0,0,0,0.09); -webkit-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); -moz-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); _bottom: -8px; } :root .ui-balloon-br .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(204, 204, 204) rgb(204, 204, 204) currentColor; border-image: none; height: 10px; bottom: -6px; } .ui-balloon-bl .ui-balloon-arrow { border-color: currentColor; left: 10px; bottom: -6px; border-top-style: none; border-left-style: none; box-shadow: 4px 1px 3px rgba(0,0,0,0.09); -webkit-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); -moz-box-shadow: 4px 1px 3px rgba(0, 0, 0, .09); _bottom: -8px; } :root .ui-balloon-bl .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(204, 204, 204) rgb(204, 204, 204) currentColor; border-image: none; height: 10px; bottom: -6px; } .ui-balloon-lb .ui-balloon-arrow { border-color: currentColor; left: -6px; bottom: 10px; border-top-style: none; border-right-style: none; } :root .ui-balloon-lb .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 0px 1px 1px; border-style: none none solid solid; border-color: currentColor currentColor rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; left: -6px; width: 10px; } .ui-balloon-lt .ui-balloon-arrow { border-color: currentColor; left: -6px; top: 10px; border-top-style: none; border-right-style: none; } :root .ui-balloon-lt .ui-balloon-arrow { background: rgb(255, 255, 255); border-width: 0px 0px 1px 1px; border-style: none none solid solid; border-color: currentColor currentColor rgb(204, 204, 204) rgb(204, 204, 204); border-image: none; left: -6px; width: 10px; } .m-sop-shop-nav .ui-balloon { padding: 10px; left: 250px; top: -36px; color: rgb(255, 102, 0); line-height: 16px; font-size: 14px; font-weight: 700; position: absolute; } .m-sop-crumb { height: 34px; color: rgb(102, 102, 102); line-height: 34px; overflow: hidden; padding-top: 5px; font-family: verdana; font-size: 12px; } .m-sop-crumb a { color: rgb(51, 51, 51); } .m-sop-crumb a:hover { color: rgb(255, 153, 0); } .m-sop-crumb b { font-weight: 400; } .m-sop-custom { border: 1px solid rgb(221, 221, 221); border-image: none; position: relative; _width: 100%; _overflow: hidden; } .col-main .m-sop-custom { width: 100%; } .col-sub .m-sop-custom { } .m-sop-custom h3 { height: 35px; line-height: 35px; text-indent: 20px; overflow: hidden; font-size: 14px; font-weight: 400; } .col-main .m-sop-custom h3 { width: 100%; } .col-sub .m-sop-custom h3 { width: 100%; } .col-sub .m-sop-custom .m-sop-custom-content { margin: 7px 11px; overflow: hidden; } .col-main .m-sop-custom .m-sop-custom-content { margin: 20px; overflow: hidden; } .col-main .m-sop-custom .m-sop-custom-content h3 { background: none; } .col-main .m-sop-custom .m-sop-custom-content a img { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content sub { font-size: smaller; vertical-align: sub; } .m-sop-custom .m-sop-custom-content sup { font-size: smaller; vertical-align: super; } .m-sop-custom .m-sop-custom-content i { font-style: italic; } .m-sop-custom .m-sop-custon-content em { font-style: italic; } .m-sop-custom .m-sop-custom-content u { text-decoration: underline; } .m-sop-custom .m-sop-custon-content ins { text-decoration: underline; } .m-sop-custom .m-sop-custom-content s { text-decoration: line-through; } .m-sop-custom .m-sop-custon-content strike { text-decoration: line-through; } .m-sop-custom .m-sop-custom-content ul { margin-left: 40px; } .m-sop-custom .m-sop-custom-content ol { list-style: decimal !important; margin-left: 40px; } .m-sop-custom .m-sop-custom-content table { border-collapse: separate; } .m-sop-custom .m-sop-custom-content table th { background: rgb(224, 224, 224); font-size: 13px; } .m-sop-custom .m-sop-custom-content table { border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.mceItemTable { border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.aliRTE-table-bor1 { border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table td { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table th { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.mceItemTable td { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.mceItemTable th { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.aliRTE-table-bor1 td { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.aliRTE-table-bor1 th { border-width: 0px 0px 1px 1px; border-style: solid; border-color: rgb(96, 96, 96); } .m-sop-custom .m-sop-custom-content table.no-bor td { border: 1px dashed rgb(187, 187, 187); border-image: none; } .m-sop-custom .m-sop-custom-content table.no-bor th { border: 1px dashed rgb(187, 187, 187); border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tr > td { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tr > th { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tbody > tr > td { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > tfoot > tr > td { border: 0px currentColor; border-image: none; } .m-sop-custom .m-sop-custom-content table[border='0'] > thead > tr > th { border: 0px currentColor; border-image: none; } .m-sop-banner { } .m-sop-banner { width: 1200px; overflow: hidden; min-height: 100px; max-height: 150px; } .m-sop-shop-hd { padding: 0px 20px; border: 1px solid rgb(221, 221, 221); border-image: none; height: 57px; } .m-sop-shop-hd .shop-hd { position: relative; z-index: 101; -ms-zoom: 1; } .m-sop-shop-hd .shop-logo { height: 57px; overflow: hidden; float: left; } .m-sop-shop-hd .shop-logo .shop-logo-img { margin: 3px 5px; overflow: hidden; max-height: 50px; max-width: 50px; } .m-sop-shop-hd .shop-logo .shop-logo-img img { max-height: 50px; max-width: 50px; } .m-sop-shop-hd .shop-info { width: 600px; padding-top: 10px; float: left; } .m-sop-shop-hd .shop-info-middle { line-height: 40px; } .m-sop-shop-hd .shop-info .shop-name { color: rgb(51, 51, 51); font-size: 14px; font-weight: 700; margin-right: 12px; } .m-sop-shop-hd .shop-info .shop-name:hover { text-decoration: none; } .m-sop-shop-hd .shop-info .shop-number { color: rgb(153, 153, 153); display: inline-block; } .m-sop-shop-hd .shop-info .alibaba-store { width: 200px; height: 24px; color: rgb(153, 153, 153); line-height: 24px; display: block; white-space: nowrap; } .m-sop-shop-hd .shop-info .alibaba-store:hover { color: rgb(255, 153, 0); } .m-sop-shop-hd .shop-credit { background: rgb(255, 255, 255); padding: 8px 20px 0px; border: 1px solid rgb(221, 221, 221); border-image: none; top: -1px; width: 320px; right: 0px; position: absolute; } .m-sop-shop-hd .shop-credit:hover { box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-sop-shop-hd .fold { border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(255, 255, 255) rgb(255, 255, 255); border-image: none; height: 48px; overflow: hidden; } .m-sop-shop-hd .shop-credit .info-box { padding: 5px 0px; border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: dotted; } .m-sop-shop-hd .shop-credit .more-shopinfo { height: 30px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; position: relative; } .m-sop-shop-hd .shop-credit .feedback-zone { right: 0px; position: absolute; } .m-sop-shop-hd .shop-credit .more-shopinfo .rotate-arrow { border-width: 4px; border-style: solid dashed dashed; border-color: rgb(51, 51, 51) transparent transparent; top: 15px; width: 0px; height: 0px; right: -5px; line-height: 0; font-size: 0px; position: absolute; } .m-sop-shop-hd .more-shopinfo:hover .rotate-arrow { border-color: rgb(51, 51, 51) transparent transparent; transform-origin: 50% 30%; transition:transform 0.2s ease-in; transform: rotate(180deg); -moz-transform: rotate(180deg); -moz-transition: -moz-transform .2s ease-in; -webkit-transition: -webkit-transform .2s ease-in; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-in; -webkit-transition-delay: initial; -o-transition: -o-transform .2s ease-in; -moz-transform-origin: 50% 30%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(180deg); -o-transform-origin: 50% 30%; } .m-sop-shop-hd .shop-credit .positive-feedback { width: 140px; height: 24px; color: rgb(51, 51, 51); line-height: 24px; overflow: hidden; font-size: 12px; display: inline-block; white-space: nowrap; } .m-sop-shop-hd .shop-credit .positive-percent { font-weight: 700; } .m-sop-shop-hd .shop-credit .store-rank { line-height: 24px; margin-right: 180px; float: right; } .m-sop-shop-hd .shop-credit .store-rank span { padding: 0px 5px; font-weight: 700; } .m-sop-shop-hd .shop-credit .dsr-loading { text-align: center; } .m-sop-shop-hd .shop-credit .dsr { width: 100%; } .m-sop-shop-hd .shop-credit .dsr caption { height: 30px; text-align: left; color: rgb(51, 51, 51); line-height: 30px; font-size: 12px; font-weight: 700; } .m-sop-shop-hd .shop-credit .dsr .rating-out { color: rgb(102, 102, 102); font-size: 12px; font-weight: 400; } .m-sop-shop-hd .shop-credit .dsr th { width: 110px; height: 18px; text-align: left; color: rgb(102, 102, 102); padding-right: 3px; font-size: 12px; } .m-sop-shop-hd .shop-credit .dsr td b { padding-right: 10px; font-weight: 700; } .m-sop-shop-hd .shop-credit .dsr-above td a { color: rgb(102, 153, 51); text-decoration: none; } .m-sop-shop-hd .shop-credit .dsr-below td a { color: rgb(102, 0, 51); text-decoration: none; } .m-sop-shop-hd .shop-credit .dsr-equal td a { color: rgb(51, 51, 51); text-decoration: none; } .m-sop-shop-hd .shop-credit .dsr-above td b { color: rgb(102, 153, 51); } .m-sop-shop-hd .shop-credit .dsr-below td b { color: rgb(102, 0, 51); } .m-sop-shop-hd .shop-credit .dsr-equal td b { color: rgb(51, 51, 51); } .m-sop-shop-hd .shop-credit .dsr td a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-sop-shop-hd .shop-credit .no-dsr { color: rgb(102, 102, 102); line-height: 16px; font-size: 12px; margin-bottom: 0px; } .m-sop-shop-hd .shop-credit .location dt { color: rgb(51, 51, 51); line-height: 2; font-size: 12px; font-weight: 700; } .m-sop-shop-hd .shop-credit .location dd { color: rgb(102, 102, 102); line-height: 20px; font-size: 12px; margin-left: 0px; } .m-sop-shop-hd .shop-credit .location .clock-icon { background: url("/wimg/buyer/sprite/spr-we-store-top.png?t=884047e9_0") no-repeat 0px -40px; width: 9px; height: 10px; vertical-align: middle; display: inline-block; cursor: pointer; } .m-sop-shop-hd .shop-credit .contact dt { color: rgb(51, 51, 51); line-height: 2; font-size: 12px; font-weight: 700; } .m-sop-shop-hd .shop-credit .contact dd { margin-left: 0px; } .m-sop-shop-hd .shop-credit .contact span a { color: rgb(51, 51, 51); line-height: 22px; font-size: 12px; text-decoration: none; margin-right: 5px; } .m-sop-shop-hd .shop-credit .contact span a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-sop-shop-hd .shop-credit .contact .s-alitalk { padding-bottom: 3px; vertical-align: bottom; display: inline-block; } .m-sop-shop-hd .shop-credit .contact .s-mail { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px 5px; padding-left: 25px; vertical-align: bottom; display: inline-block; } .m-sop-shop-hd .shop-credit .contact .s-alitalk .ui-atm:hover { color: rgb(255, 153, 0) !important; text-decoration: underline !important; display: inline-block; } .m-sop-shop-hd .shop-credit .add-wish-list { text-align: left; padding-top: 6px; padding-bottom: 16px; font-size: 12px; } .m-sop-shop-hd .shop-credit .add-wish-list a { margin-top: 5px; } .m-sop-shop-hd .search { left: 548px; top: 35px; position: absolute; } .m-sop-shop-hd .search .search-text { border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: rgb(150, 158, 169) currentColor rgb(150, 158, 169) rgb(150, 158, 169); padding: 5px; border-image: none; width: 200px; height: 15px; color: rgb(153, 153, 153); line-height: 15px; font-size: 12px; float: left; } .m-sop-shop-hd .search .placeholder { color: rgb(204, 204, 204); } .m-sop-shop-hd .search .search-in-shop { height: 25px; text-align: center; line-height: 25px; font-size: 12px; font-weight: 700; float: left; } .m-sop-shop-hd .search .search-in-ae { height: 25px; text-align: center; line-height: 25px; font-size: 12px; font-weight: 700; float: left; } .m-sop-shop-hd .search .search-in-shop { background: url("/wimg/seller/single/search_bg.png?t=4ae0898b_0") repeat-x 0px 0px; border: 1px solid rgb(243, 124, 20); border-image: none; width: 78px; color: rgb(255, 255, 255); } .m-sop-shop-hd .search .search-in-ae { background: url("/wimg/seller/single/search_ae_bg.png?t=e5344c6b_0") repeat-x 0px 0px; border-width: 1px 1px 1px 0px; border-style: solid solid solid none; border-color: rgb(190, 190, 190) rgb(190, 190, 190) rgb(190, 190, 190) currentColor; border-image: none; width: 110px; color: rgb(0, 0, 0); } .m-sop-shop-hd .search .search-in-shop:hover { text-decoration: none; background-image: url("/wimg/seller/single/serach_bg_hover.png?t=44e1cc2d_0"); } .m-sop-shop-hd .search .search-in-ae:hover { text-decoration: none; background-image: url("/wimg/seller/single/search_ae_hover.png?t=b6b22963_0"); } .m-sop-add-wishlist { } .m-sop-add-wishlist .add-wishlist { line-height: 16px; padding-left: 10px; font-size: 12px; } .m-sop-add-wishlist .add-wishlist .add-wishlist-btn { height: 18px; line-height: 18px; } .m-sop-add-wishlist .added-no { line-height: 24px; margin-left: 3px; display: block; } .m-o-large-all-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-large-all-detail .items-list .item { margin: 10px 0px; padding: 8px; transition:box-shadow 0.25s linear; width: 220px; height: 340px; vertical-align: top; display: inline-block; position: relative; -webkit-transition: box-shadow .25s linear; } .m-o-large-all-detail .items-list .item:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.25s linear; border-image: none; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); -webkit-transition: box-shadow .25s linear; } .m-o-large-all-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; width: 220px; position: relative; } .m-o-large-all-detail .items-list .item .pic { margin: 0px auto; width: 220px; height: 220px; text-align: center; overflow: hidden; font-size: 220px; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-large-all-detail .items-list .item .pic img { max-height: 220px; max-width: 220px; } .m-o-large-all-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-large-all-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-large-all-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-large-all-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -3406px; top: -10px; width: 50px; height: 55px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-large-all-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 11px; width: 26px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-large-all-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-large-all-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-large-all-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-large-all-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-large-all-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-large-all-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-large-all-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-large-all-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-large-all-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-large-all-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-large-all-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-large-all-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-large-all-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-large-all-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-large-all-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-o-large-lite-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-large-lite-detail .items-list .item { margin: 10px 0px; padding: 8px; width: 220px; vertical-align: top; display: inline-block; position: relative; } .m-o-large-lite-detail .items-list .item-simple { padding: 8px; height: 260px; } .m-o-large-lite-detail .items-list .item-simple .item-wrap { padding: 8px; transition:box-shadow 0.25s linear; left: 0px; top: 0px; position: absolute; -webkit-transition: box-shadow .25s linear; } .m-o-large-lite-detail .items-list .item-simple .item-wrap .detail h3 { display: none; } .m-o-large-lite-detail .items-list .item-simple .item-wrap:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.25s linear; border-image: none; height: 300px; z-index: 10; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); -webkit-transition: box-shadow .25s linear; } .m-o-large-lite-detail .items-list .item-simple .item-wrap:hover .detail h3 { display: block; } .m-o-large-lite-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; width: 220px; position: relative; } .m-o-large-lite-detail .items-list .item .pic { margin: 0px auto; width: 220px; height: 220px; text-align: center; overflow: hidden; font-size: 220px; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-large-lite-detail .items-list .item .pic img { max-height: 220px; max-width: 220px; } .m-o-large-lite-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-large-lite-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-large-lite-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-large-lite-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -3406px; top: -10px; width: 50px; height: 55px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-large-lite-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 11px; width: 26px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-large-lite-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-large-lite-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-large-lite-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-large-lite-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-large-lite-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-large-lite-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-large-lite-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-large-lite-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-large-lite-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-large-lite-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-large-lite-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-large-lite-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-large-lite-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-large-lite-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-large-lite-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-o-small-all-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-small-all-detail .items-list .item { margin: 10px 0px; padding: 8px; transition:box-shadow 0.25s linear; vertical-align: top; display: inline-block; position: relative; -webkit-transition: box-shadow .25s linear; } .m-o-small-all-detail .items-list-small .item { margin: 5px 15px; padding: 8px; width: 140px; height: 260px; } .m-o-small-all-detail .items-list-small .item:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); border-image: none; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-o-small-all-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; position: relative; } .m-o-small-all-detail .items-list .item .pic { margin: 0px auto; text-align: center; overflow: hidden; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-small-all-detail .items-list-small .item .img { width: 140px; } .m-o-small-all-detail .items-list-small .item .pic { width: 140px; height: 140px; } .m-o-small-all-detail .items-list-small .item .pic img { max-height: 140px; max-width: 140px; } .m-o-small-all-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-small-all-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-small-all-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-small-all-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -1374px; top: -10px; width: 40px; height: 43px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-small-all-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 5px; width: 23px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-small-all-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-small-all-detail .items-list .item .detail h2 { height: 32px; line-height: 16px; font-size: 14px; margin-bottom: 8px; } .m-o-small-all-detail .items-list .item .detail h2 a { text-decoration: none; } .m-o-small-all-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-small-all-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-small-all-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-small-all-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-small-all-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-small-all-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-small-all-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-small-all-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-small-all-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-small-all-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-small-all-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-small-all-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-small-all-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-small-all-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-o-small-lite-detail .ui-box-wrap .ui-box-body { background: none; padding: 0px 0px 5px; border: currentColor; border-image: none; } .m-o-small-lite-detail .items-list .item { margin: 10px 0px; padding: 8px; transition:box-shadow 0.25s linear; vertical-align: top; display: inline-block; position: relative; -webkit-transition: box-shadow .25s linear; } .m-o-small-lite-detail .items-list-small .item { margin: 5px 15px; padding: 8px; width: 140px; } .m-o-small-lite-detail .items-list-small .item-simple { padding: 8px; height: 180px; } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap { padding: 8px; left: 0px; top: 0px; position: absolute; } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap .detail h3 { display: none; } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap:hover { background: rgb(255, 255, 255); padding: 7px; border: 1px solid rgb(204, 204, 204); border-image: none; height: 220px; z-index: 10; box-shadow: 2px 2px 2px rgba(0,0,0,0.13); } .m-o-small-lite-detail .items-list-small .item-simple .item-wrap:hover .detail h3 { display: block; } .m-o-small-lite-detail .items-list .item .img { border: 1px solid rgb(237, 237, 237); border-image: none; position: relative; } .m-o-small-lite-detail .items-list .item .pic { margin: 0px auto; text-align: center; overflow: hidden; display: table; table-layout: fixed; background-color: rgb(255, 255, 255); } .m-o-small-lite-detail .items-list-small .item .img { width: 140px; } .m-o-small-lite-detail .items-list-small .item .pic { width: 140px; height: 140px; } .m-o-small-lite-detail .items-list-small .item .pic img { max-height: 140px; max-width: 140px; } .m-o-small-lite-detail .items-list .item .pic-rind { text-align: center; vertical-align: middle; display: table-cell; } * + html .m-o-small-lite-detail .items-list .item .pic-rind { width: 100%; height: 100%; line-height: 100%; font-family: Arial; font-size: 87.3%; display: block; } .m-o-small-lite-detail .items-list .item .pic-core { vertical-align: middle; } .m-o-small-lite-detail .items-list .item .discount { background: url("/wimg/buyer/sprite/list-2013.png?t=73748612_0") no-repeat left -1374px; top: -10px; width: 40px; height: 43px; text-align: center; right: -10px; color: rgb(255, 255, 255); text-indent: -10px; letter-spacing: -1px; overflow: hidden; white-space: nowrap; position: absolute; z-index: 1; } .m-o-small-lite-detail .items-list .item .discount .rate { font: 700 20px/24px Arial; top: 5px; width: 23px; text-align: right; letter-spacing: -1px; display: block; white-space: nowrap; position: absolute; font-size-adjust: none; font-stretch: normal; } .m-o-small-lite-detail .items-list .item .detail { padding: 6px 0px; font-size: 12px; } .m-o-small-lite-detail .items-list .item .detail h2 { height: 32px; line-height: 16px; font-size: 13px; margin-bottom: 8px; } .m-o-small-lite-detail .items-list .item .detail h2 a { text-decoration: none; } .m-o-small-lite-detail .items-list .item .detail h3 { height: 32px; line-height: 16px; overflow: hidden; font-size: 12px; margin-bottom: 8px; } .m-o-small-lite-detail .items-list .item .detail h3 a { color: rgb(68, 68, 68); text-decoration: none; } .m-o-small-lite-detail .items-list .item .detail h3 a:hover { color: rgb(255, 153, 0); text-decoration: underline; } .m-o-small-lite-detail .items-list .item .cost { color: rgb(153, 153, 153); line-height: 16px; font-size: 12px; } .m-o-small-lite-detail .items-list .item .cost b { color: rgb(255, 102, 0); font-size: 14px; } .m-o-small-lite-detail .items-list .item .cost-old { color: rgb(153, 153, 153); line-height: 15px; padding-top: 2px; font-size: 12px; } .m-o-small-lite-detail .items-list .item .free-shipping { margin: 0px; color: rgb(51, 51, 51); line-height: 1.8; font-weight: 700; } .m-o-small-lite-detail .items-list .item .min-order { color: rgb(0, 0, 0); line-height: 18px; margin-top: 4px; margin-bottom: 3px; display: block; } .m-o-small-lite-detail .items-list .item .star-cost span { height: 20px; vertical-align: middle; display: inline-block; } .m-o-small-lite-detail .items-list .item .star-cost .star { background: url("../images/star-small-gray.png?t=2e982d0b_0") repeat-x left; width: 70px; margin-right: 10px; float: left; } .m-o-small-lite-detail .items-list .item .star-cost .star .rate-percent { background: url("../images/star-small-color.png?t=fc23c13f_0") repeat-x left top; width: 0px; margin-top: 3px; } .m-o-small-lite-detail .items-list .item .recent-order { color: rgb(51, 51, 51); line-height: 20px; } .m-o-small-lite-detail .more-products { padding: 8px 15px 8px 0px; text-align: right; } .m-o-small-lite-detail .more-products a { background: url("/css/ws-content/themes/style-2/images/arrow_r.gif?t=3d1a8c1a_0") no-repeat right 4px; padding-right: 10px; } .m-sop-refine-search .ui-box-wrap .ui-box-body { padding: 7px 11px; } .m-sop-refine-search .refine-search-form label { color: rgb(51, 51, 51); line-height: 24px; font-size: 12px; display: block; } .m-sop-refine-search .refine-search-form .label { margin-bottom: 5px; } .m-sop-refine-search .refine-search-form .text { padding: 2px 4px; border: 1px solid rgb(194, 202, 216); border-image: none; line-height: 12px; font-family: arial; } .m-sop-refine-search .refine-search-form input.keywords { width: 170px; height: 20px; font-size: 12px; } .m-sop-refine-search .refine-search-form .adv-search { text-align: right; color: rgb(0, 51, 102); padding-right: 6px; margin-bottom: 5px; display: none; } .m-sop-refine-search .refine-search-form .adv-search:hover { color: rgb(255, 153, 0); } .m-sop-refine-search .refine-search-form input.filter-price-text { width: 61px !important; height: 20px; overflow: hidden; } .m-sop-refine-search .refine-search-form .submit-label { padding: 5px 6px 15px 0px; text-align: right; } .m-sop-refine-search .refine-search-form .submit-label button { height: 28px; } .m-sop-refine-search .s-link-fake-selector { background: url("../images/refine-select.png?t=acbb7e1f_0") no-repeat right top; width: 160px; height: 26px; padding-right: 19px; margin-top: -2px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; position: relative; z-index: 20; _margin-top: 0; } .m-sop-refine-search .s-link-fake-selector-mover { background: url("../images/refine-select.png?t=acbb7e1f_0") no-repeat right top; } .m-sop-refine-search .s-link-fake-selector .list-title { border-width: 1px medium 1px 1px; border-style: solid none solid solid; border-color: rgb(221, 221, 221) currentColor rgb(221, 221, 221) rgb(221, 221, 221); border-image: none; height: 25px; color: rgb(51, 51, 51); line-height: 26px; overflow: hidden; padding-left: 5px; font-size: 12px; cursor: default; background-color: rgb(255, 255, 255); } .m-sop-refine-search .s-link-fake-selector .s-country-container { padding: 5px 0px; border: 1px solid rgb(139, 160, 206); border-image: none; left: -1px; top: 27px; width: 178px; height: 200px; display: none; position: absolute; -ms-overflow-x: hidden; -ms-overflow-y: auto; background-color: rgb(255, 255, 255); } .m-sop-refine-search .s-link-fake-selector .list-sep { padding: 3px 2px; display: block; } .m-sop-refine-search .s-link-fake-selector .option-open { display: block; z-index: 80; } .m-sop-refine-search .s-link-fake-selector .option-mask { left: -1px; top: 17px; width: 158px; display: none; position: absolute; } .m-sop-refine-search .s-link-fake-selector .mask-enable { display: block; z-index: 60; } .m-sop-refine-search .s-link-fake-selector .s-country-container a { font: 11px/normal Tahoma; margin: 0px 3px; padding: 2px 5px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(16, 92, 182); text-decoration: none; float: none; display: block; cursor: pointer; font-size-adjust: none; font-stretch: normal; } .m-sop-refine-search .s-link-fake-selector .s-country-container a:hover { border: 1px solid rgb(196, 216, 230); border-image: none; text-decoration: none; } .m-sop-refine-search .s-link-fake-selector .s-country-container a.current { border: 1px solid rgb(255, 186, 83); border-image: none; text-decoration: none; } .m-sop-refine-search .s-link-fake-selector .s-country-container a .num { background: none; margin: 0px; padding: 0px; color: rgb(90, 90, 90); text-decoration: none; float: none; } .m-sop-refine-search .s-link-fake-selector .css_flag { line-height: normal; float: none; } .m-sop-refine-search .adv-search-area { position: relative; z-index: 10; } .m-sop-refine-search .filter-price-box { border: 1px solid rgb(188, 188, 188); border-image: none; left: 30px; top: 36px; width: 150px; font-family: tahoma; font-size: 11px; display: none; position: absolute; background-color: rgb(255, 255, 255); } .m-sop-refine-search .filter-price-box a { padding: 2px 10px; color: rgb(0, 0, 0); display: block; _zoom: 1; } .m-sop-refine-search .filter-price-box a:hover { text-decoration: none; background-color: rgb(252, 233, 203); } .m-sop-refine-search .all-pro-condition { padding-top: 2px; } .m-sop-refine-search .all-pro-condition input { margin: -1px 4px 0px 0px; vertical-align: middle; display: inline-block; } .m-sop-refine-search .all-pro-condition label { vertical-align: middle; display: inline-block; } .m-sop-top-selling .ui-box-wrap .ui-box-body { padding: 7px 11px; } .m-sop-top-selling .items-list .item { list-style: none; margin-bottom: 15px; margin-left: 0px; } .m-sop-sale-items .items-list .pro-name { width: 125px; color: rgb(51, 51, 51); -ms-word-break: break-all; _width: 116px; } .m-sop-sale-items .items-list .pro-name a { color: rgb(51, 51, 51); } .m-sop-sale-items .items-list .pro-name a:hover { color: rgb(255, 153, 0); } .m-sop-top-selling .items-list .img { float: left; } .m-sop-top-selling .items-list .img img { width: 50px; } .m-sop-top-selling .items-list .detail { width: 125px; line-height: 16px; padding-left: 10px; font-size: 12px; float: left; _width: 116px; } .m-sop-top-selling .items-list .detail .pro-name { height: 32px; overflow: hidden; } .m-sop-top-selling .items-list .detail .pro-name a { color: rgb(51, 51, 51); } .m-sop-top-selling .items-list .detail .pro-name a:hover { color: rgb(255, 153, 0); } .m-sop-top-selling .items-list .detail .order-no { color: rgb(121, 121, 121); } .m-sop-top-selling .items-list .price { color: rgb(169, 169, 169); } .m-sop-top-selling .items-list .price span { color: rgb(255, 124, 0); font-weight: 700; } .m-sop-top-selling .view-more { background: url("../images/arrow-left.png?t=acf07a9d_0") no-repeat 100% 50%; text-align: right; padding-right: 14px; } .m-sop-alert { margin-bottom: 17px; } .m-sop-alert .alert p { background: url("../images/shopsite-icons.png?t=eced2e0_0") no-repeat 0px -190px; color: rgb(51, 51, 51); line-height: 1.5; padding-left: 20px; font-weight: 700; margin-bottom: 0px; } .m-sop-alert .alert a { color: rgb(0, 51, 102); line-height: 1.5; } .m-sop-alert .alert a:hover { color: rgb(255, 153, 0); } .ui-fixed-panel { z-index: 99; } .ui-fixed-panel-unit > a { background: url("/wimg/buyer/sprite/fixed-panel-elements.png?t=4720102a_0") no-repeat; width: 32px; height: 32px; text-decoration: none; margin-bottom: 5px; display: block; cursor: pointer; } .ui-fixed-panel-tip-popup { background: rgb(255, 255, 255); padding: 10px; line-height: 1.5; display: none; max-width: 180px; box-shadow: 0px 0px 7px #999; } :root .ui-fixed-panel-tip-popup { border: 0px currentColor; border-image: none; } .ui-fixed-panel-operation { } .ui-fixed-panel-operation .ui-fixed-panel-unit > a { border-radius: 16px; opacity: 0.2; } .ui-fixed-panel-operation .ui-fixed-panel-unit > a:hover { opacity: 0.7; } .ui-fixed-panel-go-top > a { background-position: 0px 0px; } .ui-fixed-panel-operation .ui-fixed-panel-unit > a.ui-fixed-panel-collapse { background-position: -32px 0px; } .ui-fixed-panel-operation .ui-fixed-panel-unit > a.ui-fixed-panel-expand { background-position: -64px 0px; } .ui-fixed-panel-secondary { margin-bottom: 25px; } .ui-fixed-panel-secondary .ui-fixed-panel-unit > a { opacity: 0.4; } .ui-fixed-panel-secondary .ui-fixed-panel-unit > a:hover { opacity: 0.7; } .ui-fixed-panel-qr-code > a { background-position: 0px -32px; opacity: 0.5; } .ui-fixed-panel-qr-code-popup { padding: 10px; width: 120px; text-align: center; line-height: 1.2; font-family: "PT Sans Narrow"; max-width: 120px; } .ui-fixed-panel-qr-code-tip { margin-top: 4px; } .ui-fixed-panel-survey > a { background-position: -32px -32px; } .ui-fixed-panel-shares { margin-bottom: 15px; } .ui-fixed-panel-twitter > a { background-position: 0px -64px; } .ui-fixed-panel-twitter > a:hover { background-position: 0px -96px; } .ui-fixed-panel-facebook > a { background-position: -32px -64px; } .ui-fixed-panel-facebook > a:hover { background-position: -32px -96px; } .ui-fixed-panel-google-plus > a { background-position: -64px -64px; } .ui-fixed-panel-google-plus > a:hover { background-position: -64px -96px; } .ui-fixed-panel-pinterest > a { background-position: -96px -64px; } .ui-fixed-panel-pinterest > a:hover { background-position: -96px -96px; } .ui-fixed-panel-vk > a { background-position: -128px -64px; } .ui-fixed-panel-vk > a:hover { background-position: -128px -96px; } .ui-fixed-panel-ok > a { background-position: -160px -64px; } .ui-fixed-panel-ok > a:hover { background-position: -160px -96px; } .ae-m-sop-seller-coupon { border-width: 0px 1px 1px; border-style: solid; border-color: rgb(238, 238, 238); border-image: none; overflow: hidden; margin-bottom: 29px; } .ae-m-sop-seller-coupon h2 { height: 35px; color: rgb(51, 51, 51); line-height: 35px; text-indent: 21px; font-size: 18px; margin-bottom: 0px; } .ae-m-sop-seller-coupon .coupon-bd { padding: 20px; } .ae-m-sop-seller-coupon .store-coupon-intro { list-style: none; margin: 0px; padding: 0px; } .ae-m-sop-seller-coupon .store-coupon-intro dt { color: rgb(51, 51, 51); line-height: 16px; font-weight: 700; margin-bottom: 5px; } .ae-m-sop-seller-coupon .store-coupon-intro dd { margin: 0px; color: rgb(102, 102, 102); line-height: 18px; } .ae-m-sop-seller-coupon .store-coupon-list { list-style: none; } .ae-m-sop-seller-coupon .store-coupon-list li { margin: 10px 20px 10px 0px; border: 1px solid rgb(255, 102, 0); border-image: none; width: 326px; height: 83px; float: left; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item { width: 187px; color: rgb(255, 102, 0); float: left; background-color: rgb(255, 252, 237); } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info { height: 61px; padding-left: 9px; border-right-color: rgb(255, 102, 0); border-bottom-color: rgb(255, 102, 0); border-right-width: 1px; border-bottom-width: 1px; border-right-style: dashed; border-bottom-style: solid; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info span { padding-top: 16px; font-size: 30px; display: inline-block; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info span.coupon-price { padding-right: 4px; font-weight: 700; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-item .coupon-info span.coupon-price-order { font-size: 18px; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-other-info { padding: 0px 9px; height: 20px; color: rgb(255, 254, 255); line-height: 20px; overflow: hidden; font-weight: 700; border-top-color: rgb(243, 149, 124); border-top-width: 1px; border-top-style: dashed; background-color: rgb(255, 102, 0); } .ae-m-sop-seller-coupon .store-coupon-list .coupon-other-info .coupon-type { font-size: 16px; float: left; } .ae-m-sop-seller-coupon .store-coupon-list .coupon-other-info .coupon-valid-time { float: right; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon { padding: 12px 0px 0px 10px; width: 125px; line-height: 18px; float: left; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon span em { color: rgb(253, 102, 0); font-weight: 700; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate { padding-top: 7px; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate a { background: url("/wimg/buyer/single/btn-get-coupon.png?t=ef4f62b2_0") no-repeat; width: 119px; text-align: center; color: rgb(51, 51, 51); line-height: 20px; font-weight: 700; display: block; hegiht: 22px; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate a.disabled-btn { cursor: default; opacity: 0.7; } .ae-m-sop-seller-coupon .store-coupon-list .get-coupon .operate a:hover { text-decoration: none; } .ae-m-sop-seller-coupon .store-coupon-intro { margin-bottom: 10px; } .m-sop-store-coupon { overflow: hidden; } .m-sop-store-coupon .coupon { width: 176px; overflow: hidden; margin-left: 10px; float: left; } .m-sop-store-coupon :first-child.coupon { margin-left: 0px; } .m-sop-store-coupon .coupon .item { background: url("/js/6v/biz/shopsite/themes/activity/images/coupon_small_bg.jpg?t=3da3d08a_0"); width: 176px; height: 135px; position: relative; } .m-sop-store-coupon .coupon-small-pt .item { background: url("/js/6v/biz/shopsite/themes/activity/images/coupon_small_bg_pt.png?t=a116c8fb_0"); height: 146px; } .m-sop-store-coupon .coupon .item span { color: rgb(255, 255, 255); display: block; position: absolute; } .m-sop-store-coupon .coupon .item .pay { left: 10px; top: 10px; font-size: 20px; font-weight: 700; } .m-sop-store-coupon .coupon .item .get { left: 10px; top: 35px; font-size: 14px; } .m-sop-store-coupon .coupon-small-pt .item .get { width: 150px; } .m-sop-store-coupon .coupon .item .get-now { width: 176px; height: 28px; text-align: center; bottom: 10px; color: rgb(51, 51, 51); line-height: 28px; } .m-sop-store-coupon .coupon .item .store { left: 12px; bottom: 42px; color: rgb(153, 153, 153); } .m-sop-store-coupon .coupon .item .valid { left: 12px; bottom: 42px; color: rgb(153, 153, 153); } .m-sop-store-coupon .coupon .limit { height: 18px; color: rgb(153, 153, 153); line-height: 18px; margin-top: 10px; } .m-sop-store-coupon .coupon .limit i { color: rgb(51, 51, 51); text-transform: none; font-style: normal; } .m-sop-store-coupon .coupon .use { height: 18px; color: rgb(153, 153, 153); line-height: 18px; } .m-sop-store-coupon .coupon .use i { color: rgb(255, 102, 2); text-transform: none; font-style: normal; } .m-sop-store-coupon .coupon-big { width: 306px; overflow: hidden; } .m-sop-store-coupon .coupon-big .item .get-now { width: 306px; } .m-sop-store-coupon .coupon-big .item .store { left: 32px; } .m-sop-store-coupon .coupon-big .item div { height: 65px; } .m-sop-store-coupon .coupon-big .item .valid { left: inherit; right: 15px; } .m-sop-store-coupon .coupon-big .item { background: url("/js/6v/biz/shopsite/themes/activity/images/coupon_big_bg.jpg?t=c2eefe93_0"); width: 306px; position: relative; } .m-sop-store-coupon .coupon-big .item div .pay-big { height: 65px; line-height: 65px; padding-left: 10px; font-size: 30px; vertical-align: top; display: inline-block; position: inherit; } .m-sop-store-coupon .coupon-big .item div .get-big { width: 120px; height: 65px; padding-top: 28px; font-size: 14px; margin-left: 10px; vertical-align: top; display: inline-block; position: inherit; } .m-sop-store-coupon .coupon-big-pt .item div .get-big { width: 150px; padding-top: 10px; } .m-sop-store-coupon .coupon-big-ru .item div .get-big { width: 90px; padding-top: 10px; } .m-sop-store-coupon { margin-bottom: 18px; } .ae-m-sop-seller-coupon .coupon-bd { width: 960px; } #content { background-color: rgb(255, 255, 255); } #content { background: linear-gradient(rgb(241, 217, 200), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255)); } #hd .layout { background-color: rgb(255, 255, 255); } #bd { background-color: rgb(255, 255, 255); } .ui-box-wrap .ui-box-title { background-color: rgb(245, 210, 210); } .m-sop-shop-nav { background-color: rgb(174, 58, 53); } .m-sop-discount { background-color: rgba(251, 233, 233, 0.3); } .m-sop-custom h3 { background-color: rgb(245, 210, 210); } .ae-m-sop-seller-coupon h2 { background-color: rgb(245, 210, 210); }
0.410402
0.115411
@import 'oscal.css'; declarations:before { content: "Declarations " oxy_textfield(edit, '@href', columns, 30) } value, regex { display: block } identifier, required, regex, autonum { display: block; visibility: -oxy-collapse-text } inherit { display: inline; visibility: -oxy-collapse-text } autonum { display: inline } property:before { content: oxy_label(text, "property ", styles, "font-weight:bold") oxy_textfield(edit, '@class', columns, 12) ' on ' oxy_textfield(edit, '@context', columns, 20) } parameter:before { content: oxy_label(text, "parameter ", styles, "font-weight:bold") oxy_textfield(edit, '@class', columns, 30) ' on ' oxy_textfield(edit, '@context', columns, 20) } value:before { content: oxy_label(text, "value ", styles, "font-weight:normal") } regex:before { content: oxy_label(text, "matching (regex) ", styles, "font-weight:normal") oxy_textfield(edit, '#text', columns, 50) } autonum:before { content: oxy_label(text, "format like ", styles, "font-weight:normal") oxy_textfield(edit, '#text', columns, 6) } inherit:before { content: oxy_label(text, "inherit from (ancestor property) ", styles, "font-weight:normal") oxy_textfield(edit, '@from', columns, 6) } part_declaration:before { content: oxy_label(text, "part ", styles, "font-weight:bold") oxy_textfield(edit, '@class', columns, 20) ' on ' oxy_textfield(edit, '@context', columns, 20) } group:before { content: 'group: ' oxy_textfield( edit, '@class', columns, 10); } category:before { content: 'category: ' oxy_textfield( edit, '@class', columns, 10); } control:before { content: 'control: ' oxy_textfield( edit, '@class', columns, 10); } component:before { content: 'component: ' oxy_textfield( edit, '@class', columns, 10); } subcontrol:before { font-weight: bold; color: darkred; font-family: sans-serif; content: oxy_capitalize(attr(class)) ' ' oxy_combobox( edit, '@class', editable, true ) } prop:before { content: oxy_textfield( edit, '@class', columns, 15); } control p:before[class], component p:before[class] { content: oxy_textfield( edit, '@class', columns, 15); } part:before { font-weight: bold; color: midnightblue; font-family: sans-serif; content: oxy_capitalize(attr(class)) ' ' oxy_combobox( edit, '@class', editable, true, values, 'description, objectives, guidance, information, remarks' ) } param:before { content: 'param targets ' oxy_textfield( edit, '@target', columns, 10) 'class ' oxy_textfield( edit, '@class', columns, 10); } inject:before { content: 'id ' oxy_textfield( edit, '@id', columns, 7); } a:after { content: oxy_urlChooser( edit, '@href', columns, 50 ) }
src/utils/util/author/CSS/oscal-ui.css
@import 'oscal.css'; declarations:before { content: "Declarations " oxy_textfield(edit, '@href', columns, 30) } value, regex { display: block } identifier, required, regex, autonum { display: block; visibility: -oxy-collapse-text } inherit { display: inline; visibility: -oxy-collapse-text } autonum { display: inline } property:before { content: oxy_label(text, "property ", styles, "font-weight:bold") oxy_textfield(edit, '@class', columns, 12) ' on ' oxy_textfield(edit, '@context', columns, 20) } parameter:before { content: oxy_label(text, "parameter ", styles, "font-weight:bold") oxy_textfield(edit, '@class', columns, 30) ' on ' oxy_textfield(edit, '@context', columns, 20) } value:before { content: oxy_label(text, "value ", styles, "font-weight:normal") } regex:before { content: oxy_label(text, "matching (regex) ", styles, "font-weight:normal") oxy_textfield(edit, '#text', columns, 50) } autonum:before { content: oxy_label(text, "format like ", styles, "font-weight:normal") oxy_textfield(edit, '#text', columns, 6) } inherit:before { content: oxy_label(text, "inherit from (ancestor property) ", styles, "font-weight:normal") oxy_textfield(edit, '@from', columns, 6) } part_declaration:before { content: oxy_label(text, "part ", styles, "font-weight:bold") oxy_textfield(edit, '@class', columns, 20) ' on ' oxy_textfield(edit, '@context', columns, 20) } group:before { content: 'group: ' oxy_textfield( edit, '@class', columns, 10); } category:before { content: 'category: ' oxy_textfield( edit, '@class', columns, 10); } control:before { content: 'control: ' oxy_textfield( edit, '@class', columns, 10); } component:before { content: 'component: ' oxy_textfield( edit, '@class', columns, 10); } subcontrol:before { font-weight: bold; color: darkred; font-family: sans-serif; content: oxy_capitalize(attr(class)) ' ' oxy_combobox( edit, '@class', editable, true ) } prop:before { content: oxy_textfield( edit, '@class', columns, 15); } control p:before[class], component p:before[class] { content: oxy_textfield( edit, '@class', columns, 15); } part:before { font-weight: bold; color: midnightblue; font-family: sans-serif; content: oxy_capitalize(attr(class)) ' ' oxy_combobox( edit, '@class', editable, true, values, 'description, objectives, guidance, information, remarks' ) } param:before { content: 'param targets ' oxy_textfield( edit, '@target', columns, 10) 'class ' oxy_textfield( edit, '@class', columns, 10); } inject:before { content: 'id ' oxy_textfield( edit, '@id', columns, 7); } a:after { content: oxy_urlChooser( edit, '@href', columns, 50 ) }
0.593609
0.17075
.onemapMyLegend { position: absolute; z-index: 99; } .onemapMyLegend .ovwContainer { position: absolute; display: none; background-color: #666; } .onemapMyLegend .map { position: relative; width: 100%; height: 100%; background-color: #FFF; } .onemapMyLegend .ovwHighlight { position: absolute; display: none; z-index: 99; cursor: move; } .onemapMyLegend .ovwButton { position: relative; width: 16px; height: 16px; cursor: pointer; z-index: 99; } .onemapMyLegend .ovwMaximizer { display: none; } .onemapMyLegend .ovwDisabledButton { display: none !important; } .onemapMyLegend .ovwMaximize { background: url("../dijit/images/overview.png") 0px -130px; } .onemapMyLegend .ovwRestore { background: url("../dijit/images/overview.png") 0px -104px; } .onemapMyLegend.ovwTL { top: 0px; left: 0px; } .onemapMyLegend.ovwTR { top: 0px; right: 0px; } .onemapMyLegend.ovwBL { bottom: 0px; left: 0px; } .onemapMyLegend.ovwBR { bottom: 0px; right: 0px; } .onemapMyLegend.ovwTL .ovwContainer { top: 0px; left: 0px; border-bottom: 1px solid #000; border-right: 1px solid #000; padding-bottom: 2px; padding-right: 2px; } .onemapMyLegend.ovwTR .ovwContainer { top: 0px; right: 0px; border-bottom: 1px solid #000; border-left: 1px solid #000; padding-bottom: 2px; padding-left: 2px; } .onemapMyLegend.ovwBL .ovwContainer { bottom: 0px; left: 0px; border-top: 1px solid #000; border-right: 1px solid #000; padding-top: 2px; padding-right: 2px; } .onemapMyLegend.ovwBR .ovwContainer { bottom: 0px; right: 0px; border-top: 1px solid #000; border-left: 1px solid #000; padding-top: 2px; padding-left: 2px; } .onemapMyLegend.ovwTL .ovwShow, .onemapMyLegend.ovwBR .ovwHide { background: url("../dijit/images/overview.png") 0px -26px; } .onemapMyLegend.ovwTR .ovwShow, .onemapMyLegend.ovwBL .ovwHide { background: url("../dijit/images/overview.png") 0px 0px; } .onemapMyLegend.ovwBL .ovwShow, .onemapMyLegend.ovwTR .ovwHide { background: url("../dijit/images/overview.png") 0px -78px; } .onemapMyLegend.ovwBR .ovwShow, .onemapMyLegend.ovwTL .ovwHide { background: url("../dijit/images/overview.png") 0px -52px; } .onemapMyLegend .bingLogo-lg { display: none; } @font-face { font-family: 'popup'; src: url("../dijit/font/popup.eot?46610942"); src: url("../dijit/font/popup.eot?46610942#iefix") format('embedded-opentype'), url("../dijit/font/popup.woff?46610942") format('woff'), url("../dijit/font/popup.ttf?46610942") format('truetype'), url("../dijit/font/popup.svg?46610942#popup") format('svg'); font-weight: normal; font-style: normal; }
onemap/widgets/css/MyLegend.css
.onemapMyLegend { position: absolute; z-index: 99; } .onemapMyLegend .ovwContainer { position: absolute; display: none; background-color: #666; } .onemapMyLegend .map { position: relative; width: 100%; height: 100%; background-color: #FFF; } .onemapMyLegend .ovwHighlight { position: absolute; display: none; z-index: 99; cursor: move; } .onemapMyLegend .ovwButton { position: relative; width: 16px; height: 16px; cursor: pointer; z-index: 99; } .onemapMyLegend .ovwMaximizer { display: none; } .onemapMyLegend .ovwDisabledButton { display: none !important; } .onemapMyLegend .ovwMaximize { background: url("../dijit/images/overview.png") 0px -130px; } .onemapMyLegend .ovwRestore { background: url("../dijit/images/overview.png") 0px -104px; } .onemapMyLegend.ovwTL { top: 0px; left: 0px; } .onemapMyLegend.ovwTR { top: 0px; right: 0px; } .onemapMyLegend.ovwBL { bottom: 0px; left: 0px; } .onemapMyLegend.ovwBR { bottom: 0px; right: 0px; } .onemapMyLegend.ovwTL .ovwContainer { top: 0px; left: 0px; border-bottom: 1px solid #000; border-right: 1px solid #000; padding-bottom: 2px; padding-right: 2px; } .onemapMyLegend.ovwTR .ovwContainer { top: 0px; right: 0px; border-bottom: 1px solid #000; border-left: 1px solid #000; padding-bottom: 2px; padding-left: 2px; } .onemapMyLegend.ovwBL .ovwContainer { bottom: 0px; left: 0px; border-top: 1px solid #000; border-right: 1px solid #000; padding-top: 2px; padding-right: 2px; } .onemapMyLegend.ovwBR .ovwContainer { bottom: 0px; right: 0px; border-top: 1px solid #000; border-left: 1px solid #000; padding-top: 2px; padding-left: 2px; } .onemapMyLegend.ovwTL .ovwShow, .onemapMyLegend.ovwBR .ovwHide { background: url("../dijit/images/overview.png") 0px -26px; } .onemapMyLegend.ovwTR .ovwShow, .onemapMyLegend.ovwBL .ovwHide { background: url("../dijit/images/overview.png") 0px 0px; } .onemapMyLegend.ovwBL .ovwShow, .onemapMyLegend.ovwTR .ovwHide { background: url("../dijit/images/overview.png") 0px -78px; } .onemapMyLegend.ovwBR .ovwShow, .onemapMyLegend.ovwTL .ovwHide { background: url("../dijit/images/overview.png") 0px -52px; } .onemapMyLegend .bingLogo-lg { display: none; } @font-face { font-family: 'popup'; src: url("../dijit/font/popup.eot?46610942"); src: url("../dijit/font/popup.eot?46610942#iefix") format('embedded-opentype'), url("../dijit/font/popup.woff?46610942") format('woff'), url("../dijit/font/popup.ttf?46610942") format('truetype'), url("../dijit/font/popup.svg?46610942#popup") format('svg'); font-weight: normal; font-style: normal; }
0.332961
0.099514
#rcl-feed .feed-box { background: rgba(243, 243, 243, 0.2); box-shadow: 0 0 1px 1px rgb(243, 243, 243); box-sizing: border-box; clear: both; margin: 15px 2px; overflow: hidden; } #rcl-feed .feed-box pre, #rcl-feed .feed-box code{ padding: 10px; background: rgb(242, 251, 255); border-top: 2px solid rgb(175, 230, 255); border-bottom: 2px solid rgb(175, 230, 255); } #rcl-feed .feed-box a { border: none; /*++Twenty15++*/ box-shadow:none; /*++Twenty16++*/ } #rcl-feed .feed-box span { margin: 0 0 0 5px; } #rcl-feed .feed-box .feed-header { background: rgba(243, 243, 243, 0.5); font: 16px/1.4 Verdana,arial; padding: 5px; } .feed-header .feed-options { float: right; position: relative; } .feed-header .feed-options a{ color:rgb(30, 56, 75); } .feed-header .feed-options .fa-times{ color: #aaa; font-size: 18px; } .feed-options .fa-times::before { padding: 0; } .feed-header .feed-options > .fa:hover + .options-box, .feed-header .feed-options .options-box:hover{ display:block; } .feed-header .feed-options .options-box { background: #fff; box-shadow: 0 0 1px 2px rgba(219, 219, 219, 0.8); display: none; overflow: hidden; padding: 10px 15px; position: absolute; right: 0; top: 0; } .feed-options .feed-callback { background: rgba(0, 0, 0, 0); color: #333; font: 14px Georgia,arial; } .feed-options .feed-callback:hover { background: rgba(0, 0, 0, 0); color: #333; text-decoration: underline; } #rcl-feed .feed-box .feed-author-avatar { float: left; margin: 0 10px 0 0; } #rcl-feed .feed-box .feed-author-avatar img { border-radius: 0; height: 44px; margin: 0; width: 44px; } #rcl-feed .feed-box .feed-content { padding: 10px; } #rcl-feed .feed-box .feed-title { border-bottom: 1px solid rgba(219, 219, 219, 0.6); font: bold 16px/1 Arial; margin: 0 0 10px; padding: 0 0 10px; } #feed-preloader{ position: relative; height: 100px; } #rcl-feed .feed-box .feed-content-meta { font-size: 12px; margin: 10px 0 0; padding: 0 10px; } .userlist .follow-button { margin: 10px 0 5px; text-align: right; } .follow-button a.recall-button { color: #fff; } @media screen and (max-width:480px) { .feed-header .feed-options .options-box { max-width: 400px; } } @media screen and (max-width:360px) { .feed-header .feed-options .options-box { max-width: 290px; } } /* feed End */
wp-content/plugins/wp-recall/add-on/feed/style.css
#rcl-feed .feed-box { background: rgba(243, 243, 243, 0.2); box-shadow: 0 0 1px 1px rgb(243, 243, 243); box-sizing: border-box; clear: both; margin: 15px 2px; overflow: hidden; } #rcl-feed .feed-box pre, #rcl-feed .feed-box code{ padding: 10px; background: rgb(242, 251, 255); border-top: 2px solid rgb(175, 230, 255); border-bottom: 2px solid rgb(175, 230, 255); } #rcl-feed .feed-box a { border: none; /*++Twenty15++*/ box-shadow:none; /*++Twenty16++*/ } #rcl-feed .feed-box span { margin: 0 0 0 5px; } #rcl-feed .feed-box .feed-header { background: rgba(243, 243, 243, 0.5); font: 16px/1.4 Verdana,arial; padding: 5px; } .feed-header .feed-options { float: right; position: relative; } .feed-header .feed-options a{ color:rgb(30, 56, 75); } .feed-header .feed-options .fa-times{ color: #aaa; font-size: 18px; } .feed-options .fa-times::before { padding: 0; } .feed-header .feed-options > .fa:hover + .options-box, .feed-header .feed-options .options-box:hover{ display:block; } .feed-header .feed-options .options-box { background: #fff; box-shadow: 0 0 1px 2px rgba(219, 219, 219, 0.8); display: none; overflow: hidden; padding: 10px 15px; position: absolute; right: 0; top: 0; } .feed-options .feed-callback { background: rgba(0, 0, 0, 0); color: #333; font: 14px Georgia,arial; } .feed-options .feed-callback:hover { background: rgba(0, 0, 0, 0); color: #333; text-decoration: underline; } #rcl-feed .feed-box .feed-author-avatar { float: left; margin: 0 10px 0 0; } #rcl-feed .feed-box .feed-author-avatar img { border-radius: 0; height: 44px; margin: 0; width: 44px; } #rcl-feed .feed-box .feed-content { padding: 10px; } #rcl-feed .feed-box .feed-title { border-bottom: 1px solid rgba(219, 219, 219, 0.6); font: bold 16px/1 Arial; margin: 0 0 10px; padding: 0 0 10px; } #feed-preloader{ position: relative; height: 100px; } #rcl-feed .feed-box .feed-content-meta { font-size: 12px; margin: 10px 0 0; padding: 0 10px; } .userlist .follow-button { margin: 10px 0 5px; text-align: right; } .follow-button a.recall-button { color: #fff; } @media screen and (max-width:480px) { .feed-header .feed-options .options-box { max-width: 400px; } } @media screen and (max-width:360px) { .feed-header .feed-options .options-box { max-width: 290px; } } /* feed End */
0.273283
0.045289
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?lui0dx'); src: url('fonts/icomoon.eot?lui0dx#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?lui0dx') format('truetype'), url('fonts/icomoon.woff?lui0dx') format('woff'), url('fonts/icomoon.svg?lui0dx#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-home3:before { content: "\e902"; } .icon-pencil2:before { content: "\e906"; } .icon-image:before { content: "\e90d"; } .icon-book:before { content: "\e91f"; } .icon-file-text2:before { content: "\e926"; } .icon-barcode:before { content: "\e937"; } .icon-floppy-disk:before { content: "\e962"; } .icon-database:before { content: "\e964"; } .icon-user:before { content: "\e971"; } .icon-users:before { content: "\e972"; } .icon-quotes-left:before { content: "\e977"; } .icon-quotes-right:before { content: "\e978"; } .icon-search:before { content: "\e986"; } .icon-lock:before { content: "\e98f"; } .icon-unlocked:before { content: "\e990"; } .icon-equalizer:before { content: "\e992"; } .icon-equalizer2:before { content: "\e993"; } .icon-cog:before { content: "\e994"; } .icon-bin:before { content: "\e9ac"; } .icon-list-numbered:before { content: "\e9b9"; } .icon-menu:before { content: "\e9bd"; } .icon-warning:before { content: "\ea07"; } .icon-plus:before { content: "\ea0a"; } .icon-minus:before { content: "\ea0b"; } .icon-cross:before { content: "\ea0f"; } .icon-checkmark:before { content: "\ea10"; } .icon-enter:before { content: "\ea13"; } .icon-amazon:before { content: "\ea87"; } .icon-github:before { content: "\eab0"; } .icon-linkedin:before { content: "\eac9"; }
styles/icons.css
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?lui0dx'); src: url('fonts/icomoon.eot?lui0dx#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?lui0dx') format('truetype'), url('fonts/icomoon.woff?lui0dx') format('woff'), url('fonts/icomoon.svg?lui0dx#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-home3:before { content: "\e902"; } .icon-pencil2:before { content: "\e906"; } .icon-image:before { content: "\e90d"; } .icon-book:before { content: "\e91f"; } .icon-file-text2:before { content: "\e926"; } .icon-barcode:before { content: "\e937"; } .icon-floppy-disk:before { content: "\e962"; } .icon-database:before { content: "\e964"; } .icon-user:before { content: "\e971"; } .icon-users:before { content: "\e972"; } .icon-quotes-left:before { content: "\e977"; } .icon-quotes-right:before { content: "\e978"; } .icon-search:before { content: "\e986"; } .icon-lock:before { content: "\e98f"; } .icon-unlocked:before { content: "\e990"; } .icon-equalizer:before { content: "\e992"; } .icon-equalizer2:before { content: "\e993"; } .icon-cog:before { content: "\e994"; } .icon-bin:before { content: "\e9ac"; } .icon-list-numbered:before { content: "\e9b9"; } .icon-menu:before { content: "\e9bd"; } .icon-warning:before { content: "\ea07"; } .icon-plus:before { content: "\ea0a"; } .icon-minus:before { content: "\ea0b"; } .icon-cross:before { content: "\ea0f"; } .icon-checkmark:before { content: "\ea10"; } .icon-enter:before { content: "\ea13"; } .icon-amazon:before { content: "\ea87"; } .icon-github:before { content: "\eab0"; } .icon-linkedin:before { content: "\eac9"; }
0.288369
0.081886
@charset "UTF-8"; /*rtl:begin:ignore*/ /*======================================================== DARK LAYOUT =========================================================*/ .main-menu .navigation li > a > i, .main-menu .dropdown-menu i, .main-menu .dropdown-user > a > i, .main-menu .navigation > li > a > i { float: right; } .main-menu .navigation > li ul li > a { display: flex; align-items: center; } .header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu { top: 48px !important; } .header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu::before { top: 1px; } .header-navbar .navbar-container ul.nav li.dropdown.dropdown-user .dropdown-menu .dropdown-item i { float: right; } .header-navbar .dropdown .dropdown-menu.dropdown-menu-right::before, .header-navbar .dropup .dropdown-menu.dropdown-menu-right::before { right: auto; left: 0.5rem; } .dropdown .dropdown-menu, .dropup .dropdown-menu { right: auto !important; top: 0 !important; left: auto !important; } .dropdown .dropdown-menu.dropdown-menu-right, .dropup .dropdown-menu.dropdown-menu-right { left: 0 !important; } .dropdown .dropdown-menu.dropdown-menu-right::before, .dropup .dropdown-menu.dropdown-menu-right::before { right: 0.6rem; left: auto; } .dropleft .dropdown-toggle::before { content: "\E844" !important; } .dropright .dropdown-toggle::after { content: "\E843" !important; } .input-group .dropdown-menu.show { top: 0 !important; right: auto !important; left: 0px !important; } .chartjs-render-monitor { margin-right: 1rem; } div.dataTables_wrapper div.dataTables_filter { text-align: left !important; } #dashboard-analytics .img-left { left: 0; right: auto !important; } #dashboard-analytics .img-right { right: 0; left: auto; } .square.slider-xl .noUi-handle:before { left: 5px; } .square.slider-xl .noUi-handle:after { left: 10px; } .square .noUi-handle:before { left: 2px; } .square .noUi-handle:after { left: 7px; } .noUi-vertical.square .noUi-handle:before { left: -1px; } .noUi-vertical.square .noUi-handle:after { left: -1px; } .noUi-horizontal.slider-sm .noUi-handle { left: auto !important; right: -2px !important; } .noUi-horizontal.slider-xs .noUi-handle { left: auto !important; right: -2px !important; } .context-menu-list { z-index: 1031 !important; } .context-menu-item > .context-menu-list { right: 100%; margin-right: 0; } .pagination .page-item.prev-item .page-link:before { content: "\E844"; font-family: "feather"; } .pagination .page-item.next-item .page-link:after { content: "\E843"; font-family: "feather"; } .pagination .page-item.prev .page-link:after, .pagination .page-item.previous .page-link:after { content: "\E844"; font-family: "feather"; } .pagination .page-item.prev .page-link:before, .pagination .page-item.previous .page-link:before { display: none; } .pagination .page-item.next .page-link:before { content: "\E843"; font-family: "feather"; } .pagination .page-item.next .page-link:after { display: none; } code[class*=language-], pre[class*=language-] { direction: ltr; } @media print { code[class*=language-], pre[class*=language-] { text-shadow: none; } } .list-group .list-group-item i { float: right; } .email-application .app-content .list-group .list-group-item i { float: right !important; } .ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle { left: 5px !important; } .fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button .fc-icon { right: 4px !important; } .fc .fc-header-toolbar .fc-right .fc-button.fc-next-button .fc-icon { left: -3px !important; } .btn i { float: right; margin-left: 0.25rem; } .btn.btn-icon i { margin-left: 0; } .carousel-control-next { left: auto; right: 0; } .carousel-control-prev { left: 0; right: auto; } .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before { border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #323232; } .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow { right: 0; left: auto; } .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before { border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #323232; } .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow { left: 0; right: auto; } .popover { right: auto !important; } .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { right: auto !important; } body .ps__rail-y { right: auto !important; left: 1px !important; } /*rtl:end:ignore*/
public/css/custom-rtl.css
@charset "UTF-8"; /*rtl:begin:ignore*/ /*======================================================== DARK LAYOUT =========================================================*/ .main-menu .navigation li > a > i, .main-menu .dropdown-menu i, .main-menu .dropdown-user > a > i, .main-menu .navigation > li > a > i { float: right; } .main-menu .navigation > li ul li > a { display: flex; align-items: center; } .header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu { top: 48px !important; } .header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu::before { top: 1px; } .header-navbar .navbar-container ul.nav li.dropdown.dropdown-user .dropdown-menu .dropdown-item i { float: right; } .header-navbar .dropdown .dropdown-menu.dropdown-menu-right::before, .header-navbar .dropup .dropdown-menu.dropdown-menu-right::before { right: auto; left: 0.5rem; } .dropdown .dropdown-menu, .dropup .dropdown-menu { right: auto !important; top: 0 !important; left: auto !important; } .dropdown .dropdown-menu.dropdown-menu-right, .dropup .dropdown-menu.dropdown-menu-right { left: 0 !important; } .dropdown .dropdown-menu.dropdown-menu-right::before, .dropup .dropdown-menu.dropdown-menu-right::before { right: 0.6rem; left: auto; } .dropleft .dropdown-toggle::before { content: "\E844" !important; } .dropright .dropdown-toggle::after { content: "\E843" !important; } .input-group .dropdown-menu.show { top: 0 !important; right: auto !important; left: 0px !important; } .chartjs-render-monitor { margin-right: 1rem; } div.dataTables_wrapper div.dataTables_filter { text-align: left !important; } #dashboard-analytics .img-left { left: 0; right: auto !important; } #dashboard-analytics .img-right { right: 0; left: auto; } .square.slider-xl .noUi-handle:before { left: 5px; } .square.slider-xl .noUi-handle:after { left: 10px; } .square .noUi-handle:before { left: 2px; } .square .noUi-handle:after { left: 7px; } .noUi-vertical.square .noUi-handle:before { left: -1px; } .noUi-vertical.square .noUi-handle:after { left: -1px; } .noUi-horizontal.slider-sm .noUi-handle { left: auto !important; right: -2px !important; } .noUi-horizontal.slider-xs .noUi-handle { left: auto !important; right: -2px !important; } .context-menu-list { z-index: 1031 !important; } .context-menu-item > .context-menu-list { right: 100%; margin-right: 0; } .pagination .page-item.prev-item .page-link:before { content: "\E844"; font-family: "feather"; } .pagination .page-item.next-item .page-link:after { content: "\E843"; font-family: "feather"; } .pagination .page-item.prev .page-link:after, .pagination .page-item.previous .page-link:after { content: "\E844"; font-family: "feather"; } .pagination .page-item.prev .page-link:before, .pagination .page-item.previous .page-link:before { display: none; } .pagination .page-item.next .page-link:before { content: "\E843"; font-family: "feather"; } .pagination .page-item.next .page-link:after { display: none; } code[class*=language-], pre[class*=language-] { direction: ltr; } @media print { code[class*=language-], pre[class*=language-] { text-shadow: none; } } .list-group .list-group-item i { float: right; } .email-application .app-content .list-group .list-group-item i { float: right !important; } .ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle { left: 5px !important; } .fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button .fc-icon { right: 4px !important; } .fc .fc-header-toolbar .fc-right .fc-button.fc-next-button .fc-icon { left: -3px !important; } .btn i { float: right; margin-left: 0.25rem; } .btn.btn-icon i { margin-left: 0; } .carousel-control-next { left: auto; right: 0; } .carousel-control-prev { left: 0; right: auto; } .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before { border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #323232; } .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow { right: 0; left: auto; } .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before { border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #323232; } .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow { left: 0; right: auto; } .popover { right: auto !important; } .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { right: auto !important; } body .ps__rail-y { right: auto !important; left: 1px !important; } /*rtl:end:ignore*/
0.297878
0.045353
.customize-control-ast-responsive-slider .wrapper, .customize-control-ast-slider .wrapper { position: relative; display: flex; } .customize-control-ast-responsive-slider .input-field-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } .customize-control-ast-responsive-slider input[type=range] { position: inherit; } .customize-control-ast-responsive-slider select, .customize-control.customize-control-select select { color: #32373c; } .customize-control-ast-responsive-slider .input-field-wrapper { display: none; } .customize-control-ast-responsive-slider .input-field-wrapper.active { display: flex; } .customize-control-ast-responsive-slider .components-base-control { width: 100%; } .customize-control-ast-responsive-slider .slider-control-label, .customize-control-ast-slider .customize-control-title { cursor: default; margin-top: 3px; } /** * Responsive Icons */ .ast-responsive-slider-btns { position: absolute; right: 0; top: 5px; right: 30px; } .ast-responsive-slider-btns > li { margin-bottom: 0; display: none; } .ast-responsive-slider-btns > li.active { display: inline-block; } .ast-responsive-slider-btns button[type="button"] { padding: 0; cursor: pointer; background: none; border: none; opacity: .75; outline: none; } .ast-responsive-slider-btns button[type="button"] > i { cursor: pointer; width: 15px; height: 15px; font-size: 15px; } .customize-control-ast-responsive-slider .wrapper .components-base-control, .customize-control-ast-responsive-slider .wrapper .input-field-wrapper.active, .customize-control-ast-slider .components-base-control.components-range-control { width: 100%; display: inline-block; } .customize-control-ast-slider .wrapper .ast-resp-slider-reset-wrap, .customize-control-ast-responsive-slider .wrapper .ast-resp-slider-reset-wrap { margin-left: 5px; margin-top: 4px; } .customize-control-ast-responsive-slider .wrapper .ast-resp-slider-reset-wrap { top: 4px; right: 0; } .customize-control .ast-reset-btn .dashicons-image-rotate { width: 12px; height: 12px; font-size: 12px; } .customize-control-ast-slider .components-input-control input.components-input-control__input, .customize-control-ast-responsive-slider .components-input-control input.components-input-control__input { -moz-appearance: textfield; } .customize-control-ast-slider input.components-input-control__input::-webkit-inner-spin-button, .customize-control-ast-slider input.components-input-control__input::-webkit-outer-spin-button, .customize-control-ast-responsive-slider input.components-input-control__input::-webkit-inner-spin-button, .customize-control-ast-responsive-slider input.components-input-control__input::-webkit-outer-spin-button { -webkit-appearance: none; } .customize-control-ast-slider .components-input-control__container input.components-input-control__input, .customize-control-ast-responsive-slider .components-input-control__container input.components-input-control__input { display: block; border-radius: 2px 0 0 2px; box-shadow: none; transition: all 0.3s; border: 1px solid #ddd; } .customize-control-ast-slider input.components-input-control__input:hover, .customize-control-ast-slider input.components-input-control__input:focus, .customize-control-ast-slider input.components-input-control__input:active, .customize-control-ast-responsive-slider input.components-input-control__input:hover, .customize-control-ast-responsive-slider input.components-input-control__input:focus, .customize-control-ast-responsive-slider input.components-input-control__input:active { border-color: #1e8cbe; border-radius: 2px; outline: none; } .customize-control-ast-slider .wrapper .ast-range-unit, .customize-control-ast-responsive-slider .ast-range-unit { display: flex; align-items: center; justify-content: center; width: 35px; height: 28px; background: #fff; cursor: default; font-size: 10px; font-weight: 600; line-height: normal; letter-spacing: 1px; align-self: auto; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: color 0.1s ease, font-weight 0.1s ease; padding: 0; border-width: 1px 1px 1px 0; border-style: solid; border-color: #ddd; border-radius: 0 2px 2px 0; margin-left: 5px; } .customize-control-ast-slider .components-input-control__container, .customize-control-ast-responsive-slider .components-input-control__container { margin-left: 5px; } .customize-control-ast-slider .components-input-control__container div.components-input-control__backdrop, .customize-control-ast-responsive-slider .components-input-control__container div.components-input-control__backdrop { border: none; border-radius: 2px 0 0 2px; box-shadow: none; } .customize-control-ast-slider .ast-resp-slider-reset-wrap, .customize-control-ast-responsive-slider .ast-resp-slider-reset-wrap { position: absolute; display: inline-block; line-height: 1; right: 0; } .customize-control-ast-slider .ast-resp-slider-reset-wrap { top: 0; } .customize-control-ast-responsive-slider .ast-resp-slider-reset-wrap { top: 2px; } .customize-control-ast-settings-group .customize-control-ast-slider .ast-resp-slider-reset-wrap, .customize-control-ast-settings-group .customize-control-ast-responsive-slider .ast-resp-slider-reset-wrap { right: 15px; }
inc/customizer/custom-controls/assets/css/unminified/responsive-slider.css
.customize-control-ast-responsive-slider .wrapper, .customize-control-ast-slider .wrapper { position: relative; display: flex; } .customize-control-ast-responsive-slider .input-field-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } .customize-control-ast-responsive-slider input[type=range] { position: inherit; } .customize-control-ast-responsive-slider select, .customize-control.customize-control-select select { color: #32373c; } .customize-control-ast-responsive-slider .input-field-wrapper { display: none; } .customize-control-ast-responsive-slider .input-field-wrapper.active { display: flex; } .customize-control-ast-responsive-slider .components-base-control { width: 100%; } .customize-control-ast-responsive-slider .slider-control-label, .customize-control-ast-slider .customize-control-title { cursor: default; margin-top: 3px; } /** * Responsive Icons */ .ast-responsive-slider-btns { position: absolute; right: 0; top: 5px; right: 30px; } .ast-responsive-slider-btns > li { margin-bottom: 0; display: none; } .ast-responsive-slider-btns > li.active { display: inline-block; } .ast-responsive-slider-btns button[type="button"] { padding: 0; cursor: pointer; background: none; border: none; opacity: .75; outline: none; } .ast-responsive-slider-btns button[type="button"] > i { cursor: pointer; width: 15px; height: 15px; font-size: 15px; } .customize-control-ast-responsive-slider .wrapper .components-base-control, .customize-control-ast-responsive-slider .wrapper .input-field-wrapper.active, .customize-control-ast-slider .components-base-control.components-range-control { width: 100%; display: inline-block; } .customize-control-ast-slider .wrapper .ast-resp-slider-reset-wrap, .customize-control-ast-responsive-slider .wrapper .ast-resp-slider-reset-wrap { margin-left: 5px; margin-top: 4px; } .customize-control-ast-responsive-slider .wrapper .ast-resp-slider-reset-wrap { top: 4px; right: 0; } .customize-control .ast-reset-btn .dashicons-image-rotate { width: 12px; height: 12px; font-size: 12px; } .customize-control-ast-slider .components-input-control input.components-input-control__input, .customize-control-ast-responsive-slider .components-input-control input.components-input-control__input { -moz-appearance: textfield; } .customize-control-ast-slider input.components-input-control__input::-webkit-inner-spin-button, .customize-control-ast-slider input.components-input-control__input::-webkit-outer-spin-button, .customize-control-ast-responsive-slider input.components-input-control__input::-webkit-inner-spin-button, .customize-control-ast-responsive-slider input.components-input-control__input::-webkit-outer-spin-button { -webkit-appearance: none; } .customize-control-ast-slider .components-input-control__container input.components-input-control__input, .customize-control-ast-responsive-slider .components-input-control__container input.components-input-control__input { display: block; border-radius: 2px 0 0 2px; box-shadow: none; transition: all 0.3s; border: 1px solid #ddd; } .customize-control-ast-slider input.components-input-control__input:hover, .customize-control-ast-slider input.components-input-control__input:focus, .customize-control-ast-slider input.components-input-control__input:active, .customize-control-ast-responsive-slider input.components-input-control__input:hover, .customize-control-ast-responsive-slider input.components-input-control__input:focus, .customize-control-ast-responsive-slider input.components-input-control__input:active { border-color: #1e8cbe; border-radius: 2px; outline: none; } .customize-control-ast-slider .wrapper .ast-range-unit, .customize-control-ast-responsive-slider .ast-range-unit { display: flex; align-items: center; justify-content: center; width: 35px; height: 28px; background: #fff; cursor: default; font-size: 10px; font-weight: 600; line-height: normal; letter-spacing: 1px; align-self: auto; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: color 0.1s ease, font-weight 0.1s ease; padding: 0; border-width: 1px 1px 1px 0; border-style: solid; border-color: #ddd; border-radius: 0 2px 2px 0; margin-left: 5px; } .customize-control-ast-slider .components-input-control__container, .customize-control-ast-responsive-slider .components-input-control__container { margin-left: 5px; } .customize-control-ast-slider .components-input-control__container div.components-input-control__backdrop, .customize-control-ast-responsive-slider .components-input-control__container div.components-input-control__backdrop { border: none; border-radius: 2px 0 0 2px; box-shadow: none; } .customize-control-ast-slider .ast-resp-slider-reset-wrap, .customize-control-ast-responsive-slider .ast-resp-slider-reset-wrap { position: absolute; display: inline-block; line-height: 1; right: 0; } .customize-control-ast-slider .ast-resp-slider-reset-wrap { top: 0; } .customize-control-ast-responsive-slider .ast-resp-slider-reset-wrap { top: 2px; } .customize-control-ast-settings-group .customize-control-ast-slider .ast-resp-slider-reset-wrap, .customize-control-ast-settings-group .customize-control-ast-responsive-slider .ast-resp-slider-reset-wrap { right: 15px; }
0.415136
0.059894
html, body, form, fieldset, p, a, ul, ol, li, div, legend, label, br, input, button, textarea, h1, h2, h3, h4, h5, strong { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; font-family: Helvetica, Arial, Sans-Serif; vertical-align: baseline; background-color: white; color: #1f2126; line-height: 1; text-align: left; } a img { border: 0; } a:link, a:visited { text-decoration: underline; color: #365d95; } a:hover, a:active { text-decoration: underline; color: #1f2126; } ul, ol { list-style: none; } abbr[title], acronym[title], span[title], strong[title] { border-bottom: thin dotted; cursor: help; } acronym:hover, abbr:hover { cursor: help; } /* @end */ /* @group Basics */ body { padding-bottom: 6em; min-width: 40em; /* for the tabs, mostly */ } p { line-height: 130%; } strong { font-weight: bold; } h2 { color: #690; font-family: Verdana, Arial, sans-serif; background-color: white; font-size: 1.3em; margin-bottom: 1em; } h3 { font-family: Verdana, Arial, sans-serif; color: #690; background-color: white; font-size: 1.1em; border-bottom: 1px dotted #aaaa77; text-decoration: none; margin-top: 1em; margin-bottom: 1em; } h4 { font-family: Verdana, Arial, sans-serif; color: #690; font-style: italic; text-decoration: none; font-size: .9em; font-weight: 600; margin-top: 1.5em; margin-bottom: .5em; } h5, h6 { font-family: Verdana, Arial, sans-serif; color: #690; background-color: white; font-weight: normal; font-size: small; margin-top: 1em; margin-left: 1em; margin-bottom: .7em; } /* tables in the documentation */ th { padding: 6px; } /* @end */ /* @group Inputs */ #frontforms input { /* default for radio and checkbox. Others will be handled directly */ background-color: #eaebee; } #uri, #file, #uploaded_file, #keywords, #short_desc, textarea { font-family: Monaco, "Courier New", Monospace; font-size: 0.9em; border-top: 1px solid #777; border-right: 1px solid #bbb; border-bottom: 1px solid #ddd; border-left: 1px solid #bbb; padding: 0.2em 0.2em; max-width: 1000px; font-variant: normal; background-color: #fff !important; -webkit-box-shadow: inset 1px 0 2px 0 #c0c0c0; -moz-box-shadow: inset 1px 0 2px 0 #c0c0c0; box-shadow: inset 1px 0 2px 0 #c0c0c0; } #uri, #file, #uploaded_file { width: 85%; margin: 0.3em 0 0 1em; } #file, #uploaded_file { width: 30em; } #mailsearch, #bugsearch { background-color: #eaebee; color: #365d95; padding: .3em 1em; border: 1px outset #ccc; } #mailsearch:active, #bugsearch:active { border-style: inset !important; } a.submit, p.submit_button input { display: block; width: 8em; text-align: center; margin: 10px auto; padding: 0 12px; -webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px; -webkit-box-shadow: 0 0 2px #86888e; -moz-box-shadow: 0 0 2px #86888e; box-shadow: 0 0 2px #86888e; color: #365d95; font-size: 16px; background-color: #e0e0e2; border: solid #86888e 1px; text-decoration: none; line-height: 32px; cursor: pointer; } a.submit:active, a.submit:hover, p.submit_button input:active, p.submit_button input:hover { color: #1f2126; text-decoration: none; } textarea { width: 98.5%; } label { font-size: 0.9em; padding-left: .2em; padding-right: .2em; } div.options select { margin-right: 0.8em; } div.options label { margin-right: 0.3em; } div.options table, div.options tbody, div.options td, div.options th, div.options tr { margin: 0; padding: 0; } div.options table { border-collapse: collapse; } div.options th, div.options th label { font-weight: bold; } div.options td, div.options th { padding: 0.5em 1.1em 0.5em 0; text-align: left; } div.options td input { margin-right: 0.2em; } div.options select { width: 100%; } div.options table tr.subchoice th { padding-left: 3em; } tr.subchoice th label { padding-left: 0; } tr.subchoice th, tr.subchoice th label { font-size: 1em; font-weight: normal; } /* @end */ /* @group Header */ #title { font-family: "Myriad Web", "Myriad Pro", "Gill Sans", Helvetica, Arial, Sans-Serif; background-color: inherit; color: #fdfdfd; font-size: 1.6em; padding-bottom: 0.430em; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; } #title a, #title a img { background-color: inherit; } h1 span { border-bottom: 1px solid #6383b1; border-color: #4e6f9e; } #title a:link, #title a:hover, #title a:visited, #title a:active { color: #fdfdfd !important; text-decoration: none; } #title img { vertical-align: middle; margin-right: 0.7em; } #banner { background-color: #365d95; margin: 1.5em 2em; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; } #tagline { font-size: 0.7em; margin: -2em 0 0 12.1em; padding-bottom: 1em; letter-spacing: 0.1em; line-height: 100% !important; color: #d0dcee; background-color: transparent; } #lang_choice { position: absolute; top: 0; right: 0; font-size: 0.7em; padding: 0.8em 0; margin-right: 3.3em; } #lang_choice a:link, #lang_choice a:visited { text-decoration: none; } #lang_choice a:hover, #lang_choice a:active { text-decoration: underline; } #lang_choice li { display: inline; padding-left: 0.5em; } /* @end */ /* @group Tabs */ #tabset_tabs { height: 1.59em; } #tabset_tabs li { cursor: pointer; float: left; margin-right: 0.245em; background-color: #dadde3; border-bottom: 1px solid #cbd0db; -webkit-border-top-left-radius: 6px; -moz-border-top-left-radius: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; border-top-right-radius: 6px; } #tabset_tabs li.selected { background-color: #eaebee; border-bottom: 1px solid #eaebee; } #tabset_tabs li.selected a:link, #tabset_tabs li.selected a:visited { color: #1f2126; background-color: #eaebee; } #tabset_tabs li span { color: #616571; } #tabset_tabs li.selected a span { color: #3d424f; } #tabset_tabs li a:link, #tabset_tabs li a:visited { color: #365d95; display: block; padding: 0.515em 1.3em 0.215em 0.8em; background-color: #dadde3; margin-left: 0.5em; font-size: 0.9em; font-weight: bold; text-decoration: none; -webkit-border-top-left-radius: 6px; -moz-border-top-left-radius: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; border-top-right-radius: 6px; } #tabset_tabs li a:hover, #tabset_tabs li a:active { color: #1f2126; } #tabset_tabs li a:hover span, #tabset_tabs li a:active span { color: #3d424f; } #tabset_tabs li.selected span { color: #5d6371; } /* @end */ /* @group Contents */ #frontforms { background: #fff; padding: 0 2em; } #fields { clear: both; background-color: #eaebee; padding: 0.5em 1.3em; border-bottom: 1px solid #dcdde0; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; border-top-right-radius: 6px; } #fields legend, #fields p, #fields p strong, #fields p a, #fields fieldset, #fields form, #fields form fieldset legend a, #fields form p label, #fields tr label { background-color: #eaebee; } fieldset { background: #eaebee; } legend { font-size: 1.1em; padding: 1em 0 0.23em; letter-spacing: 0.06em; } legend a:link, legend a:visited, legend a:hover, legend a:active { text-decoration: none; } .toggletext { cursor: pointer; padding-left: 0.2em; } .toggletext > a { padding-bottom: 2px; } .toggletext > a:before { display: inline-block; content: ''; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid black; margin-right: 6px; } .toggletext.toggled > a:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .toggletext.toggled { padding-bottom: 4px; } p.instructions { color: #4d525e; font-size: 0.80em; padding-bottom: 1em; padding-top: 0.5em; } p.instructions label { color: #4d525e; padding: 0; margin: 0; font-size: 1em; } div.options { padding: 0.7em 0 0.5em 1em; } div.options, p.submit_button, p.instructions, #note { border-top: 1px solid #cbcdd5; background: #eaebee url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAAAAADRSSBWAAAAC0lEQVR4AWP4+hUAAuIB6zPTZB8AAAAASUVORK5CYII=') left top repeat-x; } p.submit_button { padding: 0.6em 0 0; margin: 0; text-align: center; } #note { clear: both; color: #4d525e; font-size: 0.9em; padding: 0.5em 0 0.1em; } /* @end */ /* @group Menu */ #menu { text-align: center; margin: 1em 2em; background-color: #eaebee; padding: 0.5em 0 0.3em; border-top: 1px solid #dcdde0; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; } #menu span { display: none; } #menu a:link, #menu a:visited { background: #eaebee; color: #365d95; text-decoration: none; } #menu a:hover, #menu a:active { color: #1f2126; text-decoration: underline; } #menu li { display: inline; margin-right: 0.8em; } /* @end */ /* @group Footer */ #footer { padding: 0 2em; } #activity_logos { float: left; padding-right: 2em; margin-top: .6em; } #support_logo { float: right; font-size: 0.8em; text-align: center; padding-left: 2em; padding-top: 1.8em; width: 90px; height: 100px; } p.copyright { text-align: center; text-transform: uppercase; font-size: 0.7em; line-height: 1.4; } p.copyright, p.copyright a { text-decoration: none; color: #7c8395; } p.copyright a:link, p.copyright a:visited { color: #a3756e; } p.copyright a:hover, p.copyright a:active { color: #7d4a42; } #version_info { font-size: small; text-align: center; color: #888; background-color: white; } /* @end */ /* @group Docs */ div.doc { margin: 1em 2em; padding: 0.5em 0 0.3em; } /* Set line height to 1.4x (from 1.3x on general site) to allow for various inline decoration. */ div.doc p, div.doc li { line-height: 150% !important; } div.doc p { margin-bottom: .7em; margin-top: .5em; } div.doc p, div.doc dt, div.doc ul, div.doc ol { margin-left: 1.5em; margin-right: 1.5em; } div.doc ul li { list-style-type: disc; margin-left: 1em; } /* documentation - table of contents */ #toc { margin-left: 40px; } div.doc #toc ol, div.doc ol { list-style-type: decimal; } div.doc #toc ol li { line-height: 130%; font-weight: bold; } div.doc #toc ol li ol { list-style-type: lower-alpha; font-weight: normal; margin-left: 1em; } div.doc #toc ol li ol li ol { list-style-type: lower-roman; } /* documentation - error explanations */ #expl dt code { /* headings for an error */ white-space: normal; font-weight: bold; } #expl dt { border-top: 1px dashed black; margin-top: 2em; margin-bottom: 1em; } div.doc dt { margin-top: 1.2em; margin-bottom: .2em; } div.doc dt, div.doc dt a { font-style: italic; } div.doc dd { margin-right: 0; /* no need for the extra margin if we nicely put the text of the dd in a paragraph */ } div.doc var { /* headings for an error */ color: #006; } /* A snippet of code used inline. */ div.doc code { white-space: normal; display: inline; padding-left: .2em; padding-right: .2em; color: black; font-family: Monaco, "Courier New", monospace; border: 1px dotted #ccc; } div.doc code.block { display: block; padding: 1em; white-space: pre; margin-top: 1em; margin-bottom: 1em; margin-right: 3em; } div.doc pre { margin-left: 5em; padding-left: 2em; line-height: 150%; border-left: 1px solid #690; } div.doc code samp { font-weight: normal; color: black; font-style: italic; } /* reference tables */ div.doc table { border-collapse: collapse; border-right: 1px solid #ccc; } div.doc table td, .doc table th { border-top: 0 solid #ddd; border-bottom: 1px solid #ccc; border-left: 1px solid #eee; padding: 6px; border-collapse: collapse; } div.doc table th { background-color: #eee; color: #11111a; border-right: 1px solid #ccc; } div.doc table { margin-top: 1em; margin-bottom: .5em; border-collapse: collapse; border-right: 1px solid #ccc; } div.doc td, div.doc th { border-top: 0 solid #ddd; border-bottom: 1px solid #ccc; border-left: 1px solid #eee; border-collapse: collapse; } div.doc th { background-color: #eee; color: #11111a; border-right: 1px solid #ccc; } /* @end */ /* @group home page, news text */ div.intro { margin: 1em 2em; padding: 0.5em 0 0.3em; } div.intro p { margin-bottom: .5em; } #news dt { font-weight: bold; margin-top: 1.5em; margin-bottom: .3em; } #news dd { margin-left: 2.5em; margin-right: 1.5em; } /* warning on the home page for test instances */ #test_warning { border-left: 1px solid #ccc; border-right: 1px solid #ccc; line-height: 160%; text-align: center; margin-top: 2em; margin-left: 12%; margin-right: 12%; padding-left: 1.5em; padding-right: 1.5em; color: black; background-color: white; } #test_warning img { width: 1.3em; vertical-align: middle; } .html5_logo_32 { float: left; padding-top: 8px; padding-right: 20px; padding-left: 28px; } .html5_logo_128 { float: left; padding-top: 9px; padding-right: 20px; padding-left: 18px; } /* @end */
htdocs/style/base.css
html, body, form, fieldset, p, a, ul, ol, li, div, legend, label, br, input, button, textarea, h1, h2, h3, h4, h5, strong { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; font-family: Helvetica, Arial, Sans-Serif; vertical-align: baseline; background-color: white; color: #1f2126; line-height: 1; text-align: left; } a img { border: 0; } a:link, a:visited { text-decoration: underline; color: #365d95; } a:hover, a:active { text-decoration: underline; color: #1f2126; } ul, ol { list-style: none; } abbr[title], acronym[title], span[title], strong[title] { border-bottom: thin dotted; cursor: help; } acronym:hover, abbr:hover { cursor: help; } /* @end */ /* @group Basics */ body { padding-bottom: 6em; min-width: 40em; /* for the tabs, mostly */ } p { line-height: 130%; } strong { font-weight: bold; } h2 { color: #690; font-family: Verdana, Arial, sans-serif; background-color: white; font-size: 1.3em; margin-bottom: 1em; } h3 { font-family: Verdana, Arial, sans-serif; color: #690; background-color: white; font-size: 1.1em; border-bottom: 1px dotted #aaaa77; text-decoration: none; margin-top: 1em; margin-bottom: 1em; } h4 { font-family: Verdana, Arial, sans-serif; color: #690; font-style: italic; text-decoration: none; font-size: .9em; font-weight: 600; margin-top: 1.5em; margin-bottom: .5em; } h5, h6 { font-family: Verdana, Arial, sans-serif; color: #690; background-color: white; font-weight: normal; font-size: small; margin-top: 1em; margin-left: 1em; margin-bottom: .7em; } /* tables in the documentation */ th { padding: 6px; } /* @end */ /* @group Inputs */ #frontforms input { /* default for radio and checkbox. Others will be handled directly */ background-color: #eaebee; } #uri, #file, #uploaded_file, #keywords, #short_desc, textarea { font-family: Monaco, "Courier New", Monospace; font-size: 0.9em; border-top: 1px solid #777; border-right: 1px solid #bbb; border-bottom: 1px solid #ddd; border-left: 1px solid #bbb; padding: 0.2em 0.2em; max-width: 1000px; font-variant: normal; background-color: #fff !important; -webkit-box-shadow: inset 1px 0 2px 0 #c0c0c0; -moz-box-shadow: inset 1px 0 2px 0 #c0c0c0; box-shadow: inset 1px 0 2px 0 #c0c0c0; } #uri, #file, #uploaded_file { width: 85%; margin: 0.3em 0 0 1em; } #file, #uploaded_file { width: 30em; } #mailsearch, #bugsearch { background-color: #eaebee; color: #365d95; padding: .3em 1em; border: 1px outset #ccc; } #mailsearch:active, #bugsearch:active { border-style: inset !important; } a.submit, p.submit_button input { display: block; width: 8em; text-align: center; margin: 10px auto; padding: 0 12px; -webkit-border-radius: 28px; -moz-border-radius: 28px; border-radius: 28px; -webkit-box-shadow: 0 0 2px #86888e; -moz-box-shadow: 0 0 2px #86888e; box-shadow: 0 0 2px #86888e; color: #365d95; font-size: 16px; background-color: #e0e0e2; border: solid #86888e 1px; text-decoration: none; line-height: 32px; cursor: pointer; } a.submit:active, a.submit:hover, p.submit_button input:active, p.submit_button input:hover { color: #1f2126; text-decoration: none; } textarea { width: 98.5%; } label { font-size: 0.9em; padding-left: .2em; padding-right: .2em; } div.options select { margin-right: 0.8em; } div.options label { margin-right: 0.3em; } div.options table, div.options tbody, div.options td, div.options th, div.options tr { margin: 0; padding: 0; } div.options table { border-collapse: collapse; } div.options th, div.options th label { font-weight: bold; } div.options td, div.options th { padding: 0.5em 1.1em 0.5em 0; text-align: left; } div.options td input { margin-right: 0.2em; } div.options select { width: 100%; } div.options table tr.subchoice th { padding-left: 3em; } tr.subchoice th label { padding-left: 0; } tr.subchoice th, tr.subchoice th label { font-size: 1em; font-weight: normal; } /* @end */ /* @group Header */ #title { font-family: "Myriad Web", "Myriad Pro", "Gill Sans", Helvetica, Arial, Sans-Serif; background-color: inherit; color: #fdfdfd; font-size: 1.6em; padding-bottom: 0.430em; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; } #title a, #title a img { background-color: inherit; } h1 span { border-bottom: 1px solid #6383b1; border-color: #4e6f9e; } #title a:link, #title a:hover, #title a:visited, #title a:active { color: #fdfdfd !important; text-decoration: none; } #title img { vertical-align: middle; margin-right: 0.7em; } #banner { background-color: #365d95; margin: 1.5em 2em; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; } #tagline { font-size: 0.7em; margin: -2em 0 0 12.1em; padding-bottom: 1em; letter-spacing: 0.1em; line-height: 100% !important; color: #d0dcee; background-color: transparent; } #lang_choice { position: absolute; top: 0; right: 0; font-size: 0.7em; padding: 0.8em 0; margin-right: 3.3em; } #lang_choice a:link, #lang_choice a:visited { text-decoration: none; } #lang_choice a:hover, #lang_choice a:active { text-decoration: underline; } #lang_choice li { display: inline; padding-left: 0.5em; } /* @end */ /* @group Tabs */ #tabset_tabs { height: 1.59em; } #tabset_tabs li { cursor: pointer; float: left; margin-right: 0.245em; background-color: #dadde3; border-bottom: 1px solid #cbd0db; -webkit-border-top-left-radius: 6px; -moz-border-top-left-radius: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; border-top-right-radius: 6px; } #tabset_tabs li.selected { background-color: #eaebee; border-bottom: 1px solid #eaebee; } #tabset_tabs li.selected a:link, #tabset_tabs li.selected a:visited { color: #1f2126; background-color: #eaebee; } #tabset_tabs li span { color: #616571; } #tabset_tabs li.selected a span { color: #3d424f; } #tabset_tabs li a:link, #tabset_tabs li a:visited { color: #365d95; display: block; padding: 0.515em 1.3em 0.215em 0.8em; background-color: #dadde3; margin-left: 0.5em; font-size: 0.9em; font-weight: bold; text-decoration: none; -webkit-border-top-left-radius: 6px; -moz-border-top-left-radius: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; border-top-right-radius: 6px; } #tabset_tabs li a:hover, #tabset_tabs li a:active { color: #1f2126; } #tabset_tabs li a:hover span, #tabset_tabs li a:active span { color: #3d424f; } #tabset_tabs li.selected span { color: #5d6371; } /* @end */ /* @group Contents */ #frontforms { background: #fff; padding: 0 2em; } #fields { clear: both; background-color: #eaebee; padding: 0.5em 1.3em; border-bottom: 1px solid #dcdde0; -webkit-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; border-top-right-radius: 6px; } #fields legend, #fields p, #fields p strong, #fields p a, #fields fieldset, #fields form, #fields form fieldset legend a, #fields form p label, #fields tr label { background-color: #eaebee; } fieldset { background: #eaebee; } legend { font-size: 1.1em; padding: 1em 0 0.23em; letter-spacing: 0.06em; } legend a:link, legend a:visited, legend a:hover, legend a:active { text-decoration: none; } .toggletext { cursor: pointer; padding-left: 0.2em; } .toggletext > a { padding-bottom: 2px; } .toggletext > a:before { display: inline-block; content: ''; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid black; margin-right: 6px; } .toggletext.toggled > a:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .toggletext.toggled { padding-bottom: 4px; } p.instructions { color: #4d525e; font-size: 0.80em; padding-bottom: 1em; padding-top: 0.5em; } p.instructions label { color: #4d525e; padding: 0; margin: 0; font-size: 1em; } div.options { padding: 0.7em 0 0.5em 1em; } div.options, p.submit_button, p.instructions, #note { border-top: 1px solid #cbcdd5; background: #eaebee url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAAAAADRSSBWAAAAC0lEQVR4AWP4+hUAAuIB6zPTZB8AAAAASUVORK5CYII=') left top repeat-x; } p.submit_button { padding: 0.6em 0 0; margin: 0; text-align: center; } #note { clear: both; color: #4d525e; font-size: 0.9em; padding: 0.5em 0 0.1em; } /* @end */ /* @group Menu */ #menu { text-align: center; margin: 1em 2em; background-color: #eaebee; padding: 0.5em 0 0.3em; border-top: 1px solid #dcdde0; -webkit-border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; } #menu span { display: none; } #menu a:link, #menu a:visited { background: #eaebee; color: #365d95; text-decoration: none; } #menu a:hover, #menu a:active { color: #1f2126; text-decoration: underline; } #menu li { display: inline; margin-right: 0.8em; } /* @end */ /* @group Footer */ #footer { padding: 0 2em; } #activity_logos { float: left; padding-right: 2em; margin-top: .6em; } #support_logo { float: right; font-size: 0.8em; text-align: center; padding-left: 2em; padding-top: 1.8em; width: 90px; height: 100px; } p.copyright { text-align: center; text-transform: uppercase; font-size: 0.7em; line-height: 1.4; } p.copyright, p.copyright a { text-decoration: none; color: #7c8395; } p.copyright a:link, p.copyright a:visited { color: #a3756e; } p.copyright a:hover, p.copyright a:active { color: #7d4a42; } #version_info { font-size: small; text-align: center; color: #888; background-color: white; } /* @end */ /* @group Docs */ div.doc { margin: 1em 2em; padding: 0.5em 0 0.3em; } /* Set line height to 1.4x (from 1.3x on general site) to allow for various inline decoration. */ div.doc p, div.doc li { line-height: 150% !important; } div.doc p { margin-bottom: .7em; margin-top: .5em; } div.doc p, div.doc dt, div.doc ul, div.doc ol { margin-left: 1.5em; margin-right: 1.5em; } div.doc ul li { list-style-type: disc; margin-left: 1em; } /* documentation - table of contents */ #toc { margin-left: 40px; } div.doc #toc ol, div.doc ol { list-style-type: decimal; } div.doc #toc ol li { line-height: 130%; font-weight: bold; } div.doc #toc ol li ol { list-style-type: lower-alpha; font-weight: normal; margin-left: 1em; } div.doc #toc ol li ol li ol { list-style-type: lower-roman; } /* documentation - error explanations */ #expl dt code { /* headings for an error */ white-space: normal; font-weight: bold; } #expl dt { border-top: 1px dashed black; margin-top: 2em; margin-bottom: 1em; } div.doc dt { margin-top: 1.2em; margin-bottom: .2em; } div.doc dt, div.doc dt a { font-style: italic; } div.doc dd { margin-right: 0; /* no need for the extra margin if we nicely put the text of the dd in a paragraph */ } div.doc var { /* headings for an error */ color: #006; } /* A snippet of code used inline. */ div.doc code { white-space: normal; display: inline; padding-left: .2em; padding-right: .2em; color: black; font-family: Monaco, "Courier New", monospace; border: 1px dotted #ccc; } div.doc code.block { display: block; padding: 1em; white-space: pre; margin-top: 1em; margin-bottom: 1em; margin-right: 3em; } div.doc pre { margin-left: 5em; padding-left: 2em; line-height: 150%; border-left: 1px solid #690; } div.doc code samp { font-weight: normal; color: black; font-style: italic; } /* reference tables */ div.doc table { border-collapse: collapse; border-right: 1px solid #ccc; } div.doc table td, .doc table th { border-top: 0 solid #ddd; border-bottom: 1px solid #ccc; border-left: 1px solid #eee; padding: 6px; border-collapse: collapse; } div.doc table th { background-color: #eee; color: #11111a; border-right: 1px solid #ccc; } div.doc table { margin-top: 1em; margin-bottom: .5em; border-collapse: collapse; border-right: 1px solid #ccc; } div.doc td, div.doc th { border-top: 0 solid #ddd; border-bottom: 1px solid #ccc; border-left: 1px solid #eee; border-collapse: collapse; } div.doc th { background-color: #eee; color: #11111a; border-right: 1px solid #ccc; } /* @end */ /* @group home page, news text */ div.intro { margin: 1em 2em; padding: 0.5em 0 0.3em; } div.intro p { margin-bottom: .5em; } #news dt { font-weight: bold; margin-top: 1.5em; margin-bottom: .3em; } #news dd { margin-left: 2.5em; margin-right: 1.5em; } /* warning on the home page for test instances */ #test_warning { border-left: 1px solid #ccc; border-right: 1px solid #ccc; line-height: 160%; text-align: center; margin-top: 2em; margin-left: 12%; margin-right: 12%; padding-left: 1.5em; padding-right: 1.5em; color: black; background-color: white; } #test_warning img { width: 1.3em; vertical-align: middle; } .html5_logo_32 { float: left; padding-top: 8px; padding-right: 20px; padding-left: 28px; } .html5_logo_128 { float: left; padding-top: 9px; padding-right: 20px; padding-left: 18px; } /* @end */
0.304455
0.078148
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,500&display=swap"); @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Light.eot"); src: url("../fonts/cerebrisans/CerebriSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Light.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Regular.eot"); src: url("../fonts/cerebrisans/CerebriSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Regular.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Medium.eot"); src: url("../fonts/cerebrisans/CerebriSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Medium.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-SemiBold.eot"); src: url("../fonts/cerebrisans/CerebriSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-SemiBold.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Bold.eot"); src: url("../fonts/cerebrisans/CerebriSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Bold.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Heavy.eot"); src: url("../fonts/cerebrisans/CerebriSans-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Heavy.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Heavy.ttf") format("truetype"); font-weight: 900; font-style: normal; } /* line 58, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ body { font-family: "Jost", sans-serif; font-weight: normal; font-style: normal; font-weight: 400; } /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .img { max-width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } /* line 68, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a, .button, button { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a:focus, .button:focus, button:focus { text-decoration: none; outline: none; } /* line 78, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a:focus { text-decoration: none; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover { text-decoration: none; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ input:focus, button:focus { outline: none; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a, button { outline: medium none; } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ h1, h2, h3, h4, h5 { font-family: "Cerebri Sans"; color: #202E3B; } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } /* line 108, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ h4 { font-size: 20px; line-height: 25px; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ ul { margin: 0px; padding: 0px; } /* line 118, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ li { list-style: none; } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ p { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; margin-bottom: 0; font-family: "Jost", sans-serif; } @media (max-width: 1499.98px) { /* line 129, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ br { display: none; } } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ label { color: #7e7e7e; cursor: pointer; font-size: 14px; font-weight: 400; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::-moz-selection { background: #444; color: #fff; text-shadow: none; } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ ::-moz-selection { background: #444; color: #fff; text-shadow: none; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ ::selection { background: #444; color: #fff; text-shadow: none; } /* line 155, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::-webkit-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *:-ms-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::-ms-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* button style */ /* line 178, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-carousel .owl-nav div { background: #f2fcff; height: 60px; left: 0px; line-height: 60px; position: absolute; text-align: center; top: 0; right: 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 60px; font-size: 12px; color: #c7cfd2; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } /* line 213, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-carousel:hover .owl-nav div { opacity: 1; visibility: visible; } /* line 216, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-carousel:hover .owl-nav div:hover { color: #202E3B; } /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 85px; } @media (max-width: 575.98px) { /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 30px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 40px; } } /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-65 { margin-bottom: 65px; } @media (max-width: 575.98px) { /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-65 { margin-bottom: 20px; } } /* line 243, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt-80 { margin-top: 80px; } /* line 246, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_10 { margin-bottom: 10px; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_15 { margin-bottom: 15px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_20 { margin-bottom: 20px; } /* line 255, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_23 { margin-bottom: 23px; } /* line 258, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_25 { margin-bottom: 25px; } /* line 261, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_30 { margin-bottom: 30px; } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_35 { margin-bottom: 35px; } /* line 267, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_40 { margin-bottom: 40px; } /* line 270, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_45 { margin-bottom: 45px; } /* line 273, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_37 { margin-bottom: 37px; } /* line 276, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_50 { margin-bottom: 50px; } /* line 279, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_55 { margin-bottom: 55px; } /* line 282, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_60 { margin-bottom: 60px; } /* line 285, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_70 { margin-bottom: 70px; } /* line 288, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_76 { margin-bottom: 76px; } /* line 291, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_80 { margin-bottom: 80px; } /* line 295, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_10 { margin-top: 10px; } /* line 298, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_20 { margin-top: 20px; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_10 { margin-top: 10px; } /* line 304, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_30 { margin-top: 30px; } /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_40 { margin-top: 40px; } /* line 310, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_50 { margin-top: 50px; } /* line 313, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_60 { margin-top: 60px; } /* line 316, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_70 { margin-top: 70px; } /* line 320, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_27 { margin-bottom: 27px; } /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_15 { margin-right: 15px; } /* line 327, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_20 { margin-right: 20px; } /* line 330, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_30 { margin-right: 30px; } /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_40 { margin-right: 40px; } /* line 336, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_50 { margin-right: 50px; } /* line 339, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_10 { margin-right: 10px; } /* line 342, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .pt_70 { padding-top: 70px; } @media (max-width: 767.98px) { /* line 342, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .pt_70 { padding-top: 30px; } } /* line 349, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .xl_mb_60 { margin-bottom: 30px; } @media (min-width: 1200px) { /* line 349, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .xl_mb_60 { margin-bottom: 60px; } } /* line 356, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ #back-top { position: fixed; right: 20px; bottom: 50px; cursor: pointer; z-index: 9999999; display: none; } /* line 363, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ #back-top a { display: inline-block; height: 40px; width: 40px; text-align: center; display: block; color: #fff; line-height: 40px; background: #FB1159; font-size: 15px; border-radius: 30px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); -moz-box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); } @media (min-width: 1200px) { /* line 383, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .container { max-width: 1440px; } } /* line 389, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing { padding: 139px 0 120px 0; } @media (max-width: 767.98px) { /* line 389, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing { padding: 65px 0 45px 0; } } /* line 395, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing2 { padding: 120px 0 120px 0; } @media (max-width: 767.98px) { /* line 395, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing2 { padding: 45px 0 45px 0; } } /* line 401, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing3 { padding: 139px 0 115px 0; } @media (max-width: 767.98px) { /* line 401, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing3 { padding: 65px 0 40px 0; } } /* line 407, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots { display: flex; justify-content: center; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot { margin: 0 5px; } /* line 412, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot span { width: 10px; height: 10px; border-radius: 30px; background: #d9e3e3; display: inline-block; transition: .3s; } /* line 419, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot span:hover { transform: scale(1.2); } /* line 424, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot.active span { width: 30px; } /* line 431, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_10 { font-size: 10px; } /* line 434, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_14 { font-size: 14px; } /* line 437, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_15 { font-size: 15px; } /* line 440, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_16 { font-size: 16px; } /* line 443, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_18 { font-size: 18px; } /* line 446, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_20 { font-size: 20px; } /* line 449, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_22 { font-size: 22px; } /* line 452, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_25 { font-size: 25px; } /* line 455, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_30 { font-size: 30px; line-height: 45px; } @media (max-width: 767.98px) { /* line 455, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_30 { font-size: 25px; line-height: 35px; } } /* line 463, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_40 { font-size: 40px; line-height: 55px; } @media (max-width: 767.98px) { /* line 463, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_40 { font-size: 25px; line-height: 35px; } } /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_45 { font-size: 45px; } /* line 474, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_50 { font-size: 50px; } /* line 477, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_60 { font-size: 60px; } /* line 480, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_70 { font-size: 70px; } /* line 483, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_80 { font-size: 80px; } /* line 488, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_300 { font-weight: 300; } /* line 491, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_400 { font-weight: 400; } /* line 494, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_500 { font-weight: 500; } /* line 497, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_600 { font-weight: 600; } /* line 500, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_700 { font-weight: 700; } /* line 504, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .dot_devide { display: inline-block !important; } /* line 508, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_text { color: #FB1159 !important; } /* line 511, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_text2 { color: #373737 !important; } /* line 514, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_text3 { color: #202E3B !important; } /* line 518, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_1 { font-family: "Cerebri Sans"; } /* line 521, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_2 { font-family: "Jost", sans-serif; } /* line 526, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field { background: #F9F9FD; height: 50px; border-radius: 5px; width: 400px; } /* line 531, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field button { font-size: 18px; color: #FB1159; padding: 0 0 0 15px; line-height: 100%; box-shadow: none !important; } /* line 537, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field button:hover { color: #FB1159; } /* line 541, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field input { font-size: 14px; font-weight: 500; color: #687083; font-family: "Cerebri Sans"; border: 0; background: transparent !important; height: 50px; padding: 0px 15px 0px 10px; box-shadow: none !important; line-height: 50px; } /* line 553, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field.large_search_field { width: 500px; height: 60px; } /* line 556, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field.large_search_field button { padding-left: 30px; } /* line 559, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field.large_search_field input { height: 60px; line-height: 60px; } /* line 566, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select { border: solid 1px #E9E7F7 !important; height: 30px; min-width: 95px; line-height: 30px; } /* line 571, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select::after { right: 22px; top: 6px; } /* line 575, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select .current { font-family: "Cerebri Sans"; font-size: 14px; font-weight: 500; color: #9F9F9F; line-height: 30px; } /* line 582, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select .list { width: 100%; } /* line 584, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select .list .option { font-size: 14px; font-weight: 500; } /* line 590, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select { border: solid 1px #E1E2E6 !important; height: 50px; line-height: 50px; border-radius: 0; } /* line 595, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select.select_transparent { background: transparent !important; } /* line 598, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select::after { right: 33px; top: 6px; color: #AFAFAF; font-size: 12px; } /* line 604, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select .current { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #AFAFAF; line-height: 50px; } /* line 611, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select .list { width: 100%; } /* line 613, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select .list .option { font-size: 14px; font-weight: 400; } /* line 619, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .nowrap { white-space: nowrap; } /* line 622, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal { background-color: #f6f8fa; } /* line 624, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .form-control:focus { box-shadow: none; } /* line 627, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-header { background-color: #fff; padding: 23px 30px; border-bottom: 0px solid transparent; } /* line 631, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-header h5 { font-size: 22px; font-weight: 600; } /* line 635, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-header span { font-size: 14px; color: #707070; opacity: 1; } /* line 641, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body { padding: 35px 30px; } /* line 643, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body input, .cs_modal .modal-body .nice_Select { height: 50px; line-height: 50px; padding: 10px 20px; border: 1px solid #F1F3F5; color: #707070; font-size: 14px; font-weight: 500; background-color: #fff; width: 100%; } /* line 654, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .nice_Select { line-height: 29px; } /* line 656, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .nice_Select:after { right: 22px; top: 35%; transform: translateY(-50%); } /* line 661, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .nice_Select .list { width: 100%; } /* line 665, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .form-group { margin-bottom: 12px; } /* line 668, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body textarea { height: 168px; padding: 15px 20px; border: 1px solid #F1F3F5; color: #707070; font-size: 14px; font-weight: 500; } /* line 676, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body p { font-size: 16px; font-weight: 500; margin-top: 25px; color: #707070; text-align: center; } /* line 682, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body p a { color: #202E3B; } /* line 687, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .btn_1 { width: 100%; display: block; margin-top: 20px; } /* line 693, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .btn_1 { color: #fff; background-color: #3B5998; border: 1px solid #3B5998; margin-top: 0; } /* line 698, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .btn_1:hover { color: #fff !important; } /* line 701, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .btn_1 i { margin-right: 10px; } /* line 707, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 { background-color: #4285F4; border: 1px solid #4285F4; } /* line 714, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .pass_forget_btn { color: #707070; margin-top: 20px; font-size: 16px; text-align: center; font-weight: 500; display: inline-block; } /* line 721, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .pass_forget_btn:hover { color: #202E3B; } @media (min-width: 576px) { /* line 731, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .instructor_cta .modal-dialog { max-width: 625px; margin: 1.75rem auto; } } /* line 737, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .modal-header .close { opacity: 1; text-shadow: none; padding: 0; margin: 0; margin-top: 3px; } /* line 744, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .gray-bg { background: #fafafa; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn { background: #FB1159; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #fff; font-weight: 600; padding: 21px 28px; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn { padding: 16px 25px; } /* line 18, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn2 { padding: 16px 39px; } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn3 { padding: 16px 32px; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn4 { padding: 11px 21px; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.mini_btn { padding: 5px 5px; } @media (max-width: 575.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn { padding: 15px 16px; } } /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn:hover { color: #FB1159; border-color: #FB1159; background: transparent; } /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_lite { background: #FFF0F2; padding: 10px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; display: inline-block; font-family: "Cerebri Sans"; font-size: 14px; color: #FB1159; font-weight: 500; padding: 7px 25px; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_lite.round_btn { width: 30px; height: 30px; border-radius: 30px; line-height: 30px; padding: 0; text-align: center; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_lite:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn { background: transparent; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #FB1159; font-weight: 600; padding: 21px 28px; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; border-color: #FB1159; } @media (max-width: 575.98px) { /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn { padding: 15px 16px; } } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn.small_btn2 { padding: 16px 39px; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn { padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #fff; font-weight: 600; padding: 13px 34px; text-transform: capitalize; display: inline-block; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.fb_bg { background: #395799; } /* line 108, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.Twitter_bg { background: #03ABF0; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.Pinterest_bg { background: #C92128; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.Linkedin_bg { background: #0477B5; } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn i { margin-right: 6px; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn:hover { color: #fff; background: #FB1159; } /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .white_btn { background: #fff; padding: 10px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; display: inline-block; font-family: "Jost", sans-serif; font-size: 16px; color: #202E3B; font-weight: 600; padding: 21px 28px; border: 1px solid transparent; text-transform: uppercase; display: inline-block; line-height: 1; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .white_btn:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 146, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .line_link { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; color: #202E3B; border-bottom: 1px solid #707070; padding-bottom: 5px; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .line_link:hover { color: #202E3B; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_payment_btn { background: transparent; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #FB1159; font-weight: 600; height: 30px; width: 100%; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; border-color: #FB1159; } @media (max-width: 575.98px) { /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_payment_btn { padding: 15px 16px; } } /* line 189, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_mini { background: #FFF0F2; padding: 10px; margin-right: 15px; -webkit-border-radius: 30px; -moz-border-radius: 30px; /* border-radius: 30px; */ display: inline-block; font-family: "Cerebri Sans"; font-size: 14px; color: #FB1159; font-weight: 500; /* padding: 7px 25px; */ border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; } /* line 206, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_mini.round_btn { width: 30px; height: 30px; border-radius: 30px; line-height: 30px; padding: 0; text-align: center; } /* line 214, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_mini:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ @media (max-width: 767.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title.mb_80 { margin-bottom: 50px; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title.white_text h3, .section__title.white_text p { color: #fff; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title > span { font-size: 14px; color: #373737; font-weight: 400; display: block; margin-bottom: 12px; text-transform: uppercase; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 50px; font-weight: 900; line-height: 64px; color: #202E3B; margin-bottom: 17px; } /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 60px; line-height: 76px; } @media (max-width: 575.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 30px; line-height: 46px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 30px; line-height: 46px; } } @media only screen and (min-width: 1200px) and (max-width: 1700.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 50px; line-height: 66px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 38px; line-height: 52px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 30px; line-height: 44px; } } @media (max-width: 575.98px) { /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 br { display: none; } } @media (max-width: 575.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 30px; line-height: 44px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 30px; line-height: 44px; } } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title p { font-size: 18px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; line-height: 26px; } @media (max-width: 767.98px) { /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2.mb_76 { margin-bottom: 50px; } } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2.white_text h3, .section__title2.white_text p { color: #fff; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2 span { font-size: 14px; color: #373737; font-family: "Jost", sans-serif; font-weight: 600; display: block; margin-bottom: 11px; text-transform: uppercase; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2 h4 { font-size: 24px; font-weight: 700; line-height: 35px; color: #202E3B; } @media (max-width: 767.98px) { /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2 br { display: none; } } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 h3 { font-size: 40px; font-weight: 700; color: #202E3B; margin-bottom: 9px; } @media (max-width: 767.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 h3 { font-size: 30px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 h3 { font-size: 30px; } } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 p { font-size: 16px; font-weight: 500; color: #373737; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin_50 { margin-bottom: 47px; } @media (max-width: 767.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin_50 { margin-bottom: 30px; } } /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin-50 { margin-bottom: 50px; } @media (max-width: 767.98px) { /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin-50 { margin-bottom: 30px; } } /* line 138, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.mb_42 { margin-bottom: 42px; } @media (max-width: 767.98px) { /* line 138, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.mb_42 { margin-bottom: 30px; } } @media (max-width: 767.98px) { /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.mb_40 { margin-bottom: 30px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ @media (max-width: 1200px) { /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ [class*="hero-ani-"] { display: none !important; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom { backface-visibility: hidden; animation: jumping 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all .9s ease 5s; user-select: none; } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom2 { backface-visibility: hidden; animation: jumping2 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 1s ease 3s; user-select: none; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom3 { backface-visibility: hidden; animation: jumping3 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 7s ease 2s; user-select: none; } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom4 { backface-visibility: hidden; animation: jumping4 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 8s ease 4s; user-select: none; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom10 { backface-visibility: hidden; animation: jumping10 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 8s ease 4s; user-select: none; } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom11 { backface-visibility: hidden; animation: jumping11 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 8s ease 4s; user-select: none; } @keyframes jumping { 0% { transform: translateY(0px) translateX(0) rotate(0) scale(1); opacity: .8; } 25% { transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8); opacity: .9; } 50% { transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9); opacity: .8; } 75% { transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75); opacity: .6; } 85% { transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9); opacity: .7; } 100% { transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95); opacity: .85; } } @keyframes jumping2 { 0% { transform: translateY(0px) translateX(0) rotate(0) scale(1); opacity: .5; } 25% { transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8); opacity: .8; } 50% { transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7); opacity: .8; } 75% { transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75); opacity: .7; } 100% { transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75); opacity: .9; } } @keyframes jumping3 { 0% { transform: translateY(10px) translateX(0) rotate(0) scale(1); opacity: .9; } 20% { transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8); opacity: .8; } 40% { transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75); opacity: .8; } 40% { transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5); opacity: 1; } 80% { transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75); opacity: .6; } 100% { transform: translateY(15px) translateX(15px) rotate(0) scale(0.95); opacity: .7; } } @keyframes jumping4 { 0% { transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2); opacity: .7; } 25% { transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6); opacity: .8; } 50% { transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5); opacity: .9; } 75% { transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75); opacity: .7; } 100% { transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5); opacity: .9; } } @keyframes jumping10 { 0% { transform: rotate(180deg); display: block; } 100% { transform: rotate(30deg); display: block; } } @keyframes jumping11 { 0% { transform: rotate(180deg) translate(-20px, 20px); display: block; } 100% { transform: rotate(30deg) translate(0px, 0px); display: block; } } /*----------------------------------------------------*/ /* -------------------------------------------------------------------------- */ /* main theme style */ /* -------------------------------------------------------------------------- */ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0px; position: relative; left: 0; top: 0; width: 100%; z-index: 999; padding: 0 130px; background: #FFFFFF; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0 30px; } } @media only screen and (min-width: 1200px) and (max-width: 1600.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0 20px; } } @media only screen and (min-width: 1601px) and (max-width: 1800.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0 50px; } } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.header_static { position: relative; padding: 0px 35px 0 35px; } @media (max-width: 575.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.header_static { padding: 10px 0px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.header_static { padding: 10px 0px; } } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 10px 0px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 10px 0px; } } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 80px; } @media (max-width: 991.98px) { /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 20px; } } @media only screen and (min-width: 1300px) and (max-width: 1899.98px) { /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 30px; } } @media (max-width: 767.98px) { /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search { display: none !important; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search { display: none !important; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1299.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { display: none !important; } } @media only screen and (min-width: 1300px) and (max-width: 1399.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { width: 200px; } } @media only screen and (min-width: 1400px) and (max-width: 1499.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { width: 300px; } } /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .categories_menu { font-size: 16px; color: #687083; display: flex; align-items: center; font-weight: 600; margin-right: 30px; } @media (max-width: 991.98px) { /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .categories_menu { display: none !important; } } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .categories_menu i { font-weight: 900; margin-right: 10px; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu { margin-left: auto; margin-right: 0; } /* line 110, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li { display: inline-block; position: relative; } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li.submenu_active > a { color: #FB1159; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { color: #202E3B; font-size: 16px; font-weight: 600; margin: 0px 23px; padding: 25px 0; display: inline-block; text-transform: capitalize; font-family: "Jost", sans-serif; padding-top: 20px; } .header_area .main_menu .menu_dropdown ul li a { font-weight: 400; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a:hover, .header_area .main_menu ul li a.active { color: #FB1159; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { font-size: 15px; margin: 0 15px; } } @media only screen and (min-width: 1200px) and (max-width: 1440px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { margin: 0 12px; } } @media only screen and (min-width: 1439px) and (max-width: 1599.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { margin: 0 12px; } } @media only screen and (min-width: 1600px) and (max-width: 1671.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { margin: 0 17px; } } /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu { width: 200px; position: absolute; left: 0; top: 120%; background: #fff; text-align: left; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04); opacity: 0; visibility: hidden; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } /* line 155, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li { display: block; margin: 0; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li a { font-size: 14px; line-height: 1.2; color: #202E3B; padding: 0; font-weight: 400; display: block; margin: 0; padding: 10px 20px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; position: relative; text-transform: capitalize; left: 0; } /* line 172, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li a.active, .header_area .main_menu ul li .submenu li a:hover { color: #FB1159; } /* line 175, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li a:hover { left: 5px; color: #FB1159; } /* line 183, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li:hover > a { color: #FB1159; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li:hover .submenu { top: 100%; opacity: 1; visibility: visible; } /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } @media (max-width: 767.98px) { /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { /*display: none !important;*/ margin-left: 0; margin-right: 35px; } .header_area .contact_wrap .theme_btn.small_btn2 { padding: 10px 18px; font-size: 14px; } .slicknav_btn { margin-top: -44px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { /*display: none !important;*/ } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { /*display: none !important;*/ margin-left: 0; margin-right: 35px; } } /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .mobile_no p { color: #505050; font-weight: 600; font-size: 16px; margin-bottom: 0; font-family: "Cerebri Sans"; } /* line 216, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .mobile_no p span a { color: #627ae4; } @media only screen and (min-width: 1200px) and (max-width: 1440px) { /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .mobile_no p { font-size: 13px; margin-right: 8px; } } /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .signin a.sign_in { font-size: 16px; color: #505050; font-weight: 600; margin-right: 40px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .signin a.sign_in { margin-right: 15px; } } /* line 235, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .signin a.sign_in:hover { color: #4543DE; } /* line 240, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .contact_btn { margin-left: 25px; } /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.navbar_fixed { background: #fff; z-index: 90; box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); position: fixed; width: 100%; top: -70px; left: 0; right: 0; transform: translateY(70px); transition: transform 500ms ease, background 500ms ease; -webkit-transition: transform 500ms ease, background 500ms ease; } /* line 263, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.navbar_fixed .main_menu ul li a { padding: 25px 0; } /* line 272, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .float { z-index: 100; position: fixed; width: 40px; height: 40px; top: 110px; right: 20px; background-color: #FB1159; color: #FFF; border-radius: 50px; text-align: center; box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); } /* line 286, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .notify_count { width: 14px; height: 14px; border-radius: 50%; background: #FB1159; font-size: 10px; font-weight: 600; font-family: "Cerebri Sans"; display: inline-block; text-align: center; color: #fff; position: absolute; top: -2px; right: 3px; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .subtitle { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; margin-bottom: 0; font-family: "Jost", sans-serif; } /* line 309, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .payment_btn button, .payment_btn a { padding: 15px 20px !important; } /* line 313, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .profile_info img { width: 60px; height: 60px; border-radius: 50%; cursor: pointer; margin-right: 15px; } /* line 321, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ /* line 327, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ input[type=number] { -moz-appearance: textfield; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_menu .slicknav_icon { margin-right: 6px; margin-top: 3px; padding-bottom: 3px; position: absolute; top: 0px; } /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav a { font-size: 14px; color: #000; font-family: "Cerebri Sans"; text-transform: capitalize; font-weight: 400; } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 9.5px 15px; margin: 0; } /* line 22, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_arrow { position: absolute; right: 0; width: 40px; height: 37px; text-align: center; line-height: 40px; top: 0; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav li { display: block; border-bottom: none; position: relative; } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu .slicknav_nav ul.submenu { list-style: none; overflow: hidden; padding: 0; margin: 0; background: #f7f7f7; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu .slicknav_nav ul.submenu li a { font-size: 16px; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu .slicknav_nav .slicknav_arrow { margin: 0; } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row:hover { color: #627ae4; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav a:hover { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: transparent; color: #627ae4; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_menu .slicknav_icon-bar { background-color: #071a3c !important; height: 2px; margin: 5px 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 25px; position: relative; } /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_menu .slicknav_icon { margin-right: 0px; width: 25px; height: 25px; margin: 0; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu { position: absolute; right: 0; width: 100%; z-index: 9999999; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_btn { right: 12px; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav { background: rgba(255, 255, 255, 0.96); box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07); padding: 15px 6px; margin-top: 10px; } /* line 97, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 6.5px 20px; margin: 0; font-family: "Jost", sans-serif; } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 6.5px 20px; margin: 0; font-size: 16px; font-weight: 500; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn { padding: 0px; border: 0px; } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar { background-color: #ff4357; -webkit-transition: all .5s linear; -o-transition: all .5s linear; transition: all .5s linear; display: block; width: 22px; height: 2px; } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .home_2 .slicknav_btn .slicknav_icon-bar { background-color: #4543de; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 5px; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar:nth-child(2) { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar:nth-child(3) { opacity: 1; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) { opacity: 0; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar:nth-child(1) { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); top: 0; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 7px; position: relative; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area { background-image: url(../img/banner/banner.jpg); background-size: cover; background-position: bottom center; display: flex; align-items: center; position: relative; padding-top: 234px; padding-bottom: 336px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area { padding-top: 80px; padding-bottom: 140px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area { padding-top: 190px; padding-bottom: 236px; } } /* line 18, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text { max-width: 700px; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text h3 { font-size: 60px; line-height: 76px; margin-bottom: 15px; color: #fff; font-family: "Cerebri Sans"; font-weight: 900; } @media (max-width: 767.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text h3 { font-size: 35px; line-height: 51px; } } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text p { font-size: 18px; font-weight: 500; color: #fff; line-height: 26px; font-family: "Jost", sans-serif; margin-bottom: 51px; } @media (max-width: 575.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text .large_search_field { width: 100%; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area { background-image: url(../img/banner/cta_bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; z-index: 1; padding: 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area { padding: 75px 0; } } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area::before { position: absolute; content: ''; left: 0; top: 0; background: #0A0B21; opacity: .5; width: 100%; height: 100%; z-index: -1; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area .section__title h3 { margin-bottom: 10px; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area .section__title p { margin-bottom: 40px; } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area { background-image: url("../img/banner/backage_bg.jpg"); background-position: bottom center; background-repeat: no-repeat; background-size: cover; padding-top: 140px; padding-bottom: 292px; } @media (max-width: 767.98px) { /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area { padding-top: 65px; padding-bottom: 145px; } } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package { text-align: center; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package .icon img { display: inline-block; width: auto; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package h4 { font-size: 22px; font-weight: 700; margin-bottom: 4px; margin-top: 31px; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package p { font-size: 16px; font-weight: 500; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .thumb { position: relative; overflow: hidden; } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .thumb img { transform: scale(1); transition: .3s; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; left: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content { padding-top: 26px; padding-right: 20px; } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content h4 { font-weight: 700; transition: .3s; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content h4:hover { color: #FB1159; } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .rateing i { color: #FFC107; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; transition: .3s; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course:hover img { transform: scale(1.1); } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area { padding-bottom: 140px; } @media (max-width: 767.98px) { /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area { padding-bottom: 45px; } } /* line 119, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .white_box { background: #fff; position: relative; margin-top: -150px; padding-top: 90px; } @media (max-width: 767.98px) { /* line 119, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .white_box { margin-top: -75px; padding-top: 45px; } } /* line 131, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb { position: relative; overflow: hidden; } /* line 135, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb img { transform: scale(1); transition: .3s; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; right: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 155, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb .quiz_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #373737; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 169, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb .live_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #FB1159; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content { padding-top: 26px; padding-right: 20px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content { padding-right: 0; } } @media (max-width: 767.98px) { /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content { padding-right: 0; } } /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content h4 { font-weight: 700; transition: .3s; } /* line 198, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content h4:hover { color: #FB1159; } /* line 203, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; } /* line 219, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .rateing i { color: #FFC107; } /* line 228, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; transition: .3s; } /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 258, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 268, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course:hover img { transform: scale(1.1); } /* line 275, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .page-item.active .page-link { background-color: #FB1159; border-color: #FB1159; } /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .page-link { color: #FB1159; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .thumb { position: relative; overflow: hidden; } /* line 5, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .thumb img { transform: scale(1); transition: .3s; } /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; left: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content { padding-top: 26px; padding-right: 20px; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content h4 { font-weight: 700; transition: .3s; } /* line 30, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content h4:hover { color: #FB1159; } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 38, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; background: #fff; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .rateing i { color: #FFC107; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; background: #fff; transition: .3s; } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 93, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged:hover img { transform: scale(1.1); } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb { position: relative; overflow: hidden; } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb img { transform: scale(1); transition: .3s; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; right: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb .quiz_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #373737; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb .live_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #FB1159; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content { padding-top: 26px; padding-right: 20px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content { padding-right: 0; } } @media (max-width: 767.98px) { /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content { padding-right: 0; } } /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content h4 { font-weight: 700; transition: .3s; } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content h4:hover { color: #FB1159; } /* line 164, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 168, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; background: #fff; } /* line 179, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .rateing i { color: #FFC107; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; background: #fff; transition: .3s; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 204, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 210, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 214, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged:hover img { transform: scale(1.1); } /* line 228, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area { padding: 150px 0 90px 0; } @media (max-width: 767.98px) { /* line 228, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area { padding: 65px 0 30px 0; } } /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area .couse_wizged, .courses_area .quiz_wizged { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area .couse_wizged, .courses_area .quiz_wizged { margin-bottom: 40px; } } /* line 243, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .course_category_inner { border: 1px solid #E9E7F7; padding: 30px; border-radius: 5px 0 0 5px; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .single_course_categry h4 { margin-bottom: 18px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .single_course_categry:not(:last-child) { margin-bottom: 36px; } /* line 257, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .course_title svg { margin-right: 10px; } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .Check_sidebar li:not(:last-child) { margin-bottom: 15px; } /* line 270, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .noBrake { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area { background: #F8F8FE; padding-top: 140px; padding-bottom: 240px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area { padding-top: 65px; padding-bottom: 75px; } } /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial { border: 1px solid #EDEDED; border-radius: 10px; background: #fff; padding: 50px 50px 58px 50px; } @media (max-width: 767.98px) { /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial { padding: 40px 40px 48px 40px; } } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header { margin-bottom: 25px; } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .thumb { margin-right: 30px; width: 80px; height: 80px; flex: 80px 0 0; } @media (max-width: 767.98px) { /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .thumb { width: 50px; height: 50px; flex: 50px 0 0; margin-right: 20px; } } /* line 30, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .thumb img { width: 100%; border-radius: 50%; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 { font-size: 18px; font-weight: 700; font-family: "Cerebri Sans"; margin-bottom: 7px; } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i { font-size: 15px; color: #FFC107; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i:not(:last-child) { margin-right: 5px; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial p { font-size: 18px; line-height: 28px; font-weight: 500; color: #202E3B; margin-bottom: 0; text-align: justify; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); padding: 50px 40px; position: relative; margin-top: -90px; border-radius: 20px; } @media (max-width: 767.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper { margin-top: 0; padding: 40px 30px; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper .single_brand { text-align: center; } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper .single_brand img { width: auto; display: inline-block; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area { padding-top: 139px; padding-bottom: 108px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area { padding-top: 66px; padding-bottom: 28px; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog { margin-bottom: 40px; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog:hover .thumb img { transform: scale(1); } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .thumb { display: block; overflow: hidden; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .thumb img { transition: .3s; transform: scale(1.1); width: 100% !important; } /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta { padding-right: 20px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta { padding-right: 0; } } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta span { font-size: 14px; font-weight: 500; color: #373737; display: block; margin: 25px 0 13px 0; } /* line 38, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta h4 { font-weight: 700; line-height: 28px; transition: .3s; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta h4:hover { color: #FB1159; } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper { padding: 150px 0 90px 0; } @media (max-width: 767.98px) { /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper { padding: 75px 0 35px 0; } } /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog { margin-bottom: 50px; } @media (max-width: 767.98px) { /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog { margin-bottom: 30px; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .thumb { overflow: hidden; margin-bottom: 44px; display: block; } @media (max-width: 767.98px) { /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .thumb { margin-bottom: 30px; } } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .thumb img { width: 100%; transition: .3s; transform: scale(1); } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .blog_meta span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #373737; display: block; margin-bottom: 16px; } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .blog_meta h4 { font-size: 24px; font-weight: 700; line-height: 34px; display: inline-block; } @media (max-width: 767.98px) { /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .blog_meta h4 { font-size: 20px; line-height: 30px; } } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog:hover .thumb img { transform: scale(1.1); } /* line 104, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area { padding: 145px 0 147px 0; } @media (max-width: 767.98px) { /* line 104, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area { padding: 75px 0 72px 0; } } @media (max-width: 767.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .mb_55 { margin-bottom: 30px; } } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_details_banner { margin-bottom: 52px; } @media (max-width: 767.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_details_banner { margin-bottom: 30px; } } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title { margin-bottom: 57px; } @media (max-width: 767.98px) { /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title { margin-bottom: 30px; } } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title span { font-size: 14px; font-weight: 500; color: #373737; display: block; margin-bottom: 18px; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title h3 { font-size: 40px; font-weight: 700; line-height: 50px; } @media (max-width: 767.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title h3 { font-size: 25px; line-height: 35px; } } /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text { display: flex; margin: 60px 0 40px 0; } @media (max-width: 767.98px) { /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text { margin: 40px 0 20px 0; } } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text h4 { font-size: 20px; font-weight: 700; color: #373737; line-height: 30px; } /* line 156, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text .horizontal_line { background: #FB1159; height: 3px; width: 90px; flex: 90px 0 0; position: relative; top: 6px; margin-right: 30px; } @media (max-width: 767.98px) { /* line 156, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text .horizontal_line { width: 40px; flex: 40px 0 0; margin-right: 20px; } } /* line 172, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .details_info h4 { font-size: 24px; font-weight: 700; color: #202E3B; margin-bottom: 25px; } @media (max-width: 767.98px) { /* line 172, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .details_info h4 { line-height: 34px; margin-bottom: 20px; } } /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .details_info h5 { font-size: 18px; line-height: 30px; font-weight: 700; color: #373737; margin-bottom: 27px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area { padding: 0px 0 45px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .border_top_1px { border-top: 1px solid #E9E7F7; padding-bottom: 150px; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .border_top_1px { padding: 75px 0 0px 0; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); padding: 40px 60px 50px 40px; border-radius: 10px; display: flex; } @media (max-width: 575.98px) { /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service { padding: 30px 50px 40px 30px; flex-wrap: wrap; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service .thumb { width: 110px; height: 110px; margin-right: 40px; flex: 110px 0 0; margin-bottom: 30px; } /* line 30, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service .thumb img { width: 100%; border-radius: 50%; } /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service h4 { font-size: 22px; font-weight: 700; color: #202E3B; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service p { font-size: 16px; font-weight: 500; line-height: 23px; color: #373737; margin: 10px 0 29px 0; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area { padding-bottom: 45px; } } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .section__title p { font-size: 20px; font-weight: 600; line-height: 29px; margin: 20px 0 30px 0; } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb { position: relative; } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.cat1 { background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 360px; } /* line 23, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.cat2 { background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 330px; } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.cat3 { background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 330px; } /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 50px; } @media (max-width: 767.98px) { /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 0; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 0; } } @media only screen and (min-width: 1200px) and (max-width: 1499.98px) { /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 0px; } } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb .cat_btn { position: absolute; left: 30px; bottom: 30px; right: 30px; background: #fff; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; display: inline-block; font-family: "Jost", sans-serif; font-size: 16px; color: #202E3B; font-weight: 600; padding: 27.5px 8px; border: 1px solid transparent; text-transform: uppercase; display: inline-block; text-align: center; line-height: 23px; } @media (max-width: 767.98px) { /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb .cat_btn { font-size: 14px; padding: 20px 8px; } } /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb .cat_btn:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { display: block; background: #FB1159; font-size: 30px; font-family: "Cerebri Sans"; font-weight: 700; line-height: 38px; color: #fff; text-align: right; padding: 50px; min-height: 300px; display: flex; align-items: flex-end; } @media (max-width: 767.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { margin-left: 0; } } @media only screen and (min-width: 1200px) and (max-width: 1499.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { margin-left: 0; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { margin-left: 0; font-size: 25px; line-height: 33px; } } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); border-radius: 20px; padding: 65px 70px 40px 70px; position: relative; margin-top: -100px; margin-bottom: 150px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { padding: 52px 50px 23px 50px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { padding: 65px 30px 40px 30px; } } @media (max-width: 767.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { padding: 40px 30px; margin-top: -50px; } } @media (max-width: 767.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { margin-bottom: 66px; } } /* line 123, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .col-xl-4:not(:last-child) .single_course_cat { margin-bottom: 30px; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat { display: flex; } @media (max-width: 575.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat { flex-direction: column; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat { flex-direction: column; } } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .icon { margin-right: 20px; margin-bottom: 15px; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .course_content h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 5px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .course_content h4 { font-size: 19px; } } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .course_content p { font-size: 16px; font-weight: 500; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team .thumb { overflow: hidden; } /* line 5, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team .thumb img { transition: .3s; transform: scale(1); } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team h4 { font-size: 20px; font-weight: 700; margin-bottom: 1px; margin-top: 26px; } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #373737; } /* line 23, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team:hover img { transform: scale(1.1); } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area { padding: 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area { padding: 75px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info { display: grid; grid-template-columns: repeat(2, 1fr); } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info { grid-template-columns: repeat(1, 1fr); } } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left { border: 1px solid #E9E7F7; padding: 57px 80px 67px 50px; border-radius: 5px 0 0 5px; } @media (max-width: 767.98px) { /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left { padding: 35px 30px; border-radius: 5px; } } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 600; color: #373737; display: inline-block; margin-bottom: 21px; } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left p { font-family: "Cerebri Sans"; font-size: 24px; line-height: 35px; font-weight: 700; color: #202E3B; } @media (max-width: 575.98px) { /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left p { font-size: 20px; line-height: 31px; } } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right { background: #FB1159; display: flex; align-items: center; padding: 70px 65px 70px 70px; } @media (max-width: 767.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right { padding: 35px 30px; border-radius: 5px; } } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right p { font-family: "Jost", sans-serif; font-size: 35px; font-weight: 700; line-height: 45px; color: #fff; } @media (max-width: 575.98px) { /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right p { font-size: 25px; line-height: 35px; } } /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area { padding-bottom: 30px; } } /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { display: grid; grid-template-columns: 330px 360px; grid-gap: 30px; align-items: center; } @media (max-width: 767.98px) { /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { grid-template-columns: auto; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { grid-template-columns: repeat(2, 1fr); margin-bottom: 40px; } } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { grid-template-columns: repeat(2, 1fr); padding-right: 40px; } } @media (max-width: 767.98px) { /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery .gallery_box .thumb { margin-bottom: 30px; } } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery .gallery_box .thumb.small_thumb { margin: 30px 0 0 50px; } @media (max-width: 767.98px) { /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery .gallery_box .thumb.small_thumb { margin: 0px 0 0 0px; } } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .section__title h3 { margin-bottom: 40px; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .section__title p { font-size: 16px; line-height: 26px; font-family: "Jost", sans-serif; color: #202E3B; font-weight: 400; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area { padding: 150px 0 145px 0; position: relative; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area { padding: 36px 0 72px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area { padding: 25px 0 144px 0; } } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 52%; background-image: url(../img/about/counter_bg.png); clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 100%); background-repeat: no-repeat; background-position: right; background-size: cover; } @media (max-width: 991.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { display: none; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { width: 45%; } } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { width: 45%; } } /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter { display: flex; align-items: center; } @media (max-width: 767.98px) { /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter { padding-left: 0 !important; flex-direction: column; align-items: flex-start; } } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:not(:last-child) { margin-bottom: 53px; } /* line 45, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:first-child { padding-left: 165px; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 45, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:first-child { padding-left: 30px; } } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(2) { padding-left: 105px; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(2) { padding-left: 10px; } } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(3) { padding-left: 15px; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(3) { padding-left: 0; } } /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter h3 { font-size: 60px; font-weight: 900; color: #FB1159; margin-right: 42px; min-width: 150px; margin-bottom: 0; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter h3 { margin-right: 30px; font-size: 50px; } } @media (max-width: 767.98px) { /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter h3 { font-size: 40px; width: auto; margin-bottom: 20px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter .counter_content h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 15px; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter .counter_content p { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox { display: inline-block; position: relative; margin: 0; align-items: center; } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox h5 { font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox .label_name { font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox.white_checkbox .checkmark:after { border-color: #fff; } /* line 25, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox .checkmark { position: relative; width: 18px; height: 18px; top: 0; left: 0; display: block; cursor: pointer; line-height: 18px; flex: 18px 0 0; border-radius: 3px; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input:checked ~ .checkmark:after { width: 100%; height: 100%; border: 0; transition: .3s; transform: scale(0); } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input:checked ~ .checkmark { background: #FB1159; transition: .3s; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input:checked ~ .checkmark::before { content: "\e64c"; font-family: "themify"; position: absolute; display: block; top: 0px; left: 3px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); font-size: 10px; font-weight: 600; line-height: 18px; z-index: 99; color: #fff; transition: .3s; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 18px; height: 18px; background: transparent; border-radius: 3px; border: 1px solid #E9E7F7; transition: .3s; transform: scale(1); } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 { display: inline-block; position: relative; margin: 0; align-items: center; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 h5 { font-size: 16px; font-weight: 600; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 118, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 .label_name { font-size: 16px; font-weight: 600; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2.white_checkbox .checkmark:after { border-color: #fff; } /* line 130, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 .checkmark { position: relative; width: 18px; height: 18px; top: 0; left: 0; display: block; cursor: pointer; line-height: 18px; flex: 18px 0 0; border-radius: 50%; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 156, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input:checked ~ .checkmark:after { width: 100%; height: 100%; border: 0; transition: .3s; transform: scale(0); } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input:checked ~ .checkmark { background: #20E007; transition: .3s; } /* line 171, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input:checked ~ .checkmark::before { content: "\e64c"; font-family: "themify"; position: absolute; display: block; top: 0px; left: 3px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); font-size: 10px; font-weight: 600; line-height: 18px; z-index: 99; color: #fff; transition: .3s; font-weight: 700; } /* line 196, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 18px; height: 18px; background: transparent; border-radius: 50%; border: 1px solid #E9E7F7; transition: .3s; transform: scale(1); } /* line 211, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2.error_ans input:checked ~ .checkmark::before { content: "\e646"; font-family: "themify"; position: absolute; display: block; top: 0; left: 5px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; transform: rotate(0deg); font-size: 6px; font-weight: 600; line-height: 18px; z-index: 99; color: #fff; transition: .3s; font-weight: 700; } /* line 231, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2.error_ans input:checked ~ .checkmark { background: #FF1414; transition: .3s; } /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox { display: inline-block; position: relative; margin: 0; align-items: center; } /* line 242, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox h5 { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .label_name { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 257, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox.white_checkbox .checkmark:after { border-color: #fff; } /* line 261, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .checkmark { position: relative; width: 18px; height: 18px; top: 0; left: 0; display: block; cursor: pointer; line-height: 18px; flex: 18px 0 0; border-radius: 50%; } /* line 278, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 287, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input:checked ~ .checkmark:after { width: 100%; height: 100%; transition: .3s; transform: scale(1); border-color: #FB1159; } /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input:checked ~ .checkmark { transition: .3s; } /* line 300, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input:checked ~ .checkmark::before { transform: translate(-50%, -50%) scale(1); } /* line 303, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .checkmark::before { position: absolute; background: #FB1159; content: ''; width: 8px; height: 8px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); transition: .3s; } /* line 315, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 18px; height: 18px; background: transparent; border-radius: 50%; border: 1px solid #E9E7F7; transition: .3s; transform: scale(1); } /* line 331, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .play_button { width: 100px; height: 100px; background: #fff; border-radius: 50%; color: #FB1159; display: inline-block; text-align: center; line-height: 100px; position: relative; font-size: 25px; transition: .3s; cursor: pointer; } /* line 344, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .play_button:hover { background: #FB1159; color: #fff; } /* line 350, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme__overlay { position: relative; z-index: 2; } /* line 353, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme__overlay:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0A0B21; opacity: .4; z-index: -1; } /* line 366, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu { background: #F8F8FE; border-radius: 10px; display: inline-flex; } /* line 371, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; color: #202E3B; border-radius: 10px; padding: 13px 39px; } @media (max-width: 767.98px) { /* line 371, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a { padding: 13px 30px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 371, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a { padding: 13px 27px; } } /* line 384, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a.active { background: #FB1159; color: #fff; border-radius: 10px; } /* line 393, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_border { border-top: 1px solid #E9E7F7; } /* line 399, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according button::before { left: 25px; position: absolute; -webkit-transition: 0.4s; transition: 0.4s; content: "\e622"; font-family: 'themify'; font-size: 16px; color: #373737; font-weight: 400; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according button.collapsed::before { content: "\e61a"; font-family: 'themify'; } /* line 418, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card { margin-bottom: 15px; border: 0; } /* line 421, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header { border: 1px solid #E9E7F7; border-radius: 5px; background: transparent; padding: 0; } /* line 428, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header h5 button { font-family: "Cerebri Sans"; font-size: 18px; font-weight: 600; color: #202E3B; display: flex; justify-content: space-between; width: 100%; border: 0; padding: 11.5px 25px 11.5px 50px; text-decoration: none !important; } @media (max-width: 767.98px) { /* line 428, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header h5 button { flex-wrap: wrap; } } /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header h5 button span { font-size: 14px; font-weight: 500; font-family: "Cerebri Sans"; color: #373737; } /* line 452, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body { padding: 0; padding-top: 20px; } /* line 456, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single { display: flex; justify-content: space-between; margin-bottom: 20px; align-items: center; } @media (max-width: 767.98px) { /* line 456, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single { flex-wrap: wrap; } } /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single:last-child { margin-bottom: 15px; } /* line 467, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left { display: flex; align-items: center; } @media (max-width: 767.98px) { /* line 467, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left { margin-bottom: 10px; } } /* line 473, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left i { font-size: 18px; font-weight: 400; margin-right: 15px; } /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left span { font-size: 16px; font-weight: 500; color: #373737; } /* line 484, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_right { display: flex; align-items: center; } /* line 488, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_right .theme_btn_lite { margin-right: 30px; } /* line 491, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_right span { font-size: 14px; font-weight: 500; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .dark_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(4, 8, 34, 0.4); z-index: 2; opacity: 0; visibility: hidden; transition: .3s; } /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .dark_overlay.active { opacity: 1; visibility: visible; } @media (min-width: 767.98px) { /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .chart_close { display: none; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart { position: fixed; top: 0px; right: 0; background: #fff; z-index: 3; height: 100%; width: 519px; padding: 140px 30px 40px 40px; opacity: 0; visibility: hidden; overflow: auto; transition: .3s; } @media (max-width: 575.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart { width: 100%; padding: 100px 20px 30px 30px; } } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart.active { opacity: 1; visibility: visible; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header { border-bottom: 1px solid #E1E2E6; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 15px; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart { display: flex; border-bottom: 1px solid #E1E2E6; align-items: center; padding: 20px 0; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart:last-child { padding-bottom: 60px; margin-bottom: 30px; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb { width: 120px; margin-right: 30px; } /* line 68, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb img { width: 120px; } /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; margin-bottom: 10px; } /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p { font-size: 16px; font-weight: 500; color: #373737; font-family: "Jost", sans-serif; display: flex; align-items: center; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .multy_icon { display: inline-block; font-size: 14px; margin-right: 13px; margin-left: 5px; color: #373737; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise { color: #49A60A; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details { padding: 150px 0 120px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details { padding: 75px 0 45px 0; } } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title { display: flex; } @media (max-width: 767.98px) { /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title { flex-direction: column; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details { display: flex; align-items: center; position: relative; width: 33%; z-index: 1; margin-bottom: 40px; } @media (max-width: 767.98px) { /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details { margin-bottom: 30px; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child) { margin-right: 60px; padding-right: 60px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child) { margin-right: 10px; padding-right: 10px; } } @media (max-width: 767.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child) { margin-right: 0; padding-right: 0; } } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child)::before { content: ''; position: absolute; right: 0; top: 0; background: #E9E7F7; width: 1px; height: 40px; top: 50%; transform: translateY(-50%); } @media (max-width: 767.98px) { /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child)::before { display: none; } } /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .thumb { margin-right: 25px; width: 80px; height: 80px; border-radius: 50%; flex: 80px 0 0; background-size: cover; background-position: center center; } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .thumb img { border-radius: 50%; width: 80px; height: 80px; } /* line 70, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content span { font-size: 14px; font-weight: 500; color: #373737; display: inline-block; margin-bottom: 3px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 78, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content h4 { font-size: 18px; } } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star { display: flex; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star .stars { display: flex; align-items: center; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star .stars i { font-size: 15px; color: #FFC107; } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) { margin-right: 5px; } /* line 101, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star p { font-size: 14px; font-weight: 400; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; margin-left: 19px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 101, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star p { margin-left: 5px; } } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .video_screen { background-image: url(../img/course_details/banner.jpg); height: 600px; background-repeat: no-repeat; background-position: center center; background-size: cover; display: flex; align-items: center; justify-content: center; } @media (max-width: 767.98px) { /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .video_screen { height: 500px; } } /* line 130, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .video_screen p { font-size: 18px; font-weight: 600; font-family: "Jost", sans-serif; color: #fff; margin-top: 14px; } /* line 142, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title { display: flex; align-items: center; margin-bottom: 21px; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 36px; font-weight: 700; color: #202E3B; margin-bottom: 0; margin-right: 23px; } @media (max-width: 767.98px) { /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 30px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 30px; } } /* line 164, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title p { font-size: 14px; font-weight: 600; color: #687083; margin-bottom: 0; font-family: "Cerebri Sans"; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title p a { font-size: 14px; font-weight: 600; color: #687083; margin-bottom: 0; font-family: "Cerebri Sans"; } /* line 178, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title p i { color: #687083; font-size: 16px; margin-right: 5px; } /* line 187, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li { display: flex; align-items: center; } /* line 191, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li:not(:last-child) { margin-bottom: 12px; } /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li i { font-size: 22px; font-weight: 400; color: #373737; margin-right: 15px; } /* line 202, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li p { font-size: 16px; font-weight: 500; color: #373737; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 212, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content { margin-bottom: 45px; } } @media (min-width: 1500px) { /* line 212, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content { padding-right: 50px; } } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview:not(:last-child) { margin-bottom: 54px; } /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview:last-child { margin-bottom: 25px; } /* line 231, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview .theme_border { margin-bottom: 24px; } /* line 235, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview p { line-height: 26px; font-weight: 400; } /* line 240, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview .social_btns { display: flex; flex-wrap: wrap; } /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview .social_btns .social_btn { margin-right: 10px; margin-bottom: 5px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper { padding-bottom: 97px; } @media (max-width: 767.98px) { /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper { padding-bottom: 47px; } } /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_title { margin-bottom: 38px; } /* line 262, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_title h4 { margin-bottom: 3px; } /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_title > p { color: #373737; font-weight: 500; } /* line 272, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner { display: grid; grid-template-columns: 300px auto; grid-gap: 60px; margin-bottom: 53px; } @media (max-width: 767.98px) { /* line 272, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner { grid-template-columns: auto; grid-gap: 30px; margin-bottom: 30px; } } /* line 288, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h4 { margin-bottom: 8px; } /* line 292, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h5 { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; } /* line 299, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details { margin-bottom: 21px; margin-top: 24px; } @media (max-width: 767.98px) { /* line 299, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details { margin-bottom: 21px; } } /* line 312, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification { display: flex; align-items: center; font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; margin-bottom: 10px; } /* line 320, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification i { font-size: 22px; font-weight: 400; margin-right: 15px; } /* line 335, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .author_courses { padding-top: 87px; border-top: 1px solid #E9E7F7; } @media (max-width: 767.98px) { /* line 335, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .author_courses { padding-top: 47px; } } /* line 345, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .details_title { margin-bottom: 38px; } /* line 348, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .details_title h4 { margin-bottom: 3px; } /* line 352, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .details_title > p { color: #373737; } /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback { display: flex; } @media (max-width: 767.98px) { /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback { flex-direction: column; } } /* line 363, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left { padding-right: 55px; margin-bottom: 30px; } /* line 367, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left h2 { font-size: 60px; font-weight: 900; color: #FB1159; margin-bottom: 0; line-height: 1; } /* line 375, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars { display: flex; align-items: center; margin: 5px 0 8px 0; } /* line 380, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i { color: #FFC107; font-size: 17px; } /* line 384, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) { margin-right: 5px; } /* line 390, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #202E3B; } /* line 398, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar { width: 100%; } /* line 401, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar { display: grid; grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr); align-items: center; margin-bottom: 20px; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress { height: 10px; background-color: #E8E8ED; border-radius: 30px; margin-right: 30px; } @media (max-width: 767.98px) { /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress { margin-right: 15px; } } /* line 419, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar { background: #202E3B; border-radius: 30px; } /* line 426, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars { display: flex; align-items: center; margin: 0; margin-right: 20px; } @media (max-width: 767.98px) { /* line 426, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars { margin-right: 15px; } } /* line 435, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i { color: #FFC107; font-size: 17px; } @media (max-width: 767.98px) { /* line 435, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i { font-size: 14px; } } /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) { margin-right: 5px; } /* line 448, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #202E3B; } /* line 459, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews { border-top: 1px solid #E9E7F7; padding-top: 56px; margin-top: 36px; } /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .details_title { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .details_title { margin-bottom: 30px; } } /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews { display: flex; border-bottom: 1px solid #E9E7F7; padding-bottom: 57px; margin-bottom: 60px; } /* line 477, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews:last-child { padding-bottom: 37px; border: 0; } @media (max-width: 767.98px) { /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews { padding-bottom: 40px; margin-bottom: 40px; } } @media (max-width: 575.98px) { /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews { flex-direction: column; } } /* line 490, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .thumb { font-size: 20px; font-weight: 700; font-family: "Cerebri Sans"; width: 80px; height: 80px; border-radius: 50%; background: #FB1159; flex: 80px 0 0; margin-right: 40px; color: #fff; text-transform: uppercase; text-align: center; line-height: 80px; margin-bottom: 20px; } /* line 508, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content h4 { margin-bottom: 0; } /* line 512, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer { display: flex; align-items: center; margin: 7px 0 21px 0; } /* line 517, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars { display: flex; align-items: center; margin: 0; margin-right: 15px; } /* line 523, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i { color: #FFC107; font-size: 15px; } /* line 527, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) { margin-right: 5px; } /* line 533, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer span { font-size: 14px; font-weight: 500; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_list li { font-size: 16px; font-weight: 400; color: #373737; font-family: "Jost", sans-serif; display: flex; align-items: center; margin-bottom: 1px; } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_list li i { font-size: 12px; font-weight: 400; color: #373737; margin-right: 10px; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details { padding: 150px 0 120px 0; } @media (max-width: 767.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details { padding: 75px 0 45px 0; } } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .lms_tab_content .course_overview_description .single_overview { margin-bottom: 30px; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .lms_tab_content .course_overview_description .single_overview:last-child { margin-bottom: 28px; } @media (max-width: 767.98px) { /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .lms_tab_content .course_overview_description .single_overview:last-child { margin-bottom: 40px; } } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .course_cutomer_reviews .single_reviews:last-child { padding-bottom: 0; border: 0; margin-bottom: 28px; } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header { background: #F8F8FE; padding: 26.8px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header { padding: 20px 30px; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body { padding: 50px 50px 80px 60px; } @media (max-width: 767.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body { padding: 40px 40px 50px 40px; } } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body p { margin-bottom: 26px; } /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body p a { font-weight: 600; color: #373737; } /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body .quiz_test_info { margin-bottom: 47px; padding-top: 4px; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body .quiz_test_info li { font-family: "Jost", sans-serif; font-weight: 400; color: #373737; display: grid; grid-template-columns: 80px auto; grid-gap: 20px; margin-bottom: 7px; } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body .quiz_test_info li span { font-size: 16px; font-weight: 600; display: flex; justify-content: space-between; text-transform: capitalize; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header { background: #F8F8FE; padding: 22px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header { padding: 20px 30px; } } @media (max-width: 575.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header { flex-direction: column; justify-content: start; } } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right { text-align: right; } @media (max-width: 575.98px) { /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right { text-align: left; width: 100%; margin-top: 10px; } } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right span { font-size: 20px; font-weight: 600; font-family: "Cerebri Sans"; color: #202E3B; margin-bottom: 0; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right p { font-size: 14px; font-weight: 500; color: #687083; } /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body { padding: 40px 60px 80px 60px; } @media (max-width: 575.98px) { /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body { padding: 25px 20px; } } /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header { margin-bottom: 26px; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; } /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top p { font-size: 14px; font-weight: 500; color: #687083; } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top .arrow_controller span { width: 30px; height: 30px; border-radius: 5px; text-align: center; line-height: 30px; background: #F9F9FD; border: 1px solid #E1E2E6; display: inline-block; font-size: 12px; color: #687083; } /* line 203, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters { display: flex; align-items: center; flex-wrap: wrap; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span { width: 50px; height: 50px; text-align: center; line-height: 49px; background: #FB1159; font-size: 16px; font-weight: 700; font-family: "Cerebri Sans"; display: inline-block; border-radius: 50%; color: #fff; flex: 50px 0 0; margin-bottom: 20px; } @media (max-width: 767.98px) { /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span { width: 40px; height: 40px; line-height: 40px; flex: 40px 0 0; font-size: 14px; } } @media (max-width: 575.98px) { /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span { margin-bottom: 15px; } } /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span.skip_qus { border: 2px solid #FB1159; color: #FB1159; background: transparent; } /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) { margin-right: 33px; } @media (max-width: 767.98px) { /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) { margin-right: 20px; } } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .quiz_select { margin-bottom: 50px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .quiz_select li { margin-bottom: 15px; } /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 263, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header { background: #F8F8FE; padding: 26.8px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 263, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header { padding: 20px 30px; } } /* line 271, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 271, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 282, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body { padding: 50px 50px 80px 60px; } @media (max-width: 767.98px) { /* line 282, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body { padding: 30px; } } /* line 288, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body h3 { font-size: 24px; font-weight: 700; margin-bottom: 34px; } /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper { display: flex; } @media (max-width: 575.98px) { /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper { flex-direction: column; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper { flex-direction: column; } } /* line 304, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p { font-size: 14px; font-weight: 400; color: #687083; margin-bottom: 12px; } /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 80px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 30px; } } @media (max-width: 767.98px) { /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 40px; } } @media (max-width: 575.98px) { /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 20px; } } @media (max-width: 575.98px) { /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child { margin-bottom: 30px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child { margin-bottom: 40px; } } /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) { margin-right: 94px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) { margin-right: 0; } } @media (max-width: 767.98px) { /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) { margin-right: 30px; } } /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 70px; margin-bottom: 30px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 50px; } } @media (max-width: 767.98px) { /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 0; margin-bottom: 30px; } } /* line 360, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info h4 { margin-bottom: 12px; } /* line 368, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 372, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header { background: #F8F8FE; padding: 26.8px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 372, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header { padding: 20px 30px; } } /* line 380, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 380, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 391, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body { padding: 40px 50px; } @media (max-width: 767.98px) { /* line 391, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body { padding: 30px; } } /* line 398, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view { padding-bottom: 26px; margin-bottom: 30px; } /* line 402, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view:not(:last-child) { border-bottom: 1px solid #E9E7F7; } /* line 406, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p { font-size: 14px; font-weight: 500; color: #687083; margin-bottom: 2px; } /* line 413, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view h4 { font-size: 18px; font-weight: 700; margin-bottom: 25px; color: #373737; } /* line 421, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view ul li { margin-bottom: 14px; font-size: 16px; font-weight: 500; } @media (max-width: 767.98px) { /* line 430, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .marking_img img { width: 60px; margin-top: 10px; } } /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview { padding-top: 30px; padding-bottom: 40px; } @media (max-width: 575.98px) { /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview { padding-top: 0; } } /* line 446, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview a { margin: 0 5px; } @media (max-width: 575.98px) { /* line 449, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview a:nth-child(1) { margin-bottom: 15px; } } @media (max-width: 575.98px) { /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview { flex-direction: column; } } /* line 463, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ #result br { display: block; } /* line 467, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .questions br { display: block; } /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox { display: inline-block; position: relative; margin: 0; line-height: 20px; font-size: 16px; font-weight: 400; color: #202E3B; display: block; margin-bottom: 15px; } /* line 483, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox .checkmark { position: relative; width: 20px; height: 20px; top: 0; left: 0; display: block; cursor: pointer; line-height: 20px; flex: 20px 0 0; border: 1px solid #C4C4C4; margin-right: 12px; } /* line 499, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 509, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input:checked ~ .checkmark:after { width: 100%; height: 100%; border: 0; transition: .3s; transform: scale(0); } /* line 517, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input:checked ~ .checkmark { transition: .3s; } /* line 523, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input:checked ~ .checkmark::before { content: "\e64c"; font-family: "themify"; position: absolute; display: block; top: -1px; left: 2px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); font-size: 10px; font-weight: 600; line-height: 20px; z-index: 99; color: #fff; transition: .3s; } /* line 549, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 20px; height: 20px; background: transparent; border-radius: 5px; border: 0; transition: .3s; transform: scale(1); background: transparent; } /* line 565, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox .checkmark.red_check::after { background: rgba(255, 226, 229, 0.34); } /* line 571, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .btnPrevious { cursor: pointer; } /* line 575, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .btnNext { cursor: pointer; } /* line 579, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .next { cursor: pointer; } /* line 583, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .skip { cursor: pointer; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper { padding: 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper { padding: 75px 0; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info .thumb img { max-width: 535px; } @media (max-width: 575.98px) { /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info .thumb img { width: 100%; } } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info h3 { font-size: 50px; font-family: "Cerebri Sans"; font-weight: 900; color: #202E3B; margin: 19px 0 13px 0; } @media (max-width: 575.98px) { /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info h3 { font-size: 30px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info h3 { font-size: 40px; } } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info p { font-size: 18px; font-weight: 500; color: #373737; margin-bottom: 38px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper { display: grid; grid-template-columns: 615px auto; justify-content: center; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper { grid-template-columns: auto; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper { grid-template-columns: 515px auto; } } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left { padding: 60px 56px 53px 60px; } @media (max-width: 767.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left { padding: 40px 30px; } } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .logo { margin-bottom: 120px; } @media (max-width: 767.98px) { /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .logo { margin-bottom: 75px; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 20px; } @media (max-width: 767.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 100px; } } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content h4 { font-size: 26px; font-weight: 700; line-height: 36px; margin-bottom: 50px; } @media (max-width: 767.98px) { /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content h4 { font-size: 20px; line-height: 26px; margin-bottom: 40px; } } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } @media (max-width: 767.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links { grid-template-columns: repeat(1, 1fr); } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links { grid-template-columns: repeat(1, 1fr); } } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a { border-radius: 0; color: #fff !important; white-space: nowrap; } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:hover { background: #FB1159 !important; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a i { font-size: 16px; margin-right: 5px; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(1) { background: #395799; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(2) { background: #03ABF0; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .login_text { font-size: 14px; font-weight: 500; color: #373737; font-family: "Cerebri Sans"; margin: 13px 0 50px 0; } /* line 78, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass { align-items: center; margin-bottom: 60px; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .primary_checkbox .label_name { font-size: 14px; color: #687083; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p { font-family: "Cerebri Sans"; font-size: 14px; font-weight: 500; color: #687083; margin-bottom: 0; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p a { text-decoration: underline; color: #687083; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .forgot_pass { font-size: 14px; font-weight: 500; color: #5DABFC; font-family: "Cerebri Sans"; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .shitch_text { font-size: 14px; font-weight: 500; color: #373737; text-align: center; } /* line 110, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .shitch_text a { color: #4183FF; } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right { display: flex; align-items: center; justify-content: center; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffeaef+0,40e8dd+100&0.1+0,0.1+100 */ background: -moz-linear-gradient(top, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affeaef', endColorstr='#1a40e8dd', GradientType=0); /* IE6-9 */ } @media (max-width: 767.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right { display: none; } } @media (max-width: 991.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right { display: none; } } /* line 131, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .login_main_info { text-align: center; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right h4 { font-size: 40px; font-weight: 900; color: #202E3B; line-height: 50px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right h4 { font-size: 25px; line-height: 35px; } } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right h4 { font-size: 25px; line-height: 35px; } } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right br { display: block !important; } /* line 151, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb { margin: 80px 0 55px 0; text-align: center; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 151, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb { margin: 50px 0 35px 0; } } /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb img { max-width: 412px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb img { max-width: 300px; } } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb img { max-width: 300px; } } /* line 168, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .other_links span { font-size: 18px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; } /* line 173, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .other_links span:not(:last-child) { margin-right: 60px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 173, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .other_links span:not(:last-child) { margin-right: 30px; } } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .logo { margin-bottom: 91px; } @media (max-width: 767.98px) { /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .logo { margin-bottom: 46px; } } /* line 193, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 20px; } @media (max-width: 767.98px) { /* line 193, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 60px; } } /* line 198, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass { margin-bottom: 56px; } /* line 206, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field { border-bottom: 1px solid #E1E2E6; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field span { background: transparent; border: 0; padding: 0; width: 20px; text-align: left; padding-bottom: 14px; } /* line 216, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field input { border: 0; font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; box-shadow: none !important; padding-bottom: 19px; padding-left: 10px; } /* line 224, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field input:focus { outline: none; } /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field input::placeholder { color: #AFAFAF; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area { padding-bottom: 45px; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); border-radius: 20px; padding: 52px 0 52px 0; position: relative; margin-top: -125px; margin-bottom: 100px; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel { margin: 75px 0 50px 0; } } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel .single_course_slide .icon img { display: inline-block; width: auto; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel .single_course_slide h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 7px; margin-top: 30px; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel .single_course_slide span { font-family: "Jost", sans-serif; font-size: 16px; font-weight: 500; color: #373737; } /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing { background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); border-radius: 10px; padding: 40px 30px 40px 30px; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_header { padding-bottom: 23px; text-align: center; border-bottom: 1px solid #EEF0F4; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_header h3 { font-size: 22px; font-family: "Cerebri Sans"; font-weight: 900; margin-bottom: 0; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 { font-size: 50px; font-weight: 900; margin-bottom: 0; color: #FB1159; position: relative; display: inline-block; line-height: 1; margin: 27px 0 25px 0; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 span { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; position: absolute; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 span.sup { left: -10px; top: 6px; } /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 span.sub { right: -28px; bottom: 8px; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body .pricing_lists { margin-bottom: 41px; } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body .pricing_lists li { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #687083; margin-bottom: 8px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper { padding: 144px 0 110px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper { padding: 69px 0 35px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper.instractors_wrapper2 { padding: 0px 0 100px 0; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper.instractors_wrapper2 { padding: 0px 0 25px 0; } } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor .thumb { margin-bottom: 31px; overflow: hidden; display: block; } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor .thumb img { width: 100%; transform: scale(1); transition: .3s; } /* line 25, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor h4 { font-size: 20px; font-weight: 700; color: #202E3B; margin-bottom: 3px; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor span { display: block; font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor:hover .thumb img { transform: scale(1.1); } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper { padding: 150px 0 120px 0; } @media (max-width: 767.98px) { /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper { padding: 75px 0 40px 0; } } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .thumb { max-width: 330px; border-radius: 50%; overflow: hidden; margin: 0 auto 30px auto; } @media (max-width: 767.98px) { /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .thumb { max-width: 200px; } } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .thumb img { width: 100%; border-radius: 50%; } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta { text-align: center; } /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta h4 { font-size: 22px; font-weight: 700; margin-bottom: 5px; } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta span { font-size: 16px; font-weight: 500; color: #373737; } /* line 79, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media { display: flex; align-items: center; justify-content: center; margin-top: 38px; } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a { width: 50px; height: 50px; border-radius: 50%; color: #fff; font-size: 16px; background: #395799; text-align: center; line-height: 50px; display: inline-block; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.twitter { background: #03ABF0; } /* line 97, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.pinterest { background: #C92128; } /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.linkedin { background: #0477B5; } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:hover { background: #FB1159; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:not(:last-child) { margin-right: 10px; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { display: flex; } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { justify-content: space-between; } } @media (max-width: 767.98px) { /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { flex-direction: column; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { flex-direction: column; } } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details { display: flex; align-items: center; position: relative; z-index: 1; margin-bottom: 40px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details { margin-bottom: 20px; padding-right: 0; margin-right: 0; } } @media (max-width: 767.98px) { /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details { margin-bottom: 30px; } } /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { margin-right: 60px; padding-right: 60px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { margin-right: 30px; padding-right: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { padding-right: 0; margin-right: 0; } } @media (max-width: 767.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { margin-right: 0; padding-right: 0; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { padding-right: 0; margin-right: 0; } } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { content: ''; position: absolute; right: 0; top: 0; background: #E9E7F7; width: 1px; height: 40px; top: 50%; transform: translateY(-50%); } @media (max-width: 767.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } /* line 185, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb { margin-right: 25px; width: 80px; height: 80px; border-radius: 50%; flex: 80px 0 0; } /* line 191, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb img { width: 100%; border-radius: 50%; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content span { font-size: 14px; font-weight: 500; color: #373737; display: inline-block; margin-bottom: 3px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 204, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content h4 { font-size: 18px; } } /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star { display: flex; } /* line 211, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars { display: flex; align-items: center; } /* line 214, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i { font-size: 15px; color: #FFC107; } /* line 217, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) { margin-right: 5px; } /* line 222, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p { font-size: 14px; font-weight: 400; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; margin-left: 19px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 222, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p { margin-left: 5px; } } /* line 238, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .instractos_info_Details p { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; margin-bottom: 30px; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author { padding-bottom: 115px; } @media (max-width: 767.98px) { /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author { padding-bottom: 40px; } } /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author .theme_border { padding-bottom: 85px; } @media (max-width: 767.98px) { /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author .theme_border { padding-bottom: 45px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input { height: 50px; border-radius: 5px; border: 1px solid #EBEBEB; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 10px 20px; width: 100%; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input::placeholder { font-size: 14px; color: #8E8E8E; text-transform: capitalize; } /* line 18, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input3 { height: 50px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input3::placeholder { color: #AFAFAF; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input4 { height: 50px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; background: transparent; } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input4::placeholder { color: #AFAFAF; } /* line 45, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input2 { height: 60px; border-radius: 0px; border: 0; border-bottom: 1px solid #EBEBEB; font-family: "Jost", sans-serif; font-size: 16px; font-weight: 300; color: #202E3B; padding: 0px 25px 25px 0; width: 100%; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input2::placeholder { font-size: 16px; color: #677294; text-transform: capitalize; } /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group { height: 50px; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text { min-width: 242px; max-width: 242px; background: #395799; border: 0; border-radius: 0; padding-left: 30px; padding-right: 24px; } @media (max-width: 767.98px) { /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text { min-width: 40px; max-width: 40px; flex: 40px 0 0; padding-left: 20px; padding-right: 35px; width: 40px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text.twitter_bg { background: #1BABF0; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text.linkedin_bg { background: #DD5143; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text.youtube_bg { background: #FF0000; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text i { font-size: 16px; color: #fff; margin-right: 14px; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text span { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; color: #fff; } @media (max-width: 767.98px) { /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text span { display: none; } } /* line 107, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group input { height: 50px; border: 1px solid #E1E2E6 !important; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; } /* line 118, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group input::placeholder { color: #AFAFAF; } /* line 123, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea { height: 150px; border-radius: 5px; border: 1px solid #EBEBEB; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; } /* line 133, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea::placeholder { font-size: 14px; color: #8E8E8E; text-transform: capitalize; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea3 { height: 160px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea3::placeholder { color: #AFAFAF; } /* line 152, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea4 { height: 120px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; background: transparent; } /* line 162, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea4::placeholder { color: #AFAFAF; } /* line 166, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_label { font-size: 14px; font-weight: 500; color: #373737; display: block; margin-bottom: 10px; line-height: 1; } /* line 174, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_label2 { font-family: "Cerebri Sans"; font-size: 14px; font-weight: 600; color: #373737; display: block; margin-bottom: 14px; line-height: 1; } /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_label2 span { color: #FF1919; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea2 { height: 130px; border-radius: 0px; border: 0; border-bottom: 1px solid #f0e7e2; font-family: "Jost", sans-serif; font-size: 16px; font-weight: 300; color: #202E3B; padding: 3px 25px 0 0; width: 100%; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea2::placeholder { font-size: 14px; color: #677294; text-transform: capitalize; } /* line 207, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_title h4 { font-size: 24px; font-weight: 700; color: #373737; } /* line 213, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info { padding-top: 186px; } @media (max-width: 767.98px) { /* line 213, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info { padding-top: 71px; } } /* line 218, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info > p { margin: 20px 0 49px 0; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line:not(:last-child) { margin-bottom: 15px; } /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line i { font-size: 20px; font-weight: 400; color: #FB1159; margin-right: 20px; position: relative; top: 7px; } /* line 235, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line .address_info p { font-size: 14px; font-weight: 600; color: #373737; } /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line .address_info p:not(:last-child) { margin-bottom: 0px; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_form_box { background: #FAFAFA; padding: 77px 45px 60px 45px; } @media (max-width: 767.98px) { /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_form_box { padding: 47px 30px 40px 30px; } } /* line 253, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_form_box .contact_title { margin-bottom: 29px; } /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_map { padding: 120px 0 150px 0; } @media (max-width: 767.98px) { /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_map { padding: 45px 0 75px 0; } } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_map #contact-map { height: 400px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper { padding: 148px 0 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper { padding: 75px 0 75px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper .cart_table_wrapper { margin-bottom: 30px; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper .cart_table_wrapper { margin-bottom: 40px; } } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper .cart_table_wrapper h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 30px; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table { border-radius: 5px; border-collapse: collapse; border-radius: 5px; } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th { font-size: 17px; font-weight: 700; color: #202E3B; border-top: 1px solid #E1E2E6; border-bottom: 1px solid #E1E2E6; padding: 22px 30px; font-family: "Cerebri Sans"; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th:nth-child(1) { border-left: 1px solid #E1E2E6; padding-left: 295px; } @media (max-width: 767.98px) { /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th:nth-child(1) { padding-left: 180px; } } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th:last-child { border-right: 1px solid #E1E2E6; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td { border-bottom: 1px solid #E1E2E6; font-family: "Jost", sans-serif; color: #373737; font-size: 16px; vertical-align: middle; padding: 20px 30px; white-space: nowrap; } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .in_stoke { color: #49A60A; } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td:nth-child(1) { border-left: 1px solid #E1E2E6; padding-left: 20px; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td:last-child { border-right: 1px solid #E1E2E6; } /* line 70, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .close_icon { margin-right: 10px; } /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .thumb { width: 160px; height: 100px; margin-right: 90px; } @media (max-width: 767.98px) { /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .thumb { width: 100px; height: 60px; margin-right: 30px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .thumb img { width: 100%; } /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name span { font-size: 16px; font-weight: 400; color: #373737; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tfoot td { border-top: 1px solid #E1E2E6; border-bottom: 1px solid #E1E2E6; padding: 25px 20px; } /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tfoot td:nth-child(1) { border-left: 1px solid #E1E2E6; } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tfoot td:last-child { border-right: 1px solid #E1E2E6; text-align: right; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table.custom_table2 tbody td { padding: 25px 40px; } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 { border-radius: 5px; border-collapse: collapse; border-radius: 5px; } /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 thead tr th { font-size: 16px; font-weight: 600; color: #373737; border-top: 0; border-bottom: 1px solid #E9E7F7; padding: 15px 30px; font-family: "Cerebri Sans"; padding-left: 0; white-space: nowrap; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td { border-bottom: 1px solid #E9E7F7; font-family: "Jost", sans-serif; color: #373737; font-size: 16px; vertical-align: middle; padding: 14.5px; white-space: nowrap; padding-left: 0; font-weight: 400; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td h5 { font-weight: 500; font-family: "Jost", sans-serif; color: #373737; margin-bottom: 0; font-size: 16px; } /* line 158, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .close_icon { margin-right: 10px; } /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .thumb { width: 160px; height: 100px; margin-right: 90px; } @media (max-width: 767.98px) { /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .thumb { width: 100px; height: 60px; margin-right: 30px; } } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .thumb img { width: 100%; } /* line 174, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name span { font-size: 16px; font-weight: 400; color: #373737; } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper { display: grid; grid-template-columns: 300px 170px; grid-gap: 10px; } /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper .theme_btn.small_btn2 { padding: 16px 9px; } /* line 191, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper .primary_input { background: #F9F9FD; font-size: 14px; font-weight: 500; font-family: "Cerebri Sans"; color: #202E3B; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper .primary_input::placeholder { color: #687083; font-size: 14px; font-weight: 500; font-family: "Cerebri Sans"; } /* line 206, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count { display: inline-flex; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count .count_single_item { width: 40px; height: 40px; border-radius: 0px; border: 1px solid #E1E2E6; font-size: 14px; color: #687083; display: inline-block; display: inline-block; text-align: center; line-height: 40px; transition: .3s; cursor: pointer; background: #F9F9FD; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count .count_single_item.input-number { cursor: text; width: 60px; background: #fff; color: #373737; font-weight: 500; font-family: "Jost", sans-serif; font-size: 16px; border-right: 0; border-left: 0; } /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count .count_single_item.input-number::placeholder { color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { display: grid; grid-template-columns: 58% 42%; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { grid-template-columns: 1fr; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { grid-template-columns: 55% 45%; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { grid-template-columns: 1fr; } } /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 150px 60px 150px 350px; } @media (max-width: 767.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 75px 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 75px 50px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 75px 50px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 147px 60px 150px 60px; } } @media (min-width: 1500px) and (max-width: 1799.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 147px 100px 150px 200px; } } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { background: #FAFAFA; padding: 147px 254px 150px 90px; } @media (max-width: 767.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 73px 20px 75px 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 75px 50px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 75px 50px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 147px 60px 150px 60px; } } @media (min-width: 1500px) and (max-width: 1799.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 147px 100px 150px 100px; } } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } @media (max-width: 575.98px) { /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product { flex-wrap: wrap; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb { width: 140px; height: 80px; margin-right: 20px; } /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb img { width: 100%; } /* line 68, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name span { font-size: 16px; font-weight: 400; color: #373737; } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .order_prise { font-size: 16px; font-weight: 500; color: #373737; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists { margin-bottom: 36px; } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #E1E2E6; padding: 20px 0; } /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists .coupon_value { width: 130px; height: 40px; border-radius: 5px; border: 1px solid #E1E2E6; padding: 11px 23px; font-size: 14px; font-weight: 600; font-family: "Cerebri Sans"; text-transform: uppercase; color: #FB1159; } /* line 101, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span { color: #373737; font-size: 16px; font-weight: 400; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text { font-size: 16px; color: #202E3B; font-weight: 600; } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .bank_check { margin-bottom: 25px; } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .bank_check .label_name { font-size: 18px; font-weight: 600; font-family: "Jost", sans-serif; color: #373737; } /* line 124, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .quote { background: #F9F9FD; padding: 30px; border: 1px solid #E1E2E6; border-radius: 5px; } /* line 129, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .quote p { font-size: 16px; font-weight: 400; color: #373737; line-height: 26px; margin-bottom: 0; } /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .payment { display: flex; flex-direction: column; margin: 30px 0 17px 0; } /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .payment .primary_bulet_checkbox { margin-bottom: 6px; } /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .payment .label_name { margin-right: 20px; font-size: 16px; font-weight: 500; color: #373737; margin-bottom: 0; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { background-color: #fff; min-height: 100vh; left: 0; top: 0; z-index: 99; padding-bottom: 50px; width: 345px; z-index: 999; flex: 345px 0 0; border-right: 1px solid #E8ECF3; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { flex: 280px 0 0; width: 280px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { flex: 280px 0 0; width: 280px; } } @media (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { left: -280px; transition: .5s; top: 0; width: 280px; position: fixed; } } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar .logo { padding: 28.5px 50px; border-bottom: 1px solid #E8ECF3; } @media (max-width: 991.98px) { /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar .logo { padding: 24px; } } @media (max-width: 991.98px) { /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar .logo img { max-width: 150px; } } /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px 65px 30px 30px; } @media (max-width: 991.98px) { /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px 30px 30px 30px; } } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a { padding: 13px 20px; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a .menu_icon { margin-right: 10px; line-height: 1; } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a span { font-size: 16px; font-weight: 600; color: #202E3B; font-family: "Cerebri Sans"; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a.active, .sidebar ul li a:hover { background: #F9F9FD; } @media (max-width: 991.98px) { /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .active_sidebar { left: 0; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } } /* line 79, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar_close_icon i { width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; position: absolute; right: 30px; font-size: 25px; top: 23px; cursor: pointer; color: #202E3B; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /******** header css here *********/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0px 100px 0px 150px; background-color: #fff; position: relative; width: 100%; top: 0; z-index: 99; height: 100px; border-bottom: 1px solid #E8ECF3; } @media (max-width: 991.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { width: 100%; padding: 20px; height: 80px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0 50px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0 50px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0 50px; } } @media (max-width: 767.98px) { /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification { margin: 0 10px; } } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification i { color: #373737; position: relative; font-size: 20px; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification i:after { position: absolute; content: ""; right: -1px; top: 0; height: 9px; width: 9px; background-color: #fff; border-radius: 50%; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul { display: flex; z-index: 100; align-items: center; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li { position: relative; } /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:not(:last-child) { margin-right: 40px; } @media (max-width: 991.98px) { /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:not(:last-child) { margin-right: 20px; } } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:last-child { margin-right: 30px; } @media (max-width: 991.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:last-child { margin-right: 20px; } } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li a { position: relative; z-index: 2; display: inline-block; } /* line 72, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li a .notify_icon img { max-width: 30px; } /* line 76, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li a .notify_count { width: 14px; height: 14px; border-radius: 50%; background: #FB1159; font-size: 10px; font-weight: 600; font-family: "Cerebri Sans"; display: inline-block; text-align: center; color: #fff; position: absolute; top: -2px; right: 3px; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area { position: absolute; right: -30px; width: 330px; background: #FFFFFF; z-index: 10; border-radius: 10px; box-shadow: 2px 2px 40px rgba(177, 177, 177, 0.15); top: 64px; border: 1px solid #ECEEF4; opacity: 0; visibility: hidden; transition: .3s; } @media (max-width: 575.98px) { /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area { right: -200px; width: 300px; } } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area.active { opacity: 1; visibility: visible; } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area::after { content: ""; position: absolute; width: 25px; height: 25px; border: 1px solid #ECEEF4; background: #fff; top: -12.5px; right: 34px; transform: rotate(45deg); border-bottom: 0; border-right: 0; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body { padding: 40px; height: 345px; overflow: auto; } @media (max-width: 575.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body { padding: 20px; } } /* line 133, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy { display: flex; align-items: center; } /* line 136, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy:not(:last-child) { margin-bottom: 25px; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon { width: 50px; height: 50px; border-radius: 50%; flex: 50px 0 0; margin-right: 20px; } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon img { width: 100%; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content h4 { font-size: 16px; font-weight: 700; font-family: "Cerebri Sans"; color: #202E3B; margin-bottom: 0; } /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content p { font-size: 12px; font-weight: 500; color: #687083; } /* line 166, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_footer a { font-size: 16px; font-weight: 600; color: #202E3B; font-family: "Cerebri Sans"; display: block; border-top: 1px solid #E9E7F7; text-align: center; padding: 18px 0 19px 0; } @media (max-width: 991.98px) { /* line 181, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search { display: none !important; } } @media (min-width: 1700px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { width: 539px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1299.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { display: none !important; } } @media only screen and (min-width: 1300px) and (max-width: 1399.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { width: 310px; } } @media only screen and (min-width: 1400px) and (max-width: 1499.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { width: 300px; } } /* line 205, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .categories_menu { font-size: 16px; color: #687083; display: flex; align-items: center; font-weight: 600; margin-right: 30px; } @media (max-width: 991.98px) { /* line 205, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .categories_menu { display: none !important; } } /* line 215, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .categories_menu i { font-weight: 900; margin-right: 10px; } /* line 222, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info { position: relative; cursor: pointer; max-width: 250px; } /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info img { width: 60px; height: 60px; border-radius: 50%; cursor: pointer; margin-right: 15px; } @media (max-width: 991.98px) { /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info img { width: 45px; height: 45px; } } /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info span { font-size: 16px; font-weight: 600; color: #687083; font-family: "Cerebri Sans"; } @media (max-width: 575.98px) { /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info span { display: none; } } /* line 246, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner { position: absolute; right: 0; background-color: #fff; text-align: right; width: 186px; padding: 30px 20px 20px; top: 65px; transition: .5s; } /* line 255, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner a { display: block; } /* line 261, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .sidebar_icon i { font-size: 24px; } /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner { padding: 19px 20px; width: 186px; background-color: #fff; color: #202E3B; text-align: left; border-radius: 5px; position: absolute; opacity: 0; visibility: hidden; transform: translateY(13px); transform-origin: right top; transition: .5s; right: 0; border: 1px solid #ECEEF4; } @media (max-width: 767.98px) { /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner { transform: translateY(0); } } /* line 284, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner::after { content: ""; position: absolute; width: 16px; height: 16px; border: 1px solid #ECEEF4; background: #fff; top: -8px; left: 30px; transform: rotate(45deg); border-bottom: 0; border-right: 0; } /* line 297, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner a { display: block; padding: 13px 0; color: #202E3B; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner a:hover { color: #202E3B; } /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info.active .profile_info_iner { opacity: 1; visibility: visible; transform: translateY(3px); } @media (max-width: 767.98px) { /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info.active .profile_info_iner { transform: translateY(-13px); } } @media (max-width: 575.98px) { /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info.active .profile_info_iner { transform: translateY(-15px) !important; } } @media (max-width: 575.98px) { /* line 265, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info { left: -10px; } } /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part .collaps_part_content { opacity: 0; visibility: hidden; transform: translateY(3px); } /* line 332, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part.active .collaps_part_content { opacity: 1; visibility: visible; transform: translateY(13px); } @media (max-width: 767.98px) { /* line 332, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part.active .collaps_part_content { transform: translateY(-13px); } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 332, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part.active .collaps_part_content { transform: translateY(23px); } } /* line 345, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area { position: relative; } @media (max-width: 767.98px) { /* line 345, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area { margin-right: 15px; } } /* line 351, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_icon i { cursor: pointer; color: #202E3B; font-size: 20px; position: relative; z-index: 1; } /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_icon i:after { position: absolute; right: 0; top: 0; width: 9px; height: 9px; border-radius: 50px; background-color: #fff; content: ""; } /* line 369, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content { padding: 20px 0; width: 500px; background-color: #fff; color: #202E3B; text-align: left; border-radius: 5px; position: absolute; transform: translateY(25px); transform-origin: right top; transition: .5s; right: -19px; max-height: 400px; z-index: 100; } /* line 384, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .collaps_part_content_inner { max-height: 300px; overflow: auto; } @media (min-width: 576px) and (max-width: 767.98px) { /* line 369, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content { width: 290px; right: -52px; } } /* line 392, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content :after { content: ""; position: absolute; height: 9px; width: 14px; top: -7px; right: 20px; background-color: #212e40; clip-path: polygon(50% 0, 0 100%, 100% 100%); } /* line 402, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content h4 { font-size: 14px; font-weight: 600; color: #fff; padding: 10px 25px; padding: 4px 25px 0; } /* line 408, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content h4 span { color: #2EC9B8; padding-left: 5px; } /* line 413, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content { display: flex; align-items: center; padding: 10px 25px; transition: .5s; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } /* line 420, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content:hover { background-color: #ddd; } /* line 423, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content img { max-width: 35px; border-radius: 50%; } /* line 427, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner { padding-left: 15px; } /* line 429, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner h5 { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 0; } /* line 434, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner h5 a { color: #fff; } /* line 436, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner h5 a span { color: #202E3B; } /* line 441, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner p { font-size: 12px; color: #202E3B; } /* line 447, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .lms_mark_see_btn { text-align: center; padding: 20px; } /* line 450, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .lms_mark_see_btn a { margin: 0 5px; } /******** header css end *********/ /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper { display: flex; } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffeaef+0,40e8dd+100&0+0,0.1+100 */ background: -moz-linear-gradient(top, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffeaef', endColorstr='#1a40e8dd', GradientType=0); /* IE6-9 */ } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: calc(100% - 280px); } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: calc(100% - 280px); } } @media (min-width: 1600px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: calc(100% - 345px); } } @media (max-width: 991.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: 100%; } } @media (min-width: 320px) and (max-width: 767.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 70px 0 5px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 20px 57px 20px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 20px 57px 20px; } } @media (min-width: 1200px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 40px 57px 40px; } } @media (min-width: 1850px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 361px 57px 135px; } } @media (max-width: 767.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 70px 0 43px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 40px 118px 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 40px 118px 40px; } } @media (min-width: 1200px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 40px 57px 40px; } } @media (min-width: 1700.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 240px 118px 135px; } } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { display: grid; grid-template-columns: 422px auto; grid-gap: 55px; align-items: center; margin-bottom: 90px; } @media (min-width: 320px) and (max-width: 767.98px) { /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { grid-template-columns: 1fr; margin-bottom: 40px; grid-gap: 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { grid-template-columns: 1fr; margin-bottom: 40px; grid-gap: 20px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { grid-template-columns: 1fr; margin-bottom: 40px; grid-gap: 20px; } } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb { background-image: url(../img/banner/dashboard_banner.jpg); height: 300px; background-repeat: no-repeat; background-size: cover; background-position: center center; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info { max-width: 452px; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info h4 { font-size: 24px; font-weight: 700; line-height: 34px; color: #202E3B; margin-bottom: 10px; } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info h4 a:hover { color: #FB1159; border-color: #FB1159; background: transparent; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info p { font-weight: 500; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress { height: 10px; background: #E0E0E0; border-radius: 10px; margin: 26px 0 19px 0; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress .progress-bar { background: #FB1159; border-radius: 10px; } /* line 119, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification { display: flex; align-items: center; flex-wrap: wrap; } /* line 123, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing span { margin-right: 7px; } /* line 138, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing i { color: #FFC107; } /* line 142, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification p { font-size: 16px; font-weight: 400; color: #687083; margin-right: 30px; } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts { margin-right: 16px; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i { color: #FFC107; font-size: 15px; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i:not(:last-child) { margin-right: 5px; } /* line 158, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification span { color: #373737; font-weight: 500; } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .recommended_courses { padding-bottom: 57px; } @media (min-width: 320px) and (max-width: 767.98px) { /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .recommended_courses { padding-bottom: 34px; } } /* line 175, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper { padding-bottom: 32px; } /* line 177, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .couse_wizged { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 177, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .couse_wizged { margin-bottom: 32px; } } /* line 183, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .quiz_wizged { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 183, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .quiz_wizged { margin-bottom: 32px; } } @media (min-width: 320px) and (max-width: 767.98px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 70px 0 75px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 40px 150px 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 40px 134px 40px; } } @media (min-width: 1200px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 30px 150px 30px; } } @media (min-width: 1850px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 220px 150px 135px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { display: grid; grid-template-columns: 272px auto; grid-gap: 119px; } @media (min-width: 1200px) and (max-width: 1500.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-gap: 60px; } } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-template-columns: auto; grid-gap: 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-template-columns: auto; grid-gap: 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-template-columns: auto; grid-gap: 20px; } } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb .thumb { width: 272px; height: 272px; margin-bottom: 27px; margin-left: auto; margin-right: auto; } @media (max-width: 767.98px) { /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb .thumb { width: 200px; height: 200px; } } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb .thumb img { width: 272px; height: 272px; border-radius: 50%; } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 5px; } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb p { font-size: 16px; font-weight: 500; color: #373737; margin-bottom: 0; } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload { display: grid; grid-template-columns: 180px auto; grid-gap: 30px; grid-template-rows: 180px; margin-bottom: 57px; } @media (max-width: 575.98px) { /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload { grid-template-columns: 1fr; } } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_upload_thumb { background: #F4F2F2; display: flex; align-items: center; justify-content: center; border-radius: 10px; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_upload_thumb span { font-size: 18px; font-weight: 600; color: #202E3B; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag { background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E1E2E6FF' stroke-width='1' stroke-dasharray='4' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e"); border-radius: 10px; display: flex; align-items: center; justify-content: center; border-radius: 10px; } @media (max-width: 575.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag { height: 180px; } } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner { text-align: center; } /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner p { font-size: 16px; font-weight: 400; color: #828BB2; margin: 12px 0 2px 0; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file { font-size: 16px; font-weight: 400; color: #4265FF; position: relative; text-decoration: underline; } /* line 98, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file input { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; } /* line 112, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_title h3 { margin-bottom: 2px; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .email_grid_input { display: grid; grid-template-columns: auto 50px; grid-gap: 5px; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .email_grid_input .editor_icon { width: 50px; height: 50px; text-align: center; line-height: 50px; border: 1px solid #E1E2E6; background: #F9F9FD; } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .email_grid_input .editor_icon i { font-size: 16px; font-weight: 400; color: #687083; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 56px; } @media (max-width: 767.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission { margin-bottom: 36px; } } @media (max-width: 767.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission { grid-template-columns: repeat(1, 1fr); grid-gap: 30px; } } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission { display: flex; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .primary_bulet_checkbox { margin-right: 20px; position: relative; top: 1px; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .icon { margin-right: 12px; position: relative; top: -3px; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content h4 { font-size: 18px; font-weight: 600; color: #202E3B; margin-bottom: 0; } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p { font-size: 14px; font-weight: 400; color: #373737; line-height: 24px; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br { display: inline-block; } @media (min-width: 1200px) and (max-width: 1250.98px) { /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br { display: none; } } @media (min-width: 320px) and (max-width: 767.98px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 75px 0 75px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 40px 150px 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 40px 150px 40px; } } @media (min-width: 1200px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 40px 150px 40px; } } @media (min-width: 1600px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 150px 150px 105px; } } @media (min-width: 1800px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 360px 150px 105px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_1 { background-image: url(../img/banner/bradcam_bg_1.jpg); } /* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_2 { background-image: url(../img/banner/bradcam_bg_2.jpg); } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_3 { background-image: url(../img/banner/bradcam_bg_3.jpg); } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_4 { background-image: url(../img/banner/bradcam_bg_4.jpg); } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_5 { background-image: url(../img/banner/bradcam_bg_5.jpg); } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_6 { background-image: url(../img/banner/bradcam_bg_6.jpg); } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_7 { background-image: url(../img/banner/bradcam_bg_7.jpg); } /* line 22, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_8 { background-image: url(../img/banner/bradcam_bg_8.jpg); } /* line 25, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_9 { background-image: url(../img/banner/bradcam_bg_9.jpg); } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_10 { background-image: url(../img/banner/bradcam_bg_10.jpg); } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area { position: relative; z-index: 1; background-size: cover; height: 500px; background-repeat: no-repeat; background-position: center center; display: flex; align-items: center; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0A0B21; opacity: .4; z-index: -1; } @media (max-width: 767.98px) { /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area { height: 400px; } } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap { max-width: 620px; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap.width_730px { max-width: 730px; } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap span { font-size: 18px; font-weight: 500; color: #fff; display: inline-block; margin-bottom: 18px; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap h3 { font-size: 60px; font-weight: 900; line-height: 76px; color: #fff; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap h3 { font-size: 50px; line-height: 66px; } } @media (max-width: 767.98px) { /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap h3 { font-size: 35px; line-height: 51px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 { position: relative; z-index: 1; background-size: cover; height: 630px; background-repeat: no-repeat; background-position: center center; padding-top: 150px; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0A0B21; opacity: .4; z-index: -1; } @media (max-width: 767.98px) { /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 { height: 400px; padding-top: 0; display: flex; align-items: center; } } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap span { font-size: 18px; font-weight: 500; color: #fff; display: inline-block; margin-bottom: 18px; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap h3 { font-size: 60px; font-weight: 900; line-height: 76px; color: #fff; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap h3 { font-size: 50px; line-height: 66px; } } @media (max-width: 767.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap h3 { font-size: 35px; line-height: 51px; } } /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam { background: transparent; justify-content: center; margin-bottom: 0; padding: 10px 0; } /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam .breadcrumb-item, .custom_breadcam a { font-size: 18px; font-weight: 400; color: #333333; text-transform: capitalize; } /* line 143, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam .breadcrumb-item + .breadcrumb-item { padding-left: 5px; } /* line 146, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam .breadcrumb-item + .breadcrumb-item::before { padding-right: 5px; color: #333333; content: "/"; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown { display: block; } @media (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown { display: none; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > a { width: 100%; position: relative; color: #fff; } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul { position: absolute; top: 90px; left: 0; opacity: 0; visibility: hidden; background-color: #202E3B; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); z-index: 99; text-align: right; -webkit-transition: 0.5s; transition: 0.5s; padding: 0; margin: 0; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul:after { content: ""; position: absolute; height: 9px; width: 14px; top: -9px; left: 27px; background-color: #202E3B; clip-path: polygon(50% 0, 0 100%, 100% 100%); } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul li { display: block; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul li a { display: block; color: #8D96A7 !important; line-height: 1.5; padding: 15px 30px !important; display: inline-block; border-right: 1px solid transparent; white-space: nowrap; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul li a:hover { color: #fff !important; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; box-shadow: 0 3px 20px rgba(209, 32, 83, 0.06); } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > a { width: 100%; position: relative; color: #fff; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul { position: absolute; top: 0; left: 100%; opacity: 0; visibility: hidden; background-color: #202E3B; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); z-index: 99; text-align: left; padding: 0; margin: 0; } /* line 79, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li { display: block; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li a { display: block; color: #8D96A7; line-height: 1.5; padding: 15px 30px; display: inline-block; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li a:hover { color: #fff; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li > ul { left: 104%; top: 0 !important; -webkit-transition: 0.5s; transition: 0.5s; text-align: left; opacity: 0; visibility: hidden; } @media (max-width: 991.98px) { /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li > ul { left: 0; top: 0; } } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li > .active_menu > ul { left: 100%; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner { min-width: 280px; display: flex; justify-content: space-between; padding: 0 30px; } #menu_dropdown .mega_menu_dropdown .menu_dropdown_iner { min-width: 180px !important; } @media (max-width: 991.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner { display: none; } } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown { flex: 48% 0 0; margin: 20px 0 15px; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown h4 { font-size: 16px; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 15px; padding-bottom: 15px; color: #fff; } /* line 128, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown > ul { padding: 0; margin: 0; } /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown > ul li a { margin: 0; padding: 8px 0px; } /* line 142, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn { color: #fff; position: relative; font-size: 16px; font-weight: 500; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn:hover { color: #fff; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn:after { position: absolute; right: -41px; top: 4px; content: "\e64b"; font-family: 'themify'; font-size: 12px; color: #fff; -webkit-transition: 0.5s; transition: 0.5s; } /* line 163, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .feature_btn:after { content: "\e648"; } /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .menu_dropdown > ul { opacity: 1; visibility: visible; top: 75px; } /* line 174, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .active_menu_item > a { border-right: 1px solid rgba(255, 255, 255, 0.1); } /* line 177, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .active_menu_item > ul { opacity: 1 !important; visibility: visible !important; left: 100%; } /* line 185, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown:hover > ul { opacity: 1 !important; visibility: visible !important; left: 100%; } /* line 192, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul > .active_menu_item > a { border-right: 1px solid rgba(255, 255, 255, 0.1); } /* line 196, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul > li > a:hover { border-right: 1px solid rgba(255, 255, 255, 0.1); } /* line 200, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown:hover > a { border-right: 1px solid rgba(255, 255, 255, 0.1); } @media (max-width: 991.98px) { /* line 204, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn { display: none; } } @media (min-width: 991.98px) { /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_icon { display: none; } } @media (min-width: 576px) { /* line 215, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .modal-dialog { max-width: 405px; } } @media (min-width: 991.98px) { /* line 221, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu { display: none; } } @media (max-width: 991.98px) { /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .dropdown_close_icon { cursor: pointer; } /* line 230, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu { max-width: 270px; overflow: hidden; background-color: #fff; color: #fff; transform: translateX(-50px); visibility: hidden; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100vh; overflow-y: scroll; background-color: #202E3B; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu ul { margin: 0; padding: 0; } /* line 250, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu ul li { list-style: none; } /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu .xs_menu_item_dropdown > a { display: block; background-color: #202E3B; color: #fff; padding: 12px 20px; } /* line 260, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu .xs_menu_dropdown_header { background-color: #202E3B; display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-bottom: 2px solid rgba(255, 255, 255, 0.3); } /* line 267, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu .xs_menu_dropdown_header i { color: #fff; font-size: 20px; } /* line 273, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_active { transform: translateX(-50px); display: block; visibility: visible; opacity: 1; transform: translateX(0); } /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .single_menu_dropdown { margin-bottom: 10px; color: #fff; } /* line 283, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .single_menu_dropdown h4 { font-size: 20px; margin-top: 15px; display: inline-block; } /* line 289, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .single_menu_dropdown a { color: #fff; padding: 3px 0; display: inline-block; } /* line 295, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown { background-color: #202E3B; padding: 10px 20px; cursor: pointer; } /* line 299, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown .dropdown_icon { float: right; } /* line 302, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown > ul { background-color: #fff; padding: 0 20px; transform: translateY(10px); cursor: default; } /* line 308, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown > ul a { color: #373737; } /* line 312, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown .dropdown_icon { font-size: 12px; margin-top: 6px; } } /* line 320, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .search_box_active .form-control { transform: scaleY(1) !important; } /* line 326, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .input-group-prepend2 { display: flex; align-items: center; justify-content: center; position: relative; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part { background-image: url("../img/cta_bg.png"); background-position: 0 0; background-repeat: no-repeat; text-align: center; } /* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part h2 { font-size: 40px; color: #fff; margin-bottom: 10px; font-weight: 600; } @media (max-width: 767.98px) { /* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part h2 { font-size: 30px; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part p { color: #bbbec4; } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part .theme_btn { margin-top: 35px; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_icon { height: 108px; width: 108px; background-color: rgba(251, 17, 89, 0.1); line-height: 108px; text-align: center; margin: 0 auto; padding: 5px; font-size: 30px; color: #FB1159; border-radius: 50%; } @media (max-width: 768px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_icon { height: 70px; width: 70px; line-height: 70px; } } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_icon img { max-width: 35px; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part { text-align: center; } @media (max-width: 767.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part { margin: 20px 0; } } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part h4 { font-size: 22px; font-weight: 600; margin: 32px 0 15px; } @media (max-width: 767.98px) { /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part h4 { margin: 15px 0 5px; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_cta { background-image: url("../img/instractor_bg.png"); background-position: 0 0; background-repeat: no-repeat; } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_cta h2 { font-size: 28px; line-height: 1.4; margin-bottom: 21px; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process { position: relative; padding-left: 110px; margin-bottom: 40px; } @media (max-width: 767.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process { padding-left: 70px; margin-bottom: 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process { padding-left: 70px; margin-bottom: 20px; } } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process:last-child { margin-bottom: 0; } @media (max-width: 767.98px) { /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process:last-child { margin-bottom: 40px; } } /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process h4 { font-size: 20px; font-weight: 600; margin-bottom: 3px; } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .list_number { height: 55px; width: 55px; line-height: 55px; text-align: center; border-radius: 50%; color: #fff; font-weight: 700; background-color: #FB1159; position: absolute; left: 0; top: 0; } /* line 108, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .video_img { border-radius: 5px; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .video_img:after { display: none; } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .video_img .popup_video { opacity: 1; visibility: visible; width: 84px; height: 84px; line-height: 84px; text-align: center; border-radius: 50%; background-color: #fff; color: #FB1159; top: 50%; transform: translateY(-50%); } /* line 129, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img { position: relative; display: flex; justify-content: center; align-items: center; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img.shape_styled::before { position: absolute; content: ''; left: 0; bottom: 0; width: 80%; height: 65%; background-size: cover; background-repeat: no-repeat; background-image: url(../img/carv_shape.png); background-size: 100% 100%; z-index: 1; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #202E3B; z-index: -1; opacity: 0; content: ""; border-radius: 5px 5px 0 0; -webkit-transition: 0.5s; transition: 0.5s; } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img img { width: 100%; } /* line 163, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img .popup_video { position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: 0.5s; transition: 0.5s; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; z-index: 9; } /* line 178, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img .popup_video img { max-width: 60px; margin: 0 auto; text-align: center; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 120px 0px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 80px 0px; } } @media only screen and (min-width: 768px) and (max-width: 991.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 70px 0px; } } @media (max-width: 575.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 70px 0px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 70px 0px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section { margin-bottom: 28px; top: 100px; } /* line 5, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section p { font-size: 16px; font-weight: 400; line-height: 1.7; color: #261F47; } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section h3 { font-size: 28px; font-weight: 500; color: #261F47; margin-bottom: 7px; } @media (max-width: 767.98px) { /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section h3 { font-size: 22px; } } /* line 22, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .privacy_menu_fixed { position: sticky; top: 100px; } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_title h3 { font-size: 20px; font-weight: 500; color: #0E76A8; padding-bottom: 15px; border-bottom: 1px solid #ECECEC; } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_sidebar_menu ul li a { font-size: 15px; font-weight: 500; color: #7B7887; padding: 7px 10px; display: block; border-radius: 5px; } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_sidebar_menu ul li a.active { background: #ECECEC; color: #261F47; } /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_sidebar_menu ul li a:hover { background: #ECECEC; color: #261F47; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address { padding: 30px 40px 40px 40px; } @media (max-width: 575.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address { padding: 20px; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header { border-bottom: 1px solid #eee; padding-bottom: 10px; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header h4 { font-family: "Cerebri Sans"; font-weight: 500; font-size: 18px; color: #333333; line-height: 21px; margin-bottom: 0; } @media (max-width: 575.98px) { /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header h4 { font-size: 16px; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header a { background: #fff; color: #000000; font-family: "Cerebri Sans"; font-weight: 700; padding: 4px 30px; display: inline-block; } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling_body_content { padding-top: 29px; padding-bottom: 11px; } /* line 38, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling_body_content p { font-size: 14px; color: #888888; line-height: 26px; margin-bottom: 0; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method { margin-top: 35px; } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_method_header { border-bottom: 1px solid #eee; margin-bottom: 35px; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_method_header h4 { font-size: 18px; font-weight: 500; font-family: "Cerebri Sans"; line-height: 21px; color: #333333; margin-bottom: 20px; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding-left: 0; margin-bottom: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li { display: inline-block; margin-right: 20px; margin-bottom: -2px; } @media (max-width: 575.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li { margin-right: 5px; } } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li:last-child { margin-right: 0; } /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link { display: flex; align-items: center; justify-content: center; padding: 25px 50px; border: 1px solid transparent; background: #fafafa; height: 110px; max-width: 220px; border-bottom: 1px solid #ddd; margin-bottom: 1px; } @media (max-width: 575.98px) { /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link { height: 50px; margin-bottom: 1px; padding: 24px 3px; border-radius: 0; } } /* line 107, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link.active { border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: none; background: #fff; margin-bottom: -4px; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link img { width: 100%; } /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form { padding: 40px 40px 35px 40px; } @media (max-width: 575.98px) { /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form { padding: 20px 15px; } } /* line 131, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form label { font-size: 11px; font-family: "Cerebri Sans"; text-transform: uppercase; color: #000000; font-weight: 400; margin-bottom: 7px; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form label span { color: #ff0000; } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input { width: 100%; background: #fafafa; height: 50px; border: 0; padding-left: 25px; margin-bottom: 15px; font-size: 13px; } /* line 154, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input:focus { outline: none; } /* line 158, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input::placeholder { font-size: 13px; color: #888888; font-family: "Cerebri Sans"; font-weight: 300; text-transform: capitalize; font-size: 13px; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .payemt-check label { font-size: 14px; font-family: "Cerebri Sans"; font-weight: 300; color: #888888; line-height: 15px; text-transform: capitalize; } @media (max-width: 575.98px) { /* line 180, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .boxed-btn { margin-top: 15px; } } /* line 192, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content > .active { display: block; border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } /* line 202, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .gj-datepicker-md [role="right-icon"] { position: absolute; right: 0; top: 0; font-size: 24px; display: none; } /* line 212, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_header { height: 150px; width: 150px; background: #16e481; text-align: center; line-height: 150px; position: relative; margin: auto; } /* line 221, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_header .payment_logo { width: 60px; height: 60px; background: #fff; text-align: center; line-height: 60px; border-radius: 50%; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); margin: auto; position: absolute; top: 0; right: 0; bottom: 10px; left: 0; } /* line 238, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header { text-align: center; } /* line 241, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title { margin-bottom: 74px; } /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title h2 { font-size: 42px; font-weight: 700; font-family: "Cerebri Sans"; text-transform: uppercase; margin-bottom: 23px; margin-top: 50px; } @media (max-width: 575.98px) { /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title h2 { font-size: 25px; } } /* line 256, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p { font-size: 14px; color: #888888; line-height: 26px; font-family: "Cerebri Sans"; font-weight: 300; } @media (max-width: 575.98px) { /* line 256, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p { font-size: 13px; } } /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p a { color: #000000; border-bottom: 1px solid transparent; padding-bottom: 3px; } /* line 271, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p a:hover { padding-bottom: 0; border-bottom: 1px solid #7f7f7f; } /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap { padding: 40px 40px 10px 40px; } @media (max-width: 575.98px) { /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap { padding: 20px 20px 10px 20px; } } @media (max-width: 767.98px) { /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap { padding: 40px 20px 10px 20px; } } /* line 289, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_confirm_prise_header { border-bottom: 1px solid #ddd; padding-bottom: 20px; } /* line 293, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_confirm_prise_header h4 { font-family: "Cerebri Sans"; font-weight: 500; color: #333333; font-size: 18px; margin-bottom: 0; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_confirm_prise_header span { display: inline-block; font-weight: 700; font-family: "Cerebri Sans"; font-size: 12px; color: #000000; background: #fff; text-transform: uppercase; padding: 11px 25px; } /* line 313, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body { padding: 30px 0; border-bottom: 1px solid #ddd; } /* line 317, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body:last-child { border: none; } /* line 322, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_wrap_thumb { margin-right: 30px; } @media (max-width: 575.98px) { /* line 322, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_wrap_thumb { margin-right: 10px; } } @media (max-width: 767.98px) { /* line 322, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_wrap_thumb { margin-right: 15px; } } /* line 334, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info h5 a { font-size: 16px; font-family: "Cerebri Sans"; color: #000000; margin-bottom: 0; } /* line 340, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info h5 a:hover { color: #000; } /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info p { font-size: 12px; color: #a0a0a0; margin-bottom: 0; line-height: 21px; } /* line 352, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info p a { color: #000; border-bottom: 2px solid transparent; padding-bottom: 3px; } /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info p a:hover { padding-bottom: 0; border-color: #bbb; } /* line 366, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } @media (max-width: 575.98px) { /* line 366, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise { margin-top: 30px; } } /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 100px; } @media (max-width: 575.98px) { /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 25px; } } @media (max-width: 767.98px) { /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 13px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 35px; } } /* line 387, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise .net_prise { text-align: center; } /* line 390, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise .net_prise span { font-family: "Cerebri Sans"; font-weight: 300; font-size: 14px; line-height: 21px; color: #888888; } /* line 398, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise .net_prise h3 { font-family: "Cerebri Sans"; font-weight: 700; font-size: 32px; color: #333333; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confirm_header { height: 150px; width: 150px; background: #16e481; text-align: center; line-height: 150px; position: relative; margin: auto; } /* line 419, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confirm_header .payment_logo { width: 60px; height: 60px; background: #fff; text-align: center; line-height: 60px; border-radius: 50%; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); margin: auto; position: absolute; top: 0; right: 0; bottom: 10px; left: 0; } /* line 436, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header { text-align: center; } /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title { margin-bottom: 74px; } /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title h2 { font-size: 42px; font-weight: 700; font-family: "Cerebri Sans"; text-transform: uppercase; margin-bottom: 23px; margin-top: 50px; } @media (max-width: 575.98px) { /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title h2 { font-size: 25px; } } /* line 454, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p { font-size: 14px; color: #888888; line-height: 26px; font-family: "Cerebri Sans"; font-weight: 300; } @media (max-width: 575.98px) { /* line 454, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p { font-size: 13px; } } /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p a { color: #000000; border-bottom: 1px solid transparent; padding-bottom: 3px; } /* line 469, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p a:hover { padding-bottom: 0; border-bottom: 1px solid #7f7f7f; } /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs { font-size: "Cerebri Sans"; margin-left: 30px; border-bottom: 0px solid #dee2e6; } @media (max-width: 991px) { /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs { margin-top: 50px; } } @media (max-width: 615px) { /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs { -ms-flex-pack: center; justify-content: center; } } @media (max-width: 615px) { /* line 491, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs .nav-item { margin-bottom: 15px; } } /* line 497, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs .nav-link { background: #fff; color: #373737; border: 0; font-size: 12px; text-transform: uppercase; font-weight: 500; padding: 8px 25px; margin-right: 10px; border-radius: 0px; } /* line 508, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs .nav-link.active { background: #cad5f3; color: #FB1159; } /* line 516, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .paymentBtn { width: 100%; height: 30px; } /*----------------------------------------------------*/ /* no complied */ /* line 19, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp { background: #fff; } @media (max-width: 575.98px) { /* line 19, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp { margin-top: 30px; } } /* line 24, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .play_warp_header { padding: 15px 15px 8px 15px; border-bottom: 1px solid #ECECEC; } /* line 29, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list { min-height: 450px; max-height: 450px; overflow: auto; } /* line 34, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a { display: flex; justify-content: space-between; align-items: center; padding: 10px 18px; } /* line 40, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a.active .course_play_name { color: #D12053; } /* line 42, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a.active .course_play_name i { color: #D12053; } /* line 48, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a:hover .course_play_name { color: #D12053; } /* line 50, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a:hover .course_play_name i { color: #D12053; } /* line 55, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a .course_play_name { font-size: 14px; font-weight: 400; color: #261F47; display: flex; align-items: center; margin-bottom: 0; transition: .3s; } /* line 63, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a .course_play_name i { font-size: 15px; color: #7B7887; margin-right: 9px; } /* line 69, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a .course_play_duration { font-size: 12px; font-weight: 400; color: #7B7887; } /* line 1, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper { min-height: 100vh; background-image: url(../img/banner/full_view_bg.png); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; display: flex; align-items: center; justify-content: center; width: calc(100% - 340px); transition: .3s; } /* line 13, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper.active { width: calc(100% - 0px); } /* line 16, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .video_iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; } /* line 24, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 110, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp { position: fixed; top: 0; right: 0; width: 340px; transform: translateX(0%); transition: .3s; z-index: 5; } /* line 32, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp.active { transform: translateX(100%); } /* line 35, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp .course__play_list { min-height: calc(100vh - 50px); max-height: calc(100vh - 50px); } /* line 39, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp .play_toggle_btn { width: 50px; height: 50px; background: #261F47; display: flex; align-items: center; justify-content: center; position: absolute; left: -50px; cursor: pointer; } /* line 49, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp .play_toggle_btn i { color: #fff; font-size: 20px; } /* line 149, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_btn { background: transparent; border: 1px solid #ddd; border-radius: 5px; width: 100%; display: flex; height: 80px; justify-content: center; align-items: center; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_btn img { width: 120px; } /* line 163, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_wrapper { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 15px; } /* payment_method_wrapper */ /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_method_wrapper { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 15px; } /* line 181, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn { background: transparent; border: 1px solid #ddd; border-radius: 5px; width: 100%; display: flex; height: 40px; justify-content: center; align-items: center; padding: 0 15px; } @media (max-width: 767.98px) { /* line 181, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn { padding: 0 15px; } } /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn img { max-width: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; } /* line 203, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .instractos_details_wrapper .instractos_profile .thumb { max-height: 330px; } /* line 207, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .instractos_details_wrapper .instractos_profile .thumb img { border-radius: 0%; } /* line 211, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_btn_text { padding: 0px 10px; background: #FB1159; border-radius: 5px; color: #fff !important; font-size: 18px !important; font-weight: 500; width: 100%; text-align: center; height: 40px; display: flex; align-items: center; justify-content: center; } /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn2 { background: transparent; border: 1px solid #ddd; border-radius: 5px; width: 100%; display: flex; height: 50px; justify-content: center; align-items: center; padding: 8px 30px; } @media (max-width: 767.98px) { /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn2 { padding: 0 15px; } } /* line 240, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn2 img { max-width: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_btn_text2 { padding: 0px 10px; background: #FB1159; border-radius: 5px; color: #fff !important; font-size: 18px !important; font-weight: 500; width: 100%; text-align: center; height: 50px; display: flex; align-items: center; justify-content: center; } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 15px; margin-bottom: 50px; } /* line 270, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite { border: 1px solid #ddd; padding: 10px 10px; border-radius: 5px; text-align: center; height: 50px; display: flex; align-content: center; justify-content: center; align-items: center; } /* line 281, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite img { width: 100%; max-width: 80px; } /* line 285, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite button { padding: 0; margin: 0; width: 100%; background: transparent; border: 0; } /* line 292, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite .Payment_btn2 img { width: 100% !important; max-width: 80px !important; } @media (max-width: 575.98px) { /* line 297, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer { position: relative; background-size: cover; background-position: top center; background: #1E2147; } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area { padding-top: 80px; padding-bottom: 50px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta { display: flex; align-items: center; margin-bottom: 30px; } @media (max-width: 575.98px) { /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta { flex-direction: column; align-items: flex-start; } } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .thumb { margin-right: 30px; } @media (max-width: 575.98px) { /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .thumb { margin-bottom: 20px; } } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .cta_content h3 { font-size: 22px; font-weight: 700; color: #fff; font-family: "Cerebri Sans"; margin-bottom: 8px; } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .cta_content p { font-size: 16px; font-weight: 500; color: #fff; margin-bottom: 0; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area { padding-top: 78px; padding-bottom: 60px; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget { margin-bottom: 30px; } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_logo { margin-bottom: 10px; } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_title h3 { font-family: "Cerebri Sans"; font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 20px; } /* line 70, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_links li a { font-size: 16px; font-weight: 500; color: #5B5C6E; line-height: 35px; font-family: "Jost", sans-serif; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_links li a:hover { color: #FB1159; } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget p { font-size: 16px; color: #5B5C6E; margin-bottom: 0; line-height: 30px; font-weight: 400; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget p a { color: #5B5C6E; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget p a:hover { color: #FB1159; text-decoration: underline; } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .copy_right_text p { margin-bottom: 0; font-size: 14px; color: #202E3B; font-weight: 400; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .copy_right_text p a { color: #202E3B; } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_border { border-top: 1px solid rgba(17, 24, 72, 0.1); margin-bottom: 30px; } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer ul.social-network { display: table; margin: 15px auto 0 auto; list-style-type: none; } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer ul.social-network li { padding-right: 5px; padding-top: 10px; float: left; } /* line 133, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-circle i { width: 20px; height: 20px; font-size: 15px; color: #5B5C6E !important; text-align: center; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-circle i:hover { color: #fff !important; } /* line 143, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-network a:hover { background: #FB1159; color: #fff !important; } /* line 149, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-network a { color: #CCC; border: 1px solid #dddddd14; padding: 5px; border-radius: 50%; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp { height: 60px; background: transparent; flex-wrap: nowrap; border-radius: 5px; position: relative; margin-bottom: 30px; } /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp form { display: grid; grid-template-columns: auto 200px; grid-gap: 5px; } @media (max-width: 575.98px) { /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp form { grid-template-columns: auto; } } /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control { background: #fff; color: #202E3B; font-weight: 500; padding-left: 30px; border-radius: 5px 0 0 5px; height: 60px; border: 0; font-family: "Cerebri Sans"; } @media (max-width: 575.98px) { /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control { border-radius: 5px; } } /* line 189, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control::placeholder { color: #687083; } /* line 193, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control:focus { box-shadow: none !important; z-index: 1; } /* line 199, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp button { font-size: 16px; font-weight: 600; color: #fff; background: #FB1159; text-transform: capitalize; border-radius: 0 5px 5px 0 !important; padding: 0 18px; box-shadow: none !important; position: relative; right: 0; top: 0; border: 0; height: 60px; } @media (max-width: 575.98px) { /* line 199, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp button { border-radius: 5px !important; } } /* line 219, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .info { font-size: 14px; font-weight: 500; color: #fff; } @media (max-width: 991.98px) { .header__right.login_user .profile_info { left: -35px; } } @media (max-width: 575.98px) { .profile_info img { margin-right: 0 } } .profile_info .studentProfileThumb { width: 50px; height: 50px; border-radius: 50%; cursor: pointer; margin-right: 15px; background-size: cover; background-position: center center; border-radius: 50%; } /*----------------------------------------------------*/ .couse_wizged .thumb { position: relative; overflow: hidden; height: 215px; } .couse_wizged .thumb .thumb_inner { background-size: cover; background-position: top center; background-repeat: no-repeat; height: 100%; transform: scale(1.1); transition: .3s; } .couse_wizged:hover .thumb .thumb_inner { transform: scale(1); } .quiz_wizged .thumb { position: relative; overflow: hidden; height: 215px; } .quiz_wizged .thumb .thumb_inner { background-size: cover; background-position: center center; background-repeat: no-repeat; height: 100%; transform: scale(1.1); transition: .3s; } .quiz_wizged:hover .thumb .thumb_inner { transform: scale(1); } .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb { background-size: cover; background-position: center center; } .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb { background-size: cover; background-position: center center; height: 90px; } .profile_info .testimonialImage { width: 70px; height: 70px; border-radius: 50%; cursor: pointer; margin-right: 15px; background-size: cover; background-position: center center; border-radius: 50%; } .conversition_box .single_comment_box .comment_box_inner { border-bottom: 1px solid #ECECEC; margin-bottom: 25px; padding-bottom: 10px; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply { margin-left: 50px; border-bottom: 1px solid #ECECEC; } @media (max-width: 575.98px) { .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply { margin-left: 20px; } } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .comment_box_text { /*text-align: right;*/ } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .thumb { margin-left: 15px; margin-right: 0; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .attach_view { justify-content: flex-end; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 { margin-left: 100px; border-bottom: 1px solid #ECECEC; } @media (max-width: 575.98px) { .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 { margin-left: 20px; } } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .comment_box_text { /*text-align: right;*/ } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .thumb { margin-left: 15px; margin-right: 0; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .attach_view { justify-content: flex-end; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info { display: flex; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb { width: 50px; height: 50px; flex: 50px 0 0; margin-right: 15px; margin-bottom: 20px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb img { width: 100%; border-radius: 50%; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text h5 { font-size: 16px; font-weight: 500; color: #261F47; margin-bottom: 0; display: inline-block; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text span { font-size: 14px; font-weight: 400; margin-bottom: 10px; margin-top: 2px; display: block; color: #7B7887; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text p { font-size: 16px; color: #261F47; line-height: 1.7; margin-bottom: 14px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view { display: flex; align-items: center; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .attacthment_link { font-size: 11px; background: #A9A9A9; color: #fff; padding: 3px 10px; border-radius: 30px; margin-right: 5px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view { color: #fff; background: #A9A9A9; font-size: 12px; width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view i { font-size: 12px; line-height: 1; } .conversition_box .single_comment_box .comment_box_inner .comment_box_edit { text-align: right; } .theme_according button { position: relative; } .theme_according button::before { position: absolute; -webkit-transition: 0.4s; transition: 0.4s; font-size: 16px; color: #373737; top: 50%; content: "\f107"; font-family: "Font Awesome 5 free"; transform: translateY(-50%); left: auto; right: 20px; font-weight: 900; } .theme_according button.collapsed::before { content: "\f107"; font-family: "Font Awesome 5 free"; top: 50%; transform: translateY(-50%); } .theme_according .card { margin-bottom: 15px; border: 0; } .theme_according .card .card-header { border: 0 !important; padding: 0; background: transparent; } .theme_according .card .card-header button { border: 1px solid #ECECEC !important; border-radius: 5px; background: #F8F8F8; border-bottom: 1px solid transparent !important; border-bottom-right-radius: 0; border-bottom-left-radius: 0; padding: 12.3px 25px 13px 30px; } .theme_according .card .card-header button.collapsed { border: 1px solid #ECECEC !important; background: transparent; padding: 12.3px 25px 18px 30px; transition: .3s; } .theme_according .card .card-header h5 button { font-family: "Roboto", sans-serif; font-size: 18px; font-weight: 600; color: #261F47; display: block; width: 100%; border: 0; text-decoration: none !important; text-align: left; box-shadow: none !important; } .theme_according .card .card-header h5 button span { font-size: 14px; font-family: "Roboto", sans-serif; } .theme_according .card .card-header h5 button span.course_number { color: #D12053; font-weight: 400; margin-right: 10px; } @media (max-width: 575.98px) { .theme_according .card .card-header h5 button span.course_number { display: block; margin-bottom: 10px; } } .theme_according .card .card-header h5 button span.course_date { color: #0052B4; font-size: 14px; font-weight: 400; background: #F0F5FA; border-radius: 30px; padding: 8px 10px; line-height: 1; } .theme_according .card .card-header h5 button span.course_date span { font-weight: 500; color: #0052B4; } .theme_according .card .card-header h5 button p { font-size: 20px; font-weight: 500; color: #261F47; margin-bottom: 0; margin-top: 15px; } @media (max-width: 767.98px) { .theme_according .card .card-header h5 button { flex-wrap: wrap; } } .theme_according .card .card-header h5 button span { font-size: 14px; font-weight: 500; font-family: "Roboto", sans-serif; color: #373737; } .theme_according .card-body { padding: 0; padding-top: 0px; background: #F8F8F8; padding: 0 30px 15px 30px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border: 1px solid #ECECEC; border-top: 0; transition: .3s; } .theme_according .card-body p { font-size: 16px; color: #261F47; font-weight: 400; } .description_grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 8px; } @media (max-width: 767.98px) { .description_grid { grid-template-columns: repeat(1, 1fr); } } .description_grid .single_description_grid { background: #202E3B; padding: 26px 24px; border-radius: 5px; } .description_grid .single_description_grid h5 { font-size: 14px; font-weight: 400; color: #C4C4C4; margin-bottom: 4px; } .description_grid .single_description_grid p { font-size: 18px; font-weight: 500; color: #fff; margin-bottom: 0; } .position_right { position: absolute; right: 0; } .link a { color: #687083; font-size: 16px; padding-right: 30px; font-weight: 600; display: inline-block; text-transform: capitalize; font-family: "Jost", sans-serif; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .link a:hover, .link a.active { color: #FB1159; } .header_area .main_menu ul li .submenu li a { padding: 15px 20px; border-top: 1px solid #F3F3F3; } .header_area .main_menu ul li .submenu li ul { left: 100%; position: absolute; background: #fff; width: 100%; top: 0; opacity: 0; visibility: hidden; transition: .3s; } .header_area .main_menu ul li .submenu li:hover > ul { opacity: 1; visibility: visible; } .header_area .main_menu ul li:hover > a { color: #FB1159; } .header_area .main_menu ul li .submenu li:hover > a { left: 0px; padding-left: 25px; background-color: #f8f9fa; } .header_area .main_menu ul li.right_control_submenu .submenu li ul { left: auto; right: 100%; } .header_area .main_menu ul li.right_control_submenu .submenu { left: auto; right: 0; } .select2-results__options li { white-space: nowrap; width: 100%; } .prise_tag { min-width: 60px !important; padding: 0 8px !important; border-radius: 30px !important; width: auto !important; } .disable_btn { background: #333333; border-radius: 3px; }
public/frontend/infixlmstheme/css/style.css
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,500&display=swap"); @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Light.eot"); src: url("../fonts/cerebrisans/CerebriSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Light.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Regular.eot"); src: url("../fonts/cerebrisans/CerebriSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Regular.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Medium.eot"); src: url("../fonts/cerebrisans/CerebriSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Medium.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-SemiBold.eot"); src: url("../fonts/cerebrisans/CerebriSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-SemiBold.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Bold.eot"); src: url("../fonts/cerebrisans/CerebriSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Bold.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/cerebrisans/CerebriSans-Heavy.eot"); src: url("../fonts/cerebrisans/CerebriSans-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/CerebriSans-Heavy.woff") format("woff"), url("../fonts/cerebrisans/CerebriSans-Heavy.ttf") format("truetype"); font-weight: 900; font-style: normal; } /* line 58, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ body { font-family: "Jost", sans-serif; font-weight: normal; font-style: normal; font-weight: 400; } /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .img { max-width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } /* line 68, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a, .button, button { -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a:focus, .button:focus, button:focus { text-decoration: none; outline: none; } /* line 78, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a:focus { text-decoration: none; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover { text-decoration: none; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ input:focus, button:focus { outline: none; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ a, button { outline: medium none; } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ h1, h2, h3, h4, h5 { font-family: "Cerebri Sans"; color: #202E3B; } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } /* line 108, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ h4 { font-size: 20px; line-height: 25px; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ ul { margin: 0px; padding: 0px; } /* line 118, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ li { list-style: none; } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ p { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; margin-bottom: 0; font-family: "Jost", sans-serif; } @media (max-width: 1499.98px) { /* line 129, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ br { display: none; } } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ label { color: #7e7e7e; cursor: pointer; font-size: 14px; font-weight: 400; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::-moz-selection { background: #444; color: #fff; text-shadow: none; } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ ::-moz-selection { background: #444; color: #fff; text-shadow: none; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ ::selection { background: #444; color: #fff; text-shadow: none; } /* line 155, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::-webkit-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *:-ms-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::-ms-input-placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ *::placeholder { color: #cccccc; font-size: 14px; opacity: 1; } /* button style */ /* line 178, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-carousel .owl-nav div { background: #f2fcff; height: 60px; left: 0px; line-height: 60px; position: absolute; text-align: center; top: 0; right: 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 60px; font-size: 12px; color: #c7cfd2; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } /* line 213, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-carousel:hover .owl-nav div { opacity: 1; visibility: visible; } /* line 216, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-carousel:hover .owl-nav div:hover { color: #202E3B; } /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 85px; } @media (max-width: 575.98px) { /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 30px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 225, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-85 { margin-bottom: 40px; } } /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-65 { margin-bottom: 65px; } @media (max-width: 575.98px) { /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb-65 { margin-bottom: 20px; } } /* line 243, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt-80 { margin-top: 80px; } /* line 246, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_10 { margin-bottom: 10px; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_15 { margin-bottom: 15px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_20 { margin-bottom: 20px; } /* line 255, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_23 { margin-bottom: 23px; } /* line 258, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_25 { margin-bottom: 25px; } /* line 261, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_30 { margin-bottom: 30px; } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_35 { margin-bottom: 35px; } /* line 267, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_40 { margin-bottom: 40px; } /* line 270, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_45 { margin-bottom: 45px; } /* line 273, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_37 { margin-bottom: 37px; } /* line 276, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_50 { margin-bottom: 50px; } /* line 279, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_55 { margin-bottom: 55px; } /* line 282, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_60 { margin-bottom: 60px; } /* line 285, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_70 { margin-bottom: 70px; } /* line 288, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_76 { margin-bottom: 76px; } /* line 291, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_80 { margin-bottom: 80px; } /* line 295, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_10 { margin-top: 10px; } /* line 298, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_20 { margin-top: 20px; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_10 { margin-top: 10px; } /* line 304, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_30 { margin-top: 30px; } /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_40 { margin-top: 40px; } /* line 310, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_50 { margin-top: 50px; } /* line 313, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_60 { margin-top: 60px; } /* line 316, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mt_70 { margin-top: 70px; } /* line 320, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mb_27 { margin-bottom: 27px; } /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_15 { margin-right: 15px; } /* line 327, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_20 { margin-right: 20px; } /* line 330, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_30 { margin-right: 30px; } /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_40 { margin-right: 40px; } /* line 336, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_50 { margin-right: 50px; } /* line 339, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .mr_10 { margin-right: 10px; } /* line 342, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .pt_70 { padding-top: 70px; } @media (max-width: 767.98px) { /* line 342, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .pt_70 { padding-top: 30px; } } /* line 349, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .xl_mb_60 { margin-bottom: 30px; } @media (min-width: 1200px) { /* line 349, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .xl_mb_60 { margin-bottom: 60px; } } /* line 356, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ #back-top { position: fixed; right: 20px; bottom: 50px; cursor: pointer; z-index: 9999999; display: none; } /* line 363, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ #back-top a { display: inline-block; height: 40px; width: 40px; text-align: center; display: block; color: #fff; line-height: 40px; background: #FB1159; font-size: 15px; border-radius: 30px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); -moz-box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); } @media (min-width: 1200px) { /* line 383, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .container { max-width: 1440px; } } /* line 389, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing { padding: 139px 0 120px 0; } @media (max-width: 767.98px) { /* line 389, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing { padding: 65px 0 45px 0; } } /* line 395, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing2 { padding: 120px 0 120px 0; } @media (max-width: 767.98px) { /* line 395, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing2 { padding: 45px 0 45px 0; } } /* line 401, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing3 { padding: 139px 0 115px 0; } @media (max-width: 767.98px) { /* line 401, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .section_spacing3 { padding: 65px 0 40px 0; } } /* line 407, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots { display: flex; justify-content: center; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot { margin: 0 5px; } /* line 412, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot span { width: 10px; height: 10px; border-radius: 30px; background: #d9e3e3; display: inline-block; transition: .3s; } /* line 419, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot span:hover { transform: scale(1.2); } /* line 424, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .owl-dots .owl-dot.active span { width: 30px; } /* line 431, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_10 { font-size: 10px; } /* line 434, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_14 { font-size: 14px; } /* line 437, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_15 { font-size: 15px; } /* line 440, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_16 { font-size: 16px; } /* line 443, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_18 { font-size: 18px; } /* line 446, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_20 { font-size: 20px; } /* line 449, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_22 { font-size: 22px; } /* line 452, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_25 { font-size: 25px; } /* line 455, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_30 { font-size: 30px; line-height: 45px; } @media (max-width: 767.98px) { /* line 455, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_30 { font-size: 25px; line-height: 35px; } } /* line 463, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_40 { font-size: 40px; line-height: 55px; } @media (max-width: 767.98px) { /* line 463, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_40 { font-size: 25px; line-height: 35px; } } /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_45 { font-size: 45px; } /* line 474, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_50 { font-size: 50px; } /* line 477, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_60 { font-size: 60px; } /* line 480, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_70 { font-size: 70px; } /* line 483, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_80 { font-size: 80px; } /* line 488, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_300 { font-weight: 300; } /* line 491, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_400 { font-weight: 400; } /* line 494, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_500 { font-weight: 500; } /* line 497, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_600 { font-weight: 600; } /* line 500, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .f_w_700 { font-weight: 700; } /* line 504, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .dot_devide { display: inline-block !important; } /* line 508, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_text { color: #FB1159 !important; } /* line 511, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_text2 { color: #373737 !important; } /* line 514, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_text3 { color: #202E3B !important; } /* line 518, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_1 { font-family: "Cerebri Sans"; } /* line 521, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .font_2 { font-family: "Jost", sans-serif; } /* line 526, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field { background: #F9F9FD; height: 50px; border-radius: 5px; width: 400px; } /* line 531, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field button { font-size: 18px; color: #FB1159; padding: 0 0 0 15px; line-height: 100%; box-shadow: none !important; } /* line 537, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field button:hover { color: #FB1159; } /* line 541, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field input { font-size: 14px; font-weight: 500; color: #687083; font-family: "Cerebri Sans"; border: 0; background: transparent !important; height: 50px; padding: 0px 15px 0px 10px; box-shadow: none !important; line-height: 50px; } /* line 553, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field.large_search_field { width: 500px; height: 60px; } /* line 556, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field.large_search_field button { padding-left: 30px; } /* line 559, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_search_field.large_search_field input { height: 60px; line-height: 60px; } /* line 566, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select { border: solid 1px #E9E7F7 !important; height: 30px; min-width: 95px; line-height: 30px; } /* line 571, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select::after { right: 22px; top: 6px; } /* line 575, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select .current { font-family: "Cerebri Sans"; font-size: 14px; font-weight: 500; color: #9F9F9F; line-height: 30px; } /* line 582, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select .list { width: 100%; } /* line 584, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .small_select .list .option { font-size: 14px; font-weight: 500; } /* line 590, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select { border: solid 1px #E1E2E6 !important; height: 50px; line-height: 50px; border-radius: 0; } /* line 595, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select.select_transparent { background: transparent !important; } /* line 598, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select::after { right: 33px; top: 6px; color: #AFAFAF; font-size: 12px; } /* line 604, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select .current { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #AFAFAF; line-height: 50px; } /* line 611, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select .list { width: 100%; } /* line 613, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .theme_select .list .option { font-size: 14px; font-weight: 400; } /* line 619, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .nowrap { white-space: nowrap; } /* line 622, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal { background-color: #f6f8fa; } /* line 624, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .form-control:focus { box-shadow: none; } /* line 627, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-header { background-color: #fff; padding: 23px 30px; border-bottom: 0px solid transparent; } /* line 631, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-header h5 { font-size: 22px; font-weight: 600; } /* line 635, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-header span { font-size: 14px; color: #707070; opacity: 1; } /* line 641, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body { padding: 35px 30px; } /* line 643, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body input, .cs_modal .modal-body .nice_Select { height: 50px; line-height: 50px; padding: 10px 20px; border: 1px solid #F1F3F5; color: #707070; font-size: 14px; font-weight: 500; background-color: #fff; width: 100%; } /* line 654, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .nice_Select { line-height: 29px; } /* line 656, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .nice_Select:after { right: 22px; top: 35%; transform: translateY(-50%); } /* line 661, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .nice_Select .list { width: 100%; } /* line 665, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .form-group { margin-bottom: 12px; } /* line 668, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body textarea { height: 168px; padding: 15px 20px; border: 1px solid #F1F3F5; color: #707070; font-size: 14px; font-weight: 500; } /* line 676, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body p { font-size: 16px; font-weight: 500; margin-top: 25px; color: #707070; text-align: center; } /* line 682, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body p a { color: #202E3B; } /* line 687, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .btn_1 { width: 100%; display: block; margin-top: 20px; } /* line 693, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .btn_1 { color: #fff; background-color: #3B5998; border: 1px solid #3B5998; margin-top: 0; } /* line 698, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .btn_1:hover { color: #fff !important; } /* line 701, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .btn_1 i { margin-right: 10px; } /* line 707, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 { background-color: #4285F4; border: 1px solid #4285F4; } /* line 714, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .pass_forget_btn { color: #707070; margin-top: 20px; font-size: 16px; text-align: center; font-weight: 500; display: inline-block; } /* line 721, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .cs_modal .modal-body .pass_forget_btn:hover { color: #202E3B; } @media (min-width: 576px) { /* line 731, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .instructor_cta .modal-dialog { max-width: 625px; margin: 1.75rem auto; } } /* line 737, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .modal-header .close { opacity: 1; text-shadow: none; padding: 0; margin: 0; margin-top: 3px; } /* line 744, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_reset.scss */ .gray-bg { background: #fafafa; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn { background: #FB1159; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #fff; font-weight: 600; padding: 21px 28px; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn { padding: 16px 25px; } /* line 18, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn2 { padding: 16px 39px; } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn3 { padding: 16px 32px; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.small_btn4 { padding: 11px 21px; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn.mini_btn { padding: 5px 5px; } @media (max-width: 575.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn { padding: 15px 16px; } } /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn:hover { color: #FB1159; border-color: #FB1159; background: transparent; } /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_lite { background: #FFF0F2; padding: 10px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; display: inline-block; font-family: "Cerebri Sans"; font-size: 14px; color: #FB1159; font-weight: 500; padding: 7px 25px; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_lite.round_btn { width: 30px; height: 30px; border-radius: 30px; line-height: 30px; padding: 0; text-align: center; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_lite:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn { background: transparent; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #FB1159; font-weight: 600; padding: 21px 28px; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; border-color: #FB1159; } @media (max-width: 575.98px) { /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn { padding: 15px 16px; } } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn.small_btn2 { padding: 16px 39px; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_btn:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn { padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #fff; font-weight: 600; padding: 13px 34px; text-transform: capitalize; display: inline-block; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.fb_bg { background: #395799; } /* line 108, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.Twitter_bg { background: #03ABF0; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.Pinterest_bg { background: #C92128; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn.Linkedin_bg { background: #0477B5; } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn i { margin-right: 6px; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .social_btn:hover { color: #fff; background: #FB1159; } /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .white_btn { background: #fff; padding: 10px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; display: inline-block; font-family: "Jost", sans-serif; font-size: 16px; color: #202E3B; font-weight: 600; padding: 21px 28px; border: 1px solid transparent; text-transform: uppercase; display: inline-block; line-height: 1; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .white_btn:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 146, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .line_link { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; color: #202E3B; border-bottom: 1px solid #707070; padding-bottom: 5px; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .line_link:hover { color: #202E3B; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_payment_btn { background: transparent; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; font-family: "Cerebri Sans"; font-size: 16px; color: #FB1159; font-weight: 600; height: 30px; width: 100%; border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; border-color: #FB1159; } @media (max-width: 575.98px) { /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_line_payment_btn { padding: 15px 16px; } } /* line 189, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_mini { background: #FFF0F2; padding: 10px; margin-right: 15px; -webkit-border-radius: 30px; -moz-border-radius: 30px; /* border-radius: 30px; */ display: inline-block; font-family: "Cerebri Sans"; font-size: 14px; color: #FB1159; font-weight: 500; /* padding: 7px 25px; */ border: 1px solid transparent; text-transform: capitalize; display: inline-block; line-height: 1; } /* line 206, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_mini.round_btn { width: 30px; height: 30px; border-radius: 30px; line-height: 30px; padding: 0; text-align: center; } /* line 214, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_btn.scss */ .theme_btn_mini:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ @media (max-width: 767.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title.mb_80 { margin-bottom: 50px; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title.white_text h3, .section__title.white_text p { color: #fff; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title > span { font-size: 14px; color: #373737; font-weight: 400; display: block; margin-bottom: 12px; text-transform: uppercase; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 50px; font-weight: 900; line-height: 64px; color: #202E3B; margin-bottom: 17px; } /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 60px; line-height: 76px; } @media (max-width: 575.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 30px; line-height: 46px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 30px; line-height: 46px; } } @media only screen and (min-width: 1200px) and (max-width: 1700.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3.large_title { font-size: 50px; line-height: 66px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 38px; line-height: 52px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 30px; line-height: 44px; } } @media (max-width: 575.98px) { /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 br { display: none; } } @media (max-width: 575.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 30px; line-height: 44px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title h3 { font-size: 30px; line-height: 44px; } } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title p { font-size: 18px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; line-height: 26px; } @media (max-width: 767.98px) { /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2.mb_76 { margin-bottom: 50px; } } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2.white_text h3, .section__title2.white_text p { color: #fff; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2 span { font-size: 14px; color: #373737; font-family: "Jost", sans-serif; font-weight: 600; display: block; margin-bottom: 11px; text-transform: uppercase; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2 h4 { font-size: 24px; font-weight: 700; line-height: 35px; color: #202E3B; } @media (max-width: 767.98px) { /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title2 br { display: none; } } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 h3 { font-size: 40px; font-weight: 700; color: #202E3B; margin-bottom: 9px; } @media (max-width: 767.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 h3 { font-size: 30px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 h3 { font-size: 30px; } } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3 p { font-size: 16px; font-weight: 500; color: #373737; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin_50 { margin-bottom: 47px; } @media (max-width: 767.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin_50 { margin-bottom: 30px; } } /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin-50 { margin-bottom: 50px; } @media (max-width: 767.98px) { /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.margin-50 { margin-bottom: 30px; } } /* line 138, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.mb_42 { margin-bottom: 42px; } @media (max-width: 767.98px) { /* line 138, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.mb_42 { margin-bottom: 30px; } } @media (max-width: 767.98px) { /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_title.scss */ .section__title3.mb_40 { margin-bottom: 30px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ @media (max-width: 1200px) { /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ [class*="hero-ani-"] { display: none !important; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom { backface-visibility: hidden; animation: jumping 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all .9s ease 5s; user-select: none; } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom2 { backface-visibility: hidden; animation: jumping2 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 1s ease 3s; user-select: none; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom3 { backface-visibility: hidden; animation: jumping3 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 7s ease 2s; user-select: none; } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom4 { backface-visibility: hidden; animation: jumping4 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 8s ease 4s; user-select: none; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom10 { backface-visibility: hidden; animation: jumping10 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 8s ease 4s; user-select: none; } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_animation.scss */ .amination_custom11 { backface-visibility: hidden; animation: jumping11 9s ease-in-out 2s infinite alternate; animation-delay: 1s; transition: all 8s ease 4s; user-select: none; } @keyframes jumping { 0% { transform: translateY(0px) translateX(0) rotate(0) scale(1); opacity: .8; } 25% { transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8); opacity: .9; } 50% { transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9); opacity: .8; } 75% { transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75); opacity: .6; } 85% { transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9); opacity: .7; } 100% { transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95); opacity: .85; } } @keyframes jumping2 { 0% { transform: translateY(0px) translateX(0) rotate(0) scale(1); opacity: .5; } 25% { transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8); opacity: .8; } 50% { transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7); opacity: .8; } 75% { transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75); opacity: .7; } 100% { transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75); opacity: .9; } } @keyframes jumping3 { 0% { transform: translateY(10px) translateX(0) rotate(0) scale(1); opacity: .9; } 20% { transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8); opacity: .8; } 40% { transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75); opacity: .8; } 40% { transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5); opacity: 1; } 80% { transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75); opacity: .6; } 100% { transform: translateY(15px) translateX(15px) rotate(0) scale(0.95); opacity: .7; } } @keyframes jumping4 { 0% { transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2); opacity: .7; } 25% { transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6); opacity: .8; } 50% { transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5); opacity: .9; } 75% { transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75); opacity: .7; } 100% { transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5); opacity: .9; } } @keyframes jumping10 { 0% { transform: rotate(180deg); display: block; } 100% { transform: rotate(30deg); display: block; } } @keyframes jumping11 { 0% { transform: rotate(180deg) translate(-20px, 20px); display: block; } 100% { transform: rotate(30deg) translate(0px, 0px); display: block; } } /*----------------------------------------------------*/ /* -------------------------------------------------------------------------- */ /* main theme style */ /* -------------------------------------------------------------------------- */ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0px; position: relative; left: 0; top: 0; width: 100%; z-index: 999; padding: 0 130px; background: #FFFFFF; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0 30px; } } @media only screen and (min-width: 1200px) and (max-width: 1600.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0 20px; } } @media only screen and (min-width: 1601px) and (max-width: 1800.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 0 50px; } } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.header_static { position: relative; padding: 0px 35px 0 35px; } @media (max-width: 575.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.header_static { padding: 10px 0px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.header_static { padding: 10px 0px; } } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 10px 0px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area { padding: 10px 0px; } } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 80px; } @media (max-width: 991.98px) { /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 20px; } } @media only screen and (min-width: 1300px) and (max-width: 1899.98px) { /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .logo_img { margin-right: 30px; } } @media (max-width: 767.98px) { /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search { display: none !important; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search { display: none !important; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1299.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { display: none !important; } } @media only screen and (min-width: 1300px) and (max-width: 1399.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { width: 200px; } } @media only screen and (min-width: 1400px) and (max-width: 1499.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .theme_search_field { width: 300px; } } /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .categories_menu { font-size: 16px; color: #687083; display: flex; align-items: center; font-weight: 600; margin-right: 30px; } @media (max-width: 991.98px) { /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .categories_menu { display: none !important; } } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .header__wrapper .header__left .category_search .categories_menu i { font-weight: 900; margin-right: 10px; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu { margin-left: auto; margin-right: 0; } /* line 110, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li { display: inline-block; position: relative; } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li.submenu_active > a { color: #FB1159; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { color: #202E3B; font-size: 16px; font-weight: 600; margin: 0px 23px; padding: 25px 0; display: inline-block; text-transform: capitalize; font-family: "Jost", sans-serif; padding-top: 20px; } .header_area .main_menu .menu_dropdown ul li a { font-weight: 400; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a:hover, .header_area .main_menu ul li a.active { color: #FB1159; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { font-size: 15px; margin: 0 15px; } } @media only screen and (min-width: 1200px) and (max-width: 1440px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { margin: 0 12px; } } @media only screen and (min-width: 1439px) and (max-width: 1599.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { margin: 0 12px; } } @media only screen and (min-width: 1600px) and (max-width: 1671.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li a { margin: 0 17px; } } /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu { width: 200px; position: absolute; left: 0; top: 120%; background: #fff; text-align: left; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04); opacity: 0; visibility: hidden; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } /* line 155, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li { display: block; margin: 0; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li a { font-size: 14px; line-height: 1.2; color: #202E3B; padding: 0; font-weight: 400; display: block; margin: 0; padding: 10px 20px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; position: relative; text-transform: capitalize; left: 0; } /* line 172, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li a.active, .header_area .main_menu ul li .submenu li a:hover { color: #FB1159; } /* line 175, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li .submenu li a:hover { left: 5px; color: #FB1159; } /* line 183, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li:hover > a { color: #FB1159; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .main_menu ul li:hover .submenu { top: 100%; opacity: 1; visibility: visible; } /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } @media (max-width: 767.98px) { /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { /*display: none !important;*/ margin-left: 0; margin-right: 35px; } .header_area .contact_wrap .theme_btn.small_btn2 { padding: 10px 18px; font-size: 14px; } .slicknav_btn { margin-top: -44px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { /*display: none !important;*/ } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap { /*display: none !important;*/ margin-left: 0; margin-right: 35px; } } /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .mobile_no p { color: #505050; font-weight: 600; font-size: 16px; margin-bottom: 0; font-family: "Cerebri Sans"; } /* line 216, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .mobile_no p span a { color: #627ae4; } @media only screen and (min-width: 1200px) and (max-width: 1440px) { /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .mobile_no p { font-size: 13px; margin-right: 8px; } } /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .signin a.sign_in { font-size: 16px; color: #505050; font-weight: 600; margin-right: 40px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .signin a.sign_in { margin-right: 15px; } } /* line 235, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .signin a.sign_in:hover { color: #4543DE; } /* line 240, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area .contact_wrap .contact_btn { margin-left: 25px; } /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.navbar_fixed { background: #fff; z-index: 90; box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); position: fixed; width: 100%; top: -70px; left: 0; right: 0; transform: translateY(70px); transition: transform 500ms ease, background 500ms ease; -webkit-transition: transform 500ms ease, background 500ms ease; } /* line 263, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .header_area.navbar_fixed .main_menu ul li a { padding: 25px 0; } /* line 272, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .float { z-index: 100; position: fixed; width: 40px; height: 40px; top: 110px; right: 20px; background-color: #FB1159; color: #FFF; border-radius: 50px; text-align: center; box-shadow: 0px 10px 20px 0px rgba(251, 17, 89, 0.3); } /* line 286, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .notify_count { width: 14px; height: 14px; border-radius: 50%; background: #FB1159; font-size: 10px; font-weight: 600; font-family: "Cerebri Sans"; display: inline-block; text-align: center; color: #fff; position: absolute; top: -2px; right: 3px; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .subtitle { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; margin-bottom: 0; font-family: "Jost", sans-serif; } /* line 309, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .payment_btn button, .payment_btn a { padding: 15px 20px !important; } /* line 313, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .profile_info img { width: 60px; height: 60px; border-radius: 50%; cursor: pointer; margin-right: 15px; } /* line 321, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ /* line 327, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ input[type=number] { -moz-appearance: textfield; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_menu .slicknav_icon { margin-right: 6px; margin-top: 3px; padding-bottom: 3px; position: absolute; top: 0px; } /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav a { font-size: 14px; color: #000; font-family: "Cerebri Sans"; text-transform: capitalize; font-weight: 400; } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 9.5px 15px; margin: 0; } /* line 22, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_arrow { position: absolute; right: 0; width: 40px; height: 37px; text-align: center; line-height: 40px; top: 0; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav li { display: block; border-bottom: none; position: relative; } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu .slicknav_nav ul.submenu { list-style: none; overflow: hidden; padding: 0; margin: 0; background: #f7f7f7; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu .slicknav_nav ul.submenu li a { font-size: 16px; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu .slicknav_nav .slicknav_arrow { margin: 0; } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row:hover { color: #627ae4; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav a:hover { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: transparent; color: #627ae4; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_menu .slicknav_icon-bar { background-color: #071a3c !important; height: 2px; margin: 5px 0; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 25px; position: relative; } /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_menu .slicknav_icon { margin-right: 0px; width: 25px; height: 25px; margin: 0; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .mobile_menu { position: absolute; right: 0; width: 100%; z-index: 9999999; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_btn { right: 12px; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav { background: rgba(255, 255, 255, 0.96); box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07); padding: 15px 6px; margin-top: 10px; } /* line 97, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 6.5px 20px; margin: 0; font-family: "Jost", sans-serif; } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_mobile_menu.scss */ .slicknav_nav .slicknav_row, .slicknav_nav a { padding: 6.5px 20px; margin: 0; font-size: 16px; font-weight: 500; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn { padding: 0px; border: 0px; } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar { background-color: #ff4357; -webkit-transition: all .5s linear; -o-transition: all .5s linear; transition: all .5s linear; display: block; width: 22px; height: 2px; } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .home_2 .slicknav_btn .slicknav_icon-bar { background-color: #4543de; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 5px; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar:nth-child(2) { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar:nth-child(3) { opacity: 1; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) { opacity: 0; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn .slicknav_icon-bar:nth-child(1) { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); top: 0; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_menu_animation.scss */ .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 7px; position: relative; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area { background-image: url(../img/banner/banner.jpg); background-size: cover; background-position: bottom center; display: flex; align-items: center; position: relative; padding-top: 234px; padding-bottom: 336px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area { padding-top: 80px; padding-bottom: 140px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area { padding-top: 190px; padding-bottom: 236px; } } /* line 18, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text { max-width: 700px; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text h3 { font-size: 60px; line-height: 76px; margin-bottom: 15px; color: #fff; font-family: "Cerebri Sans"; font-weight: 900; } @media (max-width: 767.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text h3 { font-size: 35px; line-height: 51px; } } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text p { font-size: 18px; font-weight: 500; color: #fff; line-height: 26px; font-family: "Jost", sans-serif; margin-bottom: 51px; } @media (max-width: 575.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_banner.scss */ .banner_area .banner_text .large_search_field { width: 100%; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area { background-image: url(../img/banner/cta_bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; z-index: 1; padding: 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area { padding: 75px 0; } } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area::before { position: absolute; content: ''; left: 0; top: 0; background: #0A0B21; opacity: .5; width: 100%; height: 100%; z-index: -1; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area .section__title h3 { margin-bottom: 10px; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .cta_area .section__title p { margin-bottom: 40px; } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area { background-image: url("../img/banner/backage_bg.jpg"); background-position: bottom center; background-repeat: no-repeat; background-size: cover; padding-top: 140px; padding-bottom: 292px; } @media (max-width: 767.98px) { /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area { padding-top: 65px; padding-bottom: 145px; } } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package { text-align: center; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package .icon img { display: inline-block; width: auto; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package h4 { font-size: 22px; font-weight: 700; margin-bottom: 4px; margin-top: 31px; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */ .package_area .single_package p { font-size: 16px; font-weight: 500; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .thumb { position: relative; overflow: hidden; } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .thumb img { transform: scale(1); transition: .3s; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; left: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content { padding-top: 26px; padding-right: 20px; } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content h4 { font-weight: 700; transition: .3s; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content h4:hover { color: #FB1159; } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .rateing i { color: #FFC107; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; transition: .3s; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .course_area .single_course:hover img { transform: scale(1.1); } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area { padding-bottom: 140px; } @media (max-width: 767.98px) { /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area { padding-bottom: 45px; } } /* line 119, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .white_box { background: #fff; position: relative; margin-top: -150px; padding-top: 90px; } @media (max-width: 767.98px) { /* line 119, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .white_box { margin-top: -75px; padding-top: 45px; } } /* line 131, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb { position: relative; overflow: hidden; } /* line 135, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb img { transform: scale(1); transition: .3s; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; right: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 155, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb .quiz_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #373737; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 169, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .thumb .live_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #FB1159; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content { padding-top: 26px; padding-right: 20px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content { padding-right: 0; } } @media (max-width: 767.98px) { /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content { padding-right: 0; } } /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content h4 { font-weight: 700; transition: .3s; } /* line 198, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content h4:hover { color: #FB1159; } /* line 203, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; } /* line 219, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .rateing i { color: #FFC107; } /* line 228, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; transition: .3s; } /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 258, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 268, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .quiz_area .single_course:hover img { transform: scale(1.1); } /* line 275, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .page-item.active .page-link { background-color: #FB1159; border-color: #FB1159; } /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course.scss */ .page-link { color: #FB1159; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .thumb { position: relative; overflow: hidden; } /* line 5, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .thumb img { transform: scale(1); transition: .3s; } /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; left: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content { padding-top: 26px; padding-right: 20px; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content h4 { font-weight: 700; transition: .3s; } /* line 30, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content h4:hover { color: #FB1159; } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 38, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; background: #fff; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .rateing i { color: #FFC107; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; background: #fff; transition: .3s; } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 93, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .couse_wizged:hover img { transform: scale(1.1); } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb { position: relative; overflow: hidden; } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb img { transform: scale(1); transition: .3s; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb .prise_tag { position: absolute; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 14px; font-weight: 700; top: 20px; right: 20px; border-radius: 50%; background: #fff; color: #FB1159; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb .quiz_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #373737; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .thumb .live_tag { position: absolute; left: 0; bottom: 0; font-size: 14px; font-weight: 500; color: #FB1159; background: #fff; text-transform: capitalize; border-radius: 0 5px 0 0; padding: 8px 16px; line-height: 1; } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content { padding-top: 26px; padding-right: 20px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content { padding-right: 0; } } @media (max-width: 767.98px) { /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content { padding-right: 0; } } /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content h4 { font-weight: 700; transition: .3s; } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content h4:hover { color: #FB1159; } /* line 164, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart { display: flex; margin-bottom: 30px; margin-top: 10px; } /* line 168, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; background: #fff; } /* line 179, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .rateing span { margin-right: 7px; } /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .rateing i { color: #FFC107; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .cart_store { border: 1px solid #F5F5F5; font-size: 14px; color: #202E3B; width: 40px; height: 40px; text-align: center; line-height: 40px; display: inline-block; background: #fff; transition: .3s; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .rating_cart .cart_store:hover { border-color: #FB1159; color: #FB1159; } /* line 204, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .course_less_students a { font-size: 14px; font-weight: 400; color: #202E3B; display: inline-flex; align-items: center; } /* line 210, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .course_less_students a:not(:last-child) { margin-right: 30px; } /* line 214, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged .course_content .course_less_students a i { font-size: 18px; font-weight: 400; margin-right: 10px; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .quiz_wizged:hover img { transform: scale(1.1); } /* line 228, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area { padding: 150px 0 90px 0; } @media (max-width: 767.98px) { /* line 228, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area { padding: 65px 0 30px 0; } } /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area .couse_wizged, .courses_area .quiz_wizged { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .courses_area .couse_wizged, .courses_area .quiz_wizged { margin-bottom: 40px; } } /* line 243, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .course_category_inner { border: 1px solid #E9E7F7; padding: 30px; border-radius: 5px 0 0 5px; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .single_course_categry h4 { margin-bottom: 18px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .single_course_categry:not(:last-child) { margin-bottom: 36px; } /* line 257, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .course_category_chose .course_title svg { margin-right: 10px; } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .Check_sidebar li:not(:last-child) { margin-bottom: 15px; } /* line 270, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_courses.scss */ .noBrake { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area { background: #F8F8FE; padding-top: 140px; padding-bottom: 240px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area { padding-top: 65px; padding-bottom: 75px; } } /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial { border: 1px solid #EDEDED; border-radius: 10px; background: #fff; padding: 50px 50px 58px 50px; } @media (max-width: 767.98px) { /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial { padding: 40px 40px 48px 40px; } } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header { margin-bottom: 25px; } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .thumb { margin-right: 30px; width: 80px; height: 80px; flex: 80px 0 0; } @media (max-width: 767.98px) { /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .thumb { width: 50px; height: 50px; flex: 50px 0 0; margin-right: 20px; } } /* line 30, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .thumb img { width: 100%; border-radius: 50%; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .reviewer_name h4 { font-size: 18px; font-weight: 700; font-family: "Cerebri Sans"; margin-bottom: 7px; } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i { font-size: 15px; color: #FFC107; } /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial .testmonial_header .reviewer_name .rate i:not(:last-child) { margin-right: 5px; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_testimoanial.scss */ .testmonial_area .single_testmonial p { font-size: 18px; line-height: 28px; font-weight: 500; color: #202E3B; margin-bottom: 0; text-align: justify; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); padding: 50px 40px; position: relative; margin-top: -90px; border-radius: 20px; } @media (max-width: 767.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper { margin-top: 0; padding: 40px 30px; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper .single_brand { text-align: center; } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_brand.scss */ .brand_area .barnd_wrapper .single_brand img { width: auto; display: inline-block; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area { padding-top: 139px; padding-bottom: 108px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area { padding-top: 66px; padding-bottom: 28px; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog { margin-bottom: 40px; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog:hover .thumb img { transform: scale(1); } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .thumb { display: block; overflow: hidden; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .thumb img { transition: .3s; transform: scale(1.1); width: 100% !important; } /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta { padding-right: 20px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta { padding-right: 0; } } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta span { font-size: 14px; font-weight: 500; color: #373737; display: block; margin: 25px 0 13px 0; } /* line 38, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta h4 { font-weight: 700; line-height: 28px; transition: .3s; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_area .single_blog .blog_meta h4:hover { color: #FB1159; } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper { padding: 150px 0 90px 0; } @media (max-width: 767.98px) { /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper { padding: 75px 0 35px 0; } } /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog { margin-bottom: 50px; } @media (max-width: 767.98px) { /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog { margin-bottom: 30px; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .thumb { overflow: hidden; margin-bottom: 44px; display: block; } @media (max-width: 767.98px) { /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .thumb { margin-bottom: 30px; } } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .thumb img { width: 100%; transition: .3s; transform: scale(1); } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .blog_meta span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #373737; display: block; margin-bottom: 16px; } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .blog_meta h4 { font-size: 24px; font-weight: 700; line-height: 34px; display: inline-block; } @media (max-width: 767.98px) { /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog .blog_meta h4 { font-size: 20px; line-height: 30px; } } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_page_wrapper .single_blog:hover .thumb img { transform: scale(1.1); } /* line 104, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area { padding: 145px 0 147px 0; } @media (max-width: 767.98px) { /* line 104, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area { padding: 75px 0 72px 0; } } @media (max-width: 767.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .mb_55 { margin-bottom: 30px; } } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_details_banner { margin-bottom: 52px; } @media (max-width: 767.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_details_banner { margin-bottom: 30px; } } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title { margin-bottom: 57px; } @media (max-width: 767.98px) { /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title { margin-bottom: 30px; } } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title span { font-size: 14px; font-weight: 500; color: #373737; display: block; margin-bottom: 18px; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title h3 { font-size: 40px; font-weight: 700; line-height: 50px; } @media (max-width: 767.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .blog_title h3 { font-size: 25px; line-height: 35px; } } /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text { display: flex; margin: 60px 0 40px 0; } @media (max-width: 767.98px) { /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text { margin: 40px 0 20px 0; } } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text h4 { font-size: 20px; font-weight: 700; color: #373737; line-height: 30px; } /* line 156, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text .horizontal_line { background: #FB1159; height: 3px; width: 90px; flex: 90px 0 0; position: relative; top: 6px; margin-right: 30px; } @media (max-width: 767.98px) { /* line 156, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .quote_text .horizontal_line { width: 40px; flex: 40px 0 0; margin-right: 20px; } } /* line 172, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .details_info h4 { font-size: 24px; font-weight: 700; color: #202E3B; margin-bottom: 25px; } @media (max-width: 767.98px) { /* line 172, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .details_info h4 { line-height: 34px; margin-bottom: 20px; } } /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_blog.scss */ .blog_details_area .single_blog_details .details_info h5 { font-size: 18px; line-height: 30px; font-weight: 700; color: #373737; margin-bottom: 27px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area { padding: 0px 0 45px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .border_top_1px { border-top: 1px solid #E9E7F7; padding-bottom: 150px; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .border_top_1px { padding: 75px 0 0px 0; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); padding: 40px 60px 50px 40px; border-radius: 10px; display: flex; } @media (max-width: 575.98px) { /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service { padding: 30px 50px 40px 30px; flex-wrap: wrap; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service .thumb { width: 110px; height: 110px; margin-right: 40px; flex: 110px 0 0; margin-bottom: 30px; } /* line 30, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service .thumb img { width: 100%; border-radius: 50%; } /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service h4 { font-size: 22px; font-weight: 700; color: #202E3B; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_services.scss */ .service_cta_area .single_cta_service p { font-size: 16px; font-weight: 500; line-height: 23px; color: #373737; margin: 10px 0 29px 0; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area { padding-bottom: 45px; } } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .section__title p { font-size: 20px; font-weight: 600; line-height: 29px; margin: 20px 0 30px 0; } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb { position: relative; } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.cat1 { background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 360px; } /* line 23, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.cat2 { background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 330px; } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.cat3 { background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 330px; } /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 50px; } @media (max-width: 767.98px) { /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 0; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 0; } } @media only screen and (min-width: 1200px) and (max-width: 1499.98px) { /* line 35, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb.small_thumb { margin-right: 0px; } } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb .cat_btn { position: absolute; left: 30px; bottom: 30px; right: 30px; background: #fff; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; display: inline-block; font-family: "Jost", sans-serif; font-size: 16px; color: #202E3B; font-weight: 600; padding: 27.5px 8px; border: 1px solid transparent; text-transform: uppercase; display: inline-block; text-align: center; line-height: 23px; } @media (max-width: 767.98px) { /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb .cat_btn { font-size: 14px; padding: 20px 8px; } } /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .category_wiz .thumb .cat_btn:hover { color: #fff; border-color: #FB1159; background: #FB1159; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { display: block; background: #FB1159; font-size: 30px; font-family: "Cerebri Sans"; font-weight: 700; line-height: 38px; color: #fff; text-align: right; padding: 50px; min-height: 300px; display: flex; align-items: flex-end; } @media (max-width: 767.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { margin-left: 0; } } @media only screen and (min-width: 1200px) and (max-width: 1499.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { margin-left: 0; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .brouse_cat_btn { margin-left: 0; font-size: 25px; line-height: 33px; } } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); border-radius: 20px; padding: 65px 70px 40px 70px; position: relative; margin-top: -100px; margin-bottom: 150px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { padding: 52px 50px 23px 50px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { padding: 65px 30px 40px 30px; } } @media (max-width: 767.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { padding: 40px 30px; margin-top: -50px; } } @media (max-width: 767.98px) { /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category { margin-bottom: 66px; } } /* line 123, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .col-xl-4:not(:last-child) .single_course_cat { margin-bottom: 30px; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat { display: flex; } @media (max-width: 575.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat { flex-direction: column; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat { flex-direction: column; } } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .icon { margin-right: 20px; margin-bottom: 15px; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .course_content h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 5px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .course_content h4 { font-size: 19px; } } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_category.scss */ .category_area .couses_category .single_course_cat .course_content p { font-size: 16px; font-weight: 500; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team .thumb { overflow: hidden; } /* line 5, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team .thumb img { transition: .3s; transform: scale(1); } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team h4 { font-size: 20px; font-weight: 700; margin-bottom: 1px; margin-top: 26px; } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #373737; } /* line 23, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_team.scss */ .team_area .single_team:hover img { transform: scale(1.1); } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area { padding: 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area { padding: 75px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info { display: grid; grid-template-columns: repeat(2, 1fr); } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info { grid-template-columns: repeat(1, 1fr); } } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left { border: 1px solid #E9E7F7; padding: 57px 80px 67px 50px; border-radius: 5px 0 0 5px; } @media (max-width: 767.98px) { /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left { padding: 35px 30px; border-radius: 5px; } } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 600; color: #373737; display: inline-block; margin-bottom: 21px; } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left p { font-family: "Cerebri Sans"; font-size: 24px; line-height: 35px; font-weight: 700; color: #202E3B; } @media (max-width: 575.98px) { /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_left p { font-size: 20px; line-height: 31px; } } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right { background: #FB1159; display: flex; align-items: center; padding: 70px 65px 70px 70px; } @media (max-width: 767.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right { padding: 35px 30px; border-radius: 5px; } } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right p { font-family: "Jost", sans-serif; font-size: 35px; font-weight: 700; line-height: 45px; color: #fff; } @media (max-width: 575.98px) { /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .who_we_area .who_we_info .info_right p { font-size: 25px; line-height: 35px; } } /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area { padding-bottom: 30px; } } /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { display: grid; grid-template-columns: 330px 360px; grid-gap: 30px; align-items: center; } @media (max-width: 767.98px) { /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { grid-template-columns: auto; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { grid-template-columns: repeat(2, 1fr); margin-bottom: 40px; } } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery { grid-template-columns: repeat(2, 1fr); padding-right: 40px; } } @media (max-width: 767.98px) { /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery .gallery_box .thumb { margin-bottom: 30px; } } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery .gallery_box .thumb.small_thumb { margin: 30px 0 0 50px; } @media (max-width: 767.98px) { /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .about_gallery .gallery_box .thumb.small_thumb { margin: 0px 0 0 0px; } } /* line 102, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .section__title h3 { margin-bottom: 40px; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_about.scss */ .about_gallery_area .section__title p { font-size: 16px; line-height: 26px; font-family: "Jost", sans-serif; color: #202E3B; font-weight: 400; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area { padding: 150px 0 145px 0; position: relative; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area { padding: 36px 0 72px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area { padding: 25px 0 144px 0; } } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 52%; background-image: url(../img/about/counter_bg.png); clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 100%); background-repeat: no-repeat; background-position: right; background-size: cover; } @media (max-width: 991.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { display: none; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { width: 45%; } } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area::before { width: 45%; } } /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter { display: flex; align-items: center; } @media (max-width: 767.98px) { /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter { padding-left: 0 !important; flex-direction: column; align-items: flex-start; } } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:not(:last-child) { margin-bottom: 53px; } /* line 45, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:first-child { padding-left: 165px; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 45, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:first-child { padding-left: 30px; } } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(2) { padding-left: 105px; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(2) { padding-left: 10px; } } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(3) { padding-left: 15px; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter:nth-child(3) { padding-left: 0; } } /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter h3 { font-size: 60px; font-weight: 900; color: #FB1159; margin-right: 42px; min-width: 150px; margin-bottom: 0; } @media (min-width: 992px) and (max-width: 1499.98px) { /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter h3 { margin-right: 30px; font-size: 50px; } } @media (max-width: 767.98px) { /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter h3 { font-size: 40px; width: auto; margin-bottom: 20px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter .counter_content h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 15px; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_counter.scss */ .counter_area .counter_wrapper .single_counter .counter_content p { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox { display: inline-block; position: relative; margin: 0; align-items: center; } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox h5 { font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox .label_name { font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox.white_checkbox .checkmark:after { border-color: #fff; } /* line 25, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox .checkmark { position: relative; width: 18px; height: 18px; top: 0; left: 0; display: block; cursor: pointer; line-height: 18px; flex: 18px 0 0; border-radius: 3px; } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input:checked ~ .checkmark:after { width: 100%; height: 100%; border: 0; transition: .3s; transform: scale(0); } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input:checked ~ .checkmark { background: #FB1159; transition: .3s; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox input:checked ~ .checkmark::before { content: "\e64c"; font-family: "themify"; position: absolute; display: block; top: 0px; left: 3px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); font-size: 10px; font-weight: 600; line-height: 18px; z-index: 99; color: #fff; transition: .3s; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 18px; height: 18px; background: transparent; border-radius: 3px; border: 1px solid #E9E7F7; transition: .3s; transform: scale(1); } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 { display: inline-block; position: relative; margin: 0; align-items: center; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 h5 { font-size: 16px; font-weight: 600; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 118, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 .label_name { font-size: 16px; font-weight: 600; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2.white_checkbox .checkmark:after { border-color: #fff; } /* line 130, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 .checkmark { position: relative; width: 18px; height: 18px; top: 0; left: 0; display: block; cursor: pointer; line-height: 18px; flex: 18px 0 0; border-radius: 50%; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 156, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input:checked ~ .checkmark:after { width: 100%; height: 100%; border: 0; transition: .3s; transform: scale(0); } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input:checked ~ .checkmark { background: #20E007; transition: .3s; } /* line 171, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 input:checked ~ .checkmark::before { content: "\e64c"; font-family: "themify"; position: absolute; display: block; top: 0px; left: 3px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); font-size: 10px; font-weight: 600; line-height: 18px; z-index: 99; color: #fff; transition: .3s; font-weight: 700; } /* line 196, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2 .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 18px; height: 18px; background: transparent; border-radius: 50%; border: 1px solid #E9E7F7; transition: .3s; transform: scale(1); } /* line 211, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2.error_ans input:checked ~ .checkmark::before { content: "\e646"; font-family: "themify"; position: absolute; display: block; top: 0; left: 5px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; transform: rotate(0deg); font-size: 6px; font-weight: 600; line-height: 18px; z-index: 99; color: #fff; transition: .3s; font-weight: 700; } /* line 231, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_checkbox2.error_ans input:checked ~ .checkmark { background: #FF1414; transition: .3s; } /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox { display: inline-block; position: relative; margin: 0; align-items: center; } /* line 242, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox h5 { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .label_name { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; } /* line 257, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox.white_checkbox .checkmark:after { border-color: #fff; } /* line 261, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .checkmark { position: relative; width: 18px; height: 18px; top: 0; left: 0; display: block; cursor: pointer; line-height: 18px; flex: 18px 0 0; border-radius: 50%; } /* line 278, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 287, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input:checked ~ .checkmark:after { width: 100%; height: 100%; transition: .3s; transform: scale(1); border-color: #FB1159; } /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input:checked ~ .checkmark { transition: .3s; } /* line 300, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox input:checked ~ .checkmark::before { transform: translate(-50%, -50%) scale(1); } /* line 303, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .checkmark::before { position: absolute; background: #FB1159; content: ''; width: 8px; height: 8px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); transition: .3s; } /* line 315, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .primary_bulet_checkbox .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 18px; height: 18px; background: transparent; border-radius: 50%; border: 1px solid #E9E7F7; transition: .3s; transform: scale(1); } /* line 331, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .play_button { width: 100px; height: 100px; background: #fff; border-radius: 50%; color: #FB1159; display: inline-block; text-align: center; line-height: 100px; position: relative; font-size: 25px; transition: .3s; cursor: pointer; } /* line 344, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .play_button:hover { background: #FB1159; color: #fff; } /* line 350, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme__overlay { position: relative; z-index: 2; } /* line 353, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme__overlay:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0A0B21; opacity: .4; z-index: -1; } /* line 366, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu { background: #F8F8FE; border-radius: 10px; display: inline-flex; } /* line 371, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; color: #202E3B; border-radius: 10px; padding: 13px 39px; } @media (max-width: 767.98px) { /* line 371, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a { padding: 13px 30px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 371, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a { padding: 13px 27px; } } /* line 384, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .lms_tabmenu li a.active { background: #FB1159; color: #fff; border-radius: 10px; } /* line 393, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_border { border-top: 1px solid #E9E7F7; } /* line 399, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according button::before { left: 25px; position: absolute; -webkit-transition: 0.4s; transition: 0.4s; content: "\e622"; font-family: 'themify'; font-size: 16px; color: #373737; font-weight: 400; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according button.collapsed::before { content: "\e61a"; font-family: 'themify'; } /* line 418, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card { margin-bottom: 15px; border: 0; } /* line 421, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header { border: 1px solid #E9E7F7; border-radius: 5px; background: transparent; padding: 0; } /* line 428, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header h5 button { font-family: "Cerebri Sans"; font-size: 18px; font-weight: 600; color: #202E3B; display: flex; justify-content: space-between; width: 100%; border: 0; padding: 11.5px 25px 11.5px 50px; text-decoration: none !important; } @media (max-width: 767.98px) { /* line 428, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header h5 button { flex-wrap: wrap; } } /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card .card-header h5 button span { font-size: 14px; font-weight: 500; font-family: "Cerebri Sans"; color: #373737; } /* line 452, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body { padding: 0; padding-top: 20px; } /* line 456, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single { display: flex; justify-content: space-between; margin-bottom: 20px; align-items: center; } @media (max-width: 767.98px) { /* line 456, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single { flex-wrap: wrap; } } /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single:last-child { margin-bottom: 15px; } /* line 467, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left { display: flex; align-items: center; } @media (max-width: 767.98px) { /* line 467, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left { margin-bottom: 10px; } } /* line 473, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left i { font-size: 18px; font-weight: 400; margin-right: 15px; } /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_left span { font-size: 16px; font-weight: 500; color: #373737; } /* line 484, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_right { display: flex; align-items: center; } /* line 488, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_right .theme_btn_lite { margin-right: 30px; } /* line 491, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_predefine.scss */ .theme_according .card-body .curriculam_list .curriculam_single .curriculam_right span { font-size: 14px; font-weight: 500; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .dark_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(4, 8, 34, 0.4); z-index: 2; opacity: 0; visibility: hidden; transition: .3s; } /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .dark_overlay.active { opacity: 1; visibility: visible; } @media (min-width: 767.98px) { /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .chart_close { display: none; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart { position: fixed; top: 0px; right: 0; background: #fff; z-index: 3; height: 100%; width: 519px; padding: 140px 30px 40px 40px; opacity: 0; visibility: hidden; overflow: auto; transition: .3s; } @media (max-width: 575.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart { width: 100%; padding: 100px 20px 30px 30px; } } /* line 42, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart.active { opacity: 1; visibility: visible; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header { border-bottom: 1px solid #E1E2E6; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 15px; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart { display: flex; border-bottom: 1px solid #E1E2E6; align-items: center; padding: 20px 0; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart:last-child { padding-bottom: 60px; margin-bottom: 30px; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb { width: 120px; margin-right: 30px; } /* line 68, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb img { width: 120px; } /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; margin-bottom: 10px; } /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p { font-size: 16px; font-weight: 500; color: #373737; font-family: "Jost", sans-serif; display: flex; align-items: center; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .multy_icon { display: inline-block; font-size: 14px; margin-right: 13px; margin-left: 5px; color: #373737; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cart.scss */ .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise { color: #49A60A; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details { padding: 150px 0 120px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details { padding: 75px 0 45px 0; } } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title { display: flex; } @media (max-width: 767.98px) { /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title { flex-direction: column; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details { display: flex; align-items: center; position: relative; width: 33%; z-index: 1; margin-bottom: 40px; } @media (max-width: 767.98px) { /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details { margin-bottom: 30px; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child) { margin-right: 60px; padding-right: 60px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child) { margin-right: 10px; padding-right: 10px; } } @media (max-width: 767.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child) { margin-right: 0; padding-right: 0; } } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child)::before { content: ''; position: absolute; right: 0; top: 0; background: #E9E7F7; width: 1px; height: 40px; top: 50%; transform: translateY(-50%); } @media (max-width: 767.98px) { /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details:not(:last-child)::before { display: none; } } /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .thumb { margin-right: 25px; width: 80px; height: 80px; border-radius: 50%; flex: 80px 0 0; background-size: cover; background-position: center center; } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .thumb img { border-radius: 50%; width: 80px; height: 80px; } /* line 70, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content span { font-size: 14px; font-weight: 500; color: #373737; display: inline-block; margin-bottom: 3px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 78, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content h4 { font-size: 18px; } } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star { display: flex; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star .stars { display: flex; align-items: center; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star .stars i { font-size: 15px; color: #FFC107; } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) { margin-right: 5px; } /* line 101, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star p { font-size: 14px; font-weight: 400; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; margin-left: 19px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 101, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .course__details_title .single__details .details_content .rating_star p { margin-left: 5px; } } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .video_screen { background-image: url(../img/course_details/banner.jpg); height: 600px; background-repeat: no-repeat; background-position: center center; background-size: cover; display: flex; align-items: center; justify-content: center; } @media (max-width: 767.98px) { /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .video_screen { height: 500px; } } /* line 130, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course__details .video_screen p { font-size: 18px; font-weight: 600; font-family: "Jost", sans-serif; color: #fff; margin-top: 14px; } /* line 142, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title { display: flex; align-items: center; margin-bottom: 21px; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 36px; font-weight: 700; color: #202E3B; margin-bottom: 0; margin-right: 23px; } @media (max-width: 767.98px) { /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 30px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title h3 { font-size: 30px; } } /* line 164, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title p { font-size: 14px; font-weight: 600; color: #687083; margin-bottom: 0; font-family: "Cerebri Sans"; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title p a { font-size: 14px; font-weight: 600; color: #687083; margin-bottom: 0; font-family: "Cerebri Sans"; } /* line 178, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .sidebar__title p i { color: #687083; font-size: 16px; margin-right: 5px; } /* line 187, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li { display: flex; align-items: center; } /* line 191, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li:not(:last-child) { margin-bottom: 12px; } /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li i { font-size: 22px; font-weight: 400; color: #373737; margin-right: 15px; } /* line 202, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .sidebar__widget .course_includes li p { font-size: 16px; font-weight: 500; color: #373737; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 212, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content { margin-bottom: 45px; } } @media (min-width: 1500px) { /* line 212, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content { padding-right: 50px; } } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview:not(:last-child) { margin-bottom: 54px; } /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview:last-child { margin-bottom: 25px; } /* line 231, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview .theme_border { margin-bottom: 24px; } /* line 235, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview p { line-height: 26px; font-weight: 400; } /* line 240, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview .social_btns { display: flex; flex-wrap: wrap; } /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .course_overview_description .single_overview .social_btns .social_btn { margin-right: 10px; margin-bottom: 5px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper { padding-bottom: 97px; } @media (max-width: 767.98px) { /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper { padding-bottom: 47px; } } /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_title { margin-bottom: 38px; } /* line 262, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_title h4 { margin-bottom: 3px; } /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_title > p { color: #373737; font-weight: 500; } /* line 272, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner { display: grid; grid-template-columns: 300px auto; grid-gap: 60px; margin-bottom: 53px; } @media (max-width: 767.98px) { /* line 272, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner { grid-template-columns: auto; grid-gap: 30px; margin-bottom: 30px; } } /* line 288, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h4 { margin-bottom: 8px; } /* line 292, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info h5 { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; } /* line 299, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details { margin-bottom: 21px; margin-top: 24px; } @media (max-width: 767.98px) { /* line 299, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .ins_details { margin-bottom: 21px; } } /* line 312, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification { display: flex; align-items: center; font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; margin-bottom: 10px; } /* line 320, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification i { font-size: 22px; font-weight: 400; margin-right: 15px; } /* line 335, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .author_courses { padding-top: 87px; border-top: 1px solid #E9E7F7; } @media (max-width: 767.98px) { /* line 335, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .lms_tab_content .author_courses { padding-top: 47px; } } /* line 345, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .details_title { margin-bottom: 38px; } /* line 348, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .details_title h4 { margin-bottom: 3px; } /* line 352, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .details_title > p { color: #373737; } /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback { display: flex; } @media (max-width: 767.98px) { /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback { flex-direction: column; } } /* line 363, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left { padding-right: 55px; margin-bottom: 30px; } /* line 367, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left h2 { font-size: 60px; font-weight: 900; color: #FB1159; margin-bottom: 0; line-height: 1; } /* line 375, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars { display: flex; align-items: center; margin: 5px 0 8px 0; } /* line 380, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i { color: #FFC107; font-size: 17px; } /* line 384, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) { margin-right: 5px; } /* line 390, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .course_feedback_left span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #202E3B; } /* line 398, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar { width: 100%; } /* line 401, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar { display: grid; grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr); align-items: center; margin-bottom: 20px; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress { height: 10px; background-color: #E8E8ED; border-radius: 30px; margin-right: 30px; } @media (max-width: 767.98px) { /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress { margin-right: 15px; } } /* line 419, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar { background: #202E3B; border-radius: 30px; } /* line 426, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars { display: flex; align-items: center; margin: 0; margin-right: 20px; } @media (max-width: 767.98px) { /* line 426, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars { margin-right: 15px; } } /* line 435, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i { color: #FFC107; font-size: 17px; } @media (max-width: 767.98px) { /* line 435, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i { font-size: 14px; } } /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) { margin-right: 5px; } /* line 448, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span { font-family: "Jost", sans-serif; font-size: 14px; font-weight: 500; color: #202E3B; } /* line 459, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews { border-top: 1px solid #E9E7F7; padding-top: 56px; margin-top: 36px; } /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .details_title { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .details_title { margin-bottom: 30px; } } /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews { display: flex; border-bottom: 1px solid #E9E7F7; padding-bottom: 57px; margin-bottom: 60px; } /* line 477, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews:last-child { padding-bottom: 37px; border: 0; } @media (max-width: 767.98px) { /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews { padding-bottom: 40px; margin-bottom: 40px; } } @media (max-width: 575.98px) { /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews { flex-direction: column; } } /* line 490, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .thumb { font-size: 20px; font-weight: 700; font-family: "Cerebri Sans"; width: 80px; height: 80px; border-radius: 50%; background: #FB1159; flex: 80px 0 0; margin-right: 40px; color: #fff; text-transform: uppercase; text-align: center; line-height: 80px; margin-bottom: 20px; } /* line 508, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content h4 { margin-bottom: 0; } /* line 512, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer { display: flex; align-items: center; margin: 7px 0 21px 0; } /* line 517, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars { display: flex; align-items: center; margin: 0; margin-right: 15px; } /* line 523, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i { color: #FFC107; font-size: 15px; } /* line 527, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) { margin-right: 5px; } /* line 533, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_course_details.scss */ .course_review_wrapper .course_cutomer_reviews .single_reviews .review_content .rated_customer span { font-size: 14px; font-weight: 500; color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_list li { font-size: 16px; font-weight: 400; color: #373737; font-family: "Jost", sans-serif; display: flex; align-items: center; margin-bottom: 1px; } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_list li i { font-size: 12px; font-weight: 400; color: #373737; margin-right: 10px; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details { padding: 150px 0 120px 0; } @media (max-width: 767.98px) { /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details { padding: 75px 0 45px 0; } } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .lms_tab_content .course_overview_description .single_overview { margin-bottom: 30px; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .lms_tab_content .course_overview_description .single_overview:last-child { margin-bottom: 28px; } @media (max-width: 767.98px) { /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .lms_tab_content .course_overview_description .single_overview:last-child { margin-bottom: 40px; } } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz__details .course_cutomer_reviews .single_reviews:last-child { padding-bottom: 0; border: 0; margin-bottom: 28px; } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header { background: #F8F8FE; padding: 26.8px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header { padding: 20px 30px; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body { padding: 50px 50px 80px 60px; } @media (max-width: 767.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body { padding: 40px 40px 50px 40px; } } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body p { margin-bottom: 26px; } /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body p a { font-weight: 600; color: #373737; } /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body .quiz_test_info { margin-bottom: 47px; padding-top: 4px; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body .quiz_test_info li { font-family: "Jost", sans-serif; font-weight: 400; color: #373737; display: grid; grid-template-columns: 80px auto; grid-gap: 20px; margin-bottom: 7px; } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_test_wrapper .quiz_test_body .quiz_test_info li span { font-size: 16px; font-weight: 600; display: flex; justify-content: space-between; text-transform: capitalize; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header { background: #F8F8FE; padding: 22px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header { padding: 20px 30px; } } @media (max-width: 575.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header { flex-direction: column; justify-content: start; } } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right { text-align: right; } @media (max-width: 575.98px) { /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right { text-align: left; width: 100%; margin-top: 10px; } } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right span { font-size: 20px; font-weight: 600; font-family: "Cerebri Sans"; color: #202E3B; margin-bottom: 0; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_header .quiz_header_right p { font-size: 14px; font-weight: 500; color: #687083; } /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body { padding: 40px 60px 80px 60px; } @media (max-width: 575.98px) { /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body { padding: 25px 20px; } } /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header { margin-bottom: 26px; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; } /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top p { font-size: 14px; font-weight: 500; color: #687083; } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_top .arrow_controller span { width: 30px; height: 30px; border-radius: 5px; text-align: center; line-height: 30px; background: #F9F9FD; border: 1px solid #E1E2E6; display: inline-block; font-size: 12px; color: #687083; } /* line 203, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters { display: flex; align-items: center; flex-wrap: wrap; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span { width: 50px; height: 50px; text-align: center; line-height: 49px; background: #FB1159; font-size: 16px; font-weight: 700; font-family: "Cerebri Sans"; display: inline-block; border-radius: 50%; color: #fff; flex: 50px 0 0; margin-bottom: 20px; } @media (max-width: 767.98px) { /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span { width: 40px; height: 40px; line-height: 40px; flex: 40px 0 0; font-size: 14px; } } @media (max-width: 575.98px) { /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span { margin-bottom: 15px; } } /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span.skip_qus { border: 2px solid #FB1159; color: #FB1159; background: transparent; } /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) { margin-right: 33px; } @media (max-width: 767.98px) { /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .question_list_header .question_list_counters span:not(:last-child) { margin-right: 20px; } } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .quiz_select { margin-bottom: 50px; } /* line 252, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_questions_wrapper .quiz_test_body .quiz_select li { margin-bottom: 15px; } /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 263, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header { background: #F8F8FE; padding: 26.8px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 263, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header { padding: 20px 30px; } } /* line 271, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 271, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 282, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body { padding: 50px 50px 80px 60px; } @media (max-width: 767.98px) { /* line 282, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body { padding: 30px; } } /* line 288, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body h3 { font-size: 24px; font-weight: 700; margin-bottom: 34px; } /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper { display: flex; } @media (max-width: 575.98px) { /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper { flex-direction: column; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 294, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper { flex-direction: column; } } /* line 304, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view p { font-size: 14px; font-weight: 400; color: #687083; margin-bottom: 12px; } /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 80px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 30px; } } @media (max-width: 767.98px) { /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 40px; } } @media (max-width: 575.98px) { /* line 311, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view ul { margin-bottom: 20px; } } @media (max-width: 575.98px) { /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child { margin-bottom: 30px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:last-child { margin-bottom: 40px; } } /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) { margin-right: 94px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) { margin-right: 0; } } @media (max-width: 767.98px) { /* line 333, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .score_view_wrapper .single_score_view:not(:last-child) { margin-right: 30px; } } /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 70px; margin-bottom: 30px; } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 50px; } } @media (max-width: 767.98px) { /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info { padding-left: 0; margin-bottom: 30px; } } /* line 360, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .quiz_score_wrapper .quiz_test_body .retake_info h4 { margin-bottom: 12px; } /* line 368, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } /* line 372, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header { background: #F8F8FE; padding: 26.8px 60px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); } @media (max-width: 767.98px) { /* line 372, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header { padding: 20px 30px; } } /* line 380, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header h3 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 0; } @media (max-width: 767.98px) { /* line 380, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_header h3 { font-size: 18px; } } /* line 391, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body { padding: 40px 50px; } @media (max-width: 767.98px) { /* line 391, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body { padding: 30px; } } /* line 398, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view { padding-bottom: 26px; margin-bottom: 30px; } /* line 402, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view:not(:last-child) { border-bottom: 1px solid #E9E7F7; } /* line 406, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p { font-size: 14px; font-weight: 500; color: #687083; margin-bottom: 2px; } /* line 413, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view h4 { font-size: 18px; font-weight: 700; margin-bottom: 25px; color: #373737; } /* line 421, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view ul li { margin-bottom: 14px; font-size: 16px; font-weight: 500; } @media (max-width: 767.98px) { /* line 430, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_view .marking_img img { width: 60px; margin-top: 10px; } } /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview { padding-top: 30px; padding-bottom: 40px; } @media (max-width: 575.98px) { /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview { padding-top: 0; } } /* line 446, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview a { margin: 0 5px; } @media (max-width: 575.98px) { /* line 449, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview a:nth-child(1) { margin-bottom: 15px; } } @media (max-width: 575.98px) { /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .result_sheet_wrapper .quiz_test_body .result_sheet_preview { flex-direction: column; } } /* line 463, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ #result br { display: block; } /* line 467, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .questions br { display: block; } /* line 471, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox { display: inline-block; position: relative; margin: 0; line-height: 20px; font-size: 16px; font-weight: 400; color: #202E3B; display: block; margin-bottom: 15px; } /* line 483, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox .checkmark { position: relative; width: 20px; height: 20px; top: 0; left: 0; display: block; cursor: pointer; line-height: 20px; flex: 20px 0 0; border: 1px solid #C4C4C4; margin-right: 12px; } /* line 499, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; } /* line 509, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input:checked ~ .checkmark:after { width: 100%; height: 100%; border: 0; transition: .3s; transform: scale(0); } /* line 517, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input:checked ~ .checkmark { transition: .3s; } /* line 523, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox input:checked ~ .checkmark::before { content: "\e64c"; font-family: "themify"; position: absolute; display: block; top: -1px; left: 2px; text-indent: 1px; color: #828BB2; background-color: transparent; border: 0px; -webkit-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg); font-size: 10px; font-weight: 600; line-height: 20px; z-index: 99; color: #fff; transition: .3s; } /* line 549, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox .checkmark:after { position: absolute; display: block; top: 0; left: 0; content: ""; width: 20px; height: 20px; background: transparent; border-radius: 5px; border: 0; transition: .3s; transform: scale(1); background: transparent; } /* line 565, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .primary_checkbox .checkmark.red_check::after { background: rgba(255, 226, 229, 0.34); } /* line 571, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .btnPrevious { cursor: pointer; } /* line 575, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .btnNext { cursor: pointer; } /* line 579, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .next { cursor: pointer; } /* line 583, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_quiz_details.scss */ .skip { cursor: pointer; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper { padding: 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper { padding: 75px 0; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info .thumb img { max-width: 535px; } @media (max-width: 575.98px) { /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info .thumb img { width: 100%; } } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info h3 { font-size: 50px; font-family: "Cerebri Sans"; font-weight: 900; color: #202E3B; margin: 19px 0 13px 0; } @media (max-width: 575.98px) { /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info h3 { font-size: 30px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info h3 { font-size: 40px; } } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_error.scss */ .error_wrapper .error_wrapper_info p { font-size: 18px; font-weight: 500; color: #373737; margin-bottom: 38px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper { display: grid; grid-template-columns: 615px auto; justify-content: center; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper { grid-template-columns: auto; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper { grid-template-columns: 515px auto; } } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left { padding: 60px 56px 53px 60px; } @media (max-width: 767.98px) { /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left { padding: 40px 30px; } } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .logo { margin-bottom: 120px; } @media (max-width: 767.98px) { /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .logo { margin-bottom: 75px; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 20px; } @media (max-width: 767.98px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 100px; } } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content h4 { font-size: 26px; font-weight: 700; line-height: 36px; margin-bottom: 50px; } @media (max-width: 767.98px) { /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content h4 { font-size: 20px; line-height: 26px; margin-bottom: 40px; } } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } @media (max-width: 767.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links { grid-template-columns: repeat(1, 1fr); } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links { grid-template-columns: repeat(1, 1fr); } } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a { border-radius: 0; color: #fff !important; white-space: nowrap; } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:hover { background: #FB1159 !important; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a i { font-size: 16px; margin-right: 5px; } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(1) { background: #395799; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .socail_links a:nth-child(2) { background: #03ABF0; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .login_text { font-size: 14px; font-weight: 500; color: #373737; font-family: "Cerebri Sans"; margin: 13px 0 50px 0; } /* line 78, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass { align-items: center; margin-bottom: 60px; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .primary_checkbox .label_name { font-size: 14px; color: #687083; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p { font-family: "Cerebri Sans"; font-size: 14px; font-weight: 500; color: #687083; margin-bottom: 0; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass p a { text-decoration: underline; color: #687083; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass .forgot_pass { font-size: 14px; font-weight: 500; color: #5DABFC; font-family: "Cerebri Sans"; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .shitch_text { font-size: 14px; font-weight: 500; color: #373737; text-align: center; } /* line 110, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_left .shitch_text a { color: #4183FF; } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right { display: flex; align-items: center; justify-content: center; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffeaef+0,40e8dd+100&0.1+0,0.1+100 */ background: -moz-linear-gradient(top, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 234, 239, 0.1) 0%, rgba(64, 232, 221, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affeaef', endColorstr='#1a40e8dd', GradientType=0); /* IE6-9 */ } @media (max-width: 767.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right { display: none; } } @media (max-width: 991.98px) { /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right { display: none; } } /* line 131, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .login_main_info { text-align: center; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right h4 { font-size: 40px; font-weight: 900; color: #202E3B; line-height: 50px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right h4 { font-size: 25px; line-height: 35px; } } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right h4 { font-size: 25px; line-height: 35px; } } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right br { display: block !important; } /* line 151, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb { margin: 80px 0 55px 0; text-align: center; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 151, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb { margin: 50px 0 35px 0; } } /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb img { max-width: 412px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb img { max-width: 300px; } } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .thumb img { max-width: 300px; } } /* line 168, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .other_links span { font-size: 18px; font-weight: 500; font-family: "Jost", sans-serif; color: #202E3B; } /* line 173, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .other_links span:not(:last-child) { margin-right: 60px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 173, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper .login_wrapper_right .other_links span:not(:last-child) { margin-right: 30px; } } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .logo { margin-bottom: 91px; } @media (max-width: 767.98px) { /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .logo { margin-bottom: 46px; } } /* line 193, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 20px; } @media (max-width: 767.98px) { /* line 193, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content { padding-bottom: 60px; } } /* line 198, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .login_wrapper.resister_wrapper .login_wrapper_left .login_wrapper_content .remember_forgot_pass { margin-bottom: 56px; } /* line 206, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field { border-bottom: 1px solid #E1E2E6; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field span { background: transparent; border: 0; padding: 0; width: 20px; text-align: left; padding-bottom: 14px; } /* line 216, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field input { border: 0; font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; box-shadow: none !important; padding-bottom: 19px; padding-left: 10px; } /* line 224, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field input:focus { outline: none; } /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_login.scss */ .custom_group_field input::placeholder { color: #AFAFAF; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area { padding-bottom: 120px; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area { padding-bottom: 45px; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel { background: #fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); border-radius: 20px; padding: 52px 0 52px 0; position: relative; margin-top: -125px; margin-bottom: 100px; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel { margin: 75px 0 50px 0; } } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel .single_course_slide .icon img { display: inline-block; width: auto; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel .single_course_slide h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 7px; margin-top: 30px; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .pricing_carousel .single_course_slide span { font-family: "Jost", sans-serif; font-size: 16px; font-weight: 500; color: #373737; } /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing { background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); border-radius: 10px; padding: 40px 30px 40px 30px; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_header { padding-bottom: 23px; text-align: center; border-bottom: 1px solid #EEF0F4; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_header h3 { font-size: 22px; font-family: "Cerebri Sans"; font-weight: 900; margin-bottom: 0; } /* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 { font-size: 50px; font-weight: 900; margin-bottom: 0; color: #FB1159; position: relative; display: inline-block; line-height: 1; margin: 27px 0 25px 0; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 span { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; position: absolute; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 span.sup { left: -10px; top: 6px; } /* line 75, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body h2 span.sub { right: -28px; bottom: 8px; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body .pricing_lists { margin-bottom: 41px; } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_pricing.scss */ .pricing_area .single_pricing .pricing_body .pricing_lists li { font-size: 16px; font-weight: 500; font-family: "Jost", sans-serif; color: #687083; margin-bottom: 8px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper { padding: 144px 0 110px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper { padding: 69px 0 35px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper.instractors_wrapper2 { padding: 0px 0 100px 0; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractors_wrapper.instractors_wrapper2 { padding: 0px 0 25px 0; } } /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor .thumb { margin-bottom: 31px; overflow: hidden; display: block; } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor .thumb img { width: 100%; transform: scale(1); transition: .3s; } /* line 25, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor h4 { font-size: 20px; font-weight: 700; color: #202E3B; margin-bottom: 3px; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor span { display: block; font-size: 14px; font-weight: 500; font-family: "Jost", sans-serif; color: #373737; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .single_instractor:hover .thumb img { transform: scale(1.1); } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper { padding: 150px 0 120px 0; } @media (max-width: 767.98px) { /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper { padding: 75px 0 40px 0; } } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .thumb { max-width: 330px; border-radius: 50%; overflow: hidden; margin: 0 auto 30px auto; } @media (max-width: 767.98px) { /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .thumb { max-width: 200px; } } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .thumb img { width: 100%; border-radius: 50%; } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta { text-align: center; } /* line 69, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta h4 { font-size: 22px; font-weight: 700; margin-bottom: 5px; } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta span { font-size: 16px; font-weight: 500; color: #373737; } /* line 79, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media { display: flex; align-items: center; justify-content: center; margin-top: 38px; } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a { width: 50px; height: 50px; border-radius: 50%; color: #fff; font-size: 16px; background: #395799; text-align: center; line-height: 50px; display: inline-block; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.twitter { background: #03ABF0; } /* line 97, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.pinterest { background: #C92128; } /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a.linkedin { background: #0477B5; } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:hover { background: #FB1159; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_profile .instractor_meta .social_media a:not(:last-child) { margin-right: 10px; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { display: flex; } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { justify-content: space-between; } } @media (max-width: 767.98px) { /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { flex-direction: column; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title { flex-direction: column; } } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details { display: flex; align-items: center; position: relative; z-index: 1; margin-bottom: 40px; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details { margin-bottom: 20px; padding-right: 0; margin-right: 0; } } @media (max-width: 767.98px) { /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details { margin-bottom: 30px; } } /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { margin-right: 60px; padding-right: 60px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { margin-right: 30px; padding-right: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { padding-right: 0; margin-right: 0; } } @media (max-width: 767.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { margin-right: 0; padding-right: 0; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child) { padding-right: 0; margin-right: 0; } } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { content: ''; position: absolute; right: 0; top: 0; background: #E9E7F7; width: 1px; height: 40px; top: 50%; transform: translateY(-50%); } @media (max-width: 767.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } @media (min-width: 1200px) and (max-width: 1399.98px) { /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details:not(:last-child)::before { display: none; } } /* line 185, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb { margin-right: 25px; width: 80px; height: 80px; border-radius: 50%; flex: 80px 0 0; } /* line 191, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .thumb img { width: 100%; border-radius: 50%; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content span { font-size: 14px; font-weight: 500; color: #373737; display: inline-block; margin-bottom: 3px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 204, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content h4 { font-size: 18px; } } /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star { display: flex; } /* line 211, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars { display: flex; align-items: center; } /* line 214, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i { font-size: 15px; color: #FFC107; } /* line 217, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star .stars i:not(:last-child) { margin-right: 5px; } /* line 222, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p { font-size: 14px; font-weight: 400; font-family: "Jost", sans-serif; color: #202E3B; margin-bottom: 0; margin-left: 19px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 222, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .course__details_title .single__details .details_content .rating_star p { margin-left: 5px; } } /* line 238, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .instractos_details_wrapper .instractos_main_details .instractos_info_Details p { font-size: 16px; font-weight: 400; line-height: 26px; color: #373737; margin-bottom: 30px; } /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author { padding-bottom: 115px; } @media (max-width: 767.98px) { /* line 249, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author { padding-bottom: 40px; } } /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author .theme_border { padding-bottom: 85px; } @media (max-width: 767.98px) { /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_instractor.scss */ .course_by_author .theme_border { padding-bottom: 45px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input { height: 50px; border-radius: 5px; border: 1px solid #EBEBEB; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 10px 20px; width: 100%; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input::placeholder { font-size: 14px; color: #8E8E8E; text-transform: capitalize; } /* line 18, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input3 { height: 50px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input3::placeholder { color: #AFAFAF; } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input4 { height: 50px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; background: transparent; } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input4::placeholder { color: #AFAFAF; } /* line 45, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input2 { height: 60px; border-radius: 0px; border: 0; border-bottom: 1px solid #EBEBEB; font-family: "Jost", sans-serif; font-size: 16px; font-weight: 300; color: #202E3B; padding: 0px 25px 25px 0; width: 100%; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_input2::placeholder { font-size: 16px; color: #677294; text-transform: capitalize; } /* line 63, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group { height: 50px; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text { min-width: 242px; max-width: 242px; background: #395799; border: 0; border-radius: 0; padding-left: 30px; padding-right: 24px; } @media (max-width: 767.98px) { /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text { min-width: 40px; max-width: 40px; flex: 40px 0 0; padding-left: 20px; padding-right: 35px; width: 40px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text.twitter_bg { background: #1BABF0; } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text.linkedin_bg { background: #DD5143; } /* line 88, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text.youtube_bg { background: #FF0000; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text i { font-size: 16px; color: #fff; margin-right: 14px; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text span { font-size: 16px; font-weight: 600; font-family: "Cerebri Sans"; color: #fff; } @media (max-width: 767.98px) { /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group .input-group-prepend .input-group-text span { display: none; } } /* line 107, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group input { height: 50px; border: 1px solid #E1E2E6 !important; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; } /* line 118, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .custom_input_group input::placeholder { color: #AFAFAF; } /* line 123, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea { height: 150px; border-radius: 5px; border: 1px solid #EBEBEB; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; } /* line 133, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea::placeholder { font-size: 14px; color: #8E8E8E; text-transform: capitalize; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea3 { height: 160px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea3::placeholder { color: #AFAFAF; } /* line 152, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea4 { height: 120px; border: 1px solid #E1E2E6; font-family: "Jost", sans-serif; font-size: 14px; font-weight: 400; color: #202E3B; padding: 15px 20px; width: 100%; background: transparent; } /* line 162, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea4::placeholder { color: #AFAFAF; } /* line 166, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_label { font-size: 14px; font-weight: 500; color: #373737; display: block; margin-bottom: 10px; line-height: 1; } /* line 174, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_label2 { font-family: "Cerebri Sans"; font-size: 14px; font-weight: 600; color: #373737; display: block; margin-bottom: 14px; line-height: 1; } /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_label2 span { color: #FF1919; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea2 { height: 130px; border-radius: 0px; border: 0; border-bottom: 1px solid #f0e7e2; font-family: "Jost", sans-serif; font-size: 16px; font-weight: 300; color: #202E3B; padding: 3px 25px 0 0; width: 100%; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .primary_textarea2::placeholder { font-size: 14px; color: #677294; text-transform: capitalize; } /* line 207, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_title h4 { font-size: 24px; font-weight: 700; color: #373737; } /* line 213, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info { padding-top: 186px; } @media (max-width: 767.98px) { /* line 213, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info { padding-top: 71px; } } /* line 218, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info > p { margin: 20px 0 49px 0; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line:not(:last-child) { margin-bottom: 15px; } /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line i { font-size: 20px; font-weight: 400; color: #FB1159; margin-right: 20px; position: relative; top: 7px; } /* line 235, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line .address_info p { font-size: 14px; font-weight: 600; color: #373737; } /* line 239, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_info .address_lines .single_address_line .address_info p:not(:last-child) { margin-bottom: 0px; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_form_box { background: #FAFAFA; padding: 77px 45px 60px 45px; } @media (max-width: 767.98px) { /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_form_box { padding: 47px 30px 40px 30px; } } /* line 253, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_section .contact_form_box .contact_title { margin-bottom: 29px; } /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_map { padding: 120px 0 150px 0; } @media (max-width: 767.98px) { /* line 259, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_map { padding: 45px 0 75px 0; } } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_contact.scss */ .contact_map #contact-map { height: 400px; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper { padding: 148px 0 150px 0; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper { padding: 75px 0 75px 0; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper .cart_table_wrapper { margin-bottom: 30px; } @media (max-width: 767.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper .cart_table_wrapper { margin-bottom: 40px; } } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .cart_wrapper .cart_table_wrapper h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 30px; } /* line 20, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table { border-radius: 5px; border-collapse: collapse; border-radius: 5px; } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th { font-size: 17px; font-weight: 700; color: #202E3B; border-top: 1px solid #E1E2E6; border-bottom: 1px solid #E1E2E6; padding: 22px 30px; font-family: "Cerebri Sans"; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th:nth-child(1) { border-left: 1px solid #E1E2E6; padding-left: 295px; } @media (max-width: 767.98px) { /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th:nth-child(1) { padding-left: 180px; } } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table thead tr th:last-child { border-right: 1px solid #E1E2E6; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td { border-bottom: 1px solid #E1E2E6; font-family: "Jost", sans-serif; color: #373737; font-size: 16px; vertical-align: middle; padding: 20px 30px; white-space: nowrap; } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .in_stoke { color: #49A60A; } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td:nth-child(1) { border-left: 1px solid #E1E2E6; padding-left: 20px; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td:last-child { border-right: 1px solid #E1E2E6; } /* line 70, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .close_icon { margin-right: 10px; } /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .thumb { width: 160px; height: 100px; margin-right: 90px; } @media (max-width: 767.98px) { /* line 73, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .thumb { width: 100px; height: 60px; margin-right: 30px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name .thumb img { width: 100%; } /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tbody tr td .product_name span { font-size: 16px; font-weight: 400; color: #373737; } /* line 96, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tfoot td { border-top: 1px solid #E1E2E6; border-bottom: 1px solid #E1E2E6; padding: 25px 20px; } /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tfoot td:nth-child(1) { border-left: 1px solid #E1E2E6; } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table tfoot td:last-child { border-right: 1px solid #E1E2E6; text-align: right; } /* line 111, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table.custom_table2 tbody td { padding: 25px 40px; } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 { border-radius: 5px; border-collapse: collapse; border-radius: 5px; } /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 thead tr th { font-size: 16px; font-weight: 600; color: #373737; border-top: 0; border-bottom: 1px solid #E9E7F7; padding: 15px 30px; font-family: "Cerebri Sans"; padding-left: 0; white-space: nowrap; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td { border-bottom: 1px solid #E9E7F7; font-family: "Jost", sans-serif; color: #373737; font-size: 16px; vertical-align: middle; padding: 14.5px; white-space: nowrap; padding-left: 0; font-weight: 400; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td h5 { font-weight: 500; font-family: "Jost", sans-serif; color: #373737; margin-bottom: 0; font-size: 16px; } /* line 158, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .close_icon { margin-right: 10px; } /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .thumb { width: 160px; height: 100px; margin-right: 90px; } @media (max-width: 767.98px) { /* line 161, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .thumb { width: 100px; height: 60px; margin-right: 30px; } } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name .thumb img { width: 100%; } /* line 174, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .table.custom_table3 tbody tr td .product_name span { font-size: 16px; font-weight: 400; color: #373737; } /* line 184, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper { display: grid; grid-template-columns: 300px 170px; grid-gap: 10px; } /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper .theme_btn.small_btn2 { padding: 16px 9px; } /* line 191, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper .primary_input { background: #F9F9FD; font-size: 14px; font-weight: 500; font-family: "Cerebri Sans"; color: #202E3B; } /* line 197, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .coupon_wrapper .primary_input::placeholder { color: #687083; font-size: 14px; font-weight: 500; font-family: "Cerebri Sans"; } /* line 206, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count { display: inline-flex; } /* line 208, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count .count_single_item { width: 40px; height: 40px; border-radius: 0px; border: 1px solid #E1E2E6; font-size: 14px; color: #687083; display: inline-block; display: inline-block; text-align: center; line-height: 40px; transition: .3s; cursor: pointer; background: #F9F9FD; } /* line 223, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count .count_single_item.input-number { cursor: text; width: 60px; background: #fff; color: #373737; font-weight: 500; font-family: "Jost", sans-serif; font-size: 16px; border-right: 0; border-left: 0; } /* line 233, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_shop_cart.scss */ .product_number_count .count_single_item.input-number::placeholder { color: #373737; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { display: grid; grid-template-columns: 58% 42%; } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { grid-template-columns: 1fr; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { grid-template-columns: 55% 45%; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper { grid-template-columns: 1fr; } } /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 150px 60px 150px 350px; } @media (max-width: 767.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 75px 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 75px 50px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 75px 50px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 147px 60px 150px 60px; } } @media (min-width: 1500px) and (max-width: 1799.98px) { /* line 14, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .billing_details_wrapper { padding: 147px 100px 150px 200px; } } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { background: #FAFAFA; padding: 147px 254px 150px 90px; } @media (max-width: 767.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 73px 20px 75px 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 75px 50px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 75px 50px; } } @media (min-width: 1200px) and (max-width: 1499.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 147px 60px 150px 60px; } } @media (min-width: 1500px) and (max-width: 1799.98px) { /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper { padding: 147px 100px 150px 100px; } } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } @media (max-width: 575.98px) { /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product { flex-wrap: wrap; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb { width: 140px; height: 80px; margin-right: 20px; } /* line 64, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb img { width: 100%; } /* line 68, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name span { font-size: 16px; font-weight: 400; color: #373737; } /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .order_prise { font-size: 16px; font-weight: 500; color: #373737; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists { margin-bottom: 36px; } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #E1E2E6; padding: 20px 0; } /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists .coupon_value { width: 130px; height: 40px; border-radius: 5px; border: 1px solid #E1E2E6; padding: 11px 23px; font-size: 14px; font-weight: 600; font-family: "Cerebri Sans"; text-transform: uppercase; color: #FB1159; } /* line 101, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span { color: #373737; font-size: 16px; font-weight: 400; } /* line 105, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text { font-size: 16px; color: #202E3B; font-weight: 600; } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .bank_check { margin-bottom: 25px; } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .bank_check .label_name { font-size: 18px; font-weight: 600; font-family: "Jost", sans-serif; color: #373737; } /* line 124, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .quote { background: #F9F9FD; padding: 30px; border: 1px solid #E1E2E6; border-radius: 5px; } /* line 129, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .quote p { font-size: 16px; font-weight: 400; color: #373737; line-height: 26px; margin-bottom: 0; } /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .payment { display: flex; flex-direction: column; margin: 30px 0 17px 0; } /* line 141, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .payment .primary_bulet_checkbox { margin-bottom: 6px; } /* line 144, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_checkout.scss */ .checkout_wrapper .order_wrapper .bank_transfer .payment .label_name { margin-right: 20px; font-size: 16px; font-weight: 500; color: #373737; margin-bottom: 0; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { background-color: #fff; min-height: 100vh; left: 0; top: 0; z-index: 99; padding-bottom: 50px; width: 345px; z-index: 999; flex: 345px 0 0; border-right: 1px solid #E8ECF3; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { flex: 280px 0 0; width: 280px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { flex: 280px 0 0; width: 280px; } } @media (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar { left: -280px; transition: .5s; top: 0; width: 280px; position: fixed; } } /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar .logo { padding: 28.5px 50px; border-bottom: 1px solid #E8ECF3; } @media (max-width: 991.98px) { /* line 27, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar .logo { padding: 24px; } } @media (max-width: 991.98px) { /* line 33, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar .logo img { max-width: 150px; } } /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px 65px 30px 30px; } @media (max-width: 991.98px) { /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 39, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul { padding: 30px 30px 30px 30px; } } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a { padding: 13px 20px; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a .menu_icon { margin-right: 10px; line-height: 1; } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a span { font-size: 16px; font-weight: 600; color: #202E3B; font-family: "Cerebri Sans"; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar ul li a.active, .sidebar ul li a:hover { background: #F9F9FD; } @media (max-width: 991.98px) { /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .active_sidebar { left: 0; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } } /* line 79, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_sidebar.scss */ .sidebar_close_icon i { width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; position: absolute; right: 30px; font-size: 25px; top: 23px; cursor: pointer; color: #202E3B; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /******** header css here *********/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0px 100px 0px 150px; background-color: #fff; position: relative; width: 100%; top: 0; z-index: 99; height: 100px; border-bottom: 1px solid #E8ECF3; } @media (max-width: 991.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { width: 100%; padding: 20px; height: 80px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0 50px; } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0 50px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner { padding: 0 50px; } } @media (max-width: 767.98px) { /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification { margin: 0 10px; } } /* line 32, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification i { color: #373737; position: relative; font-size: 20px; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification i:after { position: absolute; content: ""; right: -1px; top: 0; height: 9px; width: 9px; background-color: #fff; border-radius: 50%; } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul { display: flex; z-index: 100; align-items: center; } /* line 53, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li { position: relative; } /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:not(:last-child) { margin-right: 40px; } @media (max-width: 991.98px) { /* line 55, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:not(:last-child) { margin-right: 20px; } } /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:last-child { margin-right: 30px; } @media (max-width: 991.98px) { /* line 61, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li:last-child { margin-right: 20px; } } /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li a { position: relative; z-index: 2; display: inline-block; } /* line 72, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li a .notify_icon img { max-width: 30px; } /* line 76, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li a .notify_count { width: 14px; height: 14px; border-radius: 50%; background: #FB1159; font-size: 10px; font-weight: 600; font-family: "Cerebri Sans"; display: inline-block; text-align: center; color: #fff; position: absolute; top: -2px; right: 3px; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area { position: absolute; right: -30px; width: 330px; background: #FFFFFF; z-index: 10; border-radius: 10px; box-shadow: 2px 2px 40px rgba(177, 177, 177, 0.15); top: 64px; border: 1px solid #ECEEF4; opacity: 0; visibility: hidden; transition: .3s; } @media (max-width: 575.98px) { /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area { right: -200px; width: 300px; } } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area.active { opacity: 1; visibility: visible; } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area::after { content: ""; position: absolute; width: 25px; height: 25px; border: 1px solid #ECEEF4; background: #fff; top: -12.5px; right: 34px; transform: rotate(45deg); border-bottom: 0; border-right: 0; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body { padding: 40px; height: 345px; overflow: auto; } @media (max-width: 575.98px) { /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body { padding: 20px; } } /* line 133, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy { display: flex; align-items: center; } /* line 136, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy:not(:last-child) { margin-bottom: 25px; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon { width: 50px; height: 50px; border-radius: 50%; flex: 50px 0 0; margin-right: 20px; } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .icon img { width: 100%; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content h4 { font-size: 16px; font-weight: 700; font-family: "Cerebri Sans"; color: #202E3B; margin-bottom: 0; } /* line 157, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_body .single_nofy .notyfy_content p { font-size: 12px; font-weight: 500; color: #687083; } /* line 166, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .notification_wrapper ul li .notification_area .notification_footer a { font-size: 16px; font-weight: 600; color: #202E3B; font-family: "Cerebri Sans"; display: block; border-top: 1px solid #E9E7F7; text-align: center; padding: 18px 0 19px 0; } @media (max-width: 991.98px) { /* line 181, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search { display: none !important; } } @media (min-width: 1700px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { width: 539px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1299.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { display: none !important; } } @media only screen and (min-width: 1300px) and (max-width: 1399.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { width: 310px; } } @media only screen and (min-width: 1400px) and (max-width: 1499.98px) { /* line 188, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .theme_search_field { width: 300px; } } /* line 205, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .categories_menu { font-size: 16px; color: #687083; display: flex; align-items: center; font-weight: 600; margin-right: 30px; } @media (max-width: 991.98px) { /* line 205, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .categories_menu { display: none !important; } } /* line 215, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .header_iner .category_search .categories_menu i { font-weight: 900; margin-right: 10px; } /* line 222, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info { position: relative; cursor: pointer; max-width: 250px; } /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info img { width: 60px; height: 60px; border-radius: 50%; cursor: pointer; margin-right: 15px; } @media (max-width: 991.98px) { /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info img { width: 45px; height: 45px; } } /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info span { font-size: 16px; font-weight: 600; color: #687083; font-family: "Cerebri Sans"; } @media (max-width: 575.98px) { /* line 237, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info span { display: none; } } /* line 246, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner { position: absolute; right: 0; background-color: #fff; text-align: right; width: 186px; padding: 30px 20px 20px; top: 65px; transition: .5s; } /* line 255, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner a { display: block; } /* line 261, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .sidebar_icon i { font-size: 24px; } /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner { padding: 19px 20px; width: 186px; background-color: #fff; color: #202E3B; text-align: left; border-radius: 5px; position: absolute; opacity: 0; visibility: hidden; transform: translateY(13px); transform-origin: right top; transition: .5s; right: 0; border: 1px solid #ECEEF4; } @media (max-width: 767.98px) { /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner { transform: translateY(0); } } /* line 284, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner::after { content: ""; position: absolute; width: 16px; height: 16px; border: 1px solid #ECEEF4; background: #fff; top: -8px; left: 30px; transform: rotate(45deg); border-bottom: 0; border-right: 0; } /* line 297, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner a { display: block; padding: 13px 0; color: #202E3B; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info .profile_info_iner a:hover { color: #202E3B; } /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info.active .profile_info_iner { opacity: 1; visibility: visible; transform: translateY(3px); } @media (max-width: 767.98px) { /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info.active .profile_info_iner { transform: translateY(-13px); } } @media (max-width: 575.98px) { /* line 307, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info.active .profile_info_iner { transform: translateY(-15px) !important; } } @media (max-width: 575.98px) { /* line 265, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .profile_info { left: -10px; } } /* line 324, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part .collaps_part_content { opacity: 0; visibility: hidden; transform: translateY(3px); } /* line 332, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part.active .collaps_part_content { opacity: 1; visibility: visible; transform: translateY(13px); } @media (max-width: 767.98px) { /* line 332, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part.active .collaps_part_content { transform: translateY(-13px); } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 332, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .collaps_part.active .collaps_part_content { transform: translateY(23px); } } /* line 345, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area { position: relative; } @media (max-width: 767.98px) { /* line 345, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area { margin-right: 15px; } } /* line 351, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_icon i { cursor: pointer; color: #202E3B; font-size: 20px; position: relative; z-index: 1; } /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_icon i:after { position: absolute; right: 0; top: 0; width: 9px; height: 9px; border-radius: 50px; background-color: #fff; content: ""; } /* line 369, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content { padding: 20px 0; width: 500px; background-color: #fff; color: #202E3B; text-align: left; border-radius: 5px; position: absolute; transform: translateY(25px); transform-origin: right top; transition: .5s; right: -19px; max-height: 400px; z-index: 100; } /* line 384, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .collaps_part_content_inner { max-height: 300px; overflow: auto; } @media (min-width: 576px) and (max-width: 767.98px) { /* line 369, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content { width: 290px; right: -52px; } } /* line 392, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content :after { content: ""; position: absolute; height: 9px; width: 14px; top: -7px; right: 20px; background-color: #212e40; clip-path: polygon(50% 0, 0 100%, 100% 100%); } /* line 402, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content h4 { font-size: 14px; font-weight: 600; color: #fff; padding: 10px 25px; padding: 4px 25px 0; } /* line 408, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content h4 span { color: #2EC9B8; padding-left: 5px; } /* line 413, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content { display: flex; align-items: center; padding: 10px 25px; transition: .5s; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } /* line 420, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content:hover { background-color: #ddd; } /* line 423, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content img { max-width: 35px; border-radius: 50%; } /* line 427, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner { padding-left: 15px; } /* line 429, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner h5 { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 0; } /* line 434, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner h5 a { color: #fff; } /* line 436, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner h5 a span { color: #202E3B; } /* line 441, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .single_notification_content .notification_content_iner p { font-size: 12px; color: #202E3B; } /* line 447, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .lms_mark_see_btn { text-align: center; padding: 20px; } /* line 450, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dash_menu.scss */ .notification_area .notification_content .lms_mark_see_btn a { margin: 0 5px; } /******** header css end *********/ /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper { display: flex; } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffeaef+0,40e8dd+100&0+0,0.1+100 */ background: -moz-linear-gradient(top, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 234, 239, 0) 0%, rgba(64, 232, 221, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffeaef', endColorstr='#1a40e8dd', GradientType=0); /* IE6-9 */ } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: calc(100% - 280px); } } @media (min-width: 1200px) and (max-width: 1599.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: calc(100% - 280px); } } @media (min-width: 1600px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: calc(100% - 345px); } } @media (max-width: 991.98px) { /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .dashboard_part { width: 100%; } } @media (min-width: 320px) and (max-width: 767.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 70px 0 5px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 20px 57px 20px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 20px 57px 20px; } } @media (min-width: 1200px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 40px 57px 40px; } } @media (min-width: 1850px) { /* line 26, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.main_content_padding { padding: 81px 361px 57px 135px; } } @media (max-width: 767.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 70px 0 43px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 40px 118px 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 40px 118px 40px; } } @media (min-width: 1200px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 40px 57px 40px; } } @media (min-width: 1700.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner.wishList_main_content { padding: 81px 240px 118px 135px; } } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { display: grid; grid-template-columns: 422px auto; grid-gap: 55px; align-items: center; margin-bottom: 90px; } @media (min-width: 320px) and (max-width: 767.98px) { /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { grid-template-columns: 1fr; margin-bottom: 40px; grid-gap: 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { grid-template-columns: 1fr; margin-bottom: 40px; grid-gap: 20px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner { grid-template-columns: 1fr; margin-bottom: 40px; grid-gap: 20px; } } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .thumb { background-image: url(../img/banner/dashboard_banner.jpg); height: 300px; background-repeat: no-repeat; background-size: cover; background-position: center center; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info { max-width: 452px; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info h4 { font-size: 24px; font-weight: 700; line-height: 34px; color: #202E3B; margin-bottom: 10px; } /* line 99, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info h4 a:hover { color: #FB1159; border-color: #FB1159; background: transparent; } /* line 106, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info p { font-weight: 500; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress { height: 10px; background: #E0E0E0; border-radius: 10px; margin: 26px 0 19px 0; } /* line 114, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .progress .progress-bar { background: #FB1159; border-radius: 10px; } /* line 119, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification { display: flex; align-items: center; flex-wrap: wrap; } /* line 123, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing { border: 1px solid #F5F5F5; font-size: 14px; font-weight: 500; color: #202E3B; padding: 0px 16px; display: inline-flex; align-items: center; height: 40px; margin-right: 5px; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing span { margin-right: 7px; } /* line 138, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .rateing i { color: #FFC107; } /* line 142, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification p { font-size: 16px; font-weight: 400; color: #687083; margin-right: 30px; } /* line 148, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts { margin-right: 16px; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i { color: #FFC107; font-size: 15px; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification .starts i:not(:last-child) { margin-right: 5px; } /* line 158, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info .course_qualification span { color: #373737; font-weight: 500; } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .recommended_courses { padding-bottom: 57px; } @media (min-width: 320px) and (max-width: 767.98px) { /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .dashboard_main_wrapper .main_content_iner .recommended_courses { padding-bottom: 34px; } } /* line 175, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper { padding-bottom: 32px; } /* line 177, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .couse_wizged { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 177, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .couse_wizged { margin-bottom: 32px; } } /* line 183, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .quiz_wizged { margin-bottom: 55px; } @media (max-width: 767.98px) { /* line 183, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .my_courses_wrapper .quiz_wizged { margin-bottom: 32px; } } @media (min-width: 320px) and (max-width: 767.98px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 70px 0 75px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 40px 150px 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 40px 134px 40px; } } @media (min-width: 1200px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 30px 150px 30px; } } @media (min-width: 1850px) { /* line 194, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_dashboard.scss */ .purchase_history_wrapper { padding: 81px 220px 150px 135px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { display: grid; grid-template-columns: 272px auto; grid-gap: 119px; } @media (min-width: 1200px) and (max-width: 1500.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-gap: 60px; } } @media (max-width: 767.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-template-columns: auto; grid-gap: 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-template-columns: auto; grid-gap: 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper { grid-template-columns: auto; grid-gap: 20px; } } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb .thumb { width: 272px; height: 272px; margin-bottom: 27px; margin-left: auto; margin-right: auto; } @media (max-width: 767.98px) { /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb .thumb { width: 200px; height: 200px; } } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb .thumb img { width: 272px; height: 272px; border-radius: 50%; } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb h4 { font-size: 22px; font-weight: 700; color: #202E3B; margin-bottom: 5px; } /* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_profile_thumb p { font-size: 16px; font-weight: 500; color: #373737; margin-bottom: 0; } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload { display: grid; grid-template-columns: 180px auto; grid-gap: 30px; grid-template-rows: 180px; margin-bottom: 57px; } @media (max-width: 575.98px) { /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload { grid-template-columns: 1fr; } } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_upload_thumb { background: #F4F2F2; display: flex; align-items: center; justify-content: center; border-radius: 10px; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_upload_thumb span { font-size: 18px; font-weight: 600; color: #202E3B; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag { background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E1E2E6FF' stroke-width='1' stroke-dasharray='4' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e"); border-radius: 10px; display: flex; align-items: center; justify-content: center; border-radius: 10px; } @media (max-width: 575.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag { height: 180px; } } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner { text-align: center; } /* line 86, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner p { font-size: 16px; font-weight: 400; color: #828BB2; margin: 12px 0 2px 0; } /* line 92, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file { font-size: 16px; font-weight: 400; color: #4265FF; position: relative; text-decoration: underline; } /* line 98, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file input { opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; } /* line 112, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .account_title h3 { margin-bottom: 2px; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .email_grid_input { display: grid; grid-template-columns: auto 50px; grid-gap: 5px; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .email_grid_input .editor_icon { width: 50px; height: 50px; text-align: center; line-height: 50px; border: 1px solid #E1E2E6; background: #F9F9FD; } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .email_grid_input .editor_icon i { font-size: 16px; font-weight: 400; color: #687083; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 56px; } @media (max-width: 767.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission { margin-bottom: 36px; } } @media (max-width: 767.98px) { /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission { grid-template-columns: repeat(1, 1fr); grid-gap: 30px; } } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission { display: flex; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .primary_bulet_checkbox { margin-right: 20px; position: relative; top: 1px; } /* line 153, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .icon { margin-right: 12px; position: relative; top: -3px; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content h4 { font-size: 18px; font-weight: 600; color: #202E3B; margin-bottom: 0; } /* line 165, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p { font-size: 14px; font-weight: 400; color: #373737; line-height: 24px; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br { display: inline-block; } @media (min-width: 1200px) and (max-width: 1250.98px) { /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_profile_wrapper .privacy_permission .single_privacy_permission .permission_text .permission_content p br { display: none; } } @media (min-width: 320px) and (max-width: 767.98px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 75px 0 75px 0; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 40px 150px 40px; } } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 40px 150px 40px; } } @media (min-width: 1200px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 40px 150px 40px; } } @media (min-width: 1600px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 150px 150px 105px; } } @media (min-width: 1800px) { /* line 182, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_account_profile.scss */ .account_main_content { padding: 100px 360px 150px 105px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_1 { background-image: url(../img/banner/bradcam_bg_1.jpg); } /* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_2 { background-image: url(../img/banner/bradcam_bg_2.jpg); } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_3 { background-image: url(../img/banner/bradcam_bg_3.jpg); } /* line 10, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_4 { background-image: url(../img/banner/bradcam_bg_4.jpg); } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_5 { background-image: url(../img/banner/bradcam_bg_5.jpg); } /* line 16, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_6 { background-image: url(../img/banner/bradcam_bg_6.jpg); } /* line 19, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_7 { background-image: url(../img/banner/bradcam_bg_7.jpg); } /* line 22, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_8 { background-image: url(../img/banner/bradcam_bg_8.jpg); } /* line 25, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_9 { background-image: url(../img/banner/bradcam_bg_9.jpg); } /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .bradcam_bg_10 { background-image: url(../img/banner/bradcam_bg_10.jpg); } /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area { position: relative; z-index: 1; background-size: cover; height: 500px; background-repeat: no-repeat; background-position: center center; display: flex; align-items: center; } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0A0B21; opacity: .4; z-index: -1; } @media (max-width: 767.98px) { /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area { height: 400px; } } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap { max-width: 620px; } /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap.width_730px { max-width: 730px; } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap span { font-size: 18px; font-weight: 500; color: #fff; display: inline-block; margin-bottom: 18px; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap h3 { font-size: 60px; font-weight: 900; line-height: 76px; color: #fff; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap h3 { font-size: 50px; line-height: 66px; } } @media (max-width: 767.98px) { /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area .breadcam_wrap h3 { font-size: 35px; line-height: 51px; } } /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 { position: relative; z-index: 1; background-size: cover; height: 630px; background-repeat: no-repeat; background-position: center center; padding-top: 150px; } /* line 90, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0A0B21; opacity: .4; z-index: -1; } @media (max-width: 767.98px) { /* line 82, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 { height: 400px; padding-top: 0; display: flex; align-items: center; } } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap span { font-size: 18px; font-weight: 500; color: #fff; display: inline-block; margin-bottom: 18px; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap h3 { font-size: 60px; font-weight: 900; line-height: 76px; color: #fff; } @media (min-width: 992px) and (max-width: 1199.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap h3 { font-size: 50px; line-height: 66px; } } @media (max-width: 767.98px) { /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .breadcrumb_area2 .breadcam_wrap h3 { font-size: 35px; line-height: 51px; } } /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam { background: transparent; justify-content: center; margin-bottom: 0; padding: 10px 0; } /* line 137, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam .breadcrumb-item, .custom_breadcam a { font-size: 18px; font-weight: 400; color: #333333; text-transform: capitalize; } /* line 143, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam .breadcrumb-item + .breadcrumb-item { padding-left: 5px; } /* line 146, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */ .custom_breadcam .breadcrumb-item + .breadcrumb-item::before { padding-right: 5px; color: #333333; content: "/"; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown { display: block; } @media (max-width: 991.98px) { /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown { display: none; } } /* line 6, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > a { width: 100%; position: relative; color: #fff; } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul { position: absolute; top: 90px; left: 0; opacity: 0; visibility: hidden; background-color: #202E3B; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); z-index: 99; text-align: right; -webkit-transition: 0.5s; transition: 0.5s; padding: 0; margin: 0; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul:after { content: ""; position: absolute; height: 9px; width: 14px; top: -9px; left: 27px; background-color: #202E3B; clip-path: polygon(50% 0, 0 100%, 100% 100%); } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul li { display: block; } /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul li a { display: block; color: #8D96A7 !important; line-height: 1.5; padding: 15px 30px !important; display: inline-block; border-right: 1px solid transparent; white-space: nowrap; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul li a:hover { color: #fff !important; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; box-shadow: 0 3px 20px rgba(209, 32, 83, 0.06); } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > a { width: 100%; position: relative; color: #fff; } /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul { position: absolute; top: 0; left: 100%; opacity: 0; visibility: hidden; background-color: #202E3B; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); z-index: 99; text-align: left; padding: 0; margin: 0; } /* line 79, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li { display: block; } /* line 81, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li a { display: block; color: #8D96A7; line-height: 1.5; padding: 15px 30px; display: inline-block; } /* line 87, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li a:hover { color: #fff; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li > ul { left: 104%; top: 0 !important; -webkit-transition: 0.5s; transition: 0.5s; text-align: left; opacity: 0; visibility: hidden; } @media (max-width: 991.98px) { /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li > ul { left: 0; top: 0; } } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown > ul li > .active_menu > ul { left: 100%; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner { min-width: 280px; display: flex; justify-content: space-between; padding: 0 30px; } #menu_dropdown .mega_menu_dropdown .menu_dropdown_iner { min-width: 180px !important; } @media (max-width: 991.98px) { /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner { display: none; } } /* line 117, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown { flex: 48% 0 0; margin: 20px 0 15px; } /* line 120, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown h4 { font-size: 16px; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 15px; padding-bottom: 15px; color: #fff; } /* line 128, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown > ul { padding: 0; margin: 0; } /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown .menu_dropdown_iner .single_menu_dropdown > ul li a { margin: 0; padding: 8px 0px; } /* line 142, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn { color: #fff; position: relative; font-size: 16px; font-weight: 500; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn:hover { color: #fff; } /* line 150, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn:after { position: absolute; right: -41px; top: 4px; content: "\e64b"; font-family: 'themify'; font-size: 12px; color: #fff; -webkit-transition: 0.5s; transition: 0.5s; } /* line 163, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .feature_btn:after { content: "\e648"; } /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .menu_dropdown > ul { opacity: 1; visibility: visible; top: 75px; } /* line 174, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .active_menu_item > a { border-right: 1px solid rgba(255, 255, 255, 0.1); } /* line 177, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .active_menu .active_menu_item > ul { opacity: 1 !important; visibility: visible !important; left: 100%; } /* line 185, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown:hover > ul { opacity: 1 !important; visibility: visible !important; left: 100%; } /* line 192, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul > .active_menu_item > a { border-right: 1px solid rgba(255, 255, 255, 0.1); } /* line 196, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_dropdown > ul > li > a:hover { border-right: 1px solid rgba(255, 255, 255, 0.1); } /* line 200, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .mega_menu_dropdown:hover > a { border-right: 1px solid rgba(255, 255, 255, 0.1); } @media (max-width: 991.98px) { /* line 204, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .feature_btn { display: none; } } @media (min-width: 991.98px) { /* line 209, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .menu_icon { display: none; } } @media (min-width: 576px) { /* line 215, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .modal-dialog { max-width: 405px; } } @media (min-width: 991.98px) { /* line 221, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu { display: none; } } @media (max-width: 991.98px) { /* line 227, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .dropdown_close_icon { cursor: pointer; } /* line 230, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu { max-width: 270px; overflow: hidden; background-color: #fff; color: #fff; transform: translateX(-50px); visibility: hidden; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100vh; overflow-y: scroll; background-color: #202E3B; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu ul { margin: 0; padding: 0; } /* line 250, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu ul li { list-style: none; } /* line 254, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu .xs_menu_item_dropdown > a { display: block; background-color: #202E3B; color: #fff; padding: 12px 20px; } /* line 260, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu .xs_menu_dropdown_header { background-color: #202E3B; display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-bottom: 2px solid rgba(255, 255, 255, 0.3); } /* line 267, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu .xs_menu_dropdown_header i { color: #fff; font-size: 20px; } /* line 273, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_active { transform: translateX(-50px); display: block; visibility: visible; opacity: 1; transform: translateX(0); } /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .single_menu_dropdown { margin-bottom: 10px; color: #fff; } /* line 283, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .single_menu_dropdown h4 { font-size: 20px; margin-top: 15px; display: inline-block; } /* line 289, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .single_menu_dropdown a { color: #fff; padding: 3px 0; display: inline-block; } /* line 295, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown { background-color: #202E3B; padding: 10px 20px; cursor: pointer; } /* line 299, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown .dropdown_icon { float: right; } /* line 302, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown > ul { background-color: #fff; padding: 0 20px; transform: translateY(10px); cursor: default; } /* line 308, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown > ul a { color: #373737; } /* line 312, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .xs_menu_item_dropdown .dropdown_icon { font-size: 12px; margin-top: 6px; } } /* line 320, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .search_box_active .form-control { transform: scaleY(1) !important; } /* line 326, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cat_menu.scss */ .input-group-prepend2 { display: flex; align-items: center; justify-content: center; position: relative; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part { background-image: url("../img/cta_bg.png"); background-position: 0 0; background-repeat: no-repeat; text-align: center; } /* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part h2 { font-size: 40px; color: #fff; margin-bottom: 10px; font-weight: 600; } @media (max-width: 767.98px) { /* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part h2 { font-size: 30px; } } /* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part p { color: #bbbec4; } /* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .cta_part .theme_btn { margin-top: 35px; } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_icon { height: 108px; width: 108px; background-color: rgba(251, 17, 89, 0.1); line-height: 108px; text-align: center; margin: 0 auto; padding: 5px; font-size: 30px; color: #FB1159; border-radius: 50%; } @media (max-width: 768px) { /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_icon { height: 70px; width: 70px; line-height: 70px; } } /* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_icon img { max-width: 35px; } /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part { text-align: center; } @media (max-width: 767.98px) { /* line 44, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part { margin: 20px 0; } } /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part h4 { font-size: 22px; font-weight: 600; margin: 32px 0 15px; } @media (max-width: 767.98px) { /* line 49, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_process .single_instructor_part h4 { margin: 15px 0 5px; } } /* line 60, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_cta { background-image: url("../img/instractor_bg.png"); background-position: 0 0; background-repeat: no-repeat; } /* line 62, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .instructor_cta h2 { font-size: 28px; line-height: 1.4; margin-bottom: 21px; } /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process { position: relative; padding-left: 110px; margin-bottom: 40px; } @media (max-width: 767.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process { padding-left: 70px; margin-bottom: 20px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 71, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process { padding-left: 70px; margin-bottom: 20px; } } /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process:last-child { margin-bottom: 0; } @media (max-width: 767.98px) { /* line 83, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process:last-child { margin-bottom: 40px; } } /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .single_work_process h4 { font-size: 20px; font-weight: 600; margin-bottom: 3px; } /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .list_number { height: 55px; width: 55px; line-height: 55px; text-align: center; border-radius: 50%; color: #fff; font-weight: 700; background-color: #FB1159; position: absolute; left: 0; top: 0; } /* line 108, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .video_img { border-radius: 5px; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .video_img:after { display: none; } /* line 113, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .work_process .video_img .popup_video { opacity: 1; visibility: visible; width: 84px; height: 84px; line-height: 84px; text-align: center; border-radius: 50%; background-color: #fff; color: #FB1159; top: 50%; transform: translateY(-50%); } /* line 129, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img { position: relative; display: flex; justify-content: center; align-items: center; } /* line 134, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img.shape_styled::before { position: absolute; content: ''; left: 0; bottom: 0; width: 80%; height: 65%; background-size: cover; background-repeat: no-repeat; background-image: url(../img/carv_shape.png); background-size: 100% 100%; z-index: 1; } /* line 147, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #202E3B; z-index: -1; opacity: 0; content: ""; border-radius: 5px 5px 0 0; -webkit-transition: 0.5s; transition: 0.5s; } /* line 160, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img img { width: 100%; } /* line 163, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img .popup_video { position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: 0.5s; transition: 0.5s; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; z-index: 9; } /* line 178, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .video_img .popup_video img { max-width: 60px; margin: 0 auto; text-align: center; } /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 120px 0px; } @media (min-width: 768px) and (max-width: 991.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 80px 0px; } } @media only screen and (min-width: 768px) and (max-width: 991.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 70px 0px; } } @media (max-width: 575.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 70px 0px; } } @media (min-width: 576px) and (max-width: 767.98px) { /* line 186, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */ .section_padding { padding: 70px 0px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section { margin-bottom: 28px; top: 100px; } /* line 5, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section p { font-size: 16px; font-weight: 400; line-height: 1.7; color: #261F47; } /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section h3 { font-size: 28px; font-weight: 500; color: #261F47; margin-bottom: 7px; } @media (max-width: 767.98px) { /* line 11, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .single_privacy_section h3 { font-size: 22px; } } /* line 22, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .privacy_menu_fixed { position: sticky; top: 100px; } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_title h3 { font-size: 20px; font-weight: 500; color: #0E76A8; padding-bottom: 15px; border-bottom: 1px solid #ECECEC; } /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_sidebar_menu ul li a { font-size: 15px; font-weight: 500; color: #7B7887; padding: 7px 10px; display: block; border-radius: 5px; } /* line 48, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_sidebar_menu ul li a.active { background: #ECECEC; color: #261F47; } /* line 52, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_privacy.scss */ .cat_sidebar_menu ul li a:hover { background: #ECECEC; color: #261F47; } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address { padding: 30px 40px 40px 40px; } @media (max-width: 575.98px) { /* line 2, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address { padding: 20px; } } /* line 8, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header { border-bottom: 1px solid #eee; padding-bottom: 10px; } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header h4 { font-family: "Cerebri Sans"; font-weight: 500; font-size: 18px; color: #333333; line-height: 21px; margin-bottom: 0; } @media (max-width: 575.98px) { /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header h4 { font-size: 16px; } } /* line 24, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling-header a { background: #fff; color: #000000; font-family: "Cerebri Sans"; font-weight: 700; padding: 4px 30px; display: inline-block; } /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling_body_content { padding-top: 29px; padding-bottom: 11px; } /* line 38, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .biling_address .biling_body_content p { font-size: 14px; color: #888888; line-height: 26px; margin-bottom: 0; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method { margin-top: 35px; } /* line 50, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_method_header { border-bottom: 1px solid #eee; margin-bottom: 35px; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_method_header h4 { font-size: 18px; font-weight: 500; font-family: "Cerebri Sans"; line-height: 21px; color: #333333; margin-bottom: 20px; } /* line 65, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding-left: 0; margin-bottom: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li { display: inline-block; margin-right: 20px; margin-bottom: -2px; } @media (max-width: 575.98px) { /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li { margin-right: 5px; } } /* line 85, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li:last-child { margin-right: 0; } /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link { display: flex; align-items: center; justify-content: center; padding: 25px 50px; border: 1px solid transparent; background: #fafafa; height: 110px; max-width: 220px; border-bottom: 1px solid #ddd; margin-bottom: 1px; } @media (max-width: 575.98px) { /* line 89, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link { height: 50px; margin-bottom: 1px; padding: 24px 3px; border-radius: 0; } } /* line 107, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link.active { border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: none; background: #fff; margin-bottom: -4px; } /* line 116, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap ul li a.nav-link img { width: 100%; } /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form { padding: 40px 40px 35px 40px; } @media (max-width: 575.98px) { /* line 125, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form { padding: 20px 15px; } } /* line 131, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form label { font-size: 11px; font-family: "Cerebri Sans"; text-transform: uppercase; color: #000000; font-weight: 400; margin-bottom: 7px; } /* line 139, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form label span { color: #ff0000; } /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input { width: 100%; background: #fafafa; height: 50px; border: 0; padding-left: 25px; margin-bottom: 15px; font-size: 13px; } /* line 154, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input:focus { outline: none; } /* line 158, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .form-wrap input::placeholder { font-size: 13px; color: #888888; font-family: "Cerebri Sans"; font-weight: 300; text-transform: capitalize; font-size: 13px; } /* line 170, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .payemt-check label { font-size: 14px; font-family: "Cerebri Sans"; font-weight: 300; color: #888888; line-height: 15px; text-transform: capitalize; } @media (max-width: 575.98px) { /* line 180, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content .tab-pane .payment_form .boxed-btn { margin-top: 15px; } } /* line 192, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_area .select_payment_method .payment_wrap .tab-content > .active { display: block; border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } /* line 202, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .gj-datepicker-md [role="right-icon"] { position: absolute; right: 0; top: 0; font-size: 24px; display: none; } /* line 212, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_header { height: 150px; width: 150px; background: #16e481; text-align: center; line-height: 150px; position: relative; margin: auto; } /* line 221, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_header .payment_logo { width: 60px; height: 60px; background: #fff; text-align: center; line-height: 60px; border-radius: 50%; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); margin: auto; position: absolute; top: 0; right: 0; bottom: 10px; left: 0; } /* line 238, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header { text-align: center; } /* line 241, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title { margin-bottom: 74px; } /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title h2 { font-size: 42px; font-weight: 700; font-family: "Cerebri Sans"; text-transform: uppercase; margin-bottom: 23px; margin-top: 50px; } @media (max-width: 575.98px) { /* line 244, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title h2 { font-size: 25px; } } /* line 256, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p { font-size: 14px; color: #888888; line-height: 26px; font-family: "Cerebri Sans"; font-weight: 300; } @media (max-width: 575.98px) { /* line 256, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p { font-size: 13px; } } /* line 266, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p a { color: #000000; border-bottom: 1px solid transparent; padding-bottom: 3px; } /* line 271, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_comfirmation_header .conformation-title p a:hover { padding-bottom: 0; border-bottom: 1px solid #7f7f7f; } /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap { padding: 40px 40px 10px 40px; } @media (max-width: 575.98px) { /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap { padding: 20px 20px 10px 20px; } } @media (max-width: 767.98px) { /* line 280, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap { padding: 40px 20px 10px 20px; } } /* line 289, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_confirm_prise_header { border-bottom: 1px solid #ddd; padding-bottom: 20px; } /* line 293, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_confirm_prise_header h4 { font-family: "Cerebri Sans"; font-weight: 500; color: #333333; font-size: 18px; margin-bottom: 0; } /* line 301, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_confirm_prise_header span { display: inline-block; font-weight: 700; font-family: "Cerebri Sans"; font-size: 12px; color: #000000; background: #fff; text-transform: uppercase; padding: 11px 25px; } /* line 313, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body { padding: 30px 0; border-bottom: 1px solid #ddd; } /* line 317, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body:last-child { border: none; } /* line 322, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_wrap_thumb { margin-right: 30px; } @media (max-width: 575.98px) { /* line 322, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_wrap_thumb { margin-right: 10px; } } @media (max-width: 767.98px) { /* line 322, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_wrap_thumb { margin-right: 15px; } } /* line 334, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info h5 a { font-size: 16px; font-family: "Cerebri Sans"; color: #000000; margin-bottom: 0; } /* line 340, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info h5 a:hover { color: #000; } /* line 346, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info p { font-size: 12px; color: #a0a0a0; margin-bottom: 0; line-height: 21px; } /* line 352, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info p a { color: #000; border-bottom: 2px solid transparent; padding-bottom: 3px; } /* line 357, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .single-confirmation .payment_info p a:hover { padding-bottom: 0; border-color: #bbb; } /* line 366, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } @media (max-width: 575.98px) { /* line 366, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise { margin-top: 30px; } } /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 100px; } @media (max-width: 575.98px) { /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 25px; } } @media (max-width: 767.98px) { /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 13px; } } @media (min-width: 768px) and (max-width: 991.98px) { /* line 374, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise a { margin-right: 35px; } } /* line 387, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise .net_prise { text-align: center; } /* line 390, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise .net_prise span { font-family: "Cerebri Sans"; font-weight: 300; font-size: 14px; line-height: 21px; color: #888888; } /* line 398, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confim_area .payment_confirm_prise_wrap .payment_wrap_body .payment_btn_prise .net_prise h3 { font-family: "Cerebri Sans"; font-weight: 700; font-size: 32px; color: #333333; } /* line 410, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confirm_header { height: 150px; width: 150px; background: #16e481; text-align: center; line-height: 150px; position: relative; margin: auto; } /* line 419, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_confirm_header .payment_logo { width: 60px; height: 60px; background: #fff; text-align: center; line-height: 60px; border-radius: 50%; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); margin: auto; position: absolute; top: 0; right: 0; bottom: 10px; left: 0; } /* line 436, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header { text-align: center; } /* line 439, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title { margin-bottom: 74px; } /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title h2 { font-size: 42px; font-weight: 700; font-family: "Cerebri Sans"; text-transform: uppercase; margin-bottom: 23px; margin-top: 50px; } @media (max-width: 575.98px) { /* line 442, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title h2 { font-size: 25px; } } /* line 454, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p { font-size: 14px; color: #888888; line-height: 26px; font-family: "Cerebri Sans"; font-weight: 300; } @media (max-width: 575.98px) { /* line 454, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p { font-size: 13px; } } /* line 464, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p a { color: #000000; border-bottom: 1px solid transparent; padding-bottom: 3px; } /* line 469, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .payment_comfirmation_header .conformation-title p a:hover { padding-bottom: 0; border-bottom: 1px solid #7f7f7f; } /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs { font-size: "Cerebri Sans"; margin-left: 30px; border-bottom: 0px solid #dee2e6; } @media (max-width: 991px) { /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs { margin-top: 50px; } } @media (max-width: 615px) { /* line 478, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs { -ms-flex-pack: center; justify-content: center; } } @media (max-width: 615px) { /* line 491, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs .nav-item { margin-bottom: 15px; } } /* line 497, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs .nav-link { background: #fff; color: #373737; border: 0; font-size: 12px; text-transform: uppercase; font-weight: 500; padding: 8px 25px; margin-right: 10px; border-radius: 0px; } /* line 508, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .nav-tabs .nav-link.active { background: #cad5f3; color: #FB1159; } /* line 516, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_payment.scss */ .paymentBtn { width: 100%; height: 30px; } /*----------------------------------------------------*/ /* no complied */ /* line 19, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 3, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp { background: #fff; } @media (max-width: 575.98px) { /* line 19, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 9, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp { margin-top: 30px; } } /* line 24, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 15, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .play_warp_header { padding: 15px 15px 8px 15px; border-bottom: 1px solid #ECECEC; } /* line 29, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list { min-height: 450px; max-height: 450px; overflow: auto; } /* line 34, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 28, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a { display: flex; justify-content: space-between; align-items: center; padding: 10px 18px; } /* line 40, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 36, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a.active .course_play_name { color: #D12053; } /* line 42, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 41, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a.active .course_play_name i { color: #D12053; } /* line 48, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a:hover .course_play_name { color: #D12053; } /* line 50, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a:hover .course_play_name i { color: #D12053; } /* line 55, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a .course_play_name { font-size: 14px; font-weight: 400; color: #261F47; display: flex; align-items: center; margin-bottom: 0; transition: .3s; } /* line 63, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 67, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a .course_play_name i { font-size: 15px; color: #7B7887; margin-right: 9px; } /* line 69, G:/laragon/www/Tuties/scss/_course_description.scss */ /* line 74, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course__play_warp .course__play_list .single_play_list a .course_play_duration { font-size: 12px; font-weight: 400; color: #7B7887; } /* line 1, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 80, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper { min-height: 100vh; background-image: url(../img/banner/full_view_bg.png); background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; display: flex; align-items: center; justify-content: center; width: calc(100% - 340px); transition: .3s; } /* line 13, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 95, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper.active { width: calc(100% - 0px); } /* line 16, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 100, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .video_iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; } /* line 24, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 110, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp { position: fixed; top: 0; right: 0; width: 340px; transform: translateX(0%); transition: .3s; z-index: 5; } /* line 32, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp.active { transform: translateX(100%); } /* line 35, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp .course__play_list { min-height: calc(100vh - 50px); max-height: calc(100vh - 50px); } /* line 39, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 132, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp .play_toggle_btn { width: 50px; height: 50px; background: #261F47; display: flex; align-items: center; justify-content: center; position: absolute; left: -50px; cursor: pointer; } /* line 49, G:/laragon/www/Tuties/scss/_fullview.scss */ /* line 145, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .course_fullview_wrapper .course__play_warp .play_toggle_btn i { color: #fff; font-size: 20px; } /* line 149, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_btn { background: transparent; border: 1px solid #ddd; border-radius: 5px; width: 100%; display: flex; height: 80px; justify-content: center; align-items: center; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_btn img { width: 120px; } /* line 163, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_wrapper { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 15px; } /* payment_method_wrapper */ /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_method_wrapper { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 15px; } /* line 181, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn { background: transparent; border: 1px solid #ddd; border-radius: 5px; width: 100%; display: flex; height: 40px; justify-content: center; align-items: center; padding: 0 15px; } @media (max-width: 767.98px) { /* line 181, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn { padding: 0 15px; } } /* line 195, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn img { max-width: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; } /* line 203, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .instractos_details_wrapper .instractos_profile .thumb { max-height: 330px; } /* line 207, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .instractos_details_wrapper .instractos_profile .thumb img { border-radius: 0%; } /* line 211, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_btn_text { padding: 0px 10px; background: #FB1159; border-radius: 5px; color: #fff !important; font-size: 18px !important; font-weight: 500; width: 100%; text-align: center; height: 40px; display: flex; align-items: center; justify-content: center; } /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn2 { background: transparent; border: 1px solid #ddd; border-radius: 5px; width: 100%; display: flex; height: 50px; justify-content: center; align-items: center; padding: 8px 30px; } @media (max-width: 767.98px) { /* line 226, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn2 { padding: 0 15px; } } /* line 240, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .Payment_btn2 img { max-width: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; } /* line 247, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .payment_btn_text2 { padding: 0px 10px; background: #FB1159; border-radius: 5px; color: #fff !important; font-size: 18px !important; font-weight: 500; width: 100%; text-align: center; height: 50px; display: flex; align-items: center; justify-content: center; } /* line 264, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 15px; margin-bottom: 50px; } /* line 270, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite { border: 1px solid #ddd; padding: 10px 10px; border-radius: 5px; text-align: center; height: 50px; display: flex; align-content: center; justify-content: center; align-items: center; } /* line 281, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite img { width: 100%; max-width: 80px; } /* line 285, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite button { padding: 0; margin: 0; width: 100%; background: transparent; border: 0; } /* line 292, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper .single_deposite .Payment_btn2 img { width: 100% !important; max-width: 80px !important; } @media (max-width: 575.98px) { /* line 297, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_last_update.scss */ .deposit_lists_wrapper { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } } /*----------------------------------------------------*/ /*----------------------------------------------------*/ /* line 1, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer { position: relative; background-size: cover; background-position: top center; background: #1E2147; } /* line 7, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area { padding-top: 80px; padding-bottom: 50px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta { display: flex; align-items: center; margin-bottom: 30px; } @media (max-width: 575.98px) { /* line 12, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta { flex-direction: column; align-items: flex-start; } } /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .thumb { margin-right: 30px; } @media (max-width: 575.98px) { /* line 21, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .thumb { margin-bottom: 20px; } } /* line 29, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .cta_content h3 { font-size: 22px; font-weight: 700; color: #fff; font-family: "Cerebri Sans"; margin-bottom: 8px; } /* line 37, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .footer_top_area .footer__cta .cta_content p { font-size: 16px; font-weight: 500; color: #fff; margin-bottom: 0; } /* line 47, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area { padding-top: 78px; padding-bottom: 60px; } /* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget { margin-bottom: 30px; } /* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_logo { margin-bottom: 10px; } /* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_title h3 { font-family: "Cerebri Sans"; font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 20px; } /* line 70, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_links li a { font-size: 16px; font-weight: 500; color: #5B5C6E; line-height: 35px; font-family: "Jost", sans-serif; } /* line 77, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget .footer_links li a:hover { color: #FB1159; } /* line 84, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget p { font-size: 16px; color: #5B5C6E; margin-bottom: 0; line-height: 30px; font-weight: 400; } /* line 91, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget p a { color: #5B5C6E; } /* line 94, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_widget p a:hover { color: #FB1159; text-decoration: underline; } /* line 103, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .copy_right_text p { margin-bottom: 0; font-size: 14px; color: #202E3B; font-weight: 400; } /* line 109, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .copy_right_text p a { color: #202E3B; } /* line 115, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .copyright_area .footer_border { border-top: 1px solid rgba(17, 24, 72, 0.1); margin-bottom: 30px; } /* line 121, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer ul.social-network { display: table; margin: 15px auto 0 auto; list-style-type: none; } /* line 127, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer ul.social-network li { padding-right: 5px; padding-top: 10px; float: left; } /* line 133, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-circle i { width: 20px; height: 20px; font-size: 15px; color: #5B5C6E !important; text-align: center; } /* line 140, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-circle i:hover { color: #fff !important; } /* line 143, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-network a:hover { background: #FB1159; color: #fff !important; } /* line 149, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ footer .social-network a { color: #CCC; border: 1px solid #dddddd14; padding: 5px; border-radius: 50%; } /* line 159, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp { height: 60px; background: transparent; flex-wrap: nowrap; border-radius: 5px; position: relative; margin-bottom: 30px; } /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp form { display: grid; grid-template-columns: auto 200px; grid-gap: 5px; } @media (max-width: 575.98px) { /* line 167, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp form { grid-template-columns: auto; } } /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control { background: #fff; color: #202E3B; font-weight: 500; padding-left: 30px; border-radius: 5px 0 0 5px; height: 60px; border: 0; font-family: "Cerebri Sans"; } @media (max-width: 575.98px) { /* line 176, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control { border-radius: 5px; } } /* line 189, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control::placeholder { color: #687083; } /* line 193, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .form-control:focus { box-shadow: none !important; z-index: 1; } /* line 199, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp button { font-size: 16px; font-weight: 600; color: #fff; background: #FB1159; text-transform: capitalize; border-radius: 0 5px 5px 0 !important; padding: 0 18px; box-shadow: none !important; position: relative; right: 0; top: 0; border: 0; height: 60px; } @media (max-width: 575.98px) { /* line 199, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp button { border-radius: 5px !important; } } /* line 219, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_footer.scss */ .theme_mailChimp .info { font-size: 14px; font-weight: 500; color: #fff; } @media (max-width: 991.98px) { .header__right.login_user .profile_info { left: -35px; } } @media (max-width: 575.98px) { .profile_info img { margin-right: 0 } } .profile_info .studentProfileThumb { width: 50px; height: 50px; border-radius: 50%; cursor: pointer; margin-right: 15px; background-size: cover; background-position: center center; border-radius: 50%; } /*----------------------------------------------------*/ .couse_wizged .thumb { position: relative; overflow: hidden; height: 215px; } .couse_wizged .thumb .thumb_inner { background-size: cover; background-position: top center; background-repeat: no-repeat; height: 100%; transform: scale(1.1); transition: .3s; } .couse_wizged:hover .thumb .thumb_inner { transform: scale(1); } .quiz_wizged .thumb { position: relative; overflow: hidden; height: 215px; } .quiz_wizged .thumb .thumb_inner { background-size: cover; background-position: center center; background-repeat: no-repeat; height: 100%; transform: scale(1.1); transition: .3s; } .quiz_wizged:hover .thumb .thumb_inner { transform: scale(1); } .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb { background-size: cover; background-position: center center; } .shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb { background-size: cover; background-position: center center; height: 90px; } .profile_info .testimonialImage { width: 70px; height: 70px; border-radius: 50%; cursor: pointer; margin-right: 15px; background-size: cover; background-position: center center; border-radius: 50%; } .conversition_box .single_comment_box .comment_box_inner { border-bottom: 1px solid #ECECEC; margin-bottom: 25px; padding-bottom: 10px; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply { margin-left: 50px; border-bottom: 1px solid #ECECEC; } @media (max-width: 575.98px) { .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply { margin-left: 20px; } } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .comment_box_text { /*text-align: right;*/ } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .thumb { margin-left: 15px; margin-right: 0; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply .attach_view { justify-content: flex-end; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 { margin-left: 100px; border-bottom: 1px solid #ECECEC; } @media (max-width: 575.98px) { .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 { margin-left: 20px; } } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .comment_box_text { /*text-align: right;*/ } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .thumb { margin-left: 15px; margin-right: 0; } .conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .attach_view { justify-content: flex-end; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info { display: flex; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb { width: 50px; height: 50px; flex: 50px 0 0; margin-right: 15px; margin-bottom: 20px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .thumb img { width: 100%; border-radius: 50%; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text h5 { font-size: 16px; font-weight: 500; color: #261F47; margin-bottom: 0; display: inline-block; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text span { font-size: 14px; font-weight: 400; margin-bottom: 10px; margin-top: 2px; display: block; color: #7B7887; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text p { font-size: 16px; color: #261F47; line-height: 1.7; margin-bottom: 14px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view { display: flex; align-items: center; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .attacthment_link { font-size: 11px; background: #A9A9A9; color: #fff; padding: 3px 10px; border-radius: 30px; margin-right: 5px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view { color: #fff; background: #A9A9A9; font-size: 12px; width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; } .conversition_box .single_comment_box .comment_box_inner .comment_box_info .comment_box_text .attach_view .view i { font-size: 12px; line-height: 1; } .conversition_box .single_comment_box .comment_box_inner .comment_box_edit { text-align: right; } .theme_according button { position: relative; } .theme_according button::before { position: absolute; -webkit-transition: 0.4s; transition: 0.4s; font-size: 16px; color: #373737; top: 50%; content: "\f107"; font-family: "Font Awesome 5 free"; transform: translateY(-50%); left: auto; right: 20px; font-weight: 900; } .theme_according button.collapsed::before { content: "\f107"; font-family: "Font Awesome 5 free"; top: 50%; transform: translateY(-50%); } .theme_according .card { margin-bottom: 15px; border: 0; } .theme_according .card .card-header { border: 0 !important; padding: 0; background: transparent; } .theme_according .card .card-header button { border: 1px solid #ECECEC !important; border-radius: 5px; background: #F8F8F8; border-bottom: 1px solid transparent !important; border-bottom-right-radius: 0; border-bottom-left-radius: 0; padding: 12.3px 25px 13px 30px; } .theme_according .card .card-header button.collapsed { border: 1px solid #ECECEC !important; background: transparent; padding: 12.3px 25px 18px 30px; transition: .3s; } .theme_according .card .card-header h5 button { font-family: "Roboto", sans-serif; font-size: 18px; font-weight: 600; color: #261F47; display: block; width: 100%; border: 0; text-decoration: none !important; text-align: left; box-shadow: none !important; } .theme_according .card .card-header h5 button span { font-size: 14px; font-family: "Roboto", sans-serif; } .theme_according .card .card-header h5 button span.course_number { color: #D12053; font-weight: 400; margin-right: 10px; } @media (max-width: 575.98px) { .theme_according .card .card-header h5 button span.course_number { display: block; margin-bottom: 10px; } } .theme_according .card .card-header h5 button span.course_date { color: #0052B4; font-size: 14px; font-weight: 400; background: #F0F5FA; border-radius: 30px; padding: 8px 10px; line-height: 1; } .theme_according .card .card-header h5 button span.course_date span { font-weight: 500; color: #0052B4; } .theme_according .card .card-header h5 button p { font-size: 20px; font-weight: 500; color: #261F47; margin-bottom: 0; margin-top: 15px; } @media (max-width: 767.98px) { .theme_according .card .card-header h5 button { flex-wrap: wrap; } } .theme_according .card .card-header h5 button span { font-size: 14px; font-weight: 500; font-family: "Roboto", sans-serif; color: #373737; } .theme_according .card-body { padding: 0; padding-top: 0px; background: #F8F8F8; padding: 0 30px 15px 30px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border: 1px solid #ECECEC; border-top: 0; transition: .3s; } .theme_according .card-body p { font-size: 16px; color: #261F47; font-weight: 400; } .description_grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 8px; } @media (max-width: 767.98px) { .description_grid { grid-template-columns: repeat(1, 1fr); } } .description_grid .single_description_grid { background: #202E3B; padding: 26px 24px; border-radius: 5px; } .description_grid .single_description_grid h5 { font-size: 14px; font-weight: 400; color: #C4C4C4; margin-bottom: 4px; } .description_grid .single_description_grid p { font-size: 18px; font-weight: 500; color: #fff; margin-bottom: 0; } .position_right { position: absolute; right: 0; } .link a { color: #687083; font-size: 16px; padding-right: 30px; font-weight: 600; display: inline-block; text-transform: capitalize; font-family: "Jost", sans-serif; } /* line 126, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_header.scss */ .link a:hover, .link a.active { color: #FB1159; } .header_area .main_menu ul li .submenu li a { padding: 15px 20px; border-top: 1px solid #F3F3F3; } .header_area .main_menu ul li .submenu li ul { left: 100%; position: absolute; background: #fff; width: 100%; top: 0; opacity: 0; visibility: hidden; transition: .3s; } .header_area .main_menu ul li .submenu li:hover > ul { opacity: 1; visibility: visible; } .header_area .main_menu ul li:hover > a { color: #FB1159; } .header_area .main_menu ul li .submenu li:hover > a { left: 0px; padding-left: 25px; background-color: #f8f9fa; } .header_area .main_menu ul li.right_control_submenu .submenu li ul { left: auto; right: 100%; } .header_area .main_menu ul li.right_control_submenu .submenu { left: auto; right: 0; } .select2-results__options li { white-space: nowrap; width: 100%; } .prise_tag { min-width: 60px !important; padding: 0 8px !important; border-radius: 30px !important; width: auto !important; } .disable_btn { background: #333333; border-radius: 3px; }
0.207375
0.08882
* {margin:0;padding:0;} body { font-family:baskerville,times-roman; font-size:14px; background:lightblue; color: blue; } #wrap { max-width:960px; min-width:700px; height:1000px; background:azure; margin-left:auto; margin-right:auto; padding:20px; } header { height:80px; text-align:center; padding:15px; } .rightcol { float:left; width: 50%; color: blue; height:auto; } .leftcol { background-color: silver; float:left; color: blue; height: auto; width: 50%; } form.style_form1 { width:14em; margin:20px auto; border:5px outset blue; padding:.5em .5em .15em; } .style_form1 h3 { margin:0; padding:0 0 .2em .2em; font-weight:600; color:blue; } .style_form1 fieldset { margin:0; padding:0 0 .2em 0; width:100%; border:0; } .style_form1 legend{ width:100%; padding:.3em 0; background:blue; } .style_form1 legend span{ display:block; font-size:1em; line-height:1.1em; padding:0 0 0 .4em; } .style_form1 section { overflow:hidden; padding:.2em 0 .4em 0; border-bottom:8px inset blue; } .style_form1 section:last-child { border-bottom:0px; } .style_form1 section label, .style_form1 section h4 { display:block; clear:both; margin:.3em .3em 0 0; padding-bottom:.1em; font-size:.8em; font-family:"Droid Sans"; font-weight:400; line-height:1.1; } .style_form1 section label span, .style_form1 section h4 span { font-size:.75em; vertical-align:text-top; color:#f00; } .style_form1 section p.note{ font-size:.7em; color:#f00; margin:0; padding:0 0 .3em 0; } .style_form1 section input, .style_form1 section textarea, .style_form1 section select { margin:.2em .5em .2em 0; padding:.2em .4em; color:#000; box-shadow:1px 1px 3px #ccc; font-size:.8em; font-family:inherit; outline:none; } .style_form1 section input, .style_form1 section textarea { width:12em; border:1px solid #bbb7ae; border-radius:3px; } .style_form1 section textarea { height:5em; margin-top:.3em; line-height:1.1; } .style_form1 section p { margin:.3em .75em 0; clear:both; font-size:.7em; line-height:1.1; color:#000; } .style_form1 section p.error { color:#f00; } .style_form1 section section { overflow:hidden; margin:.2em 0 .3em .4em; padding:0 0 .1em 0; border-bottom:none; } .style_form1 section section input { float:left; clear:both; width:auto; margin:.1em 0 0 .3em; } .style_form1 section section label { float:left; clear:none; width:15em; margin:.15em 0 0 .6em; font-size:.7em; font-weight:normal; line-height:1.2; } .style_form1 section select{ margin-left:.4em; font-size:.85em; } .style_form1 section input[type="submit"]{ width:auto; margin:.4em .3em 0 0; font-size:1em; font-weight:800; color:#fff; background-color:blue; cursor:pointer; } .style_form1 > section:last-child { text-align:center; } form.style_form1.labels_left{ width:22em; } form.style_form1.labels_left label, form.style_form1.labels_left h4 { float:left; width:8em; } form.style_form1.labels_left p { margin:0 0 0 9.35em; padding:.3em 0 0 0; clear:both; } form.style_form1.labels_left p.note { margin:0 0 .2em 0; } form.style_form1.labels_left section section { width:10em; margin-left:6.5em; padding-top:0; } form.style_form1.labels_left section section input{ width:1.25em; margin-left:0; } .style_form1.labels_left section input, .style_form1.labels_left section textarea, .style_form1.labels_left section select { float:left; width:12em; } .style_form1.labels_left section select{ margin-left:.2em; } .style_form1.labels_left > section input[type=submit]{ float:none; } .headermenu { font:1.2em georgia; } .headermenu a { display:block; color:#555; background-color:#eee; padding:.5em 1em; border-width:3px 0; border-color:transparent; } .headermenu a:hover { color:#fff; background-color:#aaa; } .headermenu a:active { background:#fff; color:#ccc; } .headermenu * {margin:0; padding:0;} .headermenu ul {float:left; width:100%; margin:0 auto; background-color:#eee; } .headermenu li { float:left; list-style-type:none; position:relative; } .headermenu li a { display:block; border-right-style:solid; background-clip:padding-box; text-decoration:none; } .headermenu li:last-child a { border-right-style:none;} .headermenu li ul { display:none;} /*visual */ .headermenu li ul { width:9em; background-color:blue; } .headermenu li li a { border-right-style: none; border-top-style:solid; } /*functional addition */ .headermenu li ul { display:block; position:absolute; left:0; top:100%; } .headermenu li li { float:none; } .headermenu li li ul { display:none; } /* */ .headermenu li ul { display:none; position:absolute; left:0; top:100%; } .headermenu li:hover > ul { display:block; } li ul { display:none; } li:hover > ul { display:block; } .headermenu li li ul { position:absolute; left:100%; top:0; } .headermenu li:hover > a { color:#fff; background-color:#aaa; }
public/docs/docu/_For_Cat_Eyes_Only_/_css_/html/Final/css/FinalCSScontact.css
* {margin:0;padding:0;} body { font-family:baskerville,times-roman; font-size:14px; background:lightblue; color: blue; } #wrap { max-width:960px; min-width:700px; height:1000px; background:azure; margin-left:auto; margin-right:auto; padding:20px; } header { height:80px; text-align:center; padding:15px; } .rightcol { float:left; width: 50%; color: blue; height:auto; } .leftcol { background-color: silver; float:left; color: blue; height: auto; width: 50%; } form.style_form1 { width:14em; margin:20px auto; border:5px outset blue; padding:.5em .5em .15em; } .style_form1 h3 { margin:0; padding:0 0 .2em .2em; font-weight:600; color:blue; } .style_form1 fieldset { margin:0; padding:0 0 .2em 0; width:100%; border:0; } .style_form1 legend{ width:100%; padding:.3em 0; background:blue; } .style_form1 legend span{ display:block; font-size:1em; line-height:1.1em; padding:0 0 0 .4em; } .style_form1 section { overflow:hidden; padding:.2em 0 .4em 0; border-bottom:8px inset blue; } .style_form1 section:last-child { border-bottom:0px; } .style_form1 section label, .style_form1 section h4 { display:block; clear:both; margin:.3em .3em 0 0; padding-bottom:.1em; font-size:.8em; font-family:"Droid Sans"; font-weight:400; line-height:1.1; } .style_form1 section label span, .style_form1 section h4 span { font-size:.75em; vertical-align:text-top; color:#f00; } .style_form1 section p.note{ font-size:.7em; color:#f00; margin:0; padding:0 0 .3em 0; } .style_form1 section input, .style_form1 section textarea, .style_form1 section select { margin:.2em .5em .2em 0; padding:.2em .4em; color:#000; box-shadow:1px 1px 3px #ccc; font-size:.8em; font-family:inherit; outline:none; } .style_form1 section input, .style_form1 section textarea { width:12em; border:1px solid #bbb7ae; border-radius:3px; } .style_form1 section textarea { height:5em; margin-top:.3em; line-height:1.1; } .style_form1 section p { margin:.3em .75em 0; clear:both; font-size:.7em; line-height:1.1; color:#000; } .style_form1 section p.error { color:#f00; } .style_form1 section section { overflow:hidden; margin:.2em 0 .3em .4em; padding:0 0 .1em 0; border-bottom:none; } .style_form1 section section input { float:left; clear:both; width:auto; margin:.1em 0 0 .3em; } .style_form1 section section label { float:left; clear:none; width:15em; margin:.15em 0 0 .6em; font-size:.7em; font-weight:normal; line-height:1.2; } .style_form1 section select{ margin-left:.4em; font-size:.85em; } .style_form1 section input[type="submit"]{ width:auto; margin:.4em .3em 0 0; font-size:1em; font-weight:800; color:#fff; background-color:blue; cursor:pointer; } .style_form1 > section:last-child { text-align:center; } form.style_form1.labels_left{ width:22em; } form.style_form1.labels_left label, form.style_form1.labels_left h4 { float:left; width:8em; } form.style_form1.labels_left p { margin:0 0 0 9.35em; padding:.3em 0 0 0; clear:both; } form.style_form1.labels_left p.note { margin:0 0 .2em 0; } form.style_form1.labels_left section section { width:10em; margin-left:6.5em; padding-top:0; } form.style_form1.labels_left section section input{ width:1.25em; margin-left:0; } .style_form1.labels_left section input, .style_form1.labels_left section textarea, .style_form1.labels_left section select { float:left; width:12em; } .style_form1.labels_left section select{ margin-left:.2em; } .style_form1.labels_left > section input[type=submit]{ float:none; } .headermenu { font:1.2em georgia; } .headermenu a { display:block; color:#555; background-color:#eee; padding:.5em 1em; border-width:3px 0; border-color:transparent; } .headermenu a:hover { color:#fff; background-color:#aaa; } .headermenu a:active { background:#fff; color:#ccc; } .headermenu * {margin:0; padding:0;} .headermenu ul {float:left; width:100%; margin:0 auto; background-color:#eee; } .headermenu li { float:left; list-style-type:none; position:relative; } .headermenu li a { display:block; border-right-style:solid; background-clip:padding-box; text-decoration:none; } .headermenu li:last-child a { border-right-style:none;} .headermenu li ul { display:none;} /*visual */ .headermenu li ul { width:9em; background-color:blue; } .headermenu li li a { border-right-style: none; border-top-style:solid; } /*functional addition */ .headermenu li ul { display:block; position:absolute; left:0; top:100%; } .headermenu li li { float:none; } .headermenu li li ul { display:none; } /* */ .headermenu li ul { display:none; position:absolute; left:0; top:100%; } .headermenu li:hover > ul { display:block; } li ul { display:none; } li:hover > ul { display:block; } .headermenu li li ul { position:absolute; left:100%; top:0; } .headermenu li:hover > a { color:#fff; background-color:#aaa; }
0.458834
0.091788
.noshow { display: none; } .not-show { display: none; } .vertical-middle { display: flex; align-items: center; } .vertical-bottom { display: flex; align-items: flex-end; } .horizontal-center { display: flex; justify-content: center; } .horizontal-right { display: flex; justify-content: flex-end; } .horizontal-around { display: flex !important; flex-flow: row wrap !important; justify-content: space-around; } .horizontal-between { display: flex !important; flex-flow: row wrap !important; justify-content: space-between; } .to-right { justify-content: flex-end; } .to-front { position: relative; z-index: 9999; } .vertical { writing-mode: vertical-rl; transform: rotate(180deg); text-align: right; } .margin-5 { margin: 5px !important; } .margin-10 { margin: 10px !important; } .margin-15 { margin: 15px !important; } .margin-20 { margin: 20px !important; } .margin-25 { margin: 25px !important; } .margin-30 { margin: 30px !important; } .margin-35 { margin: 35px !important; } .margin-40 { margin: 40px !important; } .margin-45 { margin: 45px !important; } .margin-50 { margin: 50px !important; } .margin-55 { margin: 55px !important; } .margin-60 { margin: 60px !important; } .margin-65 { margin: 65px !important; } .margin-70 { margin: 70px !important; } .margin-75 { margin: 75px !important; } .margin-80 { margin: 80px !important; } .margin-85 { margin: 85px !important; } .margin-90 { margin: 90px !important; } .margin-95 { margin: 95px !important; } .margin-100 { margin: 100px !important; } .margin-105 { margin: 105px !important; } .margin-110 { margin: 110px !important; } .margin-115 { margin: 115px !important; } .margin-120 { margin: 120px !important; } .margin-125 { margin: 125px !important; } .margin-130 { margin: 130px !important; } .margin-135 { margin: 135px !important; } .margin-140 { margin: 140px !important; } .margin-145 { margin: 145px !important; } .margin-150 { margin: 150px !important; } .margin-155 { margin: 155px !important; } .margin-160 { margin: 160px !important; } .margin-165 { margin: 165px !important; } .margin-170 { margin: 170px !important; } .margin-175 { margin: 175px !important; } .margin-180 { margin: 180px !important; } .margin-185 { margin: 185px !important; } .margin-190 { margin: 190px !important; } .margin-195 { margin: 195px !important; } .margin-200 { margin: 200px !important; } .margin-top-5 { margin-top: 5px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-25 { margin-top: 25px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-35 { margin-top: 35px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-top-45 { margin-top: 45px !important; } .margin-top-50 { margin-top: 50px !important; } .margin-top-55 { margin-top: 55px !important; } .margin-top-60 { margin-top: 60px !important; } .margin-top-65 { margin-top: 65px !important; } .margin-top-70 { margin-top: 70px !important; } .margin-top-75 { margin-top: 75px !important; } .margin-top-80 { margin-top: 80px !important; } .margin-top-85 { margin-top: 85px !important; } .margin-top-90 { margin-top: 90px !important; } .margin-top-95 { margin-top: 95px !important; } .margin-top-100 { margin-top: 100px !important; } .margin-top-105 { margin-top: 105px !important; } .margin-top-110 { margin-top: 110px !important; } .margin-top-115 { margin-top: 115px !important; } .margin-top-120 { margin-top: 120px !important; } .margin-top-125 { margin-top: 125px !important; } .margin-top-130 { margin-top: 130px !important; } .margin-top-135 { margin-top: 135px !important; } .margin-top-140 { margin-top: 140px !important; } .margin-top-145 { margin-top: 145px !important; } .margin-top-150 { margin-top: 150px !important; } .margin-top-155 { margin-top: 155px !important; } .margin-top-160 { margin-top: 160px !important; } .margin-top-165 { margin-top: 165px !important; } .margin-top-170 { margin-top: 170px !important; } .margin-top-175 { margin-top: 175px !important; } .margin-top-180 { margin-top: 180px !important; } .margin-top-185 { margin-top: 185px !important; } .margin-top-190 { margin-top: 190px !important; } .margin-top-195 { margin-top: 195px !important; } .margin-top-200 { margin-top: 200px !important; } .margin-bottom-5 { margin-bottom: 5px !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-15 { margin-bottom: 15px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-25 { margin-bottom: 25px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-35 { margin-bottom: 35px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .margin-bottom-45 { margin-bottom: 45px !important; } .margin-bottom-50 { margin-bottom: 50px !important; } .margin-bottom-55 { margin-bottom: 55px !important; } .margin-bottom-60 { margin-bottom: 60px !important; } .margin-bottom-65 { margin-bottom: 65px !important; } .margin-bottom-70 { margin-bottom: 70px !important; } .margin-bottom-75 { margin-bottom: 75px !important; } .margin-bottom-80 { margin-bottom: 80px !important; } .margin-bottom-85 { margin-bottom: 85px !important; } .margin-bottom-90 { margin-bottom: 90px !important; } .margin-bottom-95 { margin-bottom: 95px !important; } .margin-bottom-100 { margin-bottom: 100px !important; } .margin-bottom-105 { margin-bottom: 105px !important; } .margin-bottom-110 { margin-bottom: 110px !important; } .margin-bottom-115 { margin-bottom: 115px !important; } .margin-bottom-120 { margin-bottom: 120px !important; } .margin-bottom-125 { margin-bottom: 125px !important; } .margin-bottom-130 { margin-bottom: 130px !important; } .margin-bottom-135 { margin-bottom: 135px !important; } .margin-bottom-140 { margin-bottom: 140px !important; } .margin-bottom-145 { margin-bottom: 145px !important; } .margin-bottom-150 { margin-bottom: 150px !important; } .margin-bottom-155 { margin-bottom: 155px !important; } .margin-bottom-160 { margin-bottom: 160px !important; } .margin-bottom-165 { margin-bottom: 165px !important; } .margin-bottom-170 { margin-bottom: 170px !important; } .margin-bottom-175 { margin-bottom: 175px !important; } .margin-bottom-180 { margin-bottom: 180px !important; } .margin-bottom-185 { margin-bottom: 185px !important; } .margin-bottom-190 { margin-bottom: 190px !important; } .margin-bottom-195 { margin-bottom: 195px !important; } .margin-bottom-200 { margin-bottom: 200px !important; } .margin-left-5 { margin-left: 5px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-15 { margin-left: 15px !important; } .margin-left-20 { margin-left: 20px !important; } .margin-left-25 { margin-left: 25px !important; } .margin-left-30 { margin-left: 30px !important; } .margin-left-35 { margin-left: 35px !important; } .margin-left-40 { margin-left: 40px !important; } .margin-left-45 { margin-left: 45px !important; } .margin-left-50 { margin-left: 50px !important; } .margin-left-55 { margin-left: 55px !important; } .margin-left-60 { margin-left: 60px !important; } .margin-left-65 { margin-left: 65px !important; } .margin-left-70 { margin-left: 70px !important; } .margin-left-75 { margin-left: 75px !important; } .margin-left-80 { margin-left: 80px !important; } .margin-left-85 { margin-left: 85px !important; } .margin-left-90 { margin-left: 90px !important; } .margin-left-95 { margin-left: 95px !important; } .margin-left-100 { margin-left: 100px !important; } .margin-left-105 { margin-left: 105px !important; } .margin-left-110 { margin-left: 110px !important; } .margin-left-115 { margin-left: 115px !important; } .margin-left-120 { margin-left: 120px !important; } .margin-left-125 { margin-left: 125px !important; } .margin-left-130 { margin-left: 130px !important; } .margin-left-135 { margin-left: 135px !important; } .margin-left-140 { margin-left: 140px !important; } .margin-left-145 { margin-left: 145px !important; } .margin-left-150 { margin-left: 150px !important; } .margin-left-155 { margin-left: 155px !important; } .margin-left-160 { margin-left: 160px !important; } .margin-left-165 { margin-left: 165px !important; } .margin-left-170 { margin-left: 170px !important; } .margin-left-175 { margin-left: 175px !important; } .margin-left-180 { margin-left: 180px !important; } .margin-left-185 { margin-left: 185px !important; } .margin-left-190 { margin-left: 190px !important; } .margin-left-195 { margin-left: 195px !important; } .margin-left-200 { margin-left: 200px !important; } .margin-right-5 { margin-right: 5px !important; } .margin-right-10 { margin-right: 10px !important; } .margin-right-15 { margin-right: 15px !important; } .margin-right-20 { margin-right: 20px !important; } .margin-right-25 { margin-right: 25px !important; } .margin-right-30 { margin-right: 30px !important; } .margin-right-35 { margin-right: 35px !important; } .margin-right-40 { margin-right: 40px !important; } .margin-right-45 { margin-right: 45px !important; } .margin-right-50 { margin-right: 50px !important; } .margin-right-55 { margin-right: 55px !important; } .margin-right-60 { margin-right: 60px !important; } .margin-right-65 { margin-right: 65px !important; } .margin-right-70 { margin-right: 70px !important; } .margin-right-75 { margin-right: 75px !important; } .margin-right-80 { margin-right: 80px !important; } .margin-right-85 { margin-right: 85px !important; } .margin-right-90 { margin-right: 90px !important; } .margin-right-95 { margin-right: 95px !important; } .margin-right-100 { margin-right: 100px !important; } .margin-right-105 { margin-right: 105px !important; } .margin-right-110 { margin-right: 110px !important; } .margin-right-115 { margin-right: 115px !important; } .margin-right-120 { margin-right: 120px !important; } .margin-right-125 { margin-right: 125px !important; } .margin-right-130 { margin-right: 130px !important; } .margin-right-135 { margin-right: 135px !important; } .margin-right-140 { margin-right: 140px !important; } .margin-right-145 { margin-right: 145px !important; } .margin-right-150 { margin-right: 150px !important; } .margin-right-155 { margin-right: 155px !important; } .margin-right-160 { margin-right: 160px !important; } .margin-right-165 { margin-right: 165px !important; } .margin-right-170 { margin-right: 170px !important; } .margin-right-175 { margin-right: 175px !important; } .margin-right-180 { margin-right: 180px !important; } .margin-right-185 { margin-right: 185px !important; } .margin-right-190 { margin-right: 190px !important; } .margin-right-195 { margin-right: 195px !important; } .margin-right-200 { margin-right: 200px !important; } .padding-5 { padding: 5px !important; } .padding-10 { padding: 10px !important; } .padding-15 { padding: 15px !important; } .padding-20 { padding: 20px !important; } .padding-25 { padding: 25px !important; } .padding-30 { padding: 30px !important; } .padding-35 { padding: 35px !important; } .padding-40 { padding: 40px !important; } .padding-45 { padding: 45px !important; } .padding-50 { padding: 50px !important; } .padding-55 { padding: 55px !important; } .padding-60 { padding: 60px !important; } .padding-65 { padding: 65px !important; } .padding-70 { padding: 70px !important; } .padding-75 { padding: 75px !important; } .padding-80 { padding: 80px !important; } .padding-85 { padding: 85px !important; } .padding-90 { padding: 90px !important; } .padding-95 { padding: 95px !important; } .padding-100 { padding: 100px !important; } .padding-105 { padding: 105px !important; } .padding-110 { padding: 110px !important; } .padding-115 { padding: 115px !important; } .padding-120 { padding: 120px !important; } .padding-125 { padding: 125px !important; } .padding-130 { padding: 130px !important; } .padding-135 { padding: 135px !important; } .padding-140 { padding: 140px !important; } .padding-145 { padding: 145px !important; } .padding-150 { padding: 150px !important; } .padding-155 { padding: 155px !important; } .padding-160 { padding: 160px !important; } .padding-165 { padding: 165px !important; } .padding-170 { padding: 170px !important; } .padding-175 { padding: 175px !important; } .padding-180 { padding: 180px !important; } .padding-185 { padding: 185px !important; } .padding-190 { padding: 190px !important; } .padding-195 { padding: 195px !important; } .padding-200 { padding: 200px !important; } .padding-top-5 { padding-top: 5px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-15 { padding-top: 15px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-top-25 { padding-top: 25px !important; } .padding-top-30 { padding-top: 30px !important; } .padding-top-35 { padding-top: 35px !important; } .padding-top-40 { padding-top: 40px !important; } .padding-top-45 { padding-top: 45px !important; } .padding-top-50 { padding-top: 50px !important; } .padding-top-55 { padding-top: 55px !important; } .padding-top-60 { padding-top: 60px !important; } .padding-top-65 { padding-top: 65px !important; } .padding-top-70 { padding-top: 70px !important; } .padding-top-75 { padding-top: 75px !important; } .padding-top-80 { padding-top: 80px !important; } .padding-top-85 { padding-top: 85px !important; } .padding-top-90 { padding-top: 90px !important; } .padding-top-95 { padding-top: 95px !important; } .padding-top-100 { padding-top: 100px !important; } .padding-top-105 { padding-top: 105px !important; } .padding-top-110 { padding-top: 110px !important; } .padding-top-115 { padding-top: 115px !important; } .padding-top-120 { padding-top: 120px !important; } .padding-top-125 { padding-top: 125px !important; } .padding-top-130 { padding-top: 130px !important; } .padding-top-135 { padding-top: 135px !important; } .padding-top-140 { padding-top: 140px !important; } .padding-top-145 { padding-top: 145px !important; } .padding-top-150 { padding-top: 150px !important; } .padding-top-155 { padding-top: 155px !important; } .padding-top-160 { padding-top: 160px !important; } .padding-top-165 { padding-top: 165px !important; } .padding-top-170 { padding-top: 170px !important; } .padding-top-175 { padding-top: 175px !important; } .padding-top-180 { padding-top: 180px !important; } .padding-top-185 { padding-top: 185px !important; } .padding-top-190 { padding-top: 190px !important; } .padding-top-195 { padding-top: 195px !important; } .padding-top-200 { padding-top: 200px !important; } .padding-bottom-5 { padding-bottom: 5px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-15 { padding-bottom: 15px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .padding-bottom-25 { padding-bottom: 25px !important; } .padding-bottom-30 { padding-bottom: 30px !important; } .padding-bottom-35 { padding-bottom: 35px !important; } .padding-bottom-40 { padding-bottom: 40px !important; } .padding-bottom-45 { padding-bottom: 45px !important; } .padding-bottom-50 { padding-bottom: 50px !important; } .padding-bottom-55 { padding-bottom: 55px !important; } .padding-bottom-60 { padding-bottom: 60px !important; } .padding-bottom-65 { padding-bottom: 65px !important; } .padding-bottom-70 { padding-bottom: 70px !important; } .padding-bottom-75 { padding-bottom: 75px !important; } .padding-bottom-80 { padding-bottom: 80px !important; } .padding-bottom-85 { padding-bottom: 85px !important; } .padding-bottom-90 { padding-bottom: 90px !important; } .padding-bottom-95 { padding-bottom: 95px !important; } .padding-bottom-100 { padding-bottom: 100px !important; } .padding-bottom-105 { padding-bottom: 105px !important; } .padding-bottom-110 { padding-bottom: 110px !important; } .padding-bottom-115 { padding-bottom: 115px !important; } .padding-bottom-120 { padding-bottom: 120px !important; } .padding-bottom-125 { padding-bottom: 125px !important; } .padding-bottom-130 { padding-bottom: 130px !important; } .padding-bottom-135 { padding-bottom: 135px !important; } .padding-bottom-140 { padding-bottom: 140px !important; } .padding-bottom-145 { padding-bottom: 145px !important; } .padding-bottom-150 { padding-bottom: 150px !important; } .padding-bottom-155 { padding-bottom: 155px !important; } .padding-bottom-160 { padding-bottom: 160px !important; } .padding-bottom-165 { padding-bottom: 165px !important; } .padding-bottom-170 { padding-bottom: 170px !important; } .padding-bottom-175 { padding-bottom: 175px !important; } .padding-bottom-180 { padding-bottom: 180px !important; } .padding-bottom-185 { padding-bottom: 185px !important; } .padding-bottom-190 { padding-bottom: 190px !important; } .padding-bottom-195 { padding-bottom: 195px !important; } .padding-bottom-200 { padding-bottom: 200px !important; } .padding-left-5 { padding-left: 5px !important; } .padding-left-10 { padding-left: 10px !important; } .padding-left-15 { padding-left: 15px !important; } .padding-left-20 { padding-left: 20px !important; } .padding-left-25 { padding-left: 25px !important; } .padding-left-30 { padding-left: 30px !important; } .padding-left-35 { padding-left: 35px !important; } .padding-left-40 { padding-left: 40px !important; } .padding-left-45 { padding-left: 45px !important; } .padding-left-50 { padding-left: 50px !important; } .padding-left-55 { padding-left: 55px !important; } .padding-left-60 { padding-left: 60px !important; } .padding-left-65 { padding-left: 65px !important; } .padding-left-70 { padding-left: 70px !important; } .padding-left-75 { padding-left: 75px !important; } .padding-left-80 { padding-left: 80px !important; } .padding-left-85 { padding-left: 85px !important; } .padding-left-90 { padding-left: 90px !important; } .padding-left-95 { padding-left: 95px !important; } .padding-left-100 { padding-left: 100px !important; } .padding-left-105 { padding-left: 105px !important; } .padding-left-110 { padding-left: 110px !important; } .padding-left-115 { padding-left: 115px !important; } .padding-left-120 { padding-left: 120px !important; } .padding-left-125 { padding-left: 125px !important; } .padding-left-130 { padding-left: 130px !important; } .padding-left-135 { padding-left: 135px !important; } .padding-left-140 { padding-left: 140px !important; } .padding-left-145 { padding-left: 145px !important; } .padding-left-150 { padding-left: 150px !important; } .padding-left-155 { padding-left: 155px !important; } .padding-left-160 { padding-left: 160px !important; } .padding-left-165 { padding-left: 165px !important; } .padding-left-170 { padding-left: 170px !important; } .padding-left-175 { padding-left: 175px !important; } .padding-left-180 { padding-left: 180px !important; } .padding-left-185 { padding-left: 185px !important; } .padding-left-190 { padding-left: 190px !important; } .padding-left-195 { padding-left: 195px !important; } .padding-left-200 { padding-left: 200px !important; } .padding-right-5 { padding-right: 5px !important; } .padding-right-10 { padding-right: 10px !important; } .padding-right-15 { padding-right: 15px !important; } .padding-right-20 { padding-right: 20px !important; } .padding-right-25 { padding-right: 25px !important; } .padding-right-30 { padding-right: 30px !important; } .padding-right-35 { padding-right: 35px !important; } .padding-right-40 { padding-right: 40px !important; } .padding-right-45 { padding-right: 45px !important; } .padding-right-50 { padding-right: 50px !important; } .padding-right-55 { padding-right: 55px !important; } .padding-right-60 { padding-right: 60px !important; } .padding-right-65 { padding-right: 65px !important; } .padding-right-70 { padding-right: 70px !important; } .padding-right-75 { padding-right: 75px !important; } .padding-right-80 { padding-right: 80px !important; } .padding-right-85 { padding-right: 85px !important; } .padding-right-90 { padding-right: 90px !important; } .padding-right-95 { padding-right: 95px !important; } .padding-right-100 { padding-right: 100px !important; } .padding-right-105 { padding-right: 105px !important; } .padding-right-110 { padding-right: 110px !important; } .padding-right-115 { padding-right: 115px !important; } .padding-right-120 { padding-right: 120px !important; } .padding-right-125 { padding-right: 125px !important; } .padding-right-130 { padding-right: 130px !important; } .padding-right-135 { padding-right: 135px !important; } .padding-right-140 { padding-right: 140px !important; } .padding-right-145 { padding-right: 145px !important; } .padding-right-150 { padding-right: 150px !important; } .padding-right-155 { padding-right: 155px !important; } .padding-right-160 { padding-right: 160px !important; } .padding-right-165 { padding-right: 165px !important; } .padding-right-170 { padding-right: 170px !important; } .padding-right-175 { padding-right: 175px !important; } .padding-right-180 { padding-right: 180px !important; } .padding-right-185 { padding-right: 185px !important; } .padding-right-190 { padding-right: 190px !important; } .padding-right-195 { padding-right: 195px !important; } .padding-right-200 { padding-right: 200px !important; } .ubuntu { font-family: 'Ubuntu', sans-serif; } .poppins { font-family: 'Poppins', sans-serif; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .text-white, .text-white a { color: #fff !important; } .text-black, .text-black a { color: #333740 !important; } .text-cyan, .text-cyan a { color: #528f89 !important; } .text-d-cyan, .text-d-cyan a { color: #386360 !important; } .text-orange, .text-orange a { color: #ffae00; } .text-gold, .text-gold a { color: #c37402; } .text-blue, .text-blue a { color: #0886b9 !important; } .text-blue-2, .text-blue-2 a { color: #219dcf !important; } .text-l-blue, .text-l-blue a { color: #0f91c6 !important; } .text-d-blue, .text-d-blue a { color: #37589b !important; } .text-yellow, .text-yellow a { color: #ffb20d !important; } .text-red, .text-red a { color: #E85C2E !important; } .text-purple, .text-purple a { color: #858fa6 !important; } .text-gray, .text-gray a { color: #666666 !important; } .text-gray-2, .text-gray-2 a { color: #999999 !important; } .text-gray-3, .text-gray-3 a { color: #808080 !important; } .text-l-gray, .text-l-gray a { color: #fffefe !important; } .text-l-gray-2, .text-l-gray-2 a { color: #a6a7a9 !important; } .text-d-gray, .text-d-gray a { color: #4d4d4d !important; } .text-green, .text-green a { color: #339900 !important; } .text-d-green, .text-d-green a { color: #294a47 !important; } .text-transparent { color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #666; } .title-blue { color: #2e3d76; } .title-gray { color: #282727; } .thin { font-weight: 100 !important; } .light { font-weight: 300 !important; } .regular { font-weight: 400 !important; } .medium { font-weight: 500 !important; } .semibold { font-weight: 600 !important; } .bold { font-weight: 700 !important; } .extra-bold { font-weight: 800 !important; } .letter-10 { letter-spacing: -0.010em; } .letter-25 { letter-spacing: -0.025em; } .letter-30 { letter-spacing: -0.030em; } .letter-80 { letter-spacing: -0.080em; } .toupper { text-transform: uppercase; } .captalize { text-transform: capitalize; } .italic { font-style: italic !important; } .text-10-pt { font-size: 0.8333em !important; } .text-12-pt { font-size: 1em !important; } .text-13-pt { font-size: 1.0833em !important; } .text-14-pt { font-size: 1.1666em !important; } .text-15-pt { font-size: 1.25em !important; } .text-16-pt { font-size: 1.3333em !important; } .text-18-pt { font-size: 1.5em !important; } .text-20-pt { font-size: 1.6666em !important; } .text-22-pt { font-size: 1.8333em !important; } .text-24-pt { font-size: 2em !important; } .text-25-pt { font-size: 2.08333em !important; } .text-26-pt { font-size: 2.1666em !important; } .text-28-pt { font-size: 2.3333em !important; } .text-30-pt { font-size: 2.5em !important; } .text-32-pt { font-size: 2.6666em !important; } .text-34-pt { font-size: 2.8333em !important; } .text-35-pt { font-size: 2.9166em !important; } .text-36-pt { font-size: 3em !important; } .text-38-pt { font-size: 3.1666em !important; } .text-40-pt { font-size: 3.3333em !important; } .text-42-pt { font-size: 3.5em !important; } .text-44-pt { font-size: 3.6666em !important; } .text-46-pt { font-size: 3.8333em !important; } .text-48-pt { font-size: 4em !important; } .text-50-pt { font-size: 4.1666em !important; } .text-80-pt { font-size: 7em !important; } .text-100-pt { font-size: 9em !important; } .line-24 { line-height: 1.4em !important; } .line-28 { line-height: 1.8em !important; } .border-bottom-red { border-bottom: 0.1em solid #da251c; } .border-bottom-purple { border-bottom: 0.1em solid #590ac1; } .border-bottom-gray { border-bottom: 0.1em solid #c9c7c7; } .border-bottom-black { border-bottom: 1px solid #000; } .border-bottom-orange { border-bottom: 1px solid #f8490d; } .border-right-gray { border-right: 1px solid #ccc; } .border-blue { border: 1px solid #0f3381; } .border-red { border: 1px solid #e00d03; } .border-purple { border: 1px solid #590ac1; } .border-gray { border: 1px solid #b3b3b3 !important; } .border-orange { border: 1px solid #f8490d; } .relative { position: relative; } .inline { display: inline !important; } .block { display: block !important; } .no-list { list-style: none; } .no-border { border: none !important; } .input { background-color: #fff; width: 100%; height: 50px; padding: 10px; border: none; box-shadow: -2px -5px 6px 2px #ddddde inset; } .input::-webkit-input-placeholder { font-family: "ubuntu", sans-serif; font-weight: 400; font-size: 1.4em; color: #999999; padding-left: 10px; } .input-login { background-color: #fff; width: 100%; height: 37px; border-radius: 5px; padding: 10px; border: none; } .input-login::-webkit-input-placeholder { font-family: "ubuntu", sans-serif; font-weight: 400; font-size: 1.2em; color: #999999; padding-left: 10px; } .inline-block { display: inline-block; } .radius-5 { border-radius: 5px !important; } .radius-10 { border-radius: 10px !important; } .radius-20 { border-radius: 20px !important; } .radius-100 { border-radius: 100% !important; } .bg-dark { background-color: #2e353d; } .bg-black { background-color: #333740; } .bg-blue { background-color: #1779ab; } .bg-cyan { background-color: #63b0a9; } .bg-yellow { background-color: #ffd200; } .bg-l-yellow { background-color: #ffcf68; } .bg-cream { background-color: #ffdd96; } .bg-green { background-color: #386360; } .bg-d-green { background-color: #294a47; } .bg-gray { background-color: #f3f3f3; } .bg-d-gray { background-color: #e1e1e1; } .bg-l-gray { background-color: #f5f5f5; } .bg-linear-gray { background: linear-gradient(to top, #f2f2f2, #fff); } .bg-purple { background-color: #590ac1; } .bg-white { background-color: #FFF !important; } .bg-red { background-color: #f8490d !important; } .bg-black { background-color: #2e2c33 !important; } .bg-orange { background-color: #ffae00 !important; } .bg-l-orange { background-color: #ffba26 !important; } .fancybox-overlay { z-index: 999998 !important; } .fancybox-opened { z-index: 999999 !important; } img.alignright { float: right; margin: 0 0 1em 1em } img.alignleft { float: left; margin: 0 1em 1em 0 } img.aligncenter { display: block; margin-left: auto; margin-right: auto } a img.alignright { float: right; margin: 0 0 1em 1em } a img.alignleft { float: left; margin: 0 1em 1em 0 } a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
resources/assets/css/sistema/commom.css
.noshow { display: none; } .not-show { display: none; } .vertical-middle { display: flex; align-items: center; } .vertical-bottom { display: flex; align-items: flex-end; } .horizontal-center { display: flex; justify-content: center; } .horizontal-right { display: flex; justify-content: flex-end; } .horizontal-around { display: flex !important; flex-flow: row wrap !important; justify-content: space-around; } .horizontal-between { display: flex !important; flex-flow: row wrap !important; justify-content: space-between; } .to-right { justify-content: flex-end; } .to-front { position: relative; z-index: 9999; } .vertical { writing-mode: vertical-rl; transform: rotate(180deg); text-align: right; } .margin-5 { margin: 5px !important; } .margin-10 { margin: 10px !important; } .margin-15 { margin: 15px !important; } .margin-20 { margin: 20px !important; } .margin-25 { margin: 25px !important; } .margin-30 { margin: 30px !important; } .margin-35 { margin: 35px !important; } .margin-40 { margin: 40px !important; } .margin-45 { margin: 45px !important; } .margin-50 { margin: 50px !important; } .margin-55 { margin: 55px !important; } .margin-60 { margin: 60px !important; } .margin-65 { margin: 65px !important; } .margin-70 { margin: 70px !important; } .margin-75 { margin: 75px !important; } .margin-80 { margin: 80px !important; } .margin-85 { margin: 85px !important; } .margin-90 { margin: 90px !important; } .margin-95 { margin: 95px !important; } .margin-100 { margin: 100px !important; } .margin-105 { margin: 105px !important; } .margin-110 { margin: 110px !important; } .margin-115 { margin: 115px !important; } .margin-120 { margin: 120px !important; } .margin-125 { margin: 125px !important; } .margin-130 { margin: 130px !important; } .margin-135 { margin: 135px !important; } .margin-140 { margin: 140px !important; } .margin-145 { margin: 145px !important; } .margin-150 { margin: 150px !important; } .margin-155 { margin: 155px !important; } .margin-160 { margin: 160px !important; } .margin-165 { margin: 165px !important; } .margin-170 { margin: 170px !important; } .margin-175 { margin: 175px !important; } .margin-180 { margin: 180px !important; } .margin-185 { margin: 185px !important; } .margin-190 { margin: 190px !important; } .margin-195 { margin: 195px !important; } .margin-200 { margin: 200px !important; } .margin-top-5 { margin-top: 5px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-25 { margin-top: 25px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-35 { margin-top: 35px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-top-45 { margin-top: 45px !important; } .margin-top-50 { margin-top: 50px !important; } .margin-top-55 { margin-top: 55px !important; } .margin-top-60 { margin-top: 60px !important; } .margin-top-65 { margin-top: 65px !important; } .margin-top-70 { margin-top: 70px !important; } .margin-top-75 { margin-top: 75px !important; } .margin-top-80 { margin-top: 80px !important; } .margin-top-85 { margin-top: 85px !important; } .margin-top-90 { margin-top: 90px !important; } .margin-top-95 { margin-top: 95px !important; } .margin-top-100 { margin-top: 100px !important; } .margin-top-105 { margin-top: 105px !important; } .margin-top-110 { margin-top: 110px !important; } .margin-top-115 { margin-top: 115px !important; } .margin-top-120 { margin-top: 120px !important; } .margin-top-125 { margin-top: 125px !important; } .margin-top-130 { margin-top: 130px !important; } .margin-top-135 { margin-top: 135px !important; } .margin-top-140 { margin-top: 140px !important; } .margin-top-145 { margin-top: 145px !important; } .margin-top-150 { margin-top: 150px !important; } .margin-top-155 { margin-top: 155px !important; } .margin-top-160 { margin-top: 160px !important; } .margin-top-165 { margin-top: 165px !important; } .margin-top-170 { margin-top: 170px !important; } .margin-top-175 { margin-top: 175px !important; } .margin-top-180 { margin-top: 180px !important; } .margin-top-185 { margin-top: 185px !important; } .margin-top-190 { margin-top: 190px !important; } .margin-top-195 { margin-top: 195px !important; } .margin-top-200 { margin-top: 200px !important; } .margin-bottom-5 { margin-bottom: 5px !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-15 { margin-bottom: 15px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-25 { margin-bottom: 25px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-35 { margin-bottom: 35px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .margin-bottom-45 { margin-bottom: 45px !important; } .margin-bottom-50 { margin-bottom: 50px !important; } .margin-bottom-55 { margin-bottom: 55px !important; } .margin-bottom-60 { margin-bottom: 60px !important; } .margin-bottom-65 { margin-bottom: 65px !important; } .margin-bottom-70 { margin-bottom: 70px !important; } .margin-bottom-75 { margin-bottom: 75px !important; } .margin-bottom-80 { margin-bottom: 80px !important; } .margin-bottom-85 { margin-bottom: 85px !important; } .margin-bottom-90 { margin-bottom: 90px !important; } .margin-bottom-95 { margin-bottom: 95px !important; } .margin-bottom-100 { margin-bottom: 100px !important; } .margin-bottom-105 { margin-bottom: 105px !important; } .margin-bottom-110 { margin-bottom: 110px !important; } .margin-bottom-115 { margin-bottom: 115px !important; } .margin-bottom-120 { margin-bottom: 120px !important; } .margin-bottom-125 { margin-bottom: 125px !important; } .margin-bottom-130 { margin-bottom: 130px !important; } .margin-bottom-135 { margin-bottom: 135px !important; } .margin-bottom-140 { margin-bottom: 140px !important; } .margin-bottom-145 { margin-bottom: 145px !important; } .margin-bottom-150 { margin-bottom: 150px !important; } .margin-bottom-155 { margin-bottom: 155px !important; } .margin-bottom-160 { margin-bottom: 160px !important; } .margin-bottom-165 { margin-bottom: 165px !important; } .margin-bottom-170 { margin-bottom: 170px !important; } .margin-bottom-175 { margin-bottom: 175px !important; } .margin-bottom-180 { margin-bottom: 180px !important; } .margin-bottom-185 { margin-bottom: 185px !important; } .margin-bottom-190 { margin-bottom: 190px !important; } .margin-bottom-195 { margin-bottom: 195px !important; } .margin-bottom-200 { margin-bottom: 200px !important; } .margin-left-5 { margin-left: 5px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-15 { margin-left: 15px !important; } .margin-left-20 { margin-left: 20px !important; } .margin-left-25 { margin-left: 25px !important; } .margin-left-30 { margin-left: 30px !important; } .margin-left-35 { margin-left: 35px !important; } .margin-left-40 { margin-left: 40px !important; } .margin-left-45 { margin-left: 45px !important; } .margin-left-50 { margin-left: 50px !important; } .margin-left-55 { margin-left: 55px !important; } .margin-left-60 { margin-left: 60px !important; } .margin-left-65 { margin-left: 65px !important; } .margin-left-70 { margin-left: 70px !important; } .margin-left-75 { margin-left: 75px !important; } .margin-left-80 { margin-left: 80px !important; } .margin-left-85 { margin-left: 85px !important; } .margin-left-90 { margin-left: 90px !important; } .margin-left-95 { margin-left: 95px !important; } .margin-left-100 { margin-left: 100px !important; } .margin-left-105 { margin-left: 105px !important; } .margin-left-110 { margin-left: 110px !important; } .margin-left-115 { margin-left: 115px !important; } .margin-left-120 { margin-left: 120px !important; } .margin-left-125 { margin-left: 125px !important; } .margin-left-130 { margin-left: 130px !important; } .margin-left-135 { margin-left: 135px !important; } .margin-left-140 { margin-left: 140px !important; } .margin-left-145 { margin-left: 145px !important; } .margin-left-150 { margin-left: 150px !important; } .margin-left-155 { margin-left: 155px !important; } .margin-left-160 { margin-left: 160px !important; } .margin-left-165 { margin-left: 165px !important; } .margin-left-170 { margin-left: 170px !important; } .margin-left-175 { margin-left: 175px !important; } .margin-left-180 { margin-left: 180px !important; } .margin-left-185 { margin-left: 185px !important; } .margin-left-190 { margin-left: 190px !important; } .margin-left-195 { margin-left: 195px !important; } .margin-left-200 { margin-left: 200px !important; } .margin-right-5 { margin-right: 5px !important; } .margin-right-10 { margin-right: 10px !important; } .margin-right-15 { margin-right: 15px !important; } .margin-right-20 { margin-right: 20px !important; } .margin-right-25 { margin-right: 25px !important; } .margin-right-30 { margin-right: 30px !important; } .margin-right-35 { margin-right: 35px !important; } .margin-right-40 { margin-right: 40px !important; } .margin-right-45 { margin-right: 45px !important; } .margin-right-50 { margin-right: 50px !important; } .margin-right-55 { margin-right: 55px !important; } .margin-right-60 { margin-right: 60px !important; } .margin-right-65 { margin-right: 65px !important; } .margin-right-70 { margin-right: 70px !important; } .margin-right-75 { margin-right: 75px !important; } .margin-right-80 { margin-right: 80px !important; } .margin-right-85 { margin-right: 85px !important; } .margin-right-90 { margin-right: 90px !important; } .margin-right-95 { margin-right: 95px !important; } .margin-right-100 { margin-right: 100px !important; } .margin-right-105 { margin-right: 105px !important; } .margin-right-110 { margin-right: 110px !important; } .margin-right-115 { margin-right: 115px !important; } .margin-right-120 { margin-right: 120px !important; } .margin-right-125 { margin-right: 125px !important; } .margin-right-130 { margin-right: 130px !important; } .margin-right-135 { margin-right: 135px !important; } .margin-right-140 { margin-right: 140px !important; } .margin-right-145 { margin-right: 145px !important; } .margin-right-150 { margin-right: 150px !important; } .margin-right-155 { margin-right: 155px !important; } .margin-right-160 { margin-right: 160px !important; } .margin-right-165 { margin-right: 165px !important; } .margin-right-170 { margin-right: 170px !important; } .margin-right-175 { margin-right: 175px !important; } .margin-right-180 { margin-right: 180px !important; } .margin-right-185 { margin-right: 185px !important; } .margin-right-190 { margin-right: 190px !important; } .margin-right-195 { margin-right: 195px !important; } .margin-right-200 { margin-right: 200px !important; } .padding-5 { padding: 5px !important; } .padding-10 { padding: 10px !important; } .padding-15 { padding: 15px !important; } .padding-20 { padding: 20px !important; } .padding-25 { padding: 25px !important; } .padding-30 { padding: 30px !important; } .padding-35 { padding: 35px !important; } .padding-40 { padding: 40px !important; } .padding-45 { padding: 45px !important; } .padding-50 { padding: 50px !important; } .padding-55 { padding: 55px !important; } .padding-60 { padding: 60px !important; } .padding-65 { padding: 65px !important; } .padding-70 { padding: 70px !important; } .padding-75 { padding: 75px !important; } .padding-80 { padding: 80px !important; } .padding-85 { padding: 85px !important; } .padding-90 { padding: 90px !important; } .padding-95 { padding: 95px !important; } .padding-100 { padding: 100px !important; } .padding-105 { padding: 105px !important; } .padding-110 { padding: 110px !important; } .padding-115 { padding: 115px !important; } .padding-120 { padding: 120px !important; } .padding-125 { padding: 125px !important; } .padding-130 { padding: 130px !important; } .padding-135 { padding: 135px !important; } .padding-140 { padding: 140px !important; } .padding-145 { padding: 145px !important; } .padding-150 { padding: 150px !important; } .padding-155 { padding: 155px !important; } .padding-160 { padding: 160px !important; } .padding-165 { padding: 165px !important; } .padding-170 { padding: 170px !important; } .padding-175 { padding: 175px !important; } .padding-180 { padding: 180px !important; } .padding-185 { padding: 185px !important; } .padding-190 { padding: 190px !important; } .padding-195 { padding: 195px !important; } .padding-200 { padding: 200px !important; } .padding-top-5 { padding-top: 5px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-15 { padding-top: 15px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-top-25 { padding-top: 25px !important; } .padding-top-30 { padding-top: 30px !important; } .padding-top-35 { padding-top: 35px !important; } .padding-top-40 { padding-top: 40px !important; } .padding-top-45 { padding-top: 45px !important; } .padding-top-50 { padding-top: 50px !important; } .padding-top-55 { padding-top: 55px !important; } .padding-top-60 { padding-top: 60px !important; } .padding-top-65 { padding-top: 65px !important; } .padding-top-70 { padding-top: 70px !important; } .padding-top-75 { padding-top: 75px !important; } .padding-top-80 { padding-top: 80px !important; } .padding-top-85 { padding-top: 85px !important; } .padding-top-90 { padding-top: 90px !important; } .padding-top-95 { padding-top: 95px !important; } .padding-top-100 { padding-top: 100px !important; } .padding-top-105 { padding-top: 105px !important; } .padding-top-110 { padding-top: 110px !important; } .padding-top-115 { padding-top: 115px !important; } .padding-top-120 { padding-top: 120px !important; } .padding-top-125 { padding-top: 125px !important; } .padding-top-130 { padding-top: 130px !important; } .padding-top-135 { padding-top: 135px !important; } .padding-top-140 { padding-top: 140px !important; } .padding-top-145 { padding-top: 145px !important; } .padding-top-150 { padding-top: 150px !important; } .padding-top-155 { padding-top: 155px !important; } .padding-top-160 { padding-top: 160px !important; } .padding-top-165 { padding-top: 165px !important; } .padding-top-170 { padding-top: 170px !important; } .padding-top-175 { padding-top: 175px !important; } .padding-top-180 { padding-top: 180px !important; } .padding-top-185 { padding-top: 185px !important; } .padding-top-190 { padding-top: 190px !important; } .padding-top-195 { padding-top: 195px !important; } .padding-top-200 { padding-top: 200px !important; } .padding-bottom-5 { padding-bottom: 5px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-15 { padding-bottom: 15px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .padding-bottom-25 { padding-bottom: 25px !important; } .padding-bottom-30 { padding-bottom: 30px !important; } .padding-bottom-35 { padding-bottom: 35px !important; } .padding-bottom-40 { padding-bottom: 40px !important; } .padding-bottom-45 { padding-bottom: 45px !important; } .padding-bottom-50 { padding-bottom: 50px !important; } .padding-bottom-55 { padding-bottom: 55px !important; } .padding-bottom-60 { padding-bottom: 60px !important; } .padding-bottom-65 { padding-bottom: 65px !important; } .padding-bottom-70 { padding-bottom: 70px !important; } .padding-bottom-75 { padding-bottom: 75px !important; } .padding-bottom-80 { padding-bottom: 80px !important; } .padding-bottom-85 { padding-bottom: 85px !important; } .padding-bottom-90 { padding-bottom: 90px !important; } .padding-bottom-95 { padding-bottom: 95px !important; } .padding-bottom-100 { padding-bottom: 100px !important; } .padding-bottom-105 { padding-bottom: 105px !important; } .padding-bottom-110 { padding-bottom: 110px !important; } .padding-bottom-115 { padding-bottom: 115px !important; } .padding-bottom-120 { padding-bottom: 120px !important; } .padding-bottom-125 { padding-bottom: 125px !important; } .padding-bottom-130 { padding-bottom: 130px !important; } .padding-bottom-135 { padding-bottom: 135px !important; } .padding-bottom-140 { padding-bottom: 140px !important; } .padding-bottom-145 { padding-bottom: 145px !important; } .padding-bottom-150 { padding-bottom: 150px !important; } .padding-bottom-155 { padding-bottom: 155px !important; } .padding-bottom-160 { padding-bottom: 160px !important; } .padding-bottom-165 { padding-bottom: 165px !important; } .padding-bottom-170 { padding-bottom: 170px !important; } .padding-bottom-175 { padding-bottom: 175px !important; } .padding-bottom-180 { padding-bottom: 180px !important; } .padding-bottom-185 { padding-bottom: 185px !important; } .padding-bottom-190 { padding-bottom: 190px !important; } .padding-bottom-195 { padding-bottom: 195px !important; } .padding-bottom-200 { padding-bottom: 200px !important; } .padding-left-5 { padding-left: 5px !important; } .padding-left-10 { padding-left: 10px !important; } .padding-left-15 { padding-left: 15px !important; } .padding-left-20 { padding-left: 20px !important; } .padding-left-25 { padding-left: 25px !important; } .padding-left-30 { padding-left: 30px !important; } .padding-left-35 { padding-left: 35px !important; } .padding-left-40 { padding-left: 40px !important; } .padding-left-45 { padding-left: 45px !important; } .padding-left-50 { padding-left: 50px !important; } .padding-left-55 { padding-left: 55px !important; } .padding-left-60 { padding-left: 60px !important; } .padding-left-65 { padding-left: 65px !important; } .padding-left-70 { padding-left: 70px !important; } .padding-left-75 { padding-left: 75px !important; } .padding-left-80 { padding-left: 80px !important; } .padding-left-85 { padding-left: 85px !important; } .padding-left-90 { padding-left: 90px !important; } .padding-left-95 { padding-left: 95px !important; } .padding-left-100 { padding-left: 100px !important; } .padding-left-105 { padding-left: 105px !important; } .padding-left-110 { padding-left: 110px !important; } .padding-left-115 { padding-left: 115px !important; } .padding-left-120 { padding-left: 120px !important; } .padding-left-125 { padding-left: 125px !important; } .padding-left-130 { padding-left: 130px !important; } .padding-left-135 { padding-left: 135px !important; } .padding-left-140 { padding-left: 140px !important; } .padding-left-145 { padding-left: 145px !important; } .padding-left-150 { padding-left: 150px !important; } .padding-left-155 { padding-left: 155px !important; } .padding-left-160 { padding-left: 160px !important; } .padding-left-165 { padding-left: 165px !important; } .padding-left-170 { padding-left: 170px !important; } .padding-left-175 { padding-left: 175px !important; } .padding-left-180 { padding-left: 180px !important; } .padding-left-185 { padding-left: 185px !important; } .padding-left-190 { padding-left: 190px !important; } .padding-left-195 { padding-left: 195px !important; } .padding-left-200 { padding-left: 200px !important; } .padding-right-5 { padding-right: 5px !important; } .padding-right-10 { padding-right: 10px !important; } .padding-right-15 { padding-right: 15px !important; } .padding-right-20 { padding-right: 20px !important; } .padding-right-25 { padding-right: 25px !important; } .padding-right-30 { padding-right: 30px !important; } .padding-right-35 { padding-right: 35px !important; } .padding-right-40 { padding-right: 40px !important; } .padding-right-45 { padding-right: 45px !important; } .padding-right-50 { padding-right: 50px !important; } .padding-right-55 { padding-right: 55px !important; } .padding-right-60 { padding-right: 60px !important; } .padding-right-65 { padding-right: 65px !important; } .padding-right-70 { padding-right: 70px !important; } .padding-right-75 { padding-right: 75px !important; } .padding-right-80 { padding-right: 80px !important; } .padding-right-85 { padding-right: 85px !important; } .padding-right-90 { padding-right: 90px !important; } .padding-right-95 { padding-right: 95px !important; } .padding-right-100 { padding-right: 100px !important; } .padding-right-105 { padding-right: 105px !important; } .padding-right-110 { padding-right: 110px !important; } .padding-right-115 { padding-right: 115px !important; } .padding-right-120 { padding-right: 120px !important; } .padding-right-125 { padding-right: 125px !important; } .padding-right-130 { padding-right: 130px !important; } .padding-right-135 { padding-right: 135px !important; } .padding-right-140 { padding-right: 140px !important; } .padding-right-145 { padding-right: 145px !important; } .padding-right-150 { padding-right: 150px !important; } .padding-right-155 { padding-right: 155px !important; } .padding-right-160 { padding-right: 160px !important; } .padding-right-165 { padding-right: 165px !important; } .padding-right-170 { padding-right: 170px !important; } .padding-right-175 { padding-right: 175px !important; } .padding-right-180 { padding-right: 180px !important; } .padding-right-185 { padding-right: 185px !important; } .padding-right-190 { padding-right: 190px !important; } .padding-right-195 { padding-right: 195px !important; } .padding-right-200 { padding-right: 200px !important; } .ubuntu { font-family: 'Ubuntu', sans-serif; } .poppins { font-family: 'Poppins', sans-serif; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .text-white, .text-white a { color: #fff !important; } .text-black, .text-black a { color: #333740 !important; } .text-cyan, .text-cyan a { color: #528f89 !important; } .text-d-cyan, .text-d-cyan a { color: #386360 !important; } .text-orange, .text-orange a { color: #ffae00; } .text-gold, .text-gold a { color: #c37402; } .text-blue, .text-blue a { color: #0886b9 !important; } .text-blue-2, .text-blue-2 a { color: #219dcf !important; } .text-l-blue, .text-l-blue a { color: #0f91c6 !important; } .text-d-blue, .text-d-blue a { color: #37589b !important; } .text-yellow, .text-yellow a { color: #ffb20d !important; } .text-red, .text-red a { color: #E85C2E !important; } .text-purple, .text-purple a { color: #858fa6 !important; } .text-gray, .text-gray a { color: #666666 !important; } .text-gray-2, .text-gray-2 a { color: #999999 !important; } .text-gray-3, .text-gray-3 a { color: #808080 !important; } .text-l-gray, .text-l-gray a { color: #fffefe !important; } .text-l-gray-2, .text-l-gray-2 a { color: #a6a7a9 !important; } .text-d-gray, .text-d-gray a { color: #4d4d4d !important; } .text-green, .text-green a { color: #339900 !important; } .text-d-green, .text-d-green a { color: #294a47 !important; } .text-transparent { color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #666; } .title-blue { color: #2e3d76; } .title-gray { color: #282727; } .thin { font-weight: 100 !important; } .light { font-weight: 300 !important; } .regular { font-weight: 400 !important; } .medium { font-weight: 500 !important; } .semibold { font-weight: 600 !important; } .bold { font-weight: 700 !important; } .extra-bold { font-weight: 800 !important; } .letter-10 { letter-spacing: -0.010em; } .letter-25 { letter-spacing: -0.025em; } .letter-30 { letter-spacing: -0.030em; } .letter-80 { letter-spacing: -0.080em; } .toupper { text-transform: uppercase; } .captalize { text-transform: capitalize; } .italic { font-style: italic !important; } .text-10-pt { font-size: 0.8333em !important; } .text-12-pt { font-size: 1em !important; } .text-13-pt { font-size: 1.0833em !important; } .text-14-pt { font-size: 1.1666em !important; } .text-15-pt { font-size: 1.25em !important; } .text-16-pt { font-size: 1.3333em !important; } .text-18-pt { font-size: 1.5em !important; } .text-20-pt { font-size: 1.6666em !important; } .text-22-pt { font-size: 1.8333em !important; } .text-24-pt { font-size: 2em !important; } .text-25-pt { font-size: 2.08333em !important; } .text-26-pt { font-size: 2.1666em !important; } .text-28-pt { font-size: 2.3333em !important; } .text-30-pt { font-size: 2.5em !important; } .text-32-pt { font-size: 2.6666em !important; } .text-34-pt { font-size: 2.8333em !important; } .text-35-pt { font-size: 2.9166em !important; } .text-36-pt { font-size: 3em !important; } .text-38-pt { font-size: 3.1666em !important; } .text-40-pt { font-size: 3.3333em !important; } .text-42-pt { font-size: 3.5em !important; } .text-44-pt { font-size: 3.6666em !important; } .text-46-pt { font-size: 3.8333em !important; } .text-48-pt { font-size: 4em !important; } .text-50-pt { font-size: 4.1666em !important; } .text-80-pt { font-size: 7em !important; } .text-100-pt { font-size: 9em !important; } .line-24 { line-height: 1.4em !important; } .line-28 { line-height: 1.8em !important; } .border-bottom-red { border-bottom: 0.1em solid #da251c; } .border-bottom-purple { border-bottom: 0.1em solid #590ac1; } .border-bottom-gray { border-bottom: 0.1em solid #c9c7c7; } .border-bottom-black { border-bottom: 1px solid #000; } .border-bottom-orange { border-bottom: 1px solid #f8490d; } .border-right-gray { border-right: 1px solid #ccc; } .border-blue { border: 1px solid #0f3381; } .border-red { border: 1px solid #e00d03; } .border-purple { border: 1px solid #590ac1; } .border-gray { border: 1px solid #b3b3b3 !important; } .border-orange { border: 1px solid #f8490d; } .relative { position: relative; } .inline { display: inline !important; } .block { display: block !important; } .no-list { list-style: none; } .no-border { border: none !important; } .input { background-color: #fff; width: 100%; height: 50px; padding: 10px; border: none; box-shadow: -2px -5px 6px 2px #ddddde inset; } .input::-webkit-input-placeholder { font-family: "ubuntu", sans-serif; font-weight: 400; font-size: 1.4em; color: #999999; padding-left: 10px; } .input-login { background-color: #fff; width: 100%; height: 37px; border-radius: 5px; padding: 10px; border: none; } .input-login::-webkit-input-placeholder { font-family: "ubuntu", sans-serif; font-weight: 400; font-size: 1.2em; color: #999999; padding-left: 10px; } .inline-block { display: inline-block; } .radius-5 { border-radius: 5px !important; } .radius-10 { border-radius: 10px !important; } .radius-20 { border-radius: 20px !important; } .radius-100 { border-radius: 100% !important; } .bg-dark { background-color: #2e353d; } .bg-black { background-color: #333740; } .bg-blue { background-color: #1779ab; } .bg-cyan { background-color: #63b0a9; } .bg-yellow { background-color: #ffd200; } .bg-l-yellow { background-color: #ffcf68; } .bg-cream { background-color: #ffdd96; } .bg-green { background-color: #386360; } .bg-d-green { background-color: #294a47; } .bg-gray { background-color: #f3f3f3; } .bg-d-gray { background-color: #e1e1e1; } .bg-l-gray { background-color: #f5f5f5; } .bg-linear-gray { background: linear-gradient(to top, #f2f2f2, #fff); } .bg-purple { background-color: #590ac1; } .bg-white { background-color: #FFF !important; } .bg-red { background-color: #f8490d !important; } .bg-black { background-color: #2e2c33 !important; } .bg-orange { background-color: #ffae00 !important; } .bg-l-orange { background-color: #ffba26 !important; } .fancybox-overlay { z-index: 999998 !important; } .fancybox-opened { z-index: 999999 !important; } img.alignright { float: right; margin: 0 0 1em 1em } img.alignleft { float: left; margin: 0 1em 1em 0 } img.aligncenter { display: block; margin-left: auto; margin-right: auto } a img.alignright { float: right; margin: 0 0 1em 1em } a img.alignleft { float: left; margin: 0 1em 1em 0 } a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
0.356111
0.069321
margin-top: 50px; } #add_review div{ width: 600px; } #add_review div textarea { max-width: 600px; height: 200px; font: 16px arial; } #submit_review { background-color: #000000; color: #FFFFFF; font: 17px arial; } .successAdd { /*background-color: #757575;*/ height: 70px; font: 18px arial; /*color: #FFFFFF;*/ /*border: 1px solid #000000;*/ position: relative; bottom: 5px; } #succes_review { margin-top: 10px; display: none; } .review { margin-top: 20px; } .review .user_name { position: relative; top: 13px; } .review .user_name p { background-color: #000000; color: #FFFFFF; font: 17px arial; line-height: 30px; width: 100%; padding-top: 3px; padding-right: 7px; padding-left: 7px; border-radius: 7px; } .review .text_review { background-color: #FFFFFF; font: 15px arial; min-height: 200px; /*border: 2px solid #000000;*/ position: relative; width: 600px; box-shadow: 2px 1px 7px 4px #000000; } .bd_review { display: inline-block; border-left: 4px solid transparent; border-right: 12px solid transparent; border-bottom: 20px solid #6e6e6e; width: 6px; position: relative; left: 10px; top: 5px; } .btn-to-add { background-color: #000000; color: #FFFFFF; margin-top: 20px; } .btn-to-add:hover { opacity: 0.6; color: #FFFFFF; } .pagination { /*margin-left: 200px;*/ width: 250px; /*float: left;*/ } .pagination .active span{ /*width: 100px;*/ background-color: #000000 !important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; margin-left: 2px; } .pagination li a { color: #000000; font: 18px arial; margin-left: 2px; } .pagination li:first-child a { width: 70px; margin-left: 5px; background-color: #000000 !important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; } .pagination li:last-child a{ width: 70px; background-color: #000000 !important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; } .pagination .disabled span{ background-color: #000000!important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; margin-left: 2px; /*margin-right: 6px;*/ } /*.pagination li span {*/ /*!*width: 100px;*!*/ /*background-color: #000000!important;*/ /*opacity: 0.8;*/ /*color: #FFFFFF;*/ /*font: 21px arial;*/ /*text-align: center;*/ /*margin-right: 5px;*/ /*}*/ /*.pagination li a {*/ /*width: 100px;*/ /*background-color: #000000!important;*/ /*opacity: 0.8;*/ /*color: #FFFFFF;*/ /*font: 21px arial;*/ /*text-align: center;*/ /*}*/ @media(max-width: 670px) { .review .text_review { background-color: #FFFFFF; font: 15px arial; min-height: 200px; /*border: 2px solid #000000;*/ position: relative; width: 290px; box-shadow: 2px 1px 7px 4px #000000; } #add_review div{ width: 290px; } #add_review div textarea { width: 290px; height: 200px; font: 16px arial; } }
public/css/reviews/reviews.css
margin-top: 50px; } #add_review div{ width: 600px; } #add_review div textarea { max-width: 600px; height: 200px; font: 16px arial; } #submit_review { background-color: #000000; color: #FFFFFF; font: 17px arial; } .successAdd { /*background-color: #757575;*/ height: 70px; font: 18px arial; /*color: #FFFFFF;*/ /*border: 1px solid #000000;*/ position: relative; bottom: 5px; } #succes_review { margin-top: 10px; display: none; } .review { margin-top: 20px; } .review .user_name { position: relative; top: 13px; } .review .user_name p { background-color: #000000; color: #FFFFFF; font: 17px arial; line-height: 30px; width: 100%; padding-top: 3px; padding-right: 7px; padding-left: 7px; border-radius: 7px; } .review .text_review { background-color: #FFFFFF; font: 15px arial; min-height: 200px; /*border: 2px solid #000000;*/ position: relative; width: 600px; box-shadow: 2px 1px 7px 4px #000000; } .bd_review { display: inline-block; border-left: 4px solid transparent; border-right: 12px solid transparent; border-bottom: 20px solid #6e6e6e; width: 6px; position: relative; left: 10px; top: 5px; } .btn-to-add { background-color: #000000; color: #FFFFFF; margin-top: 20px; } .btn-to-add:hover { opacity: 0.6; color: #FFFFFF; } .pagination { /*margin-left: 200px;*/ width: 250px; /*float: left;*/ } .pagination .active span{ /*width: 100px;*/ background-color: #000000 !important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; margin-left: 2px; } .pagination li a { color: #000000; font: 18px arial; margin-left: 2px; } .pagination li:first-child a { width: 70px; margin-left: 5px; background-color: #000000 !important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; } .pagination li:last-child a{ width: 70px; background-color: #000000 !important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; } .pagination .disabled span{ background-color: #000000!important; opacity: 0.8; color: #FFFFFF; font: 18px arial; text-align: center; margin-left: 2px; /*margin-right: 6px;*/ } /*.pagination li span {*/ /*!*width: 100px;*!*/ /*background-color: #000000!important;*/ /*opacity: 0.8;*/ /*color: #FFFFFF;*/ /*font: 21px arial;*/ /*text-align: center;*/ /*margin-right: 5px;*/ /*}*/ /*.pagination li a {*/ /*width: 100px;*/ /*background-color: #000000!important;*/ /*opacity: 0.8;*/ /*color: #FFFFFF;*/ /*font: 21px arial;*/ /*text-align: center;*/ /*}*/ @media(max-width: 670px) { .review .text_review { background-color: #FFFFFF; font: 15px arial; min-height: 200px; /*border: 2px solid #000000;*/ position: relative; width: 290px; box-shadow: 2px 1px 7px 4px #000000; } #add_review div{ width: 290px; } #add_review div textarea { width: 290px; height: 200px; font: 16px arial; } }
0.288268
0.087876
svg, img { vertical-align: inherit !important; } /* resetting code rules that came from bootstrap */ code { color: inherit !important; word-break: inherit !important; } @media only percy { .sidebar nav.toc-container { margin-top: 0 !important; } } .list-cards { flex-flow: row wrap; max-width: 100%; padding: 1em 0; display: flex; justify-content: space-evenly; list-style: none; margin: 2em auto; max-width: 100%; } .list-cards .list-item-card { background: #e04e39; position: relative; margin: 1em; border-radius: 3px; box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2); transition: 0.6s ease-in-out; transition-property: box-shadow, -webkit-transform; transition-property: transform, box-shadow; transition-property: transform, box-shadow, -webkit-transform; -webkit-transform: scale(1); transform: scale(1); overflow: hidden; padding: 0; min-width: 250px; max-width: 100%; } @media screen and (min-width: 768px) { .list-cards .list-item-card { min-width: 250px; max-width: 25%; } } .list-cards .list-item-card:hover { -webkit-transform: scale(1.1); transform: scale(1.1); box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.3); } .list-cards .list-item-card .shape { position: absolute; z-index: 0; border: 2px solid #ffffff; } .list-cards .list-item-card .shape--dark { right: -5%; top: -68%; width: 50%; padding-bottom: 100%; -webkit-transform: rotate(-49deg); transform: rotate(-49deg); background-color: #1f1f1f; } .list-cards .list-item-card .shape--accent { top: -44%; left: -30%; width: 100%; padding-bottom: 50%; -webkit-transform: rotate(-30deg); transform: rotate(-30deg); background-color: #999999; } .list-cards .list-item-card .shape--light { bottom: -16%; left: -23%; width: 100%; padding-top: 25%; -webkit-transform: rotate(15deg); transform: rotate(15deg); background-color: #454545; } .list-cards .list-item-card a { -webkit-font-smoothing: antialiased; font-size: 24px; font-weight: bold; line-height: 1; text-decoration: none; align-items: center; background: white; color: #9b2918; display: flex; height: 180px; justify-content: center; margin: 1em; max-width: 90%; padding: 0; position: relative; z-index: 10; } .cta { max-width: 100% !important; }
app/styles/app.css
svg, img { vertical-align: inherit !important; } /* resetting code rules that came from bootstrap */ code { color: inherit !important; word-break: inherit !important; } @media only percy { .sidebar nav.toc-container { margin-top: 0 !important; } } .list-cards { flex-flow: row wrap; max-width: 100%; padding: 1em 0; display: flex; justify-content: space-evenly; list-style: none; margin: 2em auto; max-width: 100%; } .list-cards .list-item-card { background: #e04e39; position: relative; margin: 1em; border-radius: 3px; box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2); transition: 0.6s ease-in-out; transition-property: box-shadow, -webkit-transform; transition-property: transform, box-shadow; transition-property: transform, box-shadow, -webkit-transform; -webkit-transform: scale(1); transform: scale(1); overflow: hidden; padding: 0; min-width: 250px; max-width: 100%; } @media screen and (min-width: 768px) { .list-cards .list-item-card { min-width: 250px; max-width: 25%; } } .list-cards .list-item-card:hover { -webkit-transform: scale(1.1); transform: scale(1.1); box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.3); } .list-cards .list-item-card .shape { position: absolute; z-index: 0; border: 2px solid #ffffff; } .list-cards .list-item-card .shape--dark { right: -5%; top: -68%; width: 50%; padding-bottom: 100%; -webkit-transform: rotate(-49deg); transform: rotate(-49deg); background-color: #1f1f1f; } .list-cards .list-item-card .shape--accent { top: -44%; left: -30%; width: 100%; padding-bottom: 50%; -webkit-transform: rotate(-30deg); transform: rotate(-30deg); background-color: #999999; } .list-cards .list-item-card .shape--light { bottom: -16%; left: -23%; width: 100%; padding-top: 25%; -webkit-transform: rotate(15deg); transform: rotate(15deg); background-color: #454545; } .list-cards .list-item-card a { -webkit-font-smoothing: antialiased; font-size: 24px; font-weight: bold; line-height: 1; text-decoration: none; align-items: center; background: white; color: #9b2918; display: flex; height: 180px; justify-content: center; margin: 1em; max-width: 90%; padding: 0; position: relative; z-index: 10; } .cta { max-width: 100% !important; }
0.388386
0.07117
@charset "utf-8"; /* ================================ */ /* Copyright: www.33hao.com */ /* ================================ */ .pageshop { background-color: #FFF; min-width: 1000px; padding: 62px 1% 0 1%; text-align: left; overflow: hidden; } i.fa { font-size: 14px; vertical-align: middle; margin-right: 4px; }/*字体图标属性*/ .fixed-barshop { background-color: #FFF; width: 100%; padding-bottom: 4px; position: fixed; z-index: 99; top: 0; left: 0; } .item-titleshop { line-height: 20px; white-space: nowrap; width: 98%; padding-top: 3px; margin: 0 1%; border-bottom: solid 1px #E6E6E6; } .item-titleshop .subjectshop { vertical-align: bottom; display: inline-block; min-width: 190px; height: 38px; padding: 6px 0; margin-right: 10px; } .item-titleshop .ashop { margin-bottom: 0px; font-size: 16px; font-weight: normal; line-height: 20px; color: #333; margin-top: 2px; } .item-titleshop .bshop { font-size: 12px; font-weight: normal; line-height: 18px; color: #999; } .item-titleshop .tab-base { font-size: 0!important; float: none; padding-top: 1px; vertical-align: bottom; display: inline-block; } .item-titleshop .tab-base li { height: 35px; float: none; margin-right: 2px; font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block!important; } .item-titleshop .tab-base a.current, .item-titleshop .tab-base a:hover.current { font-size: 14px !important; font-weight: 600 !important; background-color: #FFF !important; border-bottom-color: #FFF !important; cursor: default !important; } .item-titleshop .tab-base a { line-height: 20px !important; color: #777 !important; background-color: #E6E6E6 !important; display: block; padding: 7px 20px !important; border: solid 1px #E6E6E6 !important; border-radius: 5px 5px 0 0 !important; cursor: pointer; background: white; } .item-titleshop .tab-base a:hover { color: #333 !important; } .item-titleshop .tab-base a:hover.current span { color: #333 !important; } .item-titleshop .tab-base a span { color: #777 !important; background: none; float: none; } .explanation { color: #2CBCA3; background-color: #EDFBF8; display: block; width: 99%; height: 100%; padding: 6px 9px; border-radius: 5px; position: relative; overflow: hidden; } .explanation .title { white-space: nowrap; margin-bottom: 0px; position: relative; cursor: pointer; } .explanation .title i { font-size: 18px; vertical-align: middle; margin-right: 6px; } .explanation .title .cshop { font-size: 14px; font-weight: normal; line-height: 20px; height: 20px; display: inline-block; margin-top: 0px; } .explanation .title span { background: url(../images/combine_img.png) no-repeat -580px -200px; width: 20px; height: 20px; position: absolute; z-index: 1; top: -6px; right: -9px; } .explanation .ulshop { color: #748A8F; margin-left: 10px; } .explanation .lishop { line-height: 20px; background: url(../images/macro_arrow.gif) no-repeat 0 10px; padding-left: 10px; margin-bottom: 4px; text-shadow: 1px 1px 0 rgba(255,255,255,0.5); } .flexigrid { margin-top: 10px; position: relative; z-index: 1; overflow: hidden; } /*f表格标题块*/ .flexigrid .mDiv { background-color: #FFF; color: #333; white-space: nowrap; display: block; border-bottom: solid 1px #C8C8C8; position: relative; z-index: 4; height: 30px; } /*标题*/ .flexigrid .mDiv .ftitle { font-size: 0; *word-spacing:-1px/*IE6、7*/; height: 24px; float: left; } .flexigrid .mDiv .ftitle h3, .flexigrid .mDiv .ftitle h5 { font-size: 12px; font-weight: normal; line-height: 24px; color: #999; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding: 0; *zoom:1/*IE7*/; } .flexigrid .mDiv .ftitle h3 { font-size: 16px; color: #333; margin-right: 6px; margin-top: 0px; } /*数据统计数*/ .flexigrid .pReload { color: #999; background-color: #FFF; width: 24px; height: 24px; float: left; text-align: center; line-height: 24px; margin: 0 0 0 20px; position: relative; z-index: 1; } .flexigrid .pReload:hover { color: #333; background-color: #E6E6E6; border-radius: 5px; cursor: pointer; } .flexigrid .pReload i { font-size: 14px; margin: 5px; } .flexigrid .pReload.loading i { color: #090; display: inline-block; -webkit-animation: fa-spin 0.2s infinite linear; animation: fa-spin 0.2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /*操作间隔*/ .flexigrid .mDiv .sline { width: 0; height: 16px; float: left; margin: 4px; border-left: dotted 1px #D7D7D7; } /*操作按钮*/ .flexigrid .nBtn { color: #999; background-color: #FFF; width: 100px; height: 24px; float: left; position: relative; z-index: 1; cursor: pointer; } .flexigrid .nBtn .hBtn { text-align: center; line-height: 24px; width: 24px; height: 24px; border: solid 1px transparent; position: absolute; z-index: 2; top: 0; left: -1px; } .flexigrid .nBtn:hover .hBtn { color: #333; background-color: #FFF; border-radius: 4px 4px 0 0; border-color: #D7D7D7; border-bottom: 0; } .flexigrid .nBtn i { font-size: 14px; margin: 5px; } .item-titleshop a.back i { font-size: 40px; } .item-titleshop a.back { color: #999; } .item-titleshop a.back:hover { color: #2cbca3; } /*菜单配置下拉框*/ .flexigrid .nDiv { background-color: #FFF; padding: 5px 0 5px 5px; border: 1px solid #D7D7D7; border-radius: 0 0 4px 4px; overflow: auto; position: absolute; z-index: 1; top: 23px; left: -1px; box-shadow: 3px 3px 0 rgba(0,0,0,0.05); } .flexigrid .nDiv h5 { font-size: 12px; font-weight: normal; line-height: 24px; color: #F60; } .flexigrid .nDiv .ps-container { display: block; max-height: 150px; padding: 0 10px 10px 0; overflow: hidden; position: relative; z-index: auto; } .flexigrid .nDiv ul { width: 100%; } .flexigrid .nDiv li { font-size: 0; *word-spacing:-1px/*IE6、7*/; line-height: 20px; text-align: left; padding: 2px 10px 2px 0; border-bottom: dotted 1px #E6E6E6; } .flexigrid .nDiv li:hover { color: #666; background: #F5F5F5; } .flexigrid .nDiv li span { font-size: 12px; vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .flexigrid .nDiv li span.ndcol1 { margin-right: 5px; } .flexigrid .nDiv .ps-scrollbar-x-rail { display: none !important; } /*表格搜索*/ .flexigrid .sDiv { float: right; position: relative; overflow: hidden; } .flexigrid .sDiv2 { font-size: 0; *word-spacing:-1px/*IE6、7*/; display: inline-block; vertical-align: middle; *display: inline/*IE7*/; *zoom:1/*IE7*/; border: solid 1px #D7D7D7; } .flexigrid .sDiv2:hover { border-color: #2cbca3; } .flexigrid .sDiv2 .qsbox, .flexigrid .sDiv2 .select, .flexigrid .sDiv2 .btn { border: none; border-radius: 0; font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; border-radius: 0; } .flexigrid .sDiv2 .select { background-color: #FFF; width: auto; height: 22px; } .flexigrid .sDiv2 .qsbox { background-color: #FFF; font-size: 12px; line-height: 20px; width: 120px; height: 20px; padding: 1px 5px; } .flexigrid .sDiv2 .qsbox:hover, .flexigrid .sDiv2 .qsbox:fouce { box-shadow: none; } .flexigrid .sDiv2 .btn { height: 22px; cursor: pointer; border-left: solid 1px #D7D7D7; } .flexigrid .sDiv2:hover .btn, .flexigrid .sDiv2 .btn:hover { color: #FFF; background-color: #2cbca3; } .flexigrid .sDiv .a_search { color: #3b639f; display: inline-block; vertical-align: middle; *display: inline/*IE7*/; margin-left: 8px; *zoom:1/*IE7*/; } .flexigrid .sDiv .a_search i { font-size: 14px; margin-right: 4px; } .flexigrid .sDiv .a_search:hover { color: #CD0200; } /*数据表格头*/ .flexigrid .hDiv { background-color: #F5F5F5; clear: both; border-style: solid none; border-width: 1px 0; border-color: #FFF transparent; position: relative; z-index: 1; overflow: hidden; } .flexigrid .hDiv table { } .flexigrid .hDiv th div { } .flexigrid .hDivBox { float: none; } .flexigrid .hDiv i.ico-check { background: url(../images/flexigrid_pic.png) no-repeat 0 0; display: inline-block; width: 20px; height: 20px; cursor: pointer; } .flexigrid .hDiv .trSelected i.ico-check { background-position: -20px 0; } .flexigrid .hDiv .sorted { background-color: #E6E6E6; } .flexigrid .hDiv .thOver { } .flexigrid .hDiv .thOver div, .flexigrid .hDiv .sorted.thOver div { padding-bottom: 6px; border-bottom: 2px solid #2cbca3; cursor: pointer; } .flexigrid .hDiv .sorted div { padding-bottom: 5px; } .flexigrid .hDiv .thMove { background: #fff; color: #fff; } .flexigrid .hDiv .sorted.thMove div { border-bottom: 1px solid #fff; padding-bottom: 4px } .flexigrid .hDiv .thMove div { background: #fff !important; } .flexigrid .hDiv th .sdesc { background: url(../images/dn.png) no-repeat center top; } .flexigrid .hDiv th .sasc { background: url(../images/up.png) no-repeat center top; } /*调节表格列宽*/ .flexigrid .cDrag { float: left; position: absolute; z-index: 2; overflow: visible; } .flexigrid .cDrag div { background: none; display: block; width: 3px; height: 24px; float: left; position: absolute; cursor: col-resize; } .flexigrid .cDrag div:hover, .flexigrid .cDrag div.dragging { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000'); background: rgba(0,0,0,0.1); border: solid #FFF; border-width: 0 1px; } /*批量操作条*/ .flexigrid .tDiv { background-color: #FAFAFA; border-top: 1px solid #C8C8C8; border-bottom: 1px solid #D7D7D7; position: relative; z-index: 3; overflow: hidden; } .flexigrid .tDiv2 { font-size: 0; *word-spacing:-1px/*IE6、7*/; padding: 6px 0 6px 6px; float: left; overflow: hidden; } .flexigrid .btnseparator { float: left; height: 22px; border-left: 1px solid #ccc; border-right: 1px solid #fff; margin: 1px; } .flexigrid .fbutton { vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding-right: 8px; margin-left: 8px; margin-right: -1px; border-right: dotted 1px #D7D7D7; *zoom:1/*IE7*/; cursor: pointer; } .flexigrid .fbutton div { font-size: 12px; line-height: 20px; color: #999; background-color: #FFFFFF; height: 20px; padding: 2px 7px; border: solid 1px #F0F0F0; border-radius: 4px; } .flexigrid .fbutton .add:hover, .flexigrid .fbutton.fbOver .add:hover { color: #1BBC9D; border-color: #1BBC9D; } .flexigrid .fbutton .del:hover, .flexigrid .fbutton.fbOver .del:hover { color: #E84C3D; border-color: #E84C3D; } .flexigrid .fbutton .csv:hover, .flexigrid .fbutton.fbOver .csv:hover { color: #9C59B8; border-color: #9C59B8; } /*数据表格内容部分*/ .flexigrid .bDiv { background: #fff; min-height: 300px; position: relative; z-index: 2; overflow: auto; } .flexigrid .bDiv table { width: 100%; } .flexigrid .bDiv td { color: #777; vertical-align: top; white-space: nowrap; padding: 0; margin: 0; border-bottom: 1px solid E6E6E6; } .flexigrid .bDiv td div { } .flexigrid .bDiv a { color: #3b639f; } .flexigrid .bDiv a:hover { text-decoration: underline; color: #CD0200; } .flexigrid .bDiv td i.ico-check { background: url(../images/flexigrid_pic.png) no-repeat 0 0; display: inline-block; width: 20px; height: 20px; } .flexigrid .bDiv .trSelected td i.ico-check { background-position: -20px 0; } .flexigrid .bDiv td .on, .flexigrid .bDiv td .yes { color: #1BBC9D; cursor: default; } .flexigrid .bDiv td .off, .flexigrid .bDiv td .no { color: #BEC3C7; cursor: default; } .flexigrid .bDiv td.normal { color: #C30; } .flexigrid .bDiv td.abnormal { color: #090; } .flexigrid .bDiv td.column-a { background-color: #F6EEFB; } .flexigrid .bDiv td.column-b { background-color: #F9F3D7; } .flexigrid .bDiv td.column-c { background-color: #FBEEE0; } /*数据表格查看操作项*/ .flexigrid .bDiv .handle div { font-size: 0; *word-spacing:-1px/*IE6、7*/; } .flexigrid .bDiv a.btn { font-size: 12px; font-weight: normal; line-height: 20px; color: #999; background: #FFF none; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; height: 20px; padding: 1px 6px; margin: 0 5px 0 0; border: solid 1px #F5F5F5; border-radius: 4px; cursor: pointer !important; } .flexigrid .bDiv a.btn:hover { color: #555; text-decoration: none; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); } .flexigrid .bDiv a.red:hover { color: #FFF; background-color: #E84C3D; border-color: #C1392B; } .flexigrid .bDiv a.blue:hover { color: #FFF; background-color: #3598DC; border-color: #2A80B9; } .flexigrid .bDiv a.green:hover { color: #FFF; background-color: #1BBC9D; border-color: #16A086; } .flexigrid .bDiv a.orange:hover { color: #FFF; background-color: #FFBF40; border-color: #FFBF40; } .flexigrid .bDiv a.purple:hover { color: #FFF; background-color: #9C59B8; border-color: #8F44AD; } .flexigrid .bDiv a.pomegranate:hover { } .flexigrid .bDiv a.belize-hole:hover { color: #FFF; background-color: #E84C3D; border-color: #C1392B; } .flexigrid .bDiv .handle span { font-size: 12px; } .flexigrid .bDiv span.btn { font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; position: relative; z-index: 1; cursor: default; } .flexigrid .bDiv span.btn:hover { z-index: 3; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); } .flexigrid .bDiv span.btn em { color: #999; line-height: 20px; background-color: #FFF; display: block; height: 20px; padding: 1px 6px; border: solid 1px #F5F5F5; border-radius: 4px 0 0 4px; position: relative; z-index: 2; } .flexigrid .bDiv span.btn:hover em { color: #FFF; background-color: #9C59B8; border-color: #8F44AD #9C59B8 #8F44AD #8F44AD; } .flexigrid .bDiv span.btn em i { font-size: 14px; vertical-align: middle; margin-right: 4px; } .flexigrid .bDiv span.btn em .arrow { font-size: 0px; line-height: 0; vertical-align: middle; display: inline-block; width: 0px; height: 0px; float: none; margin: 0 0 0 4px; border-width: 4px; border-color: #999 transparent transparent transparent; border-style: solid dashed dashed dashed; -webkit-transition: .2s ease-in; -moz-transition: -webkit-transform .2s ease-in; -o-transition: -webkit-transform .2s ease-in; transition: .2s ease-in; } .flexigrid .bDiv span.btn:hover .arrow { border-color: #FFF transparent transparent transparent; FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -moz-transform: rotate(270deg); -moz-transform-origin: 50% 30%; -webkit-transform: rotate(270deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(270deg); -o-transform-origin: 50% 30%; transform: rotate(270deg); transform-origin: 50% 30%; } .flexigrid .bDiv span.btn ul { background-color: #9C59B8; display: none; border: solid 1px #8F44AD; border-radius: 0 4px 4px 0; margin-left: -2px; position: absolute; z-index: 1; top: 0; left: 100%; overflow: hidden; box-shadow: 3px 3px 0 rgba(0,0,0,0.1); } .flexigrid .bDiv tr:last-child span.btn ul { bottom: 0; top: auto; } .flexigrid .bDiv tr:first-child span.btn ul { bottom: auto; top: 0; } .flexigrid .bDiv span.btn:hover ul { display: block; padding: 0 5px; } .flexigrid .bDiv span.btn ul li { border-bottom: dotted 1px #C69FD7; clear: both; margin-bottom: -1px; } .flexigrid .bDiv span.btn ul li a { color: #FFF; display: block; line-height: 24px; text-align: right; height: 24px; padding: 0 5px; } .flexigrid .bDiv span.btn ul li a:hover { text-decoration: underline; } .flexigrid .bDiv span.btn ul li a.expire { color: #FF0 !important; } .flexigrid .bDiv a.expired { color: #F30; } .flexigrid .bDiv a.expire { color: #F93; } i.fa-external-link { color: #999 !important; font-size: 9px !important; margin-left: 4px; margin-right: 0; } .flexigrid .bDiv .user-avatar { background-color: #FFF; vertical-align: middle; display: inline-block; width: 22px; height: 22px; margin-right: 6px; border: solid 1px #D7D7D7; border-radius: 50%; } .flexigrid .bDiv .pic-thumb-tip { color: #777; } .flexigrid .bDiv .pic-thumb-tip i { font-size: 14px; } .flexigrid .bDiv .pic-thumb-tip:hover { color: #333; } /*数据表格查询为空*/ .no-data, .flexigrid .bDiv .no-data { font-size: 14px; color: #999; width: 100% !important; height: 24px; border: 0 none !important; text-align: center; padding: 100px 0; } .flexigrid .bDiv .trSelected .no-data, .flexigrid .bDiv .no-data:hover { color: #999 !important; background-color: transparent !important; } .no-data i, .flexigrid .bDiv .no-data i { font-size: 18px; margin-right: 6px; color: #FC0; } .flexigrid .bDiv .handle-btn { } /*hDiv\bDiv\colCopy同步项*/ .flexigrid .hDiv th, .flexigrid .bDiv td { vertical-align: top !important; text-align: left; border-bottom: solid 1px #F5F5F5; overflow: visible; } .flexigrid .hDiv th div, .flexigrid .bDiv td div, .colCopy div { display: block; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; height: 22px; padding: 8px; overflow: hidden; } .flexigrid .bDiv td div { padding: 10px 8px; } .flexigrid .hDiv .sign div, .flexigrid .bDiv .sign div { min-width: 24px !important; max-width: 24px !important; } .flexigrid .hDiv .handle div, .flexigrid .bDiv .handle div { overflow: visible; min-width: 150px !important; max-width: 150px !important; } .flexigrid .hDiv .handle-s div, .flexigrid .bDiv .handle-s div { overflow: visible; min-width: 60px !important; max-width: 60px !important; } .flexigrid.hideBody { height: 26px !important; border-bottom: 1px solid #ccc; } .ie6fullwidthbug { border-right: 0px solid #ccc; padding-right: 2px; } .flexigrid .bDiv table.autoht { width: 100%; margin-bottom: 0px; border-bottom: 0px; } .flexigrid .nBtn.srtd { background: url(../images/wbg.gif) repeat-x 0px -1px; } .flexigrid .hDiv th, .colCopy { font-weight: 600; white-space: nowrap; cursor: default; overflow: hidden; } .colCopy { color: #333; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF'); background: rgba(255,255,255,0.9); border: dotted 1px #D7D7D7; overflow: hidden; box-shadow: 4px 4px 0 rgba(0,0,0,0.05); z-index: 9; } .flexigrid tr td.sorted { background-color: #F9F9F9; border-bottom: 1px solid #E6E6E6 } .flexigrid tr td.sorted div { bckground: #FFF7CF } .flexigrid tr.erow td { background: #FDFDFD; border-bottom: 1px solid #F5F5F5; } .flexigrid tr.erow td.sorted { background: #F0F0F0; border-bottom: 1px solid #E6E6E6; } .flexigrid tr.erow td.sorted div { } .flexigrid div.bDiv tr:hover td, .flexigrid div.bDiv tr:hover td.sorted, .flexigrid div.bDiv tr.trOver td.sorted, .flexigrid div.bDiv tr.trOver td { background: #F4FCFA; } .flexigrid div.bDiv tr.trSelected:hover td, .flexigrid div.bDiv tr.trSelected:hover td.sorted, .flexigrid div.bDiv tr.trOver.trSelected td.sorted, .flexigrid div.bDiv tr.trOver.trSelected td, .flexigrid tr.trSelected td.sorted, .flexigrid tr.trSelected td { color: #333; background: #FFFFDF; border-color: transparent; border-bottom: 1px solid #FFEFBF; } .flexigrid .pDiv { background-color: #F5F5F5; border-style: solid; border-color: #D7D7D7 transparent #C8C8C8 transparent; border-width: 1px 0; position: relative; z-index: 3; } .flexigrid .pDiv .pDiv2 { padding: 6px 0; margin: 0; border-color: #FFF; border-style: solid; border-width: 1px 0; position: relative; z-index: 1; } .flexigrid .pGroup-left { color: #777; line-height: 24px; height: 24px; position: absolute; z-index: 1; top: 6px; left: 12px; } .flexigrid .pGroup-left .select { font-family: Arial, Helvetica, sans-serif; vertical-align: middle; display: inline-block; *display: inline; width: 40px; height: 24px; background-color: transparent; padding: 0; margin: 0 6px 0 0; border-radius: 0; border: none; *zoom: 1; } .flexigrid .pGroup-right { color: #777; line-height: 24px; height: 24px; position: absolute; z-index: 1; top: 6px; right: 12px; } /*f表格翻页控制*/ .flexigrid .pGroup-middle { font-size: 0; *word-spacing:-1px/*IE6、7*/; text-align: center; margin: 0 auto; width: 250px; height: 24px; float: none; z-index: auto; } .flexigrid .pGroup-middle .pButton, .flexigrid .pGroup-middle .pcontrol, .flexigrid .pGroup-middle .pcontrol input, .flexigrid .pGroup-middle .pcontrol span { vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .flexigrid .pGroup-middle .pButton { color: #999; background-color: transparent; text-align: center; width: 24px; height: 24px; padding: 0; margin-right: 8px; border-radius: 4px; cursor: pointer; overflow: hidden; } .flexigrid .pGroup-middle .pButton:hover { color: #333; background-color: #CCC; padding: 0; border: 0; } .flexigrid .pGroup-middle .pButton i { line-height: 24px; font-size: 14px; } .flexigrid .pGroup-middle .pcontrol { font-size: 12px; line-height: 20px; color: #999; *word-spacing:-1px/*IE6、7*/; margin-right: 10px; } .flexigrid .pGroup-middle .pcontrol input { color: #333; background-color: transparent; text-decoration: underline; text-align: center; width: 20px; padding: 0; border: none; border-radius: 0; } .flexigrid .pGroup-middle .pcontrol input:hover, .flexigrid .pGroup-middle .pcontrol input:focus { background-color: #FFF; box-shadow: none; } .pPageStat { display: block; line-height: 40px; text-align: center; color: #FFF; position: absolute; top: -40px; left: 0px; right: 0px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000'); background: rgba(0,0,0,0.5); width: 100%; } .flexigrid .pGroup-middle .pcontrol span { margin-right: 2px; } .flexigrid .pDiv .pButton.pBtnOver { width: 20px; height: 20px; border: 1px solid #ccc; cursor: pointer; } .flexigrid .pDiv .pButton span { display: block; width: 20px; height: 20px; float: left; } .flexigrid .pDiv .pButton:hover span, .flexigrid .pDiv .pButton.pBtnOver span { width: 19px; height: 19px; border-top: 1px solid #fff; border-left: 1px solid #fff; } .flexigrid div.iDiv { border: 1px solid #316ac5; position: absolute; overflow: visible; background: none; } .flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .flexigrid div.iDiv input.tb { border: 0px; padding: 0px; width: 100%; height: 100%; padding: 0px; background: none; } .flexigrid div.hGrip { position: absolute; top: 0px; right: 0px; height: 5px; width: 5px; background: url(../images/line.gif) repeat-x center; margin-right: 1px; cursor: col-resize; } .flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver { border-right: 1px solid #999; margin-right: 0px; } .flexigrid div.vGrip { height: 5px; overflow: hidden; position: relative; background: #fafafa url(../images/wbg.gif) repeat-x 0px -1px; border: 1px solid #ccc; border-top: 0px; text-align: center; cursor: row-resize; display: none; } .flexigrid div.vGrip span { display: block; margin: 1px auto; width: 20px; height: 1px; overflow: hidden; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: none; } .flexigrid span.cdropleft { display: block; background: url(../images/prev.gif) no-repeat -4px center; width: 24px; height: 24px; position: relative; top: -24px; margin-bottom: -24px; z-index: 3; } .flexigrid div.hDiv span.cdropright { display: block; background: url(../images/next.gif) no-repeat 12px center; width: 24px; height: 24px; float: right; position: relative; top: -24px; margin-bottom: -24px; } /* ie adjustments */ .flexigrid.ie .hDiv th div, .colCopy.ie div/* common inner cell properties*/ { overflow: hidden; } .item-title a.back { color: #999; display: inline-block; vertical-align: bottom; margin: 0 10px 6px 0; } .item-title a.back i { font-size: 40px; } .ncap-form-default { padding: 10px 0; overflow: hidden; } .ncap-form-default .title { padding: 10px 0; border-bottom: solid 1px #C8C8C8; } .ncap-form-default .title h3 { font-size: 16px; line-height: 20px; color: #333; font-weight: normal; } .ncap-form-default dl.row, .ncap-form-all dd.opt { font-size: 0; color: #777; background-color: #FFF; *word-spacing:-1px/*IE6、7*/; padding: 12px 0; margin-top: -1px; border-style: solid; border-width: 1px 0; border-color: #F0F0F0; position: relative; z-index: 1; } .ncap-form-default dl.row:first-child, .ncap-form-all dd.opt:first-child { border-top-color: #FFF; } .ncap-form-default dl.row:nth-child(even), .ncap-form-all dd.opt:nth-child(even) { background-color: #FDFDFD; } .ncap-form-default dl.row:hover, .ncap-form-all dd.opt:hover { color: #000; background-color: #FFF; border-style: dotted; border-color: #D7D7D7; z-index: 2; box-shadow: 0 0 4px rgba(0,0,0,0.05); } .ncap-form-default dt.tit, .ncap-form-default dd.opt { font-size: 12px; line-height: 24px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .ncap-form-default dd.opt .onoff { font-size: 0; position: relative; overflow: hidden; display: block; } .ncap-form-default dd.opt .onoff label { vertical-align: top; display: inline-block; *display: inline; *zoom: 1; cursor: pointer; } .ncap-form-default dd.opt .onoff input[type="radio"] { position: absolute; top: 0; left: -999px; } .ncap-form-default dd.opt .onoff .cb-enable, .ncap-form-default dd.opt .onoff .cb-disable { color: #777; font-size: 12px; line-height: 20px; background-color: #ECF0F1; height: 20px; padding: 1px 9px; border-style: solid; border-color: #BEC3C7; } .ncap-form-default dd.opt .onoff .cb-enable { border-width: 1px 0 1px 1px; border-radius: 4px 0 0 4px; } .ncap-form-default dd.opt .onoff .cb-disable { border-width: 1px 1px 1px 0; border-radius: 0 4px 4px 0; } .ncap-form-default dd.opt .onoff .cb-disable.selected { color: #FFF; background-color: #96A6A6; border-color: #808B8D; } .ncap-form-default dd.opt .onoff .cb-enable.selected { color: #FFF; background-color: #1BBC9D; border-color: #16A086; } .ncap-form-default dt.tit { text-align: right; width: 14%; padding-right: 2%; } .ncap-form-default dd.opt { text-align: left; width: 83%; } .ncap-form-default dt.tit em { font: bold 14px/20px tahoma, verdana; color: #F60; vertical-align: middle; display: inline-block; margin-right: 5px; } .ncap-form-default .input-txt, .ncap-form-all .input-txt { width: 280px !important; } .ncap-form-default ul.list { } .ncap-form-default ul.list li { clear: both; } .ncap-form-default .input-btn { font-size: 12px; background-color: #F5F5F5; vertical-align: top; display: inline-block; height: 26px; padding: 0 10px; border: solid 1px #D7D7D7; border-radius: 4px; cursor: pointer; } .ncap-form-default .input-btn:hover { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #A9A9A9; } .ncap-form-default p.notic, .ncap-form-all p.notic { line-height: 12px; line-height: 18px; color: #AAA; margin-top: 4px; clear: both; } .ncap-form-default dl.row:hover p.notic { color: #2cbca3; } .ncap-form-default div.bot, .ncap-form-all div.bot { display: block; padding: 12px 0 10px 16%; } .ncap-order-style { width: 1000px; margin: 0 auto; } /*弹出框体下的特殊性*/ .dialog_content .ncap-form-default, .dialog_content .ncap-form-all { width: 96%; margin: 0 auto; padding: 0; } .dialog_content .ncap-form-default dt.tit { text-align: right; width: 20%; padding-right: 2%; } .dialog_content .ncap-form-default dd.opt { text-align: left; width: 77%; } .dialog_content .ncap-form-all dl.row { padding: 8px 0; } .dialog_content .ncap-form-all dt.tit { font-size: 12px; font-weight: 600; line-height: 24px; background-color: transparent; height: 24px; padding: 4px; } .dialog_content .ncap-form-all dd.opt { font-size: 12px; padding: 0; border: none; } .dialog_content .ncap-form-all .search-bar { padding: 4px; } .dialog_content .bot { text-align: center; padding: 12px 0 10px 0 !important; } .dialog_content .rule-goods-list { position: relative; z-index: 1; overflow: hidden; max-height: 200px; } .dialog_content .rule-goods-list ul { font-size: 0; } .dialog_content .rule-goods-list ul li { font-size: 12px; vertical-align: top; display: inline-block; width: 48%; padding: 1%; } .dialog_content .rule-goods-list ul li img { float: left; width: 32px; height: 32px; margin-right: 5px; } .dialog_content .rule-goods-list ul li a, .dialog_content .rule-goods-list ul li span { color: #555; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; display: block; float: left; width: 180px; height: 16px; overflow: hidden; } .dialog_content .rule-goods-list ul li span { color: #AAA; } .cou-rule { padding: 5px; border: dotted 1px #E7E7E7; margin-bottom: 10px; overflow: hidden; } .cou-rule span { color: #2cbca3; } /*整列表单*/ .ncap-form-all { padding: 10px 0; } .ncap-form-all .title { padding-bottom: 10px; border-bottom: solid 1px #C8C8C8; } .ncap-form-all .title h3 { font-size: 16px; line-height: 20px; color: #333; font-weight: normal; display: inline-block; min-width: 190px; vertical-align: middle; } .ncap-form-all .title .tab-base { vertical-align: middle; } .ncap-form-all dl.row { border-bottom: solid 1px #F5F5F5; } .ncap-form-all dt.tit { font-size: 14px; line-height: 20px; color: #555; background-color: #F5F5F5; height: 20px; padding: 10px; display: block; } .ncap-form-all dt.tit span, .ncap-form-all dd.opt label { font-size: 12px; vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .fix-bot { background: #FFF; position: fixed; z-index: 9; width: 84%; padding: 10px 0 10px 16%; border-top: solid 1px #E7E7E7; bottom: 0; left: 0; } /*弹出口表单*/ .ncap-form-dialog { display: block; margin: 0 0 0 10px; position: relative; z-index: 99; overflow: hidden; max-height: 400px; } .ncap-form-dialog .ncap-form-default, .ncap-form-dialog .ncap-form-all { margin: 0 20px 0 0; } /*上传附件列表*/ .ncap-thumb-list { } .ncap-thumb-list h5 { font-weight: normal; color: #F93; line-height: 20px; display: block; height: 20px; padding: 8px 0; } .ncap-thumb-list ul { display: block; font-size: 0; } .ncap-thumb-list li { font-size: 12px; display: inline-block; margin: 0 10px 10px 0; padding: 2px; border: solid 1px #E6E6E6; position: relative; z-index: 1; zoom: 1; } .ncap-thumb-list li:hover { border-color: #A9A9A9; } .ncap-thumb-list li a.del { font-size: 12px; font-weight: lighter; line-height: 16px; text-decoration: none; color: #A8A8A8; background-color: #FFF; text-align: center; display: none; width: 16px; height: 16px; border: solid 1px #A8A8A8; border-radius: 50%; position: absolute; z-index: 2; top: -9px; right: -9px; } .ncap-thumb-list li a.del:hover { color: #FFF; text-decoration: none; border-color: #F30; background-color: #F30; } .ncap-thumb-list li:hover a.del { display: block; } .ncap-thumb-list li .thumb-list-pics { background-color: #FFF; width: 100px; height: 100px; } .ncap-thumb-list li .thumb-list-pics a { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 100px; height: 100px; overflow: hidden; } .ncap-thumb-list li .thumb-list-pics a img { max-width: 100px; max-height: 100px; margin-top:expression(100-this.height/2); } .ncap-thumb-list li a.inset { color: #555; line-height: 24px; background-color: #FFF; text-align: center; display: block; width: 100%; height: 24px; position: absolute; z-index: 1; left: 0; bottom: 0; opacity: 0.5; } .ncap-thumb-list li a.inset:hover { color: #333; text-decoration: none; } .ncap-thumb-list li:hover a.inset { opacity: 1; } .ncap-thumb-list li p { line-height: 16px; font-size: 11px; } .ncap-thumb-list li .checkitem { position: absolute; z-index: 2; top: 0; left: 0; } /*ajax添加内容*/ .ncap-ajax-add-tit { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 700px; } .ncap-ajax-add-tit span { font-size: 12px; vertical-align: top; display: inline-block; *display: inline/*IE7*/; zoom: 1; } .ncap-ajax-add-tit .w1 { width: 10%; } .ncap-ajax-add-tit .w2 { width: 30%; } .ncap-ajax-add { width: auto; } .ncap-form-dialog .ncap-ajax-add { width: 100% !important;/*弹出式ajax列表添加*/ } .ncap-ajax-add li { font-size: 0; *word-spacing:-1px/*IE6、7*/; display: inline-block; width: 98%; height: 30px; padding: 0 1% 5px 1%; margin-bottom: 5px; border-bottom: dotted 1px #E7E7E7; position: relative; z-index: 1; } .ncap-ajax-add li label { font-size: 12px; vertical-align: top; display: inline-block; *display: inline/*IE7*/; margin-right: 10px; zoom: 1; } .ncap-ajax-add li a.del { font-size: 12px; font-weight: lighter; line-height: 16px; text-decoration: none; color: #A8A8A8; background-color: #FFF; text-align: center; display: none; width: 16px; height: 16px; border: solid 1px #A8A8A8; border-radius: 50%; position: absolute; z-index: 2; top: -9px; right: -9px; } .ncap-ajax-add li a.del:hover { color: #FFF; text-decoration: none; border-color: #F30; background-color: #F30; } .ncap-ajax-add li:hover a.del { display: block; } /*商品属性页面特殊列表*/ .scrollbar-box { background-color: #FFF; max-height: 200px; margin: 8px 0; border: dashed 1px #E6E6E6; position: relative; z-index: 1; overflow: hidden; } .ncap-type-spec-list { padding: 9px; } .ncap-type-spec-list dl { padding: 0 0 10px 0; border-bottom: dotted 1px #D7D7D7; } .ncap-type-spec-list dt { font-size: 12px; font-weight: 600; display: block; } .ncap-type-spec-list dd { font-size: 0; *word-spacing:-1px/*IE6、7*/; display: block; } .ncap-type-spec-list label { font-size: 12px; vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 150px; margin-right: 10px; zoom: 1; } /*运单模板设计微调*/ .ncap-waybill-list { } .ncap-waybill-list li { width: 19%; padding: 0 1% 8px 0; } .ncap-waybill-list li i { cursor: pointer; } /*统计情报表*/ .ncap-stat-general { } .ncap-stat-general .row { border: none !important; } .ncap-stat-general ul { overflow: hidden; } .ncap-stat-general li { width: 25%; height: 60px; position: relative; z-index: 1; border-top: dashed 1px #E7E7E7; border-left: dashed 1px #E7E7E7; margin: -1px 0 0 -1px; } .ncap-stat-general li h4 { font-size: 14px; line-height: 20px; color: #555; position: absolute; z-index: 1; top: 10px; left: 3%; } .ncap-stat-general li h6 { font-size: 12px; line-height: 20px; color: #999; font-weight: normal; position: absolute; z-index: 1; bottom: 10px; left: 3%; } .ncap-stat-general li h2 { font-size: 20px; line-height: 40px; font-weight: normal; color: #2cbca3; position: absolute; z-index: 1; top: 10px; right: 5%; } /*统计情报表-单行*/ .ncap-stat-general-single { } .ncap-stat-general-single .row { border: none !important; } .ncap-stat-general-single .opt { background-color: #FBFBFB!important; border: none !important; } .ncap-stat-general-single ul { overflow: hidden; } .ncap-stat-general-single li { width: 16.5%; height: 20px; position: relative; z-index: 1; border-left: dashed 1px #D7D7D7; margin-left: -1px; } .ncap-stat-general-single li h4 { font-size: 14px; line-height: 20px; color: #555; position: absolute; z-index: 1; top: 0; left: 5%; } .ncap-stat-general-single li h6 { font-size: 12px; line-height: 20px; color: #999; font-weight: normal; position: absolute; z-index: 1; top: 0; right: 5%; } .ncap-stat-general-single li h2 { font-size: 20px; line-height: 20px; font-weight: normal; color: #2cbca3; position: absolute; z-index: 1; top: 0; right: 12%; } /*统计类型图标*/ .ncap-stat-chart { padding: 10px 0; } .ncap-stat-chart .title { font-size: 0; padding-bottom: 10px; border-bottom: solid 1px #E6E6E6; } .ncap-stat-chart .title h3 { font-size: 16px; line-height: 20px; color: #333; font-weight: normal; vertical-align: middle; display: inline-block; } .ncap-stat-chart .title h5 { vertical-align: middle; display: inline-block; margin-left: 20px; } .ncap-stat-chart .no-date { font-size: 14px; color: #999; text-align: center; width: 100%; height: 24px; padding: 100px 0; } .ncap-stat-chart .no-date i { font-size: 18px; color: #fc0; margin-right: 6px; } /*按钮*/ a.ncap-btn-mini { font: normal 12px/20px arial; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 0 10px; margin-right: 2px; border: solid 1px #DCDCDC; cursor: pointer; } a:hover.ncap-btn-mini { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF; } a.ncap-btn { font: normal 12px/20px "microsoft yahei"; text-decoration: none; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 2px 9px; border: solid 1px; border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC; border-radius: 3px; cursor: pointer; } a:hover.ncap-btn { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF; } a.ncap-btn-big { font: bold 14px/20px "microsoft yahei", arial; color: #777; background-color: #ECF0F1; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 7px 19px; border: solid 1px #BEC3C7; border-radius: 3px; cursor: pointer; } a:hover.ncap-btn-big { text-decoration: none; color: #FFF; background-color: #BEC3C7; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } a.ncap-btn-mini i, a.ncap-btn i, a.ncap-btn-big i { font-size: 14px; vertical-align: middle; margin-right: 4px; margin: 3px; } a.ncap-btn-blue, a.ncap-btn-acidblue, a.ncap-btn-green, a.ncap-btn-orange, a.ncap-btn-red, a.ncap-btn-black, a:hover.ncap-btn-blue, a:hover.ncap-btn-acidblue, a:hover.ncap-btn-green, a:hover.ncap-btn-orange, a:hover.ncap-btn-red, a:hover.ncap-btn-black, .nscs-table-handle a.btn-orange-current { color: #FFF; text-shadow: 0 -1px 0 rgba(0,0,0,0.10); } a.ncap-btn-blue { background-color: #3598DC; border-color: #2A80B9; } a.ncap-btn-acidblue, .nscs-table-handle a:hover.btn-acidblue { background-color: #49AFCD; border-color: #429DB8 #429DB8 #37839A #429DB8; } a.ncap-btn-green { background-color: #1BBC9D; border-color: #16A086; } a.ncap-btn-orange, .nscs-table-handle a:hover.btn-orange, .nscs-table-handle a.btn-orange-current { background-color: #FAA732; margin: 0; border-style: solid; border-width: 1px; border-color: #E1962D #E1962D #BB7D25 #E1962D !important; } a.ncap-btn-red, .nscs-table-handle a:hover.btn-red { background-color: #DA4F49; border-color: #C44742 #C44742 #A33B37 #C44742; } a.ncap-btn-black, .nscs-table-handle a:hover.btn-black { background-color: #363636; border-color: #313131 #313131 #282828 #313131; } a:hover.ncap-btn-blue { background-color: #2A80B9; } a:hover.ncap-btn-acidblue { background-color: #2F96B4; border-color: #2A87A2 #2A87A2 #237087 #2A87A2; } a:hover.ncap-btn-green { background-color: #16A086; } a:hover.ncap-btn-orange { background-color: #F89406; border-color: #DF8505 #DF8505 #BA6F04 #DF8505; } a:hover.ncap-btn-red { background-color: #BD362F; border-color: #AA312A #AA312A #8E2823 #AA312A; } a:hover.ncap-btn-black { background-color: #222222; border-color: #1F1F1F #1F1F1F #191919 #1F1F1F; } /*上传按钮*/ .ncap-upload-btn { vertical-align: top; display: inline-block; *display: inline/*IE7*/; margin-right: 10px; *zoom:1; position: relative; z-index: 1; } .ncap-upload-btn .input-file, .ncap-upload-btn .input-button { width: 84px; height: 26px; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; filter: alpha(opacity=0); cursor: pointer; } .ncap-upload-btn .input-button { z-index: 1; } /* 首页焦点区域编辑 */ .homepage-focus { margin-top: 30px; } .homepage-focus .title { display: block; border-bottom: 1px solid #E6E6E6; } .homepage-focus h3 { color: #333; font-size: 16px; font-weight: normal; line-height: 20px; display: inline-block; min-width: 190px; vertical-align: top; } .focus-trigeminy-group, .sale-layout dl { background-color: #FFF; display: inline-block; float: left; clear: both; padding: 0 9px 9px; margin: 1px 1px 16px 1px; border-style: dashed; border-width: 1px; border-color: #E6E6E6; position: relative; cursor: n-resize; } .full-screen-slides .title, .focus-trigeminy-group .title, .sale-layout .title { padding: 9px 0 3px 0; margin-bottom: 5px; } .full-screen-slides .title h4, .focus-trigeminy-group .title h4, .sale-layout .title h4 { display: inline-block; } .full-screen-slides .title .ncap-btn-mini, .focus-trigeminy-group .title .ncap-btn-mini, .sale-layout .title .ncap-btn-mini { background-color: #FFF; float: right; } .full-screen-slides .title .ncap-btn-mini, .focus-trigeminy-group .title .ncap-btn-mini { font: normal 12px/20px arial; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 0 10px; margin-right: 2px; border: solid 1px #DCDCDC; cursor: pointer; width: 41px; border-radius: 0px; position: initial; z-index: 1; top: 0px; right: 0px; } .full-screen-slides .title .del:hover, .focus-trigeminy-group .title .del:hover, .sale-layout .title .del:hover { color: #E84C3D; border-color: #E84C3D; } .full-screen-slides ul li:hover, .focus-trigeminy-group:hover, .sale-layout dl:hover { background-color: #F5F5F5; border-style: solid; border-color: #E6E6E6; } .full-screen-slides ul li.selected { background-color: #FFF; border-style: solid !important; border-width: 1px; border-color: #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .full-screen-slides ul li .focus-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 600px; height: 120px; margin: 0; overflow: hidden; cursor: pointer; } .full-screen-slides ul li img { max-width: 582px; max-height: 120px; margin-top:expression(120-this.height/2); *margin-top:expression(60-this.height/2)/*IE6,7*/; } .focus-trigeminy-group ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; overflow: hidden; } .focus-trigeminy-group ul li { background-color: #FFF; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 173px; height: 120px; padding: 4px; margin: 0 10px 0 0; border: dashed 1px #E6E6E6; cursor: e-resize; *zoom:1; } .focus-trigeminy-group ul li:hover { background-color: #FFF; border-style: solid; border-color: #E6E6E6; } .focus-trigeminy-group ul li.selected { border: solid 1px #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .focus-trigeminy-group ul li .focus-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 173px; height: 120px; overflow: hidden; cursor: pointer; } .focus-trigeminy-group ul li img { max-width: 173px; max-height: 120px; margin-top:expression(120-this.height/2); *margin-top:expression(60-this.height/2)/*IE6,7*/; } .color .colorPicker { vertical-align: middle; display: inline-block; float: none; } .color .evo-pointer { vertical-align: middle; display: inline-block; width: 24px; height: 24px; float: none; margin-left: 8px; border-radius: 4px; } .color .colorPicker, .color .evo-pointer { *display: inline/*IE6,7*/; } .sale-layout dl dd { overflow: hidden; } .sale-layout dl dd ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 705px; margin-left: -1px; overflow: hidden; } .sale-layout dl dd ul li { background-color: #FFF; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 100px; height: 100px; padding: 10px 20px; border-left: solid 1px #F0F0F0; *zoom: 1; } .sale-layout dl dd ul li .goods-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 100px; height: 100px; overflow: hidden; cursor: pointer; } .sale-layout dl dd ul li .goods-thumb img { max-width: 100px; max-height: 100px; margin-top:expression(100-this.height/2); *margin-top:expression(50-this.height/2)/*IE6,7*/; } /*提示保存成功*/ .web-save-succ { font-size: 14px; color: #060; background: #E8FFE8; padding: 4px 14px; border: solid 1px #339900; box-shadow: 2px 2px 0 rgba(153,153,153,0.5); } /* 首页模板编辑设定 */ .home-templates-board-style li { line-height: 24px; width: 30px; height: 30px; padding: 24px 10px 0 0; margin-right: 10px; float: left; position: relative; cursor: pointer; } .home-templates-board-style li.red { color: #C1392B; } .home-templates-board-style li.pink { color: #FF7373; } .home-templates-board-style li.orange { color: #E77E23; } .home-templates-board-style li.green { color: #27AE61; } .home-templates-board-style li.blue { color: #3598DC; } .home-templates-board-style li.purple { color: #9C59B8; } .home-templates-board-style li.brown { color: #8C4600; } .home-templates-board-style li.default { color: #79796A; } .home-templates-board-style li em { display: block; width: 24px; height: 24px; position: absolute; z-index: 1; top: 0; left: 0; border-radius: 4px; } .home-templates-board-style li.red em { background-color: #C1392B; } .home-templates-board-style li.pink em { background-color: #FF7373; } .home-templates-board-style li.orange em { background-color: #E77E23; } .home-templates-board-style li.green em { background-color: #27AE61; } .home-templates-board-style li.blue em { background-color: #3598DC; } .home-templates-board-style li.purple em { background-color: #9C59B8; } .home-templates-board-style li.brown em { background-color: #8C4600; } .home-templates-board-style li.default em { background-color: #79796A; } .home-templates-board-style li i { font-size: 14px; line-height: 24px; color: #FFF; display: none; position: absolute; z-index: 9; top: 0; left: 5px; } .home-templates-board-layout { font-size: 12px; background: url(../images/size.gif) no-repeat scroll center top; width: 964px; padding-top: 32px; overflow: hidden; } .home-templates-board-layout .left { width: 228px; float: left; margin-left: 2px; margin-bottom: 2px; } .style-red .left { background-color: #C1392B; } .style-pink .left { background-color: #FF7373; } .style-orange .left { background-color: #E77E23; } .style-green .left { background-color: #27AE61; } .style-blue .left { background-color: #3598DC; } .style-purple .left { background-color: #9C59B8; } .style-brown .left { background-color: #8C4600; } .style-default .left { color: #555; background-color: #FFF; } .home-templates-board-layout .middle { float: left; width: 488px; max-height: 656px; padding: 2px 14px 0 2px; overflow: hidden; position: relative; } .home-templates-board-layout .right { float: right; width: 228px; margin-right: 2px; } .home-templates-board-layout .bottom { clear: both; width: 830px; } .home-templates-board-layout dl { padding: 7px; overflow: hidden; } .home-templates-board-layout dl:hover { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000'); background: rgba(0,0,0,0.1); box-shadow: 0 0 0 2px rgba(0,0,0,0.25); } .home-templates-board-layout dl dt { clear: both; width: 100%; height: 24px; display: block; overflow: hidden; margin-bottom: 6px; } .home-templates-board-layout dl dt h4 { font-size: 14px; color: #555; font-weight: 600; padding-left: 2px; line-height: 24px; height: 24px; width: 100px; float: left; margin: 0; } .home-templates-board-layout .left h4 { color: #FFF; } .style-default.home-templates-board-layout .left h4 { color: #555!important; } .home-templates-board-layout dl dt a { color: #555; line-height: 20px; text-align: center; height: 20px; border: solid 1px #E7E7E7; background: #F7F7F7; float: right; padding: 0 6px; margin: 1px 0 1px 6px; } .home-templates-board-layout dl dt a i { font-size: 14px; margin-right: 4px; } .home-templates-board-layout dl:hover dt a { background: #FFF; border-color: #AAA; } .home-templates-board-layout .left dl dt a { color: #FFF; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33000000', endColorstr='#33000000'); background: rgba(0,0,0,0.2); border: solid 1px rgba(0,0,0,0.1); } .home-templates-board-layout .left dl:hover dt a { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#66000000', endColorstr='#66000000'); background: rgba(0,0,0,0.4); border: solid 1px rgba(0,0,0,0.3); } .home-templates-board-layout dl dd { background-color: #FFF; border: dashed #E7E7E7 1px; overflow: hidden; } .home-templates-board-layout .left dd { background-color: transparent; } .home-templates-board-layout dl:hover dd { border-color: #AAA; } .home-templates-board-layout dd .picture { background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; } .home-templates-board-layout dd.tit-pic .picture { background: #FFF; width: 212px; height: 40px; } .home-templates-board-layout dd.tit-pic .picture img { max-width: 212px; max-height: 40px; } .home-templates-board-layout dd.tit-txt { background: #FFF; width: 212px; height: 40px; } .home-templates-board-layout dd.tit-txt .txt-type { font-size: 0; *word-spacing:-1px/*IE6、7*/; height: 28px; padding: 4px 0 8px 4px; } .home-templates-board-layout dd.tit-txt span { font: 18px/28px Tahoma; background: none; text-align: center; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; width: 28px; height: 28px; margin: 0 8px 0 2px; border: 2px solid; border-radius: 18px; } .style-red .tit-txt span { color: #C1392B; border-color: #C1392B; } .style-pink .tit-txt span { color: #FF7373; border-color: #FF7373; } .style-orange .tit-txt span { color: #E77E23; border-color: #E77E23; } .style-green .tit-txt span { color: #27AE61; border-color: #27AE61; } .style-blue .tit-txt span { color: #3598DC; border-color: #3598DC; } .style-purple .tit-txt span { color: #9C59B8; border-color: #9C59B8; } .style-brown .tit-txt span { color: #8C4600; border-color: #8C4600; } .style-default .tit-txt span { color: #79796A; border-color: #79796A; } .home-templates-board-layout dd.tit-txt h2 { font: lighter 22px/32px "microsoft yahei"; color: #555; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; margin: 0; } .home-templates-board-layout dd.tit-txt span, .home-templates-board-layout dd.tit-txt h2 { *display: inline/*IE6,7*/; } .home-templates-board-layout dd.act-pic .picture { background-color: transparent; width: 212px; height: 280px; } .home-templates-board-layout dd.act-pic .picture img { max-width: 212px; max-height: 280px; } .home-templates-board-layout dd.category-list { height: 200px; } .home-templates-board-layout dd.category-list ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; margin: -1px 0; } .home-templates-board-layout dd.category-list li { letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; width: 106px; padding: 4px 0; border-top: solid 1px rgba(255,255,255,0.15); border-bottom: solid 1px rgba(0,0,0,0.14); } .home-templates-board-layout dd.category-list li { *display: inline/*IE6,7*/; } .home-templates-board-layout dd.category-list li:hover { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3F000000', endColorstr='#3F000000'); background: rgba(0,0,0,0.15); } .home-templates-board-layout dd.category-list li a { font-size: 12px; line-height: 16px; color: #FFF; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: block; height: 16px; padding: 0; margin: 4px 0; border-right: solid 1px rgba(255,255,255,0.25); overflow: hidden; } .style-default.home-templates-board-layout dd.category-list li a { color: #777; } .home-templates-board-layout dd.category-list li:nth-child(even) a { border: none; } .home-templates-board-layout dd.top-list { height: 350px; } .home-templates-board-layout dd.top-list li { clear: both; padding-bottom: 5px; border-bottom: dotted 1px #E7E7E7; margin-bottom: 5px; overflow: hidden; } .home-templates-board-layout dd.top-list .goods-pic { line-height: 24px; width: 60px; height: 60px; float: left; background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; } .home-templates-board-layout dd.top-list .goods-name { line-height: 16px; margin: 2px 0 6px; width: 140px; padding-left: 10px; height: 32px; overflow: hidden; } .home-templates-board-layout dd.top-list .goods-price { line-height: 20px; background: url("../images/rmb.gif") no-repeat scroll left center transparent; display: inline-block; width: 60px; padding-left: 10px; margin-left: 10px; } .home-templates-board-layout dd.top-list .goods-price em { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #C00; font-weight: 600; } .home-templates-board-layout .goods-list { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 480px!important; height: 240px; margin: -1px; } .home-templates-board-layout .goods-list li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 119px; height: 119px; border: solid #EEE; border-width: 0 1px 1px 0; } .home-templates-board-layout .goods-list li { *display: inline/*IE6,7*/; } .home-templates-board-layout .goods-list span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 119px; height: 119px; overflow: hidden; } .home-templates-board-layout .goods-list span i { font-size: 42px; color: #CCC; } .home-templates-board-layout .goods-list span img { max-width: 119px; max-height: 119px; margin-top:expression(119-this.height/2); *margin-top:expression(60-this.height/2); } .home-templates-board-layout .middle-banner { width: 476px; height: 306px; margin: 1px; position: relative; z-index: 1; } .home-templates-board-layout .middle-banner a { color: #555; background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; text-align: center; position: absolute; z-index: 1; } .home-templates-board-layout .middle-banner a.left-a, .home-templates-board-layout .middle-banner a.left-b, .home-templates-board-layout .middle-banner a.right-a, .home-templates-board-layout .middle-banner a.right-b { width: 119px; height: 119px; } .home-templates-board-layout .middle-banner a.middle-a { width: 238px; height: 238px; } .home-templates-board-layout .middle-banner a.bottom-a, .home-templates-board-layout .middle-banner a.bottom-b, .home-templates-board-layout .middle-banner a.bottom-c, .home-templates-board-layout .middle-banner a.bottom-d { width: 119px; height: 68px; } .home-templates-board-layout .middle-banner a.left-a img, .home-templates-board-layout .middle-banner a.left-b img, .home-templates-board-layout .middle-banner a.right-a img, .home-templates-board-layout .middle-banner a.right-b img { max-width: 119px; max-height: 119px; } .home-templates-board-layout .middle-banner a.middle-a img { max-width: 238px; max-height: 238px; } .home-templates-board-layout .middle-banner a.bottom-a img, .home-templates-board-layout .middle-banner a.bottom-b img, .home-templates-board-layout .middle-banner a.bottom-c img, .home-templates-board-layout .middle-banner a.bottom-d img { max-width: 119px; max-height: 68px; } .home-templates-board-layout .middle-banner a.left-a { top: 0; left: 0; } .home-templates-board-layout .middle-banner a.left-b { top: 119px; left: 0; } .home-templates-board-layout .middle-banner a.right-a { top: 0; right: 0; } .home-templates-board-layout .middle-banner a.right-b { top: 119px; right: 0; } .home-templates-board-layout .middle-banner a.middle-a { top: 0; left: 119px; } .home-templates-board-layout .middle-banner a.bottom-a { bottom: 0; left: 0; } .home-templates-board-layout .middle-banner a.bottom-b { bottom: 0; left: 119px; } .home-templates-board-layout .middle-banner a.bottom-c { bottom: 0; right: 119px; } .home-templates-board-layout .middle-banner a.bottom-d { bottom: 0; right: 0; } #add_recommend_pic .middle-banner { background-color: #CCC; width: 320px; height: 206px; position: relative; z-index: 1; } #add_recommend_pic .middle-banner a { font-family: tahoma; font-size: 10px; color: #333; background-color: #FFF; text-align: center; vertical-align: middle; position: absolute; z-index: 1; opacity: 0.8; } #add_recommend_pic .middle-banner a:hover { opacity: 0.5; } #add_recommend_pic .middle-banner a.left-a, #add_recommend_pic .middle-banner a.left-b, #add_recommend_pic .middle-banner a.right-a, #add_recommend_pic .middle-banner a.right-b { line-height: 80px; width: 80px; height: 80px; } #add_recommend_pic .middle-banner a.middle-a { line-height: 160px; width: 160px; height: 160px; } #add_recommend_pic .middle-banner a.bottom-a, #add_recommend_pic .middle-banner a.bottom-b, #add_recommend_pic .middle-banner a.bottom-c, #add_recommend_pic .middle-banner a.bottom-d { line-height: 46px; width: 80px; height: 46px; } #add_recommend_pic .middle-banner a.left-a img, #add_recommend_pic .middle-banner a.left-b img, #add_recommend_pic .middle-banner a.right-a img, #add_recommend_pic .middle-banner a.right-b img { max-width: 80px; max-height: 80px; } #add_recommend_pic .middle-banner a.middle-a img { max-width: 160px; max-height: 160px; } #add_recommend_pic .middle-banner a.bottom-a img, #add_recommend_pic .middle-banner a.bottom-b img, #add_recommend_pic .middle-banner a.bottom-c img, #add_recommend_pic .middle-banner a.bottom-d img { max-width: 80px; max-height: 46px; } #add_recommend_pic .middle-banner a.left-a { top: 0; left: 0; } #add_recommend_pic .middle-banner a.left-b { top: 80px; left: 0; } #add_recommend_pic .middle-banner a.right-a { top: 0; right: 0; } #add_recommend_pic .middle-banner a.right-b { top: 80px; right: 0; } #add_recommend_pic .middle-banner a.middle-a { top: 0; left: 80px; } #add_recommend_pic .middle-banner a.bottom-a { bottom: 0; left: 0; } #add_recommend_pic .middle-banner a.bottom-b { bottom: 0; left: 80px; } #add_recommend_pic .middle-banner a.bottom-c { bottom: 0; right: 80px; } #add_recommend_pic .middle-banner a.bottom-d { bottom: 0; right: 0; } .home-templates-board-layout .add-tab { color: #999; height: 24px; margin: 8px 0 0 8px; } .home-templates-board-layout .add-tab a { color: #555; line-height: 16px; background-color: #F7F7F7; display: inline-block; *display: inline/*IE7*/; height: 16px; padding: 3px 10px; margin-right: 6px; border: solid 1px #E7E7E7; *zoom:1; } .home-templates-board-layout .add-tab a:hover { color: #333; border-color: #AAA; } .home-templates-board-layout .add-tab a i { font-size: 14px; margin-right: 6px; } .home-templates-board-layout.sticky .add-tab { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2FFFFFF', endColorstr='#F2FFFFFF'); background: rgba(255,255,255,0.95); width: 100%; height: 24px; padding: 6px 0; margin: 0; border-bottom: solid #E7E7E7 1px; position: fixed; z-index: 9; top: 62px; left: 0; box-shadow: 0 2px 2px rgba(0,0,0,0.05) } .home-templates-board-layout.sticky .add-tab a { margin-left: 260px; } .home-templates-board-layout ul.brands { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 214px; height: 258px; margin: 0 0 -1px -1px; } .home-templates-board-layout ul.brands li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; padding: 5px; border: solid #FAFAFA; border-width: 0 0 1px 1px; zoom: 1; } .home-templates-board-layout ul.brands li span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 96px; height: 32px; overflow: hidden; } .home-templates-board-layout ul.brands li span i { font-size: 28px; color: #CCC; } .home-templates-board-layout ul.brands li img { max-width: 96px; max-height: 32px; margin-top:expression(32-this.height/2); *margin-top:expression(16-this.height/2); } .home-templates-board-layout dd.adv-pic .picture { width: 212px; height: 241px; } .channel-templates-board-layout { font-size: 12px; background: url(../images/size_channel.gif) no-repeat scroll center top; width: 964px; padding-top: 32px; overflow: hidden; } .channel-templates-board-layout .left { color: #555; background-color: #FFF; width: 182px; float: left; margin-left: 2px; margin-bottom: 2px; } .channel-templates-board-layout .middle { float: left; width: 540px; max-height: 656px; padding: 2px 14px; overflow: hidden; position: relative; } .channel-templates-board-layout .right { float: right; width: 198px; margin-right: 2px; } .channel-templates-board-layout dl { padding: 7px; overflow: hidden; } .channel-templates-board-layout dl:hover { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000'); background: rgba(0,0,0,0.1); box-shadow: 0 0 0 2px rgba(0,0,0,0.25); } .channel-templates-board-layout dl dt { clear: both; width: 100%; height: 24px; display: block; overflow: hidden; margin-bottom: 6px; } .channel-templates-board-layout dl dt h4 { font-size: 14px; color: #555; font-weight: 600; padding-left: 2px; line-height: 24px; height: 24px; width: 100px; float: left; margin: 0; } .channel-templates-board-layout dl dt a { color: #555; line-height: 20px; text-align: center; height: 20px; border: solid 1px #E7E7E7; background: #F7F7F7; float: right; padding: 0 6px; margin: 1px 0 1px 6px; } .channel-templates-board-layout dl dt a i { font-size: 14px; margin-right: 4px; } .channel-templates-board-layout dl:hover dt a { background: #FFF; border-color: #AAA; } .channel-templates-board-layout dl dd { background-color: #FFF; border: dashed #E7E7E7 1px; overflow: hidden; } .channel-templates-board-layout dl:hover dd { border-color: #AAA; } .channel-templates-board-layout dd.tit-txt { background: #FFF; width: 166px; height: 40px; } .channel-templates-board-layout dd.tit-txt .txt-type { font-size: 0; *word-spacing:-1px/*IE6、7*/; height: 28px; padding: 4px 0 8px 4px; } .channel-templates-board-layout dd.tit-txt span { color: #79796A; border-color: #79796A; font: 18px/28px Tahoma; background: none; text-align: center; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; width: 28px; height: 28px; margin: 0 8px 0 2px; border: 2px solid; border-radius: 18px; } .channel-templates-board-layout dd.tit-txt h2 { font: lighter 22px/32px "microsoft yahei"; color: #555; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; margin: 0; } .channel-templates-board-layout dd.tit-txt span, .channel-templates-board-layout dd.tit-txt h2 { *display: inline/*IE6,7*/; } .channel-templates-board-layout dd.act-pic .picture { background-color: transparent; width: 166px; height: 294px; } .channel-templates-board-layout dd.act-pic .picture img { max-width: 166px; max-height: 294px; } .channel-templates-board-layout dd.top-list { height: 350px; } .channel-templates-board-layout dd.top-list li { clear: both; padding-bottom: 5px; border-bottom: dotted 1px #E7E7E7; margin-bottom: 5px; overflow: hidden; } .channel-templates-board-layout dd.top-list .goods-pic { line-height: 24px; width: 60px; height: 60px; float: left; background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; } .channel-templates-board-layout dd.top-list .goods-name { line-height: 16px; margin: 2px 0 6px; width: 140px; padding-left: 10px; height: 32px; overflow: hidden; } .channel-templates-board-layout dd.top-list .goods-price { line-height: 20px; background: url("../images/rmb.gif") no-repeat scroll left center transparent; display: inline-block; width: 60px; padding-left: 10px; margin-left: 10px; } .channel-templates-board-layout dd.top-list .goods-price em { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #C00; font-weight: 600; } .channel-templates-board-layout .goods-list { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 480px!important; height: 240px; margin: -1px; } .channel-templates-board-layout .goods-list li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 119px; height: 119px; border: solid #EEE; border-width: 0 1px 1px 0; } .channel-templates-board-layout .goods-list li { *display: inline/*IE6,7*/; } .channel-templates-board-layout .goods-list span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 119px; height: 119px; overflow: hidden; } .channel-templates-board-layout .goods-list span i { font-size: 42px; color: #CCC; } .channel-templates-board-layout .goods-list span img { max-width: 119px; max-height: 119px; margin-top:expression(119-this.height/2); *margin-top:expression(60-this.height/2); } .channel-templates-board-layout .middle-banner { width: 476px; height: 306px; margin: 1px; position: relative; z-index: 1; } .channel-templates-board-layout .add-tab { color: #999; height: 24px; margin: 8px 0 0 8px; } .channel-templates-board-layout .add-tab a { color: #555; line-height: 16px; background-color: #F7F7F7; display: inline-block; *display: inline/*IE7*/; height: 16px; padding: 3px 10px; margin-right: 6px; border: solid 1px #E7E7E7; *zoom:1; } .channel-templates-board-layout .add-tab a:hover { color: #333; border-color: #AAA; } .channel-templates-board-layout .add-tab a i { font-size: 14px; margin-right: 6px; } .channel-templates-board-layout.sticky .add-tab { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2FFFFFF', endColorstr='#F2FFFFFF'); background: rgba(255,255,255,0.95); width: 100%; height: 24px; padding: 6px 0; margin: 0; border-bottom: solid #E7E7E7 1px; position: fixed; z-index: 9; top: 62px; left: 0; box-shadow: 0 2px 2px rgba(0,0,0,0.05) } .channel-templates-board-layout.sticky .add-tab a { margin-left: 260px; } .channel-templates-board-layout ul.brands { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 214px; height: 258px; margin: 0 0 -1px -1px; } .channel-templates-board-layout ul.brands li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; padding: 5px; border: solid #FAFAFA; border-width: 0 0 1px 1px; zoom: 1; } .channel-templates-board-layout ul.brands li span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 96px; height: 32px; overflow: hidden; } .channel-templates-board-layout ul.brands li span i { font-size: 28px; color: #CCC; } .channel-templates-board-layout ul.brands li img { max-width: 96px; max-height: 32px; margin-top:expression(32-this.height/2); *margin-top:expression(16-this.height/2); } .channel-templates-board-layout dd.adv-pic .picture { width: 182px; height: 109px; } .dialog-handle { border: dotted #CBE9F3; border-width: 1px 0 0 0; } .dialog-handle p { font-size: 12px; padding: 6px; overflow: hidden; } .dialog-handle p span.handle { width: 45%; float: left; } .dialog-handle p span.note { width: 45%; float: left; color: #999; } .category-list-edit { margin: 10px auto; max-height: 240px; clear: both; border: 1px solid #CBE9F3; background-color: #FFF; padding: 10px; overflow: auto; } /*弹出窗口小提示*/ .s-tips { color: #748A8F; background-color: #EDFBF8; width: 96%; padding: 5px; margin: 0 auto; border: dotted 1px #2cbca3; } .s-tips i { font-size: 14px; color: #2CbCA3; margin-right: 6px; } .category-list-edit ul { border-bottom: dotted #CBE9F3 1px; margin-bottom: 6px; } .category-list-edit dl dt, .category-list-edit dl dd, .category-list-edit li { line-height: 20px; background-color: #FFF; display: inline-block; margin: 0 0 6px 2px; padding: 0 12px 0 6px; border: solid 2px #FFF; position: relative; z-index: 1; cursor: pointer; } .category-list-edit dl dt i, .category-list-edit dl dd i, .category-list-edit li i { line-height: 9px; background: #F30 url(../images/combine_img.png) no-repeat scroll -590px -369px; text-indent: 999px; display: none; width: 9px; height: 9px; position: absolute; z-index: 1; top: -1px; right: -1px; overflow: hidden; } .category-list-edit dl dt:hover, .category-list-edit dl dd:hover, .category-list-edit li:hover { background-color: #FFC; border-color: #F30; box-shadow: 2px 2px 0 rgba(204,204,204,0.5); } .category-list-edit dl dt:hover i, .category-list-edit dl dd:hover i, .category-list-edit li:hover i { display: block; } .category-list-edit dl dt { font-weight: 600; } .show-recommend-goods-list { clear: both; } .handle-select ul.goods-list { clear: both; overflow: hidden; border-top: dotted 1px #CBE9F3; border-bottom: solid 1px #CBE9F3; padding-bottom: 6px; margin: 0 0 6px 0; } .dialog-show-box { background: #F6FCFE; border: dotted 1px #CBE9F3; margin-bottom: 8px; padding-bottom: 4px; } .dialog-select-bar { margin: 4px 8px; } .dialog-select-bar select { visibility: inherit !important; } .no-record { color: #0D93BF; font-weight: 600; text-align: center; line-height: 64px; min-height: 64px; } h4.dialog-handle-title { font-size: 12px !important; font-weight: 700; line-height: 26px; color: #555; display: block; height: 26px; padding: 6px 0; margin: 0 !important; } .dialog-handle-box { border-bottom: dotted 1px #CBE9F3; padding-bottom: 8px; } .dialog-handle-box .left { width: 45%; float: left; } .dialog-handle-box .right { width: 45%; float: left; color: #999; } .dialog-goodslist-s1, .dialog-goodslist-s3 { padding: 0 0 8px 0; border-bottom: dotted 1px #CBE9F3; } .dialog-goodslist-s1 .goods-pic, .dialog-goodslist-s2 .goods-pic, .dialog-goodslist-s3 .goods-pic, .dialog-brandslist-s1 .brands-pic, .dialog-brandslist-s2 .brands-pic, .dialog-adv-s1 .adv-pic { background: rgba(255,255,255,0.8); margin: 1px; border-width: 1px; position: relative; overflow: hidden; z-index: 1; zoom: 1; cursor: pointer; } .dialog-goodslist-s1 .goods-pic:hover, .dialog-goodslist-s2 .goods-pic:hover, .dialog-goodslist-s3 .goods-pic:hover, .dialog-brandslist-s1 .brands-pic:hover, .dialog-brandslist-s2 .brands-pic:hover, .dialog-adv-s1 .adv-pic:hover { border-style: solid; border-width: 2px; margin: 0; } .dialog-goodslist-s1 .goods-pic:hover, .dialog-goodslist-s3 .goods-pic:hover, .dialog-brandslist-s1 .brands-pic:hover, .dialog-adv-s1 .adv-pic:hover { box-shadow: 2px 2px 0 rgba(153,153,153,0.25); } .dialog-goodslist-s1 .ac-ico, .dialog-goodslist-s2 .ac-ico, .dialog-goodslist-s3 .ac-ico, .dialog-brandslist-s1 .ac-ico, .dialog-brandslist-s2 .ac-ico, .dialog-adv-s1 li .ac-ico { line-height: 9px; background-image: url(../images/combine_img.png); background-repeat: no-repeat; display: none; width: 9px; height: 9px; position: absolute; z-index: 1; top: -1px; right: -1px; } .goods-pic:hover .ac-ico, .brands-pic:hover .ac-ico, .adv-pic:hover .ac-ico { display: block; } .dialog-goodslist-s1 .goods-name, .dialog-goodslist-s2 .goods-name, .dialog-goodslist-s3 .goods-name { line-height: 16px; height: 32px; width: 72px; padding-top: 4px; overflow: hidden; } .dialog-goodslist-s1 .goods-name, .dialog-goodslist-s3 .goods-name, .dialog-brandslist-s1 .brands-name { background: rgba(255,255,255,0.8); } .dialog-goodslist-s1 .goods-name a, .dialog-goodslist-s3 .goods-name a { color: #777; } .dialog-goodslist-s1 .goods-name a:hover, .dialog-goodslist-s3 .goods-name a:hover { color: #F30; } .dialog-goodslist-s1 li { display: inline-block; width: 76px; height: 112px; margin: 0 0 0 18px; } .dialog-goodslist-s1 li { *display: inline/* IE7 */; } .dialog-goodslist-s1 .goods-pic { width: 72px; height: 72px; border-style: dashed; border-color: #E7E7E7; } .dialog-goodslist-s1 .goods-pic:hover { border-color: #F30; } .dialog-goodslist-s1 .ac-ico { background-color: #F30; background-position: -590px -369px; } .dialog-goodslist-s1 .goods-name { width: 72px; } .dialog-goodslist-s2 { clear: both; overflow: hidden; } .dialog-goodslist-s2 li { display: inline-block; width: 76px; height: 112px; margin: 10px 0 10px 18px; } .dialog-goodslist-s2 li { *display: inline/* IE7 */; } .dialog-goodslist-s2 .goods-pic { width: 72px; height: 72px; border-style: solid; border-color: #CBE9F3; } .dialog-goodslist-s2 .goods-pic:hover { border-color: #19AEDE; } .dialog-goodslist-s2 .ac-ico { background-color: #19AEDE; background-position: -590px -360px; } .dialog-goodslist-s2 .goods-name { width: 72px; } .dialog-goodslist-s3 li { display: inline-block; width: 70px; height: 100px; margin: 0 6px; } .dialog-goodslist-s3 li { *display: inline/* IE7 */; } .dialog-goodslist-s3 .goods-pic { width: 64px; height: 64px; border-style: dashed; border-color: #E7E7E7; } .dialog-goodslist-s3 .goods-pic:hover { border-color: #F30; } .dialog-goodslist-s3 .ac-ico { background-color: #F30; background-position: -590px -369px; } .dialog-goodslist-s3 .goods-name { width: 64px; } .dialog-brandslist-s1 { padding: 0 0 8px 0; border-bottom: dotted 1px #CBE9F3; } .dialog-brandslist-s1 li { display: inline-block; *display: inline/* IE7*/; width: 92px; zoom: 1; margin-right: 3px; } .dialog-brandslist-s1 .brands-pic { width: 88px; height: 29px; border-style: dashed; border-color: #E7E7E7; } .dialog-brandslist-s1 .ac-ico { background-color: #F30; background-position: -590px -369px; } .dialog-brandslist-s1 .brands-pic:hover { border-color: #F30; } .dialog-brandslist-s1 .brands-name { line-height: 18px; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: block; width: 88px; height: 18px; overflow: hidden; margin: 0 auto; } .dialog-brandslist-s2 { } .dialog-brandslist-s2 li { display: inline-block; width: 92px; margin: 8px 0 8px 4px; } .dialog-brandslist-s2 li { *display: inline/* IE7*/; } .dialog-brandslist-s2 .brands-pic { width: 88px; height: 29px; border-style: solid; border-color: #CBE9F3; } .dialog-brandslist-s2 .ac-ico { background-color: #19AEDE; background-position: -590px -360px; } .dialog-brandslist-s2 .brands-pic:hover { border-color: #19AEDE; } .dialog-brandslist-s2 .brands-name { line-height: 18px; color: #0D93BF; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: block; width: 92px; height: 18px; overflow: hidden; } .dialog-adv-s1 { font-size: 0; *word-spacing:-1px/*IE6、7*/; padding: 10px 0; } .dialog-adv-s1 li { background-color: #FFF; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 110px; height: 116px; margin-right: 12px; } .dialog-adv-s1 li { *display: inline/*IE6,7*/; } .dialog-adv-s1 li.selected .adv-pic { border-color: #19AEDE; } .dialog-adv-s1 li .adv-pic { width: 106px; height: 112px; margin: 0; border: solid #F7F7F7 2px; } .dialog-adv-s1 li .adv-pic:hover { border-color: #F30; } .dialog-adv-s1 li .adv-pic img { max-width: 106px; max-height: 112px; z-index: -1; } .dialog-adv-s1 li .adv-pic .ac-ico { background-color: #F30; background-position: -590px -369px; } /*频道设计-分类添加*/ .ncap-channel-category { } .ncap-channel-category dl, .ncap-channel-category ul { font-size: 0; display: block; } .ncap-channel-category dt, .ncap-channel-category dd, .ncap-channel-category li { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *zoom: 1; } .ncap-channel-category dl { margin-bottom: 6px; float: left; clear: both; } .ncap-channel-category dt { background-color: #FFF; width: 200px; height: 54px; border: solid 1px #F5F5F5; border-right: none 0; position: relative; z-index: 2; } .ncap-channel-category dt span.pic { width: 36px; height: 36px; padding: 1px; border: dotted 1px #E6E6E6; position: absolute; z-index: 1; top: 7px; left: 8px; } .ncap-channel-category dt span.pic img { max-width: 36px; max-height: 36px; } .ncap-channel-category dt h4 { line-height: 20px; height: 20px; position: absolute; z-index: 1; top: 3px; left: 56px; font-size: 12px; margin-bottom: 0px; margin-top: 0px; color:#000; } .ncap-channel-category dt a.upload-pic { position: absolute; z-index: 1; top: 27px; left: 56px; } .ncap-channel-category dt a.del { position: absolute; z-index: 1; top: 27px; left: 100px; } .ncap-channel-category dd { background-color: #FFF; width: 360px; min-height: 54px; margin-left: -1px; border: solid 1px #F5F5F5; position: relative; z-index: 1; } .ncap-channel-category dd ul { padding: 0 10px; } .ncap-channel-category dd ul li { background-color: #FFF; padding: 0 10px; border: solid 1px #FFF; margin: 2px 0; position: relative; z-index: 1; } .ncap-channel-category dd ul li i { line-height: 9px; background: #F30 url(../images/combine_img.png) no-repeat scroll -590px -369px; display: none; width: 9px; height: 9px; position: absolute; z-index: 1; top: -1px; right: -1px; cursor: pointer; } .ncap-channel-category dd ul li:hover { background-color: #FFC; border-color: #F30; } .ncap-channel-category dd ul li:hover i { display: block; } .ncap-channel-category dl:hover dt, .ncap-channel-category dl:hover dd { border-color: #2CBCA3; } /*频道编辑楼层模块*/ .ncap-channel-floor ul { } .ncap-channel-floor ul li { background: url(../images/channel_bg.gif) no-repeat 0 0; display: block; width: 320px; height: 123px; clear: both; border: dotted 1px #E6E6E6; margin-bottom: 6px; position: relative; z-index: 1; } .ncap-channel-floor ul li:hover { border: 1px solid; border-color: #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .ncap-channel-floor ul li.ui-sortable-helper { opacity: 0.75; } .ncap-channel-floor ul li .layout-name { line-height: 20px; padding: 4px 0 0 4px; } .ncap-channel-floor ul li a { margin: 0; position: absolute; z-index: 1; top: 3px; right: 3px; } .ncap-channel-floor-list .c-search { padding-bottom: 10px; border-bottom: solid 1px #F5F5F5; margin-bottom: 10px; } .ncap-channel-floor-list .block { width: 330px; } .ncap-channel-floor-list ul li { padding: 3px; border: dotted 1px #E6E6E6; margin-bottom: 6px; } .ncap-channel-floor-list ul li:hover { border: 1px solid; border-color: #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .ncap-channel-floor-list ul li a { float: right; } .ncap-channel-floor-list ul li .ok { color: #2cbca3; float: right; margin-right: 5px; display: none; } .ncap-channel-floor-list ul li.selected { color: #AAA; background-color: #F5F5F5; opacity: 0.75; } .ncap-channel-floor-list ul li.selected a { display: none; } .ncap-channel-floor-list ul li.selected .ok { display: block; } .ncap-channel-floor-list ul li.selected:hover { border: dotted 1px #E6E6E6; box-shadow: none; } .homepage-focus .tab-base { font-size: 0!important; float: none; padding-top: 1px; vertical-align: bottom; display: inline-block; } .homepage-focus .tab-base li { height: 35px; float: none; margin-right: 2px; font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block!important; } .homepage-focus .tab-base a.current, .homepage-focus .tab-base a:hover.current { font-size: 14px !important; font-weight: 600 !important; background-color: #FFF !important; border-bottom-color: #FFF !important; cursor: default !important; } .homepage-focus .tab-base a { line-height: 20px !important; color: #777 !important; background-color: #E6E6E6 !important; display: block; padding: 7px 20px !important; border: solid 1px #E6E6E6 !important; border-radius: 5px 5px 0 0 !important; cursor: pointer; background: white; } .homepage-focus .tab-base a:hover { color: #333 !important; } .homepage-focus .tab-base a:hover.current span { color: #333 !important; } .homepage-focus .tab-base a span { color: #777 !important; background: none; float: none; } .input-file-show-shop { background-color: #FFF; vertical-align: top; display: inline-block; padding-left: 26px; border: solid 1px #D7D7D7; border-radius: 4px; position: relative; z-index: 1; } .input-file-show-shop:hover { border-color: #2CBCA3; -moz-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); -webkit-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); } .input-file-show-shop span.show { width: 22px; height: 22px; text-align: center; padding: 2px; position: absolute; z-index: 2; top: 0; left: 0; } .input-file-show-shop span.show a { color: #AAA; display: block; width: 22px; height: 22px; } .input-file-show-shop:hover span.show a, .input-file-show-shop span.show a:hover { color: #2CBCA3; text-decoration: none; } .input-file-show-shop span.show i { font-size: 14px; line-height: 22px; display: block; } .input-file-show-shop span.show img { max-width: 22px; max-height: 22px; } .type-file-box-shop { display: block; width: 262px; height: 26px; position: relative; z-index: 1; } .type-file-text-shop { line-height: 26px !important; display: block; width: 163px; height: 26px !important; float: left !important; padding: 0 !important; margin: 0 !important; border: none 0 !important; border-radius: 0 !important; } .type-file-button-shop, .type-file-button-shop:focus { background-color: #E6E6E6; display: block; width: 99px; height: 26px; float: left !important; border: 0; border-radius: 0 3px 3px 0; } .input-file-show-shop:hover .type-file-button-shop { color: #FFF; background-color: #2CBCA3; } .type-file-file-shop { width: 262px; height: 26px; position: absolute; top: 0; right: 0; filter:alpha(opacity:0); opacity: 0; cursor: pointer; } .type-file-preview-shop { background: #FFF; display: none; padding: 5px; border: solid 5px #71CBEF; position: absolute; z-index: 999; } .image_display .type-file-show-shop { width: 16px; height: 16px; padding: 2px; border: solid 1px #D8D8D8; cursor: auto; } .type-file-button, .type-file-button:focus { background-color: #E6E6E6; display: block; width: 99px; height: 26px; float: left !important; border: 0; border-radius: 0 3px 3px 0; } .type-file-box-shop input[type="text"] { line-height: 20px; white-space: nowrap; display: inline-block; height: 20px; overflow: hidden; cursor: text; color: #333333; background-color: #FFF; border: solid 1px #D7D7D7; } /*图片点击查看大图nyroModal*/ .nyroModalBg { position: fixed; overflow: hidden; z-index: 997; top: 0; left: 0; height: 100%; width: 100%; background: #000; opacity: 0.7; } .nmReposition { position: absolute; z-index: 999; } .nyroModalCloseButton { top: -9px; right: -9px; width: 18px; height: 18px; text-indent: -9999em; background: url(../images/close.png); } .nyroModalTitle { top: -26px; left: 0; margin: 0; font-size: 1.1em; line-height: 24px; color: #EEE; text-shadow: 1px 1px 1px rgba(0,0,0,0.90); } .nyroModalCont { background-color: #FFF; padding: 4px; position: absolute; z-index: 998; border: 1px solid #000; margin: 25px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.9); } .nyroModalCont iframe { width: 600px; height: 400px; } .nyroModalError { border: 4px solid red; color: red; width: 250px; height: 250px; } .nyroModalError div { min-width: 0; min-height: 0; padding: 10px; } .nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile { position: relative; padding: 10px; min-height: 250px; min-width: 250px; max-width: 1000px; } .nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm { position: relative; overflow: hidden; } .nyroModalImage img { vertical-align: top; } .nyroModalHidden { left: -9999em; top: -9999em; } .nyroModalLoad { position: absolute; width: 100px; height: 100px; background: #fff url(../images/ajaxLoader.gif) no-repeat center; padding: 0; } .nyroModalPrev, .nyroModalNext { outline: none; position: absolute; top: 0; height: 60%; width: 150px; min-height: 50px; max-height: 300px; cursor: pointer; text-indent: -9999em; background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat; } .nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext { height: 100%; width: 40%; max-height: none; } .nyroModalPrev { left: 0; } .nyroModalPrev:hover { background-image: url(../images/prev.gif); } .nyroModalNext { right: 0; background-position: right 20%; } .nyroModalNext:hover { background-position: right 20%; background-image: url(../images/next.gif); } .checkbox { display: inline-block; vertical-align: middle; margin-right: 4px; zoom: 1; } .input-file-show { background-color: #FFF; vertical-align: top; display: inline-block; padding-left: 26px; border: solid 1px #D7D7D7; border-radius: 4px; position: relative; z-index: 1; } .input-file-show:hover { border-color: #2CBCA3; -moz-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); -webkit-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); } .input-file-show span.show { width: 22px; height: 22px; text-align: center; padding: 2px; position: absolute; z-index: 2; top: 0; left: 0; } .input-file-show span.show a { color: #AAA; display: block; width: 22px; height: 22px; } .input-file-show:hover span.show a, .input-file-show span.show a:hover { color: #2CBCA3; text-decoration: none; } .input-file-show span.show i { font-size: 14px; line-height: 22px; display: block; } .input-file-show span.show img { max-width: 22px; max-height: 22px; }
web/Admin/css/index.css
@charset "utf-8"; /* ================================ */ /* Copyright: www.33hao.com */ /* ================================ */ .pageshop { background-color: #FFF; min-width: 1000px; padding: 62px 1% 0 1%; text-align: left; overflow: hidden; } i.fa { font-size: 14px; vertical-align: middle; margin-right: 4px; }/*字体图标属性*/ .fixed-barshop { background-color: #FFF; width: 100%; padding-bottom: 4px; position: fixed; z-index: 99; top: 0; left: 0; } .item-titleshop { line-height: 20px; white-space: nowrap; width: 98%; padding-top: 3px; margin: 0 1%; border-bottom: solid 1px #E6E6E6; } .item-titleshop .subjectshop { vertical-align: bottom; display: inline-block; min-width: 190px; height: 38px; padding: 6px 0; margin-right: 10px; } .item-titleshop .ashop { margin-bottom: 0px; font-size: 16px; font-weight: normal; line-height: 20px; color: #333; margin-top: 2px; } .item-titleshop .bshop { font-size: 12px; font-weight: normal; line-height: 18px; color: #999; } .item-titleshop .tab-base { font-size: 0!important; float: none; padding-top: 1px; vertical-align: bottom; display: inline-block; } .item-titleshop .tab-base li { height: 35px; float: none; margin-right: 2px; font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block!important; } .item-titleshop .tab-base a.current, .item-titleshop .tab-base a:hover.current { font-size: 14px !important; font-weight: 600 !important; background-color: #FFF !important; border-bottom-color: #FFF !important; cursor: default !important; } .item-titleshop .tab-base a { line-height: 20px !important; color: #777 !important; background-color: #E6E6E6 !important; display: block; padding: 7px 20px !important; border: solid 1px #E6E6E6 !important; border-radius: 5px 5px 0 0 !important; cursor: pointer; background: white; } .item-titleshop .tab-base a:hover { color: #333 !important; } .item-titleshop .tab-base a:hover.current span { color: #333 !important; } .item-titleshop .tab-base a span { color: #777 !important; background: none; float: none; } .explanation { color: #2CBCA3; background-color: #EDFBF8; display: block; width: 99%; height: 100%; padding: 6px 9px; border-radius: 5px; position: relative; overflow: hidden; } .explanation .title { white-space: nowrap; margin-bottom: 0px; position: relative; cursor: pointer; } .explanation .title i { font-size: 18px; vertical-align: middle; margin-right: 6px; } .explanation .title .cshop { font-size: 14px; font-weight: normal; line-height: 20px; height: 20px; display: inline-block; margin-top: 0px; } .explanation .title span { background: url(../images/combine_img.png) no-repeat -580px -200px; width: 20px; height: 20px; position: absolute; z-index: 1; top: -6px; right: -9px; } .explanation .ulshop { color: #748A8F; margin-left: 10px; } .explanation .lishop { line-height: 20px; background: url(../images/macro_arrow.gif) no-repeat 0 10px; padding-left: 10px; margin-bottom: 4px; text-shadow: 1px 1px 0 rgba(255,255,255,0.5); } .flexigrid { margin-top: 10px; position: relative; z-index: 1; overflow: hidden; } /*f表格标题块*/ .flexigrid .mDiv { background-color: #FFF; color: #333; white-space: nowrap; display: block; border-bottom: solid 1px #C8C8C8; position: relative; z-index: 4; height: 30px; } /*标题*/ .flexigrid .mDiv .ftitle { font-size: 0; *word-spacing:-1px/*IE6、7*/; height: 24px; float: left; } .flexigrid .mDiv .ftitle h3, .flexigrid .mDiv .ftitle h5 { font-size: 12px; font-weight: normal; line-height: 24px; color: #999; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding: 0; *zoom:1/*IE7*/; } .flexigrid .mDiv .ftitle h3 { font-size: 16px; color: #333; margin-right: 6px; margin-top: 0px; } /*数据统计数*/ .flexigrid .pReload { color: #999; background-color: #FFF; width: 24px; height: 24px; float: left; text-align: center; line-height: 24px; margin: 0 0 0 20px; position: relative; z-index: 1; } .flexigrid .pReload:hover { color: #333; background-color: #E6E6E6; border-radius: 5px; cursor: pointer; } .flexigrid .pReload i { font-size: 14px; margin: 5px; } .flexigrid .pReload.loading i { color: #090; display: inline-block; -webkit-animation: fa-spin 0.2s infinite linear; animation: fa-spin 0.2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /*操作间隔*/ .flexigrid .mDiv .sline { width: 0; height: 16px; float: left; margin: 4px; border-left: dotted 1px #D7D7D7; } /*操作按钮*/ .flexigrid .nBtn { color: #999; background-color: #FFF; width: 100px; height: 24px; float: left; position: relative; z-index: 1; cursor: pointer; } .flexigrid .nBtn .hBtn { text-align: center; line-height: 24px; width: 24px; height: 24px; border: solid 1px transparent; position: absolute; z-index: 2; top: 0; left: -1px; } .flexigrid .nBtn:hover .hBtn { color: #333; background-color: #FFF; border-radius: 4px 4px 0 0; border-color: #D7D7D7; border-bottom: 0; } .flexigrid .nBtn i { font-size: 14px; margin: 5px; } .item-titleshop a.back i { font-size: 40px; } .item-titleshop a.back { color: #999; } .item-titleshop a.back:hover { color: #2cbca3; } /*菜单配置下拉框*/ .flexigrid .nDiv { background-color: #FFF; padding: 5px 0 5px 5px; border: 1px solid #D7D7D7; border-radius: 0 0 4px 4px; overflow: auto; position: absolute; z-index: 1; top: 23px; left: -1px; box-shadow: 3px 3px 0 rgba(0,0,0,0.05); } .flexigrid .nDiv h5 { font-size: 12px; font-weight: normal; line-height: 24px; color: #F60; } .flexigrid .nDiv .ps-container { display: block; max-height: 150px; padding: 0 10px 10px 0; overflow: hidden; position: relative; z-index: auto; } .flexigrid .nDiv ul { width: 100%; } .flexigrid .nDiv li { font-size: 0; *word-spacing:-1px/*IE6、7*/; line-height: 20px; text-align: left; padding: 2px 10px 2px 0; border-bottom: dotted 1px #E6E6E6; } .flexigrid .nDiv li:hover { color: #666; background: #F5F5F5; } .flexigrid .nDiv li span { font-size: 12px; vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .flexigrid .nDiv li span.ndcol1 { margin-right: 5px; } .flexigrid .nDiv .ps-scrollbar-x-rail { display: none !important; } /*表格搜索*/ .flexigrid .sDiv { float: right; position: relative; overflow: hidden; } .flexigrid .sDiv2 { font-size: 0; *word-spacing:-1px/*IE6、7*/; display: inline-block; vertical-align: middle; *display: inline/*IE7*/; *zoom:1/*IE7*/; border: solid 1px #D7D7D7; } .flexigrid .sDiv2:hover { border-color: #2cbca3; } .flexigrid .sDiv2 .qsbox, .flexigrid .sDiv2 .select, .flexigrid .sDiv2 .btn { border: none; border-radius: 0; font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; border-radius: 0; } .flexigrid .sDiv2 .select { background-color: #FFF; width: auto; height: 22px; } .flexigrid .sDiv2 .qsbox { background-color: #FFF; font-size: 12px; line-height: 20px; width: 120px; height: 20px; padding: 1px 5px; } .flexigrid .sDiv2 .qsbox:hover, .flexigrid .sDiv2 .qsbox:fouce { box-shadow: none; } .flexigrid .sDiv2 .btn { height: 22px; cursor: pointer; border-left: solid 1px #D7D7D7; } .flexigrid .sDiv2:hover .btn, .flexigrid .sDiv2 .btn:hover { color: #FFF; background-color: #2cbca3; } .flexigrid .sDiv .a_search { color: #3b639f; display: inline-block; vertical-align: middle; *display: inline/*IE7*/; margin-left: 8px; *zoom:1/*IE7*/; } .flexigrid .sDiv .a_search i { font-size: 14px; margin-right: 4px; } .flexigrid .sDiv .a_search:hover { color: #CD0200; } /*数据表格头*/ .flexigrid .hDiv { background-color: #F5F5F5; clear: both; border-style: solid none; border-width: 1px 0; border-color: #FFF transparent; position: relative; z-index: 1; overflow: hidden; } .flexigrid .hDiv table { } .flexigrid .hDiv th div { } .flexigrid .hDivBox { float: none; } .flexigrid .hDiv i.ico-check { background: url(../images/flexigrid_pic.png) no-repeat 0 0; display: inline-block; width: 20px; height: 20px; cursor: pointer; } .flexigrid .hDiv .trSelected i.ico-check { background-position: -20px 0; } .flexigrid .hDiv .sorted { background-color: #E6E6E6; } .flexigrid .hDiv .thOver { } .flexigrid .hDiv .thOver div, .flexigrid .hDiv .sorted.thOver div { padding-bottom: 6px; border-bottom: 2px solid #2cbca3; cursor: pointer; } .flexigrid .hDiv .sorted div { padding-bottom: 5px; } .flexigrid .hDiv .thMove { background: #fff; color: #fff; } .flexigrid .hDiv .sorted.thMove div { border-bottom: 1px solid #fff; padding-bottom: 4px } .flexigrid .hDiv .thMove div { background: #fff !important; } .flexigrid .hDiv th .sdesc { background: url(../images/dn.png) no-repeat center top; } .flexigrid .hDiv th .sasc { background: url(../images/up.png) no-repeat center top; } /*调节表格列宽*/ .flexigrid .cDrag { float: left; position: absolute; z-index: 2; overflow: visible; } .flexigrid .cDrag div { background: none; display: block; width: 3px; height: 24px; float: left; position: absolute; cursor: col-resize; } .flexigrid .cDrag div:hover, .flexigrid .cDrag div.dragging { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000'); background: rgba(0,0,0,0.1); border: solid #FFF; border-width: 0 1px; } /*批量操作条*/ .flexigrid .tDiv { background-color: #FAFAFA; border-top: 1px solid #C8C8C8; border-bottom: 1px solid #D7D7D7; position: relative; z-index: 3; overflow: hidden; } .flexigrid .tDiv2 { font-size: 0; *word-spacing:-1px/*IE6、7*/; padding: 6px 0 6px 6px; float: left; overflow: hidden; } .flexigrid .btnseparator { float: left; height: 22px; border-left: 1px solid #ccc; border-right: 1px solid #fff; margin: 1px; } .flexigrid .fbutton { vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; padding-right: 8px; margin-left: 8px; margin-right: -1px; border-right: dotted 1px #D7D7D7; *zoom:1/*IE7*/; cursor: pointer; } .flexigrid .fbutton div { font-size: 12px; line-height: 20px; color: #999; background-color: #FFFFFF; height: 20px; padding: 2px 7px; border: solid 1px #F0F0F0; border-radius: 4px; } .flexigrid .fbutton .add:hover, .flexigrid .fbutton.fbOver .add:hover { color: #1BBC9D; border-color: #1BBC9D; } .flexigrid .fbutton .del:hover, .flexigrid .fbutton.fbOver .del:hover { color: #E84C3D; border-color: #E84C3D; } .flexigrid .fbutton .csv:hover, .flexigrid .fbutton.fbOver .csv:hover { color: #9C59B8; border-color: #9C59B8; } /*数据表格内容部分*/ .flexigrid .bDiv { background: #fff; min-height: 300px; position: relative; z-index: 2; overflow: auto; } .flexigrid .bDiv table { width: 100%; } .flexigrid .bDiv td { color: #777; vertical-align: top; white-space: nowrap; padding: 0; margin: 0; border-bottom: 1px solid E6E6E6; } .flexigrid .bDiv td div { } .flexigrid .bDiv a { color: #3b639f; } .flexigrid .bDiv a:hover { text-decoration: underline; color: #CD0200; } .flexigrid .bDiv td i.ico-check { background: url(../images/flexigrid_pic.png) no-repeat 0 0; display: inline-block; width: 20px; height: 20px; } .flexigrid .bDiv .trSelected td i.ico-check { background-position: -20px 0; } .flexigrid .bDiv td .on, .flexigrid .bDiv td .yes { color: #1BBC9D; cursor: default; } .flexigrid .bDiv td .off, .flexigrid .bDiv td .no { color: #BEC3C7; cursor: default; } .flexigrid .bDiv td.normal { color: #C30; } .flexigrid .bDiv td.abnormal { color: #090; } .flexigrid .bDiv td.column-a { background-color: #F6EEFB; } .flexigrid .bDiv td.column-b { background-color: #F9F3D7; } .flexigrid .bDiv td.column-c { background-color: #FBEEE0; } /*数据表格查看操作项*/ .flexigrid .bDiv .handle div { font-size: 0; *word-spacing:-1px/*IE6、7*/; } .flexigrid .bDiv a.btn { font-size: 12px; font-weight: normal; line-height: 20px; color: #999; background: #FFF none; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; height: 20px; padding: 1px 6px; margin: 0 5px 0 0; border: solid 1px #F5F5F5; border-radius: 4px; cursor: pointer !important; } .flexigrid .bDiv a.btn:hover { color: #555; text-decoration: none; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); } .flexigrid .bDiv a.red:hover { color: #FFF; background-color: #E84C3D; border-color: #C1392B; } .flexigrid .bDiv a.blue:hover { color: #FFF; background-color: #3598DC; border-color: #2A80B9; } .flexigrid .bDiv a.green:hover { color: #FFF; background-color: #1BBC9D; border-color: #16A086; } .flexigrid .bDiv a.orange:hover { color: #FFF; background-color: #FFBF40; border-color: #FFBF40; } .flexigrid .bDiv a.purple:hover { color: #FFF; background-color: #9C59B8; border-color: #8F44AD; } .flexigrid .bDiv a.pomegranate:hover { } .flexigrid .bDiv a.belize-hole:hover { color: #FFF; background-color: #E84C3D; border-color: #C1392B; } .flexigrid .bDiv .handle span { font-size: 12px; } .flexigrid .bDiv span.btn { font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; position: relative; z-index: 1; cursor: default; } .flexigrid .bDiv span.btn:hover { z-index: 3; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); } .flexigrid .bDiv span.btn em { color: #999; line-height: 20px; background-color: #FFF; display: block; height: 20px; padding: 1px 6px; border: solid 1px #F5F5F5; border-radius: 4px 0 0 4px; position: relative; z-index: 2; } .flexigrid .bDiv span.btn:hover em { color: #FFF; background-color: #9C59B8; border-color: #8F44AD #9C59B8 #8F44AD #8F44AD; } .flexigrid .bDiv span.btn em i { font-size: 14px; vertical-align: middle; margin-right: 4px; } .flexigrid .bDiv span.btn em .arrow { font-size: 0px; line-height: 0; vertical-align: middle; display: inline-block; width: 0px; height: 0px; float: none; margin: 0 0 0 4px; border-width: 4px; border-color: #999 transparent transparent transparent; border-style: solid dashed dashed dashed; -webkit-transition: .2s ease-in; -moz-transition: -webkit-transform .2s ease-in; -o-transition: -webkit-transform .2s ease-in; transition: .2s ease-in; } .flexigrid .bDiv span.btn:hover .arrow { border-color: #FFF transparent transparent transparent; FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -moz-transform: rotate(270deg); -moz-transform-origin: 50% 30%; -webkit-transform: rotate(270deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(270deg); -o-transform-origin: 50% 30%; transform: rotate(270deg); transform-origin: 50% 30%; } .flexigrid .bDiv span.btn ul { background-color: #9C59B8; display: none; border: solid 1px #8F44AD; border-radius: 0 4px 4px 0; margin-left: -2px; position: absolute; z-index: 1; top: 0; left: 100%; overflow: hidden; box-shadow: 3px 3px 0 rgba(0,0,0,0.1); } .flexigrid .bDiv tr:last-child span.btn ul { bottom: 0; top: auto; } .flexigrid .bDiv tr:first-child span.btn ul { bottom: auto; top: 0; } .flexigrid .bDiv span.btn:hover ul { display: block; padding: 0 5px; } .flexigrid .bDiv span.btn ul li { border-bottom: dotted 1px #C69FD7; clear: both; margin-bottom: -1px; } .flexigrid .bDiv span.btn ul li a { color: #FFF; display: block; line-height: 24px; text-align: right; height: 24px; padding: 0 5px; } .flexigrid .bDiv span.btn ul li a:hover { text-decoration: underline; } .flexigrid .bDiv span.btn ul li a.expire { color: #FF0 !important; } .flexigrid .bDiv a.expired { color: #F30; } .flexigrid .bDiv a.expire { color: #F93; } i.fa-external-link { color: #999 !important; font-size: 9px !important; margin-left: 4px; margin-right: 0; } .flexigrid .bDiv .user-avatar { background-color: #FFF; vertical-align: middle; display: inline-block; width: 22px; height: 22px; margin-right: 6px; border: solid 1px #D7D7D7; border-radius: 50%; } .flexigrid .bDiv .pic-thumb-tip { color: #777; } .flexigrid .bDiv .pic-thumb-tip i { font-size: 14px; } .flexigrid .bDiv .pic-thumb-tip:hover { color: #333; } /*数据表格查询为空*/ .no-data, .flexigrid .bDiv .no-data { font-size: 14px; color: #999; width: 100% !important; height: 24px; border: 0 none !important; text-align: center; padding: 100px 0; } .flexigrid .bDiv .trSelected .no-data, .flexigrid .bDiv .no-data:hover { color: #999 !important; background-color: transparent !important; } .no-data i, .flexigrid .bDiv .no-data i { font-size: 18px; margin-right: 6px; color: #FC0; } .flexigrid .bDiv .handle-btn { } /*hDiv\bDiv\colCopy同步项*/ .flexigrid .hDiv th, .flexigrid .bDiv td { vertical-align: top !important; text-align: left; border-bottom: solid 1px #F5F5F5; overflow: visible; } .flexigrid .hDiv th div, .flexigrid .bDiv td div, .colCopy div { display: block; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; height: 22px; padding: 8px; overflow: hidden; } .flexigrid .bDiv td div { padding: 10px 8px; } .flexigrid .hDiv .sign div, .flexigrid .bDiv .sign div { min-width: 24px !important; max-width: 24px !important; } .flexigrid .hDiv .handle div, .flexigrid .bDiv .handle div { overflow: visible; min-width: 150px !important; max-width: 150px !important; } .flexigrid .hDiv .handle-s div, .flexigrid .bDiv .handle-s div { overflow: visible; min-width: 60px !important; max-width: 60px !important; } .flexigrid.hideBody { height: 26px !important; border-bottom: 1px solid #ccc; } .ie6fullwidthbug { border-right: 0px solid #ccc; padding-right: 2px; } .flexigrid .bDiv table.autoht { width: 100%; margin-bottom: 0px; border-bottom: 0px; } .flexigrid .nBtn.srtd { background: url(../images/wbg.gif) repeat-x 0px -1px; } .flexigrid .hDiv th, .colCopy { font-weight: 600; white-space: nowrap; cursor: default; overflow: hidden; } .colCopy { color: #333; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF'); background: rgba(255,255,255,0.9); border: dotted 1px #D7D7D7; overflow: hidden; box-shadow: 4px 4px 0 rgba(0,0,0,0.05); z-index: 9; } .flexigrid tr td.sorted { background-color: #F9F9F9; border-bottom: 1px solid #E6E6E6 } .flexigrid tr td.sorted div { bckground: #FFF7CF } .flexigrid tr.erow td { background: #FDFDFD; border-bottom: 1px solid #F5F5F5; } .flexigrid tr.erow td.sorted { background: #F0F0F0; border-bottom: 1px solid #E6E6E6; } .flexigrid tr.erow td.sorted div { } .flexigrid div.bDiv tr:hover td, .flexigrid div.bDiv tr:hover td.sorted, .flexigrid div.bDiv tr.trOver td.sorted, .flexigrid div.bDiv tr.trOver td { background: #F4FCFA; } .flexigrid div.bDiv tr.trSelected:hover td, .flexigrid div.bDiv tr.trSelected:hover td.sorted, .flexigrid div.bDiv tr.trOver.trSelected td.sorted, .flexigrid div.bDiv tr.trOver.trSelected td, .flexigrid tr.trSelected td.sorted, .flexigrid tr.trSelected td { color: #333; background: #FFFFDF; border-color: transparent; border-bottom: 1px solid #FFEFBF; } .flexigrid .pDiv { background-color: #F5F5F5; border-style: solid; border-color: #D7D7D7 transparent #C8C8C8 transparent; border-width: 1px 0; position: relative; z-index: 3; } .flexigrid .pDiv .pDiv2 { padding: 6px 0; margin: 0; border-color: #FFF; border-style: solid; border-width: 1px 0; position: relative; z-index: 1; } .flexigrid .pGroup-left { color: #777; line-height: 24px; height: 24px; position: absolute; z-index: 1; top: 6px; left: 12px; } .flexigrid .pGroup-left .select { font-family: Arial, Helvetica, sans-serif; vertical-align: middle; display: inline-block; *display: inline; width: 40px; height: 24px; background-color: transparent; padding: 0; margin: 0 6px 0 0; border-radius: 0; border: none; *zoom: 1; } .flexigrid .pGroup-right { color: #777; line-height: 24px; height: 24px; position: absolute; z-index: 1; top: 6px; right: 12px; } /*f表格翻页控制*/ .flexigrid .pGroup-middle { font-size: 0; *word-spacing:-1px/*IE6、7*/; text-align: center; margin: 0 auto; width: 250px; height: 24px; float: none; z-index: auto; } .flexigrid .pGroup-middle .pButton, .flexigrid .pGroup-middle .pcontrol, .flexigrid .pGroup-middle .pcontrol input, .flexigrid .pGroup-middle .pcontrol span { vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .flexigrid .pGroup-middle .pButton { color: #999; background-color: transparent; text-align: center; width: 24px; height: 24px; padding: 0; margin-right: 8px; border-radius: 4px; cursor: pointer; overflow: hidden; } .flexigrid .pGroup-middle .pButton:hover { color: #333; background-color: #CCC; padding: 0; border: 0; } .flexigrid .pGroup-middle .pButton i { line-height: 24px; font-size: 14px; } .flexigrid .pGroup-middle .pcontrol { font-size: 12px; line-height: 20px; color: #999; *word-spacing:-1px/*IE6、7*/; margin-right: 10px; } .flexigrid .pGroup-middle .pcontrol input { color: #333; background-color: transparent; text-decoration: underline; text-align: center; width: 20px; padding: 0; border: none; border-radius: 0; } .flexigrid .pGroup-middle .pcontrol input:hover, .flexigrid .pGroup-middle .pcontrol input:focus { background-color: #FFF; box-shadow: none; } .pPageStat { display: block; line-height: 40px; text-align: center; color: #FFF; position: absolute; top: -40px; left: 0px; right: 0px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000'); background: rgba(0,0,0,0.5); width: 100%; } .flexigrid .pGroup-middle .pcontrol span { margin-right: 2px; } .flexigrid .pDiv .pButton.pBtnOver { width: 20px; height: 20px; border: 1px solid #ccc; cursor: pointer; } .flexigrid .pDiv .pButton span { display: block; width: 20px; height: 20px; float: left; } .flexigrid .pDiv .pButton:hover span, .flexigrid .pDiv .pButton.pBtnOver span { width: 19px; height: 19px; border-top: 1px solid #fff; border-left: 1px solid #fff; } .flexigrid div.iDiv { border: 1px solid #316ac5; position: absolute; overflow: visible; background: none; } .flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; } .flexigrid div.iDiv input.tb { border: 0px; padding: 0px; width: 100%; height: 100%; padding: 0px; background: none; } .flexigrid div.hGrip { position: absolute; top: 0px; right: 0px; height: 5px; width: 5px; background: url(../images/line.gif) repeat-x center; margin-right: 1px; cursor: col-resize; } .flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver { border-right: 1px solid #999; margin-right: 0px; } .flexigrid div.vGrip { height: 5px; overflow: hidden; position: relative; background: #fafafa url(../images/wbg.gif) repeat-x 0px -1px; border: 1px solid #ccc; border-top: 0px; text-align: center; cursor: row-resize; display: none; } .flexigrid div.vGrip span { display: block; margin: 1px auto; width: 20px; height: 1px; overflow: hidden; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: none; } .flexigrid span.cdropleft { display: block; background: url(../images/prev.gif) no-repeat -4px center; width: 24px; height: 24px; position: relative; top: -24px; margin-bottom: -24px; z-index: 3; } .flexigrid div.hDiv span.cdropright { display: block; background: url(../images/next.gif) no-repeat 12px center; width: 24px; height: 24px; float: right; position: relative; top: -24px; margin-bottom: -24px; } /* ie adjustments */ .flexigrid.ie .hDiv th div, .colCopy.ie div/* common inner cell properties*/ { overflow: hidden; } .item-title a.back { color: #999; display: inline-block; vertical-align: bottom; margin: 0 10px 6px 0; } .item-title a.back i { font-size: 40px; } .ncap-form-default { padding: 10px 0; overflow: hidden; } .ncap-form-default .title { padding: 10px 0; border-bottom: solid 1px #C8C8C8; } .ncap-form-default .title h3 { font-size: 16px; line-height: 20px; color: #333; font-weight: normal; } .ncap-form-default dl.row, .ncap-form-all dd.opt { font-size: 0; color: #777; background-color: #FFF; *word-spacing:-1px/*IE6、7*/; padding: 12px 0; margin-top: -1px; border-style: solid; border-width: 1px 0; border-color: #F0F0F0; position: relative; z-index: 1; } .ncap-form-default dl.row:first-child, .ncap-form-all dd.opt:first-child { border-top-color: #FFF; } .ncap-form-default dl.row:nth-child(even), .ncap-form-all dd.opt:nth-child(even) { background-color: #FDFDFD; } .ncap-form-default dl.row:hover, .ncap-form-all dd.opt:hover { color: #000; background-color: #FFF; border-style: dotted; border-color: #D7D7D7; z-index: 2; box-shadow: 0 0 4px rgba(0,0,0,0.05); } .ncap-form-default dt.tit, .ncap-form-default dd.opt { font-size: 12px; line-height: 24px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .ncap-form-default dd.opt .onoff { font-size: 0; position: relative; overflow: hidden; display: block; } .ncap-form-default dd.opt .onoff label { vertical-align: top; display: inline-block; *display: inline; *zoom: 1; cursor: pointer; } .ncap-form-default dd.opt .onoff input[type="radio"] { position: absolute; top: 0; left: -999px; } .ncap-form-default dd.opt .onoff .cb-enable, .ncap-form-default dd.opt .onoff .cb-disable { color: #777; font-size: 12px; line-height: 20px; background-color: #ECF0F1; height: 20px; padding: 1px 9px; border-style: solid; border-color: #BEC3C7; } .ncap-form-default dd.opt .onoff .cb-enable { border-width: 1px 0 1px 1px; border-radius: 4px 0 0 4px; } .ncap-form-default dd.opt .onoff .cb-disable { border-width: 1px 1px 1px 0; border-radius: 0 4px 4px 0; } .ncap-form-default dd.opt .onoff .cb-disable.selected { color: #FFF; background-color: #96A6A6; border-color: #808B8D; } .ncap-form-default dd.opt .onoff .cb-enable.selected { color: #FFF; background-color: #1BBC9D; border-color: #16A086; } .ncap-form-default dt.tit { text-align: right; width: 14%; padding-right: 2%; } .ncap-form-default dd.opt { text-align: left; width: 83%; } .ncap-form-default dt.tit em { font: bold 14px/20px tahoma, verdana; color: #F60; vertical-align: middle; display: inline-block; margin-right: 5px; } .ncap-form-default .input-txt, .ncap-form-all .input-txt { width: 280px !important; } .ncap-form-default ul.list { } .ncap-form-default ul.list li { clear: both; } .ncap-form-default .input-btn { font-size: 12px; background-color: #F5F5F5; vertical-align: top; display: inline-block; height: 26px; padding: 0 10px; border: solid 1px #D7D7D7; border-radius: 4px; cursor: pointer; } .ncap-form-default .input-btn:hover { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #A9A9A9; } .ncap-form-default p.notic, .ncap-form-all p.notic { line-height: 12px; line-height: 18px; color: #AAA; margin-top: 4px; clear: both; } .ncap-form-default dl.row:hover p.notic { color: #2cbca3; } .ncap-form-default div.bot, .ncap-form-all div.bot { display: block; padding: 12px 0 10px 16%; } .ncap-order-style { width: 1000px; margin: 0 auto; } /*弹出框体下的特殊性*/ .dialog_content .ncap-form-default, .dialog_content .ncap-form-all { width: 96%; margin: 0 auto; padding: 0; } .dialog_content .ncap-form-default dt.tit { text-align: right; width: 20%; padding-right: 2%; } .dialog_content .ncap-form-default dd.opt { text-align: left; width: 77%; } .dialog_content .ncap-form-all dl.row { padding: 8px 0; } .dialog_content .ncap-form-all dt.tit { font-size: 12px; font-weight: 600; line-height: 24px; background-color: transparent; height: 24px; padding: 4px; } .dialog_content .ncap-form-all dd.opt { font-size: 12px; padding: 0; border: none; } .dialog_content .ncap-form-all .search-bar { padding: 4px; } .dialog_content .bot { text-align: center; padding: 12px 0 10px 0 !important; } .dialog_content .rule-goods-list { position: relative; z-index: 1; overflow: hidden; max-height: 200px; } .dialog_content .rule-goods-list ul { font-size: 0; } .dialog_content .rule-goods-list ul li { font-size: 12px; vertical-align: top; display: inline-block; width: 48%; padding: 1%; } .dialog_content .rule-goods-list ul li img { float: left; width: 32px; height: 32px; margin-right: 5px; } .dialog_content .rule-goods-list ul li a, .dialog_content .rule-goods-list ul li span { color: #555; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; display: block; float: left; width: 180px; height: 16px; overflow: hidden; } .dialog_content .rule-goods-list ul li span { color: #AAA; } .cou-rule { padding: 5px; border: dotted 1px #E7E7E7; margin-bottom: 10px; overflow: hidden; } .cou-rule span { color: #2cbca3; } /*整列表单*/ .ncap-form-all { padding: 10px 0; } .ncap-form-all .title { padding-bottom: 10px; border-bottom: solid 1px #C8C8C8; } .ncap-form-all .title h3 { font-size: 16px; line-height: 20px; color: #333; font-weight: normal; display: inline-block; min-width: 190px; vertical-align: middle; } .ncap-form-all .title .tab-base { vertical-align: middle; } .ncap-form-all dl.row { border-bottom: solid 1px #F5F5F5; } .ncap-form-all dt.tit { font-size: 14px; line-height: 20px; color: #555; background-color: #F5F5F5; height: 20px; padding: 10px; display: block; } .ncap-form-all dt.tit span, .ncap-form-all dd.opt label { font-size: 12px; vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/; *zoom:1/*IE7*/; } .fix-bot { background: #FFF; position: fixed; z-index: 9; width: 84%; padding: 10px 0 10px 16%; border-top: solid 1px #E7E7E7; bottom: 0; left: 0; } /*弹出口表单*/ .ncap-form-dialog { display: block; margin: 0 0 0 10px; position: relative; z-index: 99; overflow: hidden; max-height: 400px; } .ncap-form-dialog .ncap-form-default, .ncap-form-dialog .ncap-form-all { margin: 0 20px 0 0; } /*上传附件列表*/ .ncap-thumb-list { } .ncap-thumb-list h5 { font-weight: normal; color: #F93; line-height: 20px; display: block; height: 20px; padding: 8px 0; } .ncap-thumb-list ul { display: block; font-size: 0; } .ncap-thumb-list li { font-size: 12px; display: inline-block; margin: 0 10px 10px 0; padding: 2px; border: solid 1px #E6E6E6; position: relative; z-index: 1; zoom: 1; } .ncap-thumb-list li:hover { border-color: #A9A9A9; } .ncap-thumb-list li a.del { font-size: 12px; font-weight: lighter; line-height: 16px; text-decoration: none; color: #A8A8A8; background-color: #FFF; text-align: center; display: none; width: 16px; height: 16px; border: solid 1px #A8A8A8; border-radius: 50%; position: absolute; z-index: 2; top: -9px; right: -9px; } .ncap-thumb-list li a.del:hover { color: #FFF; text-decoration: none; border-color: #F30; background-color: #F30; } .ncap-thumb-list li:hover a.del { display: block; } .ncap-thumb-list li .thumb-list-pics { background-color: #FFF; width: 100px; height: 100px; } .ncap-thumb-list li .thumb-list-pics a { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 100px; height: 100px; overflow: hidden; } .ncap-thumb-list li .thumb-list-pics a img { max-width: 100px; max-height: 100px; margin-top:expression(100-this.height/2); } .ncap-thumb-list li a.inset { color: #555; line-height: 24px; background-color: #FFF; text-align: center; display: block; width: 100%; height: 24px; position: absolute; z-index: 1; left: 0; bottom: 0; opacity: 0.5; } .ncap-thumb-list li a.inset:hover { color: #333; text-decoration: none; } .ncap-thumb-list li:hover a.inset { opacity: 1; } .ncap-thumb-list li p { line-height: 16px; font-size: 11px; } .ncap-thumb-list li .checkitem { position: absolute; z-index: 2; top: 0; left: 0; } /*ajax添加内容*/ .ncap-ajax-add-tit { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 700px; } .ncap-ajax-add-tit span { font-size: 12px; vertical-align: top; display: inline-block; *display: inline/*IE7*/; zoom: 1; } .ncap-ajax-add-tit .w1 { width: 10%; } .ncap-ajax-add-tit .w2 { width: 30%; } .ncap-ajax-add { width: auto; } .ncap-form-dialog .ncap-ajax-add { width: 100% !important;/*弹出式ajax列表添加*/ } .ncap-ajax-add li { font-size: 0; *word-spacing:-1px/*IE6、7*/; display: inline-block; width: 98%; height: 30px; padding: 0 1% 5px 1%; margin-bottom: 5px; border-bottom: dotted 1px #E7E7E7; position: relative; z-index: 1; } .ncap-ajax-add li label { font-size: 12px; vertical-align: top; display: inline-block; *display: inline/*IE7*/; margin-right: 10px; zoom: 1; } .ncap-ajax-add li a.del { font-size: 12px; font-weight: lighter; line-height: 16px; text-decoration: none; color: #A8A8A8; background-color: #FFF; text-align: center; display: none; width: 16px; height: 16px; border: solid 1px #A8A8A8; border-radius: 50%; position: absolute; z-index: 2; top: -9px; right: -9px; } .ncap-ajax-add li a.del:hover { color: #FFF; text-decoration: none; border-color: #F30; background-color: #F30; } .ncap-ajax-add li:hover a.del { display: block; } /*商品属性页面特殊列表*/ .scrollbar-box { background-color: #FFF; max-height: 200px; margin: 8px 0; border: dashed 1px #E6E6E6; position: relative; z-index: 1; overflow: hidden; } .ncap-type-spec-list { padding: 9px; } .ncap-type-spec-list dl { padding: 0 0 10px 0; border-bottom: dotted 1px #D7D7D7; } .ncap-type-spec-list dt { font-size: 12px; font-weight: 600; display: block; } .ncap-type-spec-list dd { font-size: 0; *word-spacing:-1px/*IE6、7*/; display: block; } .ncap-type-spec-list label { font-size: 12px; vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 150px; margin-right: 10px; zoom: 1; } /*运单模板设计微调*/ .ncap-waybill-list { } .ncap-waybill-list li { width: 19%; padding: 0 1% 8px 0; } .ncap-waybill-list li i { cursor: pointer; } /*统计情报表*/ .ncap-stat-general { } .ncap-stat-general .row { border: none !important; } .ncap-stat-general ul { overflow: hidden; } .ncap-stat-general li { width: 25%; height: 60px; position: relative; z-index: 1; border-top: dashed 1px #E7E7E7; border-left: dashed 1px #E7E7E7; margin: -1px 0 0 -1px; } .ncap-stat-general li h4 { font-size: 14px; line-height: 20px; color: #555; position: absolute; z-index: 1; top: 10px; left: 3%; } .ncap-stat-general li h6 { font-size: 12px; line-height: 20px; color: #999; font-weight: normal; position: absolute; z-index: 1; bottom: 10px; left: 3%; } .ncap-stat-general li h2 { font-size: 20px; line-height: 40px; font-weight: normal; color: #2cbca3; position: absolute; z-index: 1; top: 10px; right: 5%; } /*统计情报表-单行*/ .ncap-stat-general-single { } .ncap-stat-general-single .row { border: none !important; } .ncap-stat-general-single .opt { background-color: #FBFBFB!important; border: none !important; } .ncap-stat-general-single ul { overflow: hidden; } .ncap-stat-general-single li { width: 16.5%; height: 20px; position: relative; z-index: 1; border-left: dashed 1px #D7D7D7; margin-left: -1px; } .ncap-stat-general-single li h4 { font-size: 14px; line-height: 20px; color: #555; position: absolute; z-index: 1; top: 0; left: 5%; } .ncap-stat-general-single li h6 { font-size: 12px; line-height: 20px; color: #999; font-weight: normal; position: absolute; z-index: 1; top: 0; right: 5%; } .ncap-stat-general-single li h2 { font-size: 20px; line-height: 20px; font-weight: normal; color: #2cbca3; position: absolute; z-index: 1; top: 0; right: 12%; } /*统计类型图标*/ .ncap-stat-chart { padding: 10px 0; } .ncap-stat-chart .title { font-size: 0; padding-bottom: 10px; border-bottom: solid 1px #E6E6E6; } .ncap-stat-chart .title h3 { font-size: 16px; line-height: 20px; color: #333; font-weight: normal; vertical-align: middle; display: inline-block; } .ncap-stat-chart .title h5 { vertical-align: middle; display: inline-block; margin-left: 20px; } .ncap-stat-chart .no-date { font-size: 14px; color: #999; text-align: center; width: 100%; height: 24px; padding: 100px 0; } .ncap-stat-chart .no-date i { font-size: 18px; color: #fc0; margin-right: 6px; } /*按钮*/ a.ncap-btn-mini { font: normal 12px/20px arial; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 0 10px; margin-right: 2px; border: solid 1px #DCDCDC; cursor: pointer; } a:hover.ncap-btn-mini { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF; } a.ncap-btn { font: normal 12px/20px "microsoft yahei"; text-decoration: none; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 2px 9px; border: solid 1px; border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC; border-radius: 3px; cursor: pointer; } a:hover.ncap-btn { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF; } a.ncap-btn-big { font: bold 14px/20px "microsoft yahei", arial; color: #777; background-color: #ECF0F1; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 7px 19px; border: solid 1px #BEC3C7; border-radius: 3px; cursor: pointer; } a:hover.ncap-btn-big { text-decoration: none; color: #FFF; background-color: #BEC3C7; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } a.ncap-btn-mini i, a.ncap-btn i, a.ncap-btn-big i { font-size: 14px; vertical-align: middle; margin-right: 4px; margin: 3px; } a.ncap-btn-blue, a.ncap-btn-acidblue, a.ncap-btn-green, a.ncap-btn-orange, a.ncap-btn-red, a.ncap-btn-black, a:hover.ncap-btn-blue, a:hover.ncap-btn-acidblue, a:hover.ncap-btn-green, a:hover.ncap-btn-orange, a:hover.ncap-btn-red, a:hover.ncap-btn-black, .nscs-table-handle a.btn-orange-current { color: #FFF; text-shadow: 0 -1px 0 rgba(0,0,0,0.10); } a.ncap-btn-blue { background-color: #3598DC; border-color: #2A80B9; } a.ncap-btn-acidblue, .nscs-table-handle a:hover.btn-acidblue { background-color: #49AFCD; border-color: #429DB8 #429DB8 #37839A #429DB8; } a.ncap-btn-green { background-color: #1BBC9D; border-color: #16A086; } a.ncap-btn-orange, .nscs-table-handle a:hover.btn-orange, .nscs-table-handle a.btn-orange-current { background-color: #FAA732; margin: 0; border-style: solid; border-width: 1px; border-color: #E1962D #E1962D #BB7D25 #E1962D !important; } a.ncap-btn-red, .nscs-table-handle a:hover.btn-red { background-color: #DA4F49; border-color: #C44742 #C44742 #A33B37 #C44742; } a.ncap-btn-black, .nscs-table-handle a:hover.btn-black { background-color: #363636; border-color: #313131 #313131 #282828 #313131; } a:hover.ncap-btn-blue { background-color: #2A80B9; } a:hover.ncap-btn-acidblue { background-color: #2F96B4; border-color: #2A87A2 #2A87A2 #237087 #2A87A2; } a:hover.ncap-btn-green { background-color: #16A086; } a:hover.ncap-btn-orange { background-color: #F89406; border-color: #DF8505 #DF8505 #BA6F04 #DF8505; } a:hover.ncap-btn-red { background-color: #BD362F; border-color: #AA312A #AA312A #8E2823 #AA312A; } a:hover.ncap-btn-black { background-color: #222222; border-color: #1F1F1F #1F1F1F #191919 #1F1F1F; } /*上传按钮*/ .ncap-upload-btn { vertical-align: top; display: inline-block; *display: inline/*IE7*/; margin-right: 10px; *zoom:1; position: relative; z-index: 1; } .ncap-upload-btn .input-file, .ncap-upload-btn .input-button { width: 84px; height: 26px; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; filter: alpha(opacity=0); cursor: pointer; } .ncap-upload-btn .input-button { z-index: 1; } /* 首页焦点区域编辑 */ .homepage-focus { margin-top: 30px; } .homepage-focus .title { display: block; border-bottom: 1px solid #E6E6E6; } .homepage-focus h3 { color: #333; font-size: 16px; font-weight: normal; line-height: 20px; display: inline-block; min-width: 190px; vertical-align: top; } .focus-trigeminy-group, .sale-layout dl { background-color: #FFF; display: inline-block; float: left; clear: both; padding: 0 9px 9px; margin: 1px 1px 16px 1px; border-style: dashed; border-width: 1px; border-color: #E6E6E6; position: relative; cursor: n-resize; } .full-screen-slides .title, .focus-trigeminy-group .title, .sale-layout .title { padding: 9px 0 3px 0; margin-bottom: 5px; } .full-screen-slides .title h4, .focus-trigeminy-group .title h4, .sale-layout .title h4 { display: inline-block; } .full-screen-slides .title .ncap-btn-mini, .focus-trigeminy-group .title .ncap-btn-mini, .sale-layout .title .ncap-btn-mini { background-color: #FFF; float: right; } .full-screen-slides .title .ncap-btn-mini, .focus-trigeminy-group .title .ncap-btn-mini { font: normal 12px/20px arial; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 0 10px; margin-right: 2px; border: solid 1px #DCDCDC; cursor: pointer; width: 41px; border-radius: 0px; position: initial; z-index: 1; top: 0px; right: 0px; } .full-screen-slides .title .del:hover, .focus-trigeminy-group .title .del:hover, .sale-layout .title .del:hover { color: #E84C3D; border-color: #E84C3D; } .full-screen-slides ul li:hover, .focus-trigeminy-group:hover, .sale-layout dl:hover { background-color: #F5F5F5; border-style: solid; border-color: #E6E6E6; } .full-screen-slides ul li.selected { background-color: #FFF; border-style: solid !important; border-width: 1px; border-color: #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .full-screen-slides ul li .focus-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 600px; height: 120px; margin: 0; overflow: hidden; cursor: pointer; } .full-screen-slides ul li img { max-width: 582px; max-height: 120px; margin-top:expression(120-this.height/2); *margin-top:expression(60-this.height/2)/*IE6,7*/; } .focus-trigeminy-group ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; overflow: hidden; } .focus-trigeminy-group ul li { background-color: #FFF; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 173px; height: 120px; padding: 4px; margin: 0 10px 0 0; border: dashed 1px #E6E6E6; cursor: e-resize; *zoom:1; } .focus-trigeminy-group ul li:hover { background-color: #FFF; border-style: solid; border-color: #E6E6E6; } .focus-trigeminy-group ul li.selected { border: solid 1px #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .focus-trigeminy-group ul li .focus-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 173px; height: 120px; overflow: hidden; cursor: pointer; } .focus-trigeminy-group ul li img { max-width: 173px; max-height: 120px; margin-top:expression(120-this.height/2); *margin-top:expression(60-this.height/2)/*IE6,7*/; } .color .colorPicker { vertical-align: middle; display: inline-block; float: none; } .color .evo-pointer { vertical-align: middle; display: inline-block; width: 24px; height: 24px; float: none; margin-left: 8px; border-radius: 4px; } .color .colorPicker, .color .evo-pointer { *display: inline/*IE6,7*/; } .sale-layout dl dd { overflow: hidden; } .sale-layout dl dd ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 705px; margin-left: -1px; overflow: hidden; } .sale-layout dl dd ul li { background-color: #FFF; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; *display: inline/*IE7*/; width: 100px; height: 100px; padding: 10px 20px; border-left: solid 1px #F0F0F0; *zoom: 1; } .sale-layout dl dd ul li .goods-thumb { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 100px; height: 100px; overflow: hidden; cursor: pointer; } .sale-layout dl dd ul li .goods-thumb img { max-width: 100px; max-height: 100px; margin-top:expression(100-this.height/2); *margin-top:expression(50-this.height/2)/*IE6,7*/; } /*提示保存成功*/ .web-save-succ { font-size: 14px; color: #060; background: #E8FFE8; padding: 4px 14px; border: solid 1px #339900; box-shadow: 2px 2px 0 rgba(153,153,153,0.5); } /* 首页模板编辑设定 */ .home-templates-board-style li { line-height: 24px; width: 30px; height: 30px; padding: 24px 10px 0 0; margin-right: 10px; float: left; position: relative; cursor: pointer; } .home-templates-board-style li.red { color: #C1392B; } .home-templates-board-style li.pink { color: #FF7373; } .home-templates-board-style li.orange { color: #E77E23; } .home-templates-board-style li.green { color: #27AE61; } .home-templates-board-style li.blue { color: #3598DC; } .home-templates-board-style li.purple { color: #9C59B8; } .home-templates-board-style li.brown { color: #8C4600; } .home-templates-board-style li.default { color: #79796A; } .home-templates-board-style li em { display: block; width: 24px; height: 24px; position: absolute; z-index: 1; top: 0; left: 0; border-radius: 4px; } .home-templates-board-style li.red em { background-color: #C1392B; } .home-templates-board-style li.pink em { background-color: #FF7373; } .home-templates-board-style li.orange em { background-color: #E77E23; } .home-templates-board-style li.green em { background-color: #27AE61; } .home-templates-board-style li.blue em { background-color: #3598DC; } .home-templates-board-style li.purple em { background-color: #9C59B8; } .home-templates-board-style li.brown em { background-color: #8C4600; } .home-templates-board-style li.default em { background-color: #79796A; } .home-templates-board-style li i { font-size: 14px; line-height: 24px; color: #FFF; display: none; position: absolute; z-index: 9; top: 0; left: 5px; } .home-templates-board-layout { font-size: 12px; background: url(../images/size.gif) no-repeat scroll center top; width: 964px; padding-top: 32px; overflow: hidden; } .home-templates-board-layout .left { width: 228px; float: left; margin-left: 2px; margin-bottom: 2px; } .style-red .left { background-color: #C1392B; } .style-pink .left { background-color: #FF7373; } .style-orange .left { background-color: #E77E23; } .style-green .left { background-color: #27AE61; } .style-blue .left { background-color: #3598DC; } .style-purple .left { background-color: #9C59B8; } .style-brown .left { background-color: #8C4600; } .style-default .left { color: #555; background-color: #FFF; } .home-templates-board-layout .middle { float: left; width: 488px; max-height: 656px; padding: 2px 14px 0 2px; overflow: hidden; position: relative; } .home-templates-board-layout .right { float: right; width: 228px; margin-right: 2px; } .home-templates-board-layout .bottom { clear: both; width: 830px; } .home-templates-board-layout dl { padding: 7px; overflow: hidden; } .home-templates-board-layout dl:hover { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000'); background: rgba(0,0,0,0.1); box-shadow: 0 0 0 2px rgba(0,0,0,0.25); } .home-templates-board-layout dl dt { clear: both; width: 100%; height: 24px; display: block; overflow: hidden; margin-bottom: 6px; } .home-templates-board-layout dl dt h4 { font-size: 14px; color: #555; font-weight: 600; padding-left: 2px; line-height: 24px; height: 24px; width: 100px; float: left; margin: 0; } .home-templates-board-layout .left h4 { color: #FFF; } .style-default.home-templates-board-layout .left h4 { color: #555!important; } .home-templates-board-layout dl dt a { color: #555; line-height: 20px; text-align: center; height: 20px; border: solid 1px #E7E7E7; background: #F7F7F7; float: right; padding: 0 6px; margin: 1px 0 1px 6px; } .home-templates-board-layout dl dt a i { font-size: 14px; margin-right: 4px; } .home-templates-board-layout dl:hover dt a { background: #FFF; border-color: #AAA; } .home-templates-board-layout .left dl dt a { color: #FFF; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33000000', endColorstr='#33000000'); background: rgba(0,0,0,0.2); border: solid 1px rgba(0,0,0,0.1); } .home-templates-board-layout .left dl:hover dt a { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#66000000', endColorstr='#66000000'); background: rgba(0,0,0,0.4); border: solid 1px rgba(0,0,0,0.3); } .home-templates-board-layout dl dd { background-color: #FFF; border: dashed #E7E7E7 1px; overflow: hidden; } .home-templates-board-layout .left dd { background-color: transparent; } .home-templates-board-layout dl:hover dd { border-color: #AAA; } .home-templates-board-layout dd .picture { background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; } .home-templates-board-layout dd.tit-pic .picture { background: #FFF; width: 212px; height: 40px; } .home-templates-board-layout dd.tit-pic .picture img { max-width: 212px; max-height: 40px; } .home-templates-board-layout dd.tit-txt { background: #FFF; width: 212px; height: 40px; } .home-templates-board-layout dd.tit-txt .txt-type { font-size: 0; *word-spacing:-1px/*IE6、7*/; height: 28px; padding: 4px 0 8px 4px; } .home-templates-board-layout dd.tit-txt span { font: 18px/28px Tahoma; background: none; text-align: center; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; width: 28px; height: 28px; margin: 0 8px 0 2px; border: 2px solid; border-radius: 18px; } .style-red .tit-txt span { color: #C1392B; border-color: #C1392B; } .style-pink .tit-txt span { color: #FF7373; border-color: #FF7373; } .style-orange .tit-txt span { color: #E77E23; border-color: #E77E23; } .style-green .tit-txt span { color: #27AE61; border-color: #27AE61; } .style-blue .tit-txt span { color: #3598DC; border-color: #3598DC; } .style-purple .tit-txt span { color: #9C59B8; border-color: #9C59B8; } .style-brown .tit-txt span { color: #8C4600; border-color: #8C4600; } .style-default .tit-txt span { color: #79796A; border-color: #79796A; } .home-templates-board-layout dd.tit-txt h2 { font: lighter 22px/32px "microsoft yahei"; color: #555; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; margin: 0; } .home-templates-board-layout dd.tit-txt span, .home-templates-board-layout dd.tit-txt h2 { *display: inline/*IE6,7*/; } .home-templates-board-layout dd.act-pic .picture { background-color: transparent; width: 212px; height: 280px; } .home-templates-board-layout dd.act-pic .picture img { max-width: 212px; max-height: 280px; } .home-templates-board-layout dd.category-list { height: 200px; } .home-templates-board-layout dd.category-list ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; margin: -1px 0; } .home-templates-board-layout dd.category-list li { letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; width: 106px; padding: 4px 0; border-top: solid 1px rgba(255,255,255,0.15); border-bottom: solid 1px rgba(0,0,0,0.14); } .home-templates-board-layout dd.category-list li { *display: inline/*IE6,7*/; } .home-templates-board-layout dd.category-list li:hover { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3F000000', endColorstr='#3F000000'); background: rgba(0,0,0,0.15); } .home-templates-board-layout dd.category-list li a { font-size: 12px; line-height: 16px; color: #FFF; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: block; height: 16px; padding: 0; margin: 4px 0; border-right: solid 1px rgba(255,255,255,0.25); overflow: hidden; } .style-default.home-templates-board-layout dd.category-list li a { color: #777; } .home-templates-board-layout dd.category-list li:nth-child(even) a { border: none; } .home-templates-board-layout dd.top-list { height: 350px; } .home-templates-board-layout dd.top-list li { clear: both; padding-bottom: 5px; border-bottom: dotted 1px #E7E7E7; margin-bottom: 5px; overflow: hidden; } .home-templates-board-layout dd.top-list .goods-pic { line-height: 24px; width: 60px; height: 60px; float: left; background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; } .home-templates-board-layout dd.top-list .goods-name { line-height: 16px; margin: 2px 0 6px; width: 140px; padding-left: 10px; height: 32px; overflow: hidden; } .home-templates-board-layout dd.top-list .goods-price { line-height: 20px; background: url("../images/rmb.gif") no-repeat scroll left center transparent; display: inline-block; width: 60px; padding-left: 10px; margin-left: 10px; } .home-templates-board-layout dd.top-list .goods-price em { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #C00; font-weight: 600; } .home-templates-board-layout .goods-list { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 480px!important; height: 240px; margin: -1px; } .home-templates-board-layout .goods-list li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 119px; height: 119px; border: solid #EEE; border-width: 0 1px 1px 0; } .home-templates-board-layout .goods-list li { *display: inline/*IE6,7*/; } .home-templates-board-layout .goods-list span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 119px; height: 119px; overflow: hidden; } .home-templates-board-layout .goods-list span i { font-size: 42px; color: #CCC; } .home-templates-board-layout .goods-list span img { max-width: 119px; max-height: 119px; margin-top:expression(119-this.height/2); *margin-top:expression(60-this.height/2); } .home-templates-board-layout .middle-banner { width: 476px; height: 306px; margin: 1px; position: relative; z-index: 1; } .home-templates-board-layout .middle-banner a { color: #555; background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; text-align: center; position: absolute; z-index: 1; } .home-templates-board-layout .middle-banner a.left-a, .home-templates-board-layout .middle-banner a.left-b, .home-templates-board-layout .middle-banner a.right-a, .home-templates-board-layout .middle-banner a.right-b { width: 119px; height: 119px; } .home-templates-board-layout .middle-banner a.middle-a { width: 238px; height: 238px; } .home-templates-board-layout .middle-banner a.bottom-a, .home-templates-board-layout .middle-banner a.bottom-b, .home-templates-board-layout .middle-banner a.bottom-c, .home-templates-board-layout .middle-banner a.bottom-d { width: 119px; height: 68px; } .home-templates-board-layout .middle-banner a.left-a img, .home-templates-board-layout .middle-banner a.left-b img, .home-templates-board-layout .middle-banner a.right-a img, .home-templates-board-layout .middle-banner a.right-b img { max-width: 119px; max-height: 119px; } .home-templates-board-layout .middle-banner a.middle-a img { max-width: 238px; max-height: 238px; } .home-templates-board-layout .middle-banner a.bottom-a img, .home-templates-board-layout .middle-banner a.bottom-b img, .home-templates-board-layout .middle-banner a.bottom-c img, .home-templates-board-layout .middle-banner a.bottom-d img { max-width: 119px; max-height: 68px; } .home-templates-board-layout .middle-banner a.left-a { top: 0; left: 0; } .home-templates-board-layout .middle-banner a.left-b { top: 119px; left: 0; } .home-templates-board-layout .middle-banner a.right-a { top: 0; right: 0; } .home-templates-board-layout .middle-banner a.right-b { top: 119px; right: 0; } .home-templates-board-layout .middle-banner a.middle-a { top: 0; left: 119px; } .home-templates-board-layout .middle-banner a.bottom-a { bottom: 0; left: 0; } .home-templates-board-layout .middle-banner a.bottom-b { bottom: 0; left: 119px; } .home-templates-board-layout .middle-banner a.bottom-c { bottom: 0; right: 119px; } .home-templates-board-layout .middle-banner a.bottom-d { bottom: 0; right: 0; } #add_recommend_pic .middle-banner { background-color: #CCC; width: 320px; height: 206px; position: relative; z-index: 1; } #add_recommend_pic .middle-banner a { font-family: tahoma; font-size: 10px; color: #333; background-color: #FFF; text-align: center; vertical-align: middle; position: absolute; z-index: 1; opacity: 0.8; } #add_recommend_pic .middle-banner a:hover { opacity: 0.5; } #add_recommend_pic .middle-banner a.left-a, #add_recommend_pic .middle-banner a.left-b, #add_recommend_pic .middle-banner a.right-a, #add_recommend_pic .middle-banner a.right-b { line-height: 80px; width: 80px; height: 80px; } #add_recommend_pic .middle-banner a.middle-a { line-height: 160px; width: 160px; height: 160px; } #add_recommend_pic .middle-banner a.bottom-a, #add_recommend_pic .middle-banner a.bottom-b, #add_recommend_pic .middle-banner a.bottom-c, #add_recommend_pic .middle-banner a.bottom-d { line-height: 46px; width: 80px; height: 46px; } #add_recommend_pic .middle-banner a.left-a img, #add_recommend_pic .middle-banner a.left-b img, #add_recommend_pic .middle-banner a.right-a img, #add_recommend_pic .middle-banner a.right-b img { max-width: 80px; max-height: 80px; } #add_recommend_pic .middle-banner a.middle-a img { max-width: 160px; max-height: 160px; } #add_recommend_pic .middle-banner a.bottom-a img, #add_recommend_pic .middle-banner a.bottom-b img, #add_recommend_pic .middle-banner a.bottom-c img, #add_recommend_pic .middle-banner a.bottom-d img { max-width: 80px; max-height: 46px; } #add_recommend_pic .middle-banner a.left-a { top: 0; left: 0; } #add_recommend_pic .middle-banner a.left-b { top: 80px; left: 0; } #add_recommend_pic .middle-banner a.right-a { top: 0; right: 0; } #add_recommend_pic .middle-banner a.right-b { top: 80px; right: 0; } #add_recommend_pic .middle-banner a.middle-a { top: 0; left: 80px; } #add_recommend_pic .middle-banner a.bottom-a { bottom: 0; left: 0; } #add_recommend_pic .middle-banner a.bottom-b { bottom: 0; left: 80px; } #add_recommend_pic .middle-banner a.bottom-c { bottom: 0; right: 80px; } #add_recommend_pic .middle-banner a.bottom-d { bottom: 0; right: 0; } .home-templates-board-layout .add-tab { color: #999; height: 24px; margin: 8px 0 0 8px; } .home-templates-board-layout .add-tab a { color: #555; line-height: 16px; background-color: #F7F7F7; display: inline-block; *display: inline/*IE7*/; height: 16px; padding: 3px 10px; margin-right: 6px; border: solid 1px #E7E7E7; *zoom:1; } .home-templates-board-layout .add-tab a:hover { color: #333; border-color: #AAA; } .home-templates-board-layout .add-tab a i { font-size: 14px; margin-right: 6px; } .home-templates-board-layout.sticky .add-tab { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2FFFFFF', endColorstr='#F2FFFFFF'); background: rgba(255,255,255,0.95); width: 100%; height: 24px; padding: 6px 0; margin: 0; border-bottom: solid #E7E7E7 1px; position: fixed; z-index: 9; top: 62px; left: 0; box-shadow: 0 2px 2px rgba(0,0,0,0.05) } .home-templates-board-layout.sticky .add-tab a { margin-left: 260px; } .home-templates-board-layout ul.brands { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 214px; height: 258px; margin: 0 0 -1px -1px; } .home-templates-board-layout ul.brands li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; padding: 5px; border: solid #FAFAFA; border-width: 0 0 1px 1px; zoom: 1; } .home-templates-board-layout ul.brands li span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 96px; height: 32px; overflow: hidden; } .home-templates-board-layout ul.brands li span i { font-size: 28px; color: #CCC; } .home-templates-board-layout ul.brands li img { max-width: 96px; max-height: 32px; margin-top:expression(32-this.height/2); *margin-top:expression(16-this.height/2); } .home-templates-board-layout dd.adv-pic .picture { width: 212px; height: 241px; } .channel-templates-board-layout { font-size: 12px; background: url(../images/size_channel.gif) no-repeat scroll center top; width: 964px; padding-top: 32px; overflow: hidden; } .channel-templates-board-layout .left { color: #555; background-color: #FFF; width: 182px; float: left; margin-left: 2px; margin-bottom: 2px; } .channel-templates-board-layout .middle { float: left; width: 540px; max-height: 656px; padding: 2px 14px; overflow: hidden; position: relative; } .channel-templates-board-layout .right { float: right; width: 198px; margin-right: 2px; } .channel-templates-board-layout dl { padding: 7px; overflow: hidden; } .channel-templates-board-layout dl:hover { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000'); background: rgba(0,0,0,0.1); box-shadow: 0 0 0 2px rgba(0,0,0,0.25); } .channel-templates-board-layout dl dt { clear: both; width: 100%; height: 24px; display: block; overflow: hidden; margin-bottom: 6px; } .channel-templates-board-layout dl dt h4 { font-size: 14px; color: #555; font-weight: 600; padding-left: 2px; line-height: 24px; height: 24px; width: 100px; float: left; margin: 0; } .channel-templates-board-layout dl dt a { color: #555; line-height: 20px; text-align: center; height: 20px; border: solid 1px #E7E7E7; background: #F7F7F7; float: right; padding: 0 6px; margin: 1px 0 1px 6px; } .channel-templates-board-layout dl dt a i { font-size: 14px; margin-right: 4px; } .channel-templates-board-layout dl:hover dt a { background: #FFF; border-color: #AAA; } .channel-templates-board-layout dl dd { background-color: #FFF; border: dashed #E7E7E7 1px; overflow: hidden; } .channel-templates-board-layout dl:hover dd { border-color: #AAA; } .channel-templates-board-layout dd.tit-txt { background: #FFF; width: 166px; height: 40px; } .channel-templates-board-layout dd.tit-txt .txt-type { font-size: 0; *word-spacing:-1px/*IE6、7*/; height: 28px; padding: 4px 0 8px 4px; } .channel-templates-board-layout dd.tit-txt span { color: #79796A; border-color: #79796A; font: 18px/28px Tahoma; background: none; text-align: center; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; width: 28px; height: 28px; margin: 0 8px 0 2px; border: 2px solid; border-radius: 18px; } .channel-templates-board-layout dd.tit-txt h2 { font: lighter 22px/32px "microsoft yahei"; color: #555; letter-spacing: normal; word-spacing: normal; vertical-align: top; display: inline-block; margin: 0; } .channel-templates-board-layout dd.tit-txt span, .channel-templates-board-layout dd.tit-txt h2 { *display: inline/*IE6,7*/; } .channel-templates-board-layout dd.act-pic .picture { background-color: transparent; width: 166px; height: 294px; } .channel-templates-board-layout dd.act-pic .picture img { max-width: 166px; max-height: 294px; } .channel-templates-board-layout dd.top-list { height: 350px; } .channel-templates-board-layout dd.top-list li { clear: both; padding-bottom: 5px; border-bottom: dotted 1px #E7E7E7; margin-bottom: 5px; overflow: hidden; } .channel-templates-board-layout dd.top-list .goods-pic { line-height: 24px; width: 60px; height: 60px; float: left; background: #F7F7F7 url(../images/picture.gif) no-repeat scroll center center; } .channel-templates-board-layout dd.top-list .goods-name { line-height: 16px; margin: 2px 0 6px; width: 140px; padding-left: 10px; height: 32px; overflow: hidden; } .channel-templates-board-layout dd.top-list .goods-price { line-height: 20px; background: url("../images/rmb.gif") no-repeat scroll left center transparent; display: inline-block; width: 60px; padding-left: 10px; margin-left: 10px; } .channel-templates-board-layout dd.top-list .goods-price em { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #C00; font-weight: 600; } .channel-templates-board-layout .goods-list { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 480px!important; height: 240px; margin: -1px; } .channel-templates-board-layout .goods-list li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 119px; height: 119px; border: solid #EEE; border-width: 0 1px 1px 0; } .channel-templates-board-layout .goods-list li { *display: inline/*IE6,7*/; } .channel-templates-board-layout .goods-list span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 119px; height: 119px; overflow: hidden; } .channel-templates-board-layout .goods-list span i { font-size: 42px; color: #CCC; } .channel-templates-board-layout .goods-list span img { max-width: 119px; max-height: 119px; margin-top:expression(119-this.height/2); *margin-top:expression(60-this.height/2); } .channel-templates-board-layout .middle-banner { width: 476px; height: 306px; margin: 1px; position: relative; z-index: 1; } .channel-templates-board-layout .add-tab { color: #999; height: 24px; margin: 8px 0 0 8px; } .channel-templates-board-layout .add-tab a { color: #555; line-height: 16px; background-color: #F7F7F7; display: inline-block; *display: inline/*IE7*/; height: 16px; padding: 3px 10px; margin-right: 6px; border: solid 1px #E7E7E7; *zoom:1; } .channel-templates-board-layout .add-tab a:hover { color: #333; border-color: #AAA; } .channel-templates-board-layout .add-tab a i { font-size: 14px; margin-right: 6px; } .channel-templates-board-layout.sticky .add-tab { filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2FFFFFF', endColorstr='#F2FFFFFF'); background: rgba(255,255,255,0.95); width: 100%; height: 24px; padding: 6px 0; margin: 0; border-bottom: solid #E7E7E7 1px; position: fixed; z-index: 9; top: 62px; left: 0; box-shadow: 0 2px 2px rgba(0,0,0,0.05) } .channel-templates-board-layout.sticky .add-tab a { margin-left: 260px; } .channel-templates-board-layout ul.brands { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 214px; height: 258px; margin: 0 0 -1px -1px; } .channel-templates-board-layout ul.brands li { vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; padding: 5px; border: solid #FAFAFA; border-width: 0 0 1px 1px; zoom: 1; } .channel-templates-board-layout ul.brands li span { line-height: 0; background-color: #FFF; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 96px; height: 32px; overflow: hidden; } .channel-templates-board-layout ul.brands li span i { font-size: 28px; color: #CCC; } .channel-templates-board-layout ul.brands li img { max-width: 96px; max-height: 32px; margin-top:expression(32-this.height/2); *margin-top:expression(16-this.height/2); } .channel-templates-board-layout dd.adv-pic .picture { width: 182px; height: 109px; } .dialog-handle { border: dotted #CBE9F3; border-width: 1px 0 0 0; } .dialog-handle p { font-size: 12px; padding: 6px; overflow: hidden; } .dialog-handle p span.handle { width: 45%; float: left; } .dialog-handle p span.note { width: 45%; float: left; color: #999; } .category-list-edit { margin: 10px auto; max-height: 240px; clear: both; border: 1px solid #CBE9F3; background-color: #FFF; padding: 10px; overflow: auto; } /*弹出窗口小提示*/ .s-tips { color: #748A8F; background-color: #EDFBF8; width: 96%; padding: 5px; margin: 0 auto; border: dotted 1px #2cbca3; } .s-tips i { font-size: 14px; color: #2CbCA3; margin-right: 6px; } .category-list-edit ul { border-bottom: dotted #CBE9F3 1px; margin-bottom: 6px; } .category-list-edit dl dt, .category-list-edit dl dd, .category-list-edit li { line-height: 20px; background-color: #FFF; display: inline-block; margin: 0 0 6px 2px; padding: 0 12px 0 6px; border: solid 2px #FFF; position: relative; z-index: 1; cursor: pointer; } .category-list-edit dl dt i, .category-list-edit dl dd i, .category-list-edit li i { line-height: 9px; background: #F30 url(../images/combine_img.png) no-repeat scroll -590px -369px; text-indent: 999px; display: none; width: 9px; height: 9px; position: absolute; z-index: 1; top: -1px; right: -1px; overflow: hidden; } .category-list-edit dl dt:hover, .category-list-edit dl dd:hover, .category-list-edit li:hover { background-color: #FFC; border-color: #F30; box-shadow: 2px 2px 0 rgba(204,204,204,0.5); } .category-list-edit dl dt:hover i, .category-list-edit dl dd:hover i, .category-list-edit li:hover i { display: block; } .category-list-edit dl dt { font-weight: 600; } .show-recommend-goods-list { clear: both; } .handle-select ul.goods-list { clear: both; overflow: hidden; border-top: dotted 1px #CBE9F3; border-bottom: solid 1px #CBE9F3; padding-bottom: 6px; margin: 0 0 6px 0; } .dialog-show-box { background: #F6FCFE; border: dotted 1px #CBE9F3; margin-bottom: 8px; padding-bottom: 4px; } .dialog-select-bar { margin: 4px 8px; } .dialog-select-bar select { visibility: inherit !important; } .no-record { color: #0D93BF; font-weight: 600; text-align: center; line-height: 64px; min-height: 64px; } h4.dialog-handle-title { font-size: 12px !important; font-weight: 700; line-height: 26px; color: #555; display: block; height: 26px; padding: 6px 0; margin: 0 !important; } .dialog-handle-box { border-bottom: dotted 1px #CBE9F3; padding-bottom: 8px; } .dialog-handle-box .left { width: 45%; float: left; } .dialog-handle-box .right { width: 45%; float: left; color: #999; } .dialog-goodslist-s1, .dialog-goodslist-s3 { padding: 0 0 8px 0; border-bottom: dotted 1px #CBE9F3; } .dialog-goodslist-s1 .goods-pic, .dialog-goodslist-s2 .goods-pic, .dialog-goodslist-s3 .goods-pic, .dialog-brandslist-s1 .brands-pic, .dialog-brandslist-s2 .brands-pic, .dialog-adv-s1 .adv-pic { background: rgba(255,255,255,0.8); margin: 1px; border-width: 1px; position: relative; overflow: hidden; z-index: 1; zoom: 1; cursor: pointer; } .dialog-goodslist-s1 .goods-pic:hover, .dialog-goodslist-s2 .goods-pic:hover, .dialog-goodslist-s3 .goods-pic:hover, .dialog-brandslist-s1 .brands-pic:hover, .dialog-brandslist-s2 .brands-pic:hover, .dialog-adv-s1 .adv-pic:hover { border-style: solid; border-width: 2px; margin: 0; } .dialog-goodslist-s1 .goods-pic:hover, .dialog-goodslist-s3 .goods-pic:hover, .dialog-brandslist-s1 .brands-pic:hover, .dialog-adv-s1 .adv-pic:hover { box-shadow: 2px 2px 0 rgba(153,153,153,0.25); } .dialog-goodslist-s1 .ac-ico, .dialog-goodslist-s2 .ac-ico, .dialog-goodslist-s3 .ac-ico, .dialog-brandslist-s1 .ac-ico, .dialog-brandslist-s2 .ac-ico, .dialog-adv-s1 li .ac-ico { line-height: 9px; background-image: url(../images/combine_img.png); background-repeat: no-repeat; display: none; width: 9px; height: 9px; position: absolute; z-index: 1; top: -1px; right: -1px; } .goods-pic:hover .ac-ico, .brands-pic:hover .ac-ico, .adv-pic:hover .ac-ico { display: block; } .dialog-goodslist-s1 .goods-name, .dialog-goodslist-s2 .goods-name, .dialog-goodslist-s3 .goods-name { line-height: 16px; height: 32px; width: 72px; padding-top: 4px; overflow: hidden; } .dialog-goodslist-s1 .goods-name, .dialog-goodslist-s3 .goods-name, .dialog-brandslist-s1 .brands-name { background: rgba(255,255,255,0.8); } .dialog-goodslist-s1 .goods-name a, .dialog-goodslist-s3 .goods-name a { color: #777; } .dialog-goodslist-s1 .goods-name a:hover, .dialog-goodslist-s3 .goods-name a:hover { color: #F30; } .dialog-goodslist-s1 li { display: inline-block; width: 76px; height: 112px; margin: 0 0 0 18px; } .dialog-goodslist-s1 li { *display: inline/* IE7 */; } .dialog-goodslist-s1 .goods-pic { width: 72px; height: 72px; border-style: dashed; border-color: #E7E7E7; } .dialog-goodslist-s1 .goods-pic:hover { border-color: #F30; } .dialog-goodslist-s1 .ac-ico { background-color: #F30; background-position: -590px -369px; } .dialog-goodslist-s1 .goods-name { width: 72px; } .dialog-goodslist-s2 { clear: both; overflow: hidden; } .dialog-goodslist-s2 li { display: inline-block; width: 76px; height: 112px; margin: 10px 0 10px 18px; } .dialog-goodslist-s2 li { *display: inline/* IE7 */; } .dialog-goodslist-s2 .goods-pic { width: 72px; height: 72px; border-style: solid; border-color: #CBE9F3; } .dialog-goodslist-s2 .goods-pic:hover { border-color: #19AEDE; } .dialog-goodslist-s2 .ac-ico { background-color: #19AEDE; background-position: -590px -360px; } .dialog-goodslist-s2 .goods-name { width: 72px; } .dialog-goodslist-s3 li { display: inline-block; width: 70px; height: 100px; margin: 0 6px; } .dialog-goodslist-s3 li { *display: inline/* IE7 */; } .dialog-goodslist-s3 .goods-pic { width: 64px; height: 64px; border-style: dashed; border-color: #E7E7E7; } .dialog-goodslist-s3 .goods-pic:hover { border-color: #F30; } .dialog-goodslist-s3 .ac-ico { background-color: #F30; background-position: -590px -369px; } .dialog-goodslist-s3 .goods-name { width: 64px; } .dialog-brandslist-s1 { padding: 0 0 8px 0; border-bottom: dotted 1px #CBE9F3; } .dialog-brandslist-s1 li { display: inline-block; *display: inline/* IE7*/; width: 92px; zoom: 1; margin-right: 3px; } .dialog-brandslist-s1 .brands-pic { width: 88px; height: 29px; border-style: dashed; border-color: #E7E7E7; } .dialog-brandslist-s1 .ac-ico { background-color: #F30; background-position: -590px -369px; } .dialog-brandslist-s1 .brands-pic:hover { border-color: #F30; } .dialog-brandslist-s1 .brands-name { line-height: 18px; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: block; width: 88px; height: 18px; overflow: hidden; margin: 0 auto; } .dialog-brandslist-s2 { } .dialog-brandslist-s2 li { display: inline-block; width: 92px; margin: 8px 0 8px 4px; } .dialog-brandslist-s2 li { *display: inline/* IE7*/; } .dialog-brandslist-s2 .brands-pic { width: 88px; height: 29px; border-style: solid; border-color: #CBE9F3; } .dialog-brandslist-s2 .ac-ico { background-color: #19AEDE; background-position: -590px -360px; } .dialog-brandslist-s2 .brands-pic:hover { border-color: #19AEDE; } .dialog-brandslist-s2 .brands-name { line-height: 18px; color: #0D93BF; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: block; width: 92px; height: 18px; overflow: hidden; } .dialog-adv-s1 { font-size: 0; *word-spacing:-1px/*IE6、7*/; padding: 10px 0; } .dialog-adv-s1 li { background-color: #FFF; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; width: 110px; height: 116px; margin-right: 12px; } .dialog-adv-s1 li { *display: inline/*IE6,7*/; } .dialog-adv-s1 li.selected .adv-pic { border-color: #19AEDE; } .dialog-adv-s1 li .adv-pic { width: 106px; height: 112px; margin: 0; border: solid #F7F7F7 2px; } .dialog-adv-s1 li .adv-pic:hover { border-color: #F30; } .dialog-adv-s1 li .adv-pic img { max-width: 106px; max-height: 112px; z-index: -1; } .dialog-adv-s1 li .adv-pic .ac-ico { background-color: #F30; background-position: -590px -369px; } /*频道设计-分类添加*/ .ncap-channel-category { } .ncap-channel-category dl, .ncap-channel-category ul { font-size: 0; display: block; } .ncap-channel-category dt, .ncap-channel-category dd, .ncap-channel-category li { font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *zoom: 1; } .ncap-channel-category dl { margin-bottom: 6px; float: left; clear: both; } .ncap-channel-category dt { background-color: #FFF; width: 200px; height: 54px; border: solid 1px #F5F5F5; border-right: none 0; position: relative; z-index: 2; } .ncap-channel-category dt span.pic { width: 36px; height: 36px; padding: 1px; border: dotted 1px #E6E6E6; position: absolute; z-index: 1; top: 7px; left: 8px; } .ncap-channel-category dt span.pic img { max-width: 36px; max-height: 36px; } .ncap-channel-category dt h4 { line-height: 20px; height: 20px; position: absolute; z-index: 1; top: 3px; left: 56px; font-size: 12px; margin-bottom: 0px; margin-top: 0px; color:#000; } .ncap-channel-category dt a.upload-pic { position: absolute; z-index: 1; top: 27px; left: 56px; } .ncap-channel-category dt a.del { position: absolute; z-index: 1; top: 27px; left: 100px; } .ncap-channel-category dd { background-color: #FFF; width: 360px; min-height: 54px; margin-left: -1px; border: solid 1px #F5F5F5; position: relative; z-index: 1; } .ncap-channel-category dd ul { padding: 0 10px; } .ncap-channel-category dd ul li { background-color: #FFF; padding: 0 10px; border: solid 1px #FFF; margin: 2px 0; position: relative; z-index: 1; } .ncap-channel-category dd ul li i { line-height: 9px; background: #F30 url(../images/combine_img.png) no-repeat scroll -590px -369px; display: none; width: 9px; height: 9px; position: absolute; z-index: 1; top: -1px; right: -1px; cursor: pointer; } .ncap-channel-category dd ul li:hover { background-color: #FFC; border-color: #F30; } .ncap-channel-category dd ul li:hover i { display: block; } .ncap-channel-category dl:hover dt, .ncap-channel-category dl:hover dd { border-color: #2CBCA3; } /*频道编辑楼层模块*/ .ncap-channel-floor ul { } .ncap-channel-floor ul li { background: url(../images/channel_bg.gif) no-repeat 0 0; display: block; width: 320px; height: 123px; clear: both; border: dotted 1px #E6E6E6; margin-bottom: 6px; position: relative; z-index: 1; } .ncap-channel-floor ul li:hover { border: 1px solid; border-color: #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .ncap-channel-floor ul li.ui-sortable-helper { opacity: 0.75; } .ncap-channel-floor ul li .layout-name { line-height: 20px; padding: 4px 0 0 4px; } .ncap-channel-floor ul li a { margin: 0; position: absolute; z-index: 1; top: 3px; right: 3px; } .ncap-channel-floor-list .c-search { padding-bottom: 10px; border-bottom: solid 1px #F5F5F5; margin-bottom: 10px; } .ncap-channel-floor-list .block { width: 330px; } .ncap-channel-floor-list ul li { padding: 3px; border: dotted 1px #E6E6E6; margin-bottom: 6px; } .ncap-channel-floor-list ul li:hover { border: 1px solid; border-color: #2CBCA3; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); } .ncap-channel-floor-list ul li a { float: right; } .ncap-channel-floor-list ul li .ok { color: #2cbca3; float: right; margin-right: 5px; display: none; } .ncap-channel-floor-list ul li.selected { color: #AAA; background-color: #F5F5F5; opacity: 0.75; } .ncap-channel-floor-list ul li.selected a { display: none; } .ncap-channel-floor-list ul li.selected .ok { display: block; } .ncap-channel-floor-list ul li.selected:hover { border: dotted 1px #E6E6E6; box-shadow: none; } .homepage-focus .tab-base { font-size: 0!important; float: none; padding-top: 1px; vertical-align: bottom; display: inline-block; } .homepage-focus .tab-base li { height: 35px; float: none; margin-right: 2px; font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block!important; } .homepage-focus .tab-base a.current, .homepage-focus .tab-base a:hover.current { font-size: 14px !important; font-weight: 600 !important; background-color: #FFF !important; border-bottom-color: #FFF !important; cursor: default !important; } .homepage-focus .tab-base a { line-height: 20px !important; color: #777 !important; background-color: #E6E6E6 !important; display: block; padding: 7px 20px !important; border: solid 1px #E6E6E6 !important; border-radius: 5px 5px 0 0 !important; cursor: pointer; background: white; } .homepage-focus .tab-base a:hover { color: #333 !important; } .homepage-focus .tab-base a:hover.current span { color: #333 !important; } .homepage-focus .tab-base a span { color: #777 !important; background: none; float: none; } .input-file-show-shop { background-color: #FFF; vertical-align: top; display: inline-block; padding-left: 26px; border: solid 1px #D7D7D7; border-radius: 4px; position: relative; z-index: 1; } .input-file-show-shop:hover { border-color: #2CBCA3; -moz-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); -webkit-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); } .input-file-show-shop span.show { width: 22px; height: 22px; text-align: center; padding: 2px; position: absolute; z-index: 2; top: 0; left: 0; } .input-file-show-shop span.show a { color: #AAA; display: block; width: 22px; height: 22px; } .input-file-show-shop:hover span.show a, .input-file-show-shop span.show a:hover { color: #2CBCA3; text-decoration: none; } .input-file-show-shop span.show i { font-size: 14px; line-height: 22px; display: block; } .input-file-show-shop span.show img { max-width: 22px; max-height: 22px; } .type-file-box-shop { display: block; width: 262px; height: 26px; position: relative; z-index: 1; } .type-file-text-shop { line-height: 26px !important; display: block; width: 163px; height: 26px !important; float: left !important; padding: 0 !important; margin: 0 !important; border: none 0 !important; border-radius: 0 !important; } .type-file-button-shop, .type-file-button-shop:focus { background-color: #E6E6E6; display: block; width: 99px; height: 26px; float: left !important; border: 0; border-radius: 0 3px 3px 0; } .input-file-show-shop:hover .type-file-button-shop { color: #FFF; background-color: #2CBCA3; } .type-file-file-shop { width: 262px; height: 26px; position: absolute; top: 0; right: 0; filter:alpha(opacity:0); opacity: 0; cursor: pointer; } .type-file-preview-shop { background: #FFF; display: none; padding: 5px; border: solid 5px #71CBEF; position: absolute; z-index: 999; } .image_display .type-file-show-shop { width: 16px; height: 16px; padding: 2px; border: solid 1px #D8D8D8; cursor: auto; } .type-file-button, .type-file-button:focus { background-color: #E6E6E6; display: block; width: 99px; height: 26px; float: left !important; border: 0; border-radius: 0 3px 3px 0; } .type-file-box-shop input[type="text"] { line-height: 20px; white-space: nowrap; display: inline-block; height: 20px; overflow: hidden; cursor: text; color: #333333; background-color: #FFF; border: solid 1px #D7D7D7; } /*图片点击查看大图nyroModal*/ .nyroModalBg { position: fixed; overflow: hidden; z-index: 997; top: 0; left: 0; height: 100%; width: 100%; background: #000; opacity: 0.7; } .nmReposition { position: absolute; z-index: 999; } .nyroModalCloseButton { top: -9px; right: -9px; width: 18px; height: 18px; text-indent: -9999em; background: url(../images/close.png); } .nyroModalTitle { top: -26px; left: 0; margin: 0; font-size: 1.1em; line-height: 24px; color: #EEE; text-shadow: 1px 1px 1px rgba(0,0,0,0.90); } .nyroModalCont { background-color: #FFF; padding: 4px; position: absolute; z-index: 998; border: 1px solid #000; margin: 25px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.9); } .nyroModalCont iframe { width: 600px; height: 400px; } .nyroModalError { border: 4px solid red; color: red; width: 250px; height: 250px; } .nyroModalError div { min-width: 0; min-height: 0; padding: 10px; } .nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile { position: relative; padding: 10px; min-height: 250px; min-width: 250px; max-width: 1000px; } .nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm { position: relative; overflow: hidden; } .nyroModalImage img { vertical-align: top; } .nyroModalHidden { left: -9999em; top: -9999em; } .nyroModalLoad { position: absolute; width: 100px; height: 100px; background: #fff url(../images/ajaxLoader.gif) no-repeat center; padding: 0; } .nyroModalPrev, .nyroModalNext { outline: none; position: absolute; top: 0; height: 60%; width: 150px; min-height: 50px; max-height: 300px; cursor: pointer; text-indent: -9999em; background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat; } .nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext { height: 100%; width: 40%; max-height: none; } .nyroModalPrev { left: 0; } .nyroModalPrev:hover { background-image: url(../images/prev.gif); } .nyroModalNext { right: 0; background-position: right 20%; } .nyroModalNext:hover { background-position: right 20%; background-image: url(../images/next.gif); } .checkbox { display: inline-block; vertical-align: middle; margin-right: 4px; zoom: 1; } .input-file-show { background-color: #FFF; vertical-align: top; display: inline-block; padding-left: 26px; border: solid 1px #D7D7D7; border-radius: 4px; position: relative; z-index: 1; } .input-file-show:hover { border-color: #2CBCA3; -moz-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); -webkit-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); } .input-file-show span.show { width: 22px; height: 22px; text-align: center; padding: 2px; position: absolute; z-index: 2; top: 0; left: 0; } .input-file-show span.show a { color: #AAA; display: block; width: 22px; height: 22px; } .input-file-show:hover span.show a, .input-file-show span.show a:hover { color: #2CBCA3; text-decoration: none; } .input-file-show span.show i { font-size: 14px; line-height: 22px; display: block; } .input-file-show span.show img { max-width: 22px; max-height: 22px; }
0.37319
0.141252
.love>.navbar { background: white; } .love .logo { background: #ef6c00; } .main-sidebar, .left-side { background: black; } .sidebar-form, .sidebar-menu>li.header { background: #0E0E0E; } /*Sidebar Text Color*/ .sidebar-text { color: white; } .sidebar-text-mini { color: white; } .a-text{ color: white; } .a-text:hover, a:active, a:focus { color: #ef6c00; } /*Navbar Icon*/ .main-header .sidebar-toggle:before { color: #ef6c00; } /*Glow Color*/ .glow{ text-shadow: 0 0 5px #ef6c00; } .sidebar-menu .treeview-menu>li>a { background: #ef6c00; box-shadow: 0 0 5px #ef6c00; } /*New CSS*/ #mainnav-shortcut { max-height: 50px; overflow: hidden; } @media (min-width: 1200px) { #mainnav-shortcut { /*-webkit-transition: all .15s;*/ /*transition: all .15s;*/ } } .sidebar-collapse #mainnav-shortcut li { -webkit-transition: all .20s ease .10s; transition: all .20s ease .10s; } @media (min-width: 1200px) { #mainnav-shortcut .shortcut-grid i { -webkit-transition: font-size .17s linear .15s; transition: font-size .17s linear .15s; } } #mainnav-shortcut .shortcut-grid { display: table; border: 0; width: 100%; height: auto; color: #fff; } #mainnav-shortcut .shortcut-grid > i { display: table-cell; vertical-align: middle; font-size: 15px; } .list-unstyled { padding-left: 0; list-style: none; } #mainnav-shortcut ul { width: 100%; margin: 0; padding: 0; } #mainnav-shortcut li { padding: 0; vertical-align: middle; text-align: center; } .sidebar-collapse #mainnav-shortcut > ul > li { width: 100%; padding-bottom: 15px; } .sidebar-collapse #mainnav-shortcut { max-height: 120px; padding-top: 10px; } .sidebar-collapse #mainnav-shortcut .shortcut-grid { padding-bottom: 15px; } .wrapper, .main-sidebar, .left-side { background-color: #000000; } .main-header>.navbar { background: white; } .sidebar-mini.sidebar-collapse .sidebar-menu>li>a { margin-left: 4px; }
css/css.css
.love>.navbar { background: white; } .love .logo { background: #ef6c00; } .main-sidebar, .left-side { background: black; } .sidebar-form, .sidebar-menu>li.header { background: #0E0E0E; } /*Sidebar Text Color*/ .sidebar-text { color: white; } .sidebar-text-mini { color: white; } .a-text{ color: white; } .a-text:hover, a:active, a:focus { color: #ef6c00; } /*Navbar Icon*/ .main-header .sidebar-toggle:before { color: #ef6c00; } /*Glow Color*/ .glow{ text-shadow: 0 0 5px #ef6c00; } .sidebar-menu .treeview-menu>li>a { background: #ef6c00; box-shadow: 0 0 5px #ef6c00; } /*New CSS*/ #mainnav-shortcut { max-height: 50px; overflow: hidden; } @media (min-width: 1200px) { #mainnav-shortcut { /*-webkit-transition: all .15s;*/ /*transition: all .15s;*/ } } .sidebar-collapse #mainnav-shortcut li { -webkit-transition: all .20s ease .10s; transition: all .20s ease .10s; } @media (min-width: 1200px) { #mainnav-shortcut .shortcut-grid i { -webkit-transition: font-size .17s linear .15s; transition: font-size .17s linear .15s; } } #mainnav-shortcut .shortcut-grid { display: table; border: 0; width: 100%; height: auto; color: #fff; } #mainnav-shortcut .shortcut-grid > i { display: table-cell; vertical-align: middle; font-size: 15px; } .list-unstyled { padding-left: 0; list-style: none; } #mainnav-shortcut ul { width: 100%; margin: 0; padding: 0; } #mainnav-shortcut li { padding: 0; vertical-align: middle; text-align: center; } .sidebar-collapse #mainnav-shortcut > ul > li { width: 100%; padding-bottom: 15px; } .sidebar-collapse #mainnav-shortcut { max-height: 120px; padding-top: 10px; } .sidebar-collapse #mainnav-shortcut .shortcut-grid { padding-bottom: 15px; } .wrapper, .main-sidebar, .left-side { background-color: #000000; } .main-header>.navbar { background: white; } .sidebar-mini.sidebar-collapse .sidebar-menu>li>a { margin-left: 4px; }
0.433981
0.109135
@font-face { font-family: 'Material-Icons'; src: url('materialicons-regular.eot'); src: url('materialicons-regular.eot?#iefix') format('embedded-opentype'), url('materialicons-regular.woff2') format('woff2'), url('materialicons-regular.woff') format('woff'), url('materialicons-regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } .mi { display: inline-block; font: normal normal normal 14px/1 'Material-Icons'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } .mi-3d_rotation:after { content: '\e84d'; } .mi-ac_unit:after { content: '\eb3b'; } .mi-access_alarm:after { content: '\e190'; } .mi-access_alarms:after { content: '\e191'; } .mi-access_time:after { content: '\e192'; } .mi-accessibility:after { content: '\e84e'; } .mi-accessible:after { content: '\e914'; } .mi-account_balance:after { content: '\e84f'; } .mi-account_balance_wallet:after { content: '\e850'; } .mi-account_box:after { content: '\e851'; } .mi-account_circle:after { content: '\e853'; } .mi-adb:after { content: '\e60e'; } .mi-add:after { content: '\e145'; } .mi-add_a_photo:after { content: '\e439'; } .mi-add_alarm:after { content: '\e193'; } .mi-add_alert:after { content: '\e003'; } .mi-add_box:after { content: '\e146'; } .mi-add_circle:after { content: '\e147'; } .mi-add_circle_outline:after { content: '\e148'; } .mi-add_location:after { content: '\e567'; } .mi-add_shopping_cart:after { content: '\e854'; } .mi-add_to_photos:after { content: '\e39d'; } .mi-add_to_queue:after { content: '\e05c'; } .mi-adjust:after { content: '\e39e'; } .mi-airline_seat_flat:after { content: '\e630'; } .mi-airline_seat_flat_angled:after { content: '\e631'; } .mi-airline_seat_individual_suite:after { content: '\e632'; } .mi-airline_seat_legroom_extra:after { content: '\e633'; } .mi-airline_seat_legroom_normal:after { content: '\e634'; } .mi-airline_seat_legroom_reduced:after { content: '\e635'; } .mi-airline_seat_recline_extra:after { content: '\e636'; } .mi-airline_seat_recline_normal:after { content: '\e637'; } .mi-airplanemode_active:after { content: '\e195'; } .mi-airplanemode_inactive:after { content: '\e194'; } .mi-airplay:after { content: '\e055'; } .mi-airport_shuttle:after { content: '\eb3c'; } .mi-alarm:after { content: '\e855'; } .mi-alarm_add:after { content: '\e856'; } .mi-alarm_off:after { content: '\e857'; } .mi-alarm_on:after { content: '\e858'; } .mi-album:after { content: '\e019'; } .mi-all_inclusive:after { content: '\eb3d'; } .mi-all_out:after { content: '\e90b'; } .mi-android:after { content: '\e859'; } .mi-announcement:after { content: '\e85a'; } .mi-apps:after { content: '\e5c3'; } .mi-archive:after { content: '\e149'; } .mi-arrow_back:after { content: '\e5c4'; } .mi-arrow_downward:after { content: '\e5db'; } .mi-arrow_drop_down:after { content: '\e5c5'; } .mi-arrow_drop_down_circle:after { content: '\e5c6'; } .mi-arrow_drop_up:after { content: '\e5c7'; } .mi-arrow_forward:after { content: '\e5c8'; } .mi-arrow_upward:after { content: '\e5d8'; } .mi-art_track:after { content: '\e060'; } .mi-aspect_ratio:after { content: '\e85b'; } .mi-assessment:after { content: '\e85c'; } .mi-assignment:after { content: '\e85d'; } .mi-assignment_ind:after { content: '\e85e'; } .mi-assignment_late:after { content: '\e85f'; } .mi-assignment_return:after { content: '\e860'; } .mi-assignment_returned:after { content: '\e861'; } .mi-assignment_turned_in:after { content: '\e862'; } .mi-assistant:after { content: '\e39f'; } .mi-assistant_photo:after { content: '\e3a0'; } .mi-attach_file:after { content: '\e226'; } .mi-attach_money:after { content: '\e227'; } .mi-attachment:after { content: '\e2bc'; } .mi-audiotrack:after { content: '\e3a1'; } .mi-autorenew:after { content: '\e863'; } .mi-av_timer:after { content: '\e01b'; } .mi-backspace:after { content: '\e14a'; } .mi-backup:after { content: '\e864'; } .mi-battery_alert:after { content: '\e19c'; } .mi-battery_charging_full:after { content: '\e1a3'; } .mi-battery_full:after { content: '\e1a4'; } .mi-battery_std:after { content: '\e1a5'; } .mi-battery_unknown:after { content: '\e1a6'; } .mi-beach_access:after { content: '\eb3e'; } .mi-beenhere:after { content: '\e52d'; } .mi-block:after { content: '\e14b'; } .mi-bluetooth:after { content: '\e1a7'; } .mi-bluetooth_audio:after { content: '\e60f'; } .mi-bluetooth_connected:after { content: '\e1a8'; } .mi-bluetooth_disabled:after { content: '\e1a9'; } .mi-bluetooth_searching:after { content: '\e1aa'; } .mi-blur_circular:after { content: '\e3a2'; } .mi-blur_linear:after { content: '\e3a3'; } .mi-blur_off:after { content: '\e3a4'; } .mi-blur_on:after { content: '\e3a5'; } .mi-book:after { content: '\e865'; } .mi-bookmark:after { content: '\e866'; } .mi-bookmark_border:after { content: '\e867'; } .mi-border_all:after { content: '\e228'; } .mi-border_bottom:after { content: '\e229'; } .mi-border_clear:after { content: '\e22a'; } .mi-border_color:after { content: '\e22b'; } .mi-border_horizontal:after { content: '\e22c'; } .mi-border_inner:after { content: '\e22d'; } .mi-border_left:after { content: '\e22e'; } .mi-border_outer:after { content: '\e22f'; } .mi-border_right:after { content: '\e230'; } .mi-border_style:after { content: '\e231'; } .mi-border_top:after { content: '\e232'; } .mi-border_vertical:after { content: '\e233'; } .mi-brightness_1:after { content: '\e3a6'; } .mi-brightness_2:after { content: '\e3a7'; } .mi-brightness_3:after { content: '\e3a8'; } .mi-brightness_4:after { content: '\e3a9'; } .mi-brightness_5:after { content: '\e3aa'; } .mi-brightness_6:after { content: '\e3ab'; } .mi-brightness_7:after { content: '\e3ac'; } .mi-brightness_auto:after { content: '\e1ab'; } .mi-brightness_high:after { content: '\e1ac'; } .mi-brightness_low:after { content: '\e1ad'; } .mi-brightness_medium:after { content: '\e1ae'; } .mi-broken_image:after { content: '\e3ad'; } .mi-brush:after { content: '\e3ae'; } .mi-bug_report:after { content: '\e868'; } .mi-build:after { content: '\e869'; } .mi-business:after { content: '\e0af'; } .mi-business_center:after { content: '\eb3f'; } .mi-cached:after { content: '\e86a'; } .mi-cake:after { content: '\e7e9'; } .mi-call:after { content: '\e0b0'; } .mi-call_end:after { content: '\e0b1'; } .mi-call_made:after { content: '\e0b2'; } .mi-call_merge:after { content: '\e0b3'; } .mi-call_missed:after { content: '\e0b4'; } .mi-call_missed_outgoing:after { content: '\e0e4'; } .mi-call_received:after { content: '\e0b5'; } .mi-call_split:after { content: '\e0b6'; } .mi-camera:after { content: '\e3af'; } .mi-camera_alt:after { content: '\e3b0'; } .mi-camera_enhance:after { content: '\e8fc'; } .mi-camera_front:after { content: '\e3b1'; } .mi-camera_rear:after { content: '\e3b2'; } .mi-camera_roll:after { content: '\e3b3'; } .mi-cancel:after { content: '\e5c9'; } .mi-card_giftcard:after { content: '\e8f6'; } .mi-card_membership:after { content: '\e8f7'; } .mi-card_travel:after { content: '\e8f8'; } .mi-casino:after { content: '\eb40'; } .mi-cast:after { content: '\e307'; } .mi-cast_connected:after { content: '\e308'; } .mi-center_focus_strong:after { content: '\e3b4'; } .mi-center_focus_weak:after { content: '\e3b5'; } .mi-change_history:after { content: '\e86b'; } .mi-chat:after { content: '\e0b7'; } .mi-chat_bubble:after { content: '\e0ca'; } .mi-chat_bubble_outline:after { content: '\e0cb'; } .mi-check:after { content: '\e5ca'; } .mi-check_box:after { content: '\e834'; } .mi-check_box_outline_blank:after { content: '\e835'; } .mi-check_circle:after { content: '\e86c'; } .mi-chevron_left:after { content: '\e5cb'; } .mi-chevron_right:after { content: '\e5cc'; } .mi-child_care:after { content: '\eb41'; } .mi-child_friendly:after { content: '\eb42'; } .mi-chrome_reader_mode:after { content: '\e86d'; } .mi-class:after { content: '\e86e'; } .mi-clear:after { content: '\e14c'; } .mi-clear_all:after { content: '\e0b8'; } .mi-close:after { content: '\e5cd'; } .mi-closed_caption:after { content: '\e01c'; } .mi-cloud:after { content: '\e2bd'; } .mi-cloud_circle:after { content: '\e2be'; } .mi-cloud_done:after { content: '\e2bf'; } .mi-cloud_download:after { content: '\e2c0'; } .mi-cloud_off:after { content: '\e2c1'; } .mi-cloud_queue:after { content: '\e2c2'; } .mi-cloud_upload:after { content: '\e2c3'; } .mi-code:after { content: '\e86f'; } .mi-collections:after { content: '\e3b6'; } .mi-collections_bookmark:after { content: '\e431'; } .mi-color_lens:after { content: '\e3b7'; } .mi-colorize:after { content: '\e3b8'; } .mi-comment:after { content: '\e0b9'; } .mi-compare:after { content: '\e3b9'; } .mi-compare_arrows:after { content: '\e915'; } .mi-computer:after { content: '\e30a'; } .mi-confirmation_number:after { content: '\e638'; } .mi-contact_mail:after { content: '\e0d0'; } .mi-contact_phone:after { content: '\e0cf'; } .mi-contacts:after { content: '\e0ba'; } .mi-content_copy:after { content: '\e14d'; } .mi-content_cut:after { content: '\e14e'; } .mi-content_paste:after { content: '\e14f'; } .mi-control_point:after { content: '\e3ba'; } .mi-control_point_duplicate:after { content: '\e3bb'; } .mi-copyright:after { content: '\e90c'; } .mi-create:after { content: '\e150'; } .mi-create_new_folder:after { content: '\e2cc'; } .mi-credit_card:after { content: '\e870'; } .mi-crop:after { content: '\e3be'; } .mi-crop_16_9:after { content: '\e3bc'; } .mi-crop_3_2:after { content: '\e3bd'; } .mi-crop_5_4:after { content: '\e3bf'; } .mi-crop_7_5:after { content: '\e3c0'; } .mi-crop_din:after { content: '\e3c1'; } .mi-crop_free:after { content: '\e3c2'; } .mi-crop_landscape:after { content: '\e3c3'; } .mi-crop_original:after { content: '\e3c4'; } .mi-crop_portrait:after { content: '\e3c5'; } .mi-crop_rotate:after { content: '\e437'; } .mi-crop_square:after { content: '\e3c6'; } .mi-dashboard:after { content: '\e871'; } .mi-data_usage:after { content: '\e1af'; } .mi-date_range:after { content: '\e916'; } .mi-dehaze:after { content: '\e3c7'; } .mi-delete:after { content: '\e872'; } .mi-description:after { content: '\e873'; } .mi-desktop_mac:after { content: '\e30b'; } .mi-desktop_windows:after { content: '\e30c'; } .mi-details:after { content: '\e3c8'; } .mi-developer_board:after { content: '\e30d'; } .mi-developer_mode:after { content: '\e1b0'; } .mi-device_hub:after { content: '\e335'; } .mi-devices:after { content: '\e1b1'; } .mi-devices_other:after { content: '\e337'; } .mi-dialer_sip:after { content: '\e0bb'; } .mi-dialpad:after { content: '\e0bc'; } .mi-directions:after { content: '\e52e'; } .mi-directions_bike:after { content: '\e52f'; } .mi-directions_boat:after { content: '\e532'; } .mi-directions_bus:after { content: '\e530'; } .mi-directions_car:after { content: '\e531'; } .mi-directions_railway:after { content: '\e534'; } .mi-directions_run:after { content: '\e566'; } .mi-directions_subway:after { content: '\e533'; } .mi-directions_transit:after { content: '\e535'; } .mi-directions_walk:after { content: '\e536'; } .mi-disc_full:after { content: '\e610'; } .mi-dns:after { content: '\e875'; } .mi-do_not_disturb:after { content: '\e612'; } .mi-do_not_disturb_alt:after { content: '\e611'; } .mi-dock:after { content: '\e30e'; } .mi-domain:after { content: '\e7ee'; } .mi-done:after { content: '\e876'; } .mi-done_all:after { content: '\e877'; } .mi-donut_large:after { content: '\e917'; } .mi-donut_small:after { content: '\e918'; } .mi-drafts:after { content: '\e151'; } .mi-drag_handle:after { content: '\e25d'; } .mi-drive_eta:after { content: '\e613'; } .mi-dvr:after { content: '\e1b2'; } .mi-edit:after { content: '\e3c9'; } .mi-edit_location:after { content: '\e568'; } .mi-eject:after { content: '\e8fb'; } .mi-email:after { content: '\e0be'; } .mi-enhanced_encryption:after { content: '\e63f'; } .mi-equalizer:after { content: '\e01d'; } .mi-error:after { content: '\e000'; } .mi-error_outline:after { content: '\e001'; } .mi-event:after { content: '\e878'; } .mi-event_available:after { content: '\e614'; } .mi-event_busy:after { content: '\e615'; } .mi-event_note:after { content: '\e616'; } .mi-event_seat:after { content: '\e903'; } .mi-exit_to_app:after { content: '\e879'; } .mi-expand_less:after { content: '\e5ce'; } .mi-expand_more:after { content: '\e5cf'; } .mi-explicit:after { content: '\e01e'; } .mi-explore:after { content: '\e87a'; } .mi-exposure:after { content: '\e3ca'; } .mi-exposure_neg_1:after { content: '\e3cb'; } .mi-exposure_neg_2:after { content: '\e3cc'; } .mi-exposure_plus_1:after { content: '\e3cd'; } .mi-exposure_plus_2:after { content: '\e3ce'; } .mi-exposure_zero:after { content: '\e3cf'; } .mi-extension:after { content: '\e87b'; } .mi-face:after { content: '\e87c'; } .mi-fast_forward:after { content: '\e01f'; } .mi-fast_rewind:after { content: '\e020'; } .mi-favorite:after { content: '\e87d'; } .mi-favorite_border:after { content: '\e87e'; } .mi-feedback:after { content: '\e87f'; } .mi-fiber_dvr:after { content: '\e05d'; } .mi-fiber_manual_record:after { content: '\e061'; } .mi-fiber_new:after { content: '\e05e'; } .mi-fiber_pin:after { content: '\e06a'; } .mi-fiber_smart_record:after { content: '\e062'; } .mi-file_download:after { content: '\e2c4'; } .mi-file_upload:after { content: '\e2c6'; } .mi-filter:after { content: '\e3d3'; } .mi-filter_1:after { content: '\e3d0'; } .mi-filter_2:after { content: '\e3d1'; } .mi-filter_3:after { content: '\e3d2'; } .mi-filter_4:after { content: '\e3d4'; } .mi-filter_5:after { content: '\e3d5'; } .mi-filter_6:after { content: '\e3d6'; } .mi-filter_7:after { content: '\e3d7'; } .mi-filter_8:after { content: '\e3d8'; } .mi-filter_9:after { content: '\e3d9'; } .mi-filter_9_plus:after { content: '\e3da'; } .mi-filter_b_and_w:after { content: '\e3db'; } .mi-filter_center_focus:after { content: '\e3dc'; } .mi-filter_drama:after { content: '\e3dd'; } .mi-filter_frames:after { content: '\e3de'; } .mi-filter_hdr:after { content: '\e3df'; } .mi-filter_list:after { content: '\e152'; } .mi-filter_none:after { content: '\e3e0'; } .mi-filter_tilt_shift:after { content: '\e3e2'; } .mi-filter_vintage:after { content: '\e3e3'; } .mi-find_in_page:after { content: '\e880'; } .mi-find_replace:after { content: '\e881'; } .mi-fingerprint:after { content: '\e90d'; } .mi-fitness_center:after { content: '\eb43'; } .mi-flag:after { content: '\e153'; } .mi-flare:after { content: '\e3e4'; } .mi-flash_auto:after { content: '\e3e5'; } .mi-flash_off:after { content: '\e3e6'; } .mi-flash_on:after { content: '\e3e7'; } .mi-flight:after { content: '\e539'; } .mi-flight_land:after { content: '\e904'; } .mi-flight_takeoff:after { content: '\e905'; } .mi-flip:after { content: '\e3e8'; } .mi-flip_to_back:after { content: '\e882'; } .mi-flip_to_front:after { content: '\e883'; } .mi-folder:after { content: '\e2c7'; } .mi-folder_open:after { content: '\e2c8'; } .mi-folder_shared:after { content: '\e2c9'; } .mi-folder_special:after { content: '\e617'; } .mi-font_download:after { content: '\e167'; } .mi-format_align_center:after { content: '\e234'; } .mi-format_align_justify:after { content: '\e235'; } .mi-format_align_left:after { content: '\e236'; } .mi-format_align_right:after { content: '\e237'; } .mi-format_bold:after { content: '\e238'; } .mi-format_clear:after { content: '\e239'; } .mi-format_color_fill:after { content: '\e23a'; } .mi-format_color_reset:after { content: '\e23b'; } .mi-format_color_text:after { content: '\e23c'; } .mi-format_indent_decrease:after { content: '\e23d'; } .mi-format_indent_increase:after { content: '\e23e'; } .mi-format_italic:after { content: '\e23f'; } .mi-format_line_spacing:after { content: '\e240'; } .mi-format_list_bulleted:after { content: '\e241'; } .mi-format_list_numbered:after { content: '\e242'; } .mi-format_paint:after { content: '\e243'; } .mi-format_quote:after { content: '\e244'; } .mi-format_shapes:after { content: '\e25e'; } .mi-format_size:after { content: '\e245'; } .mi-format_strikethrough:after { content: '\e246'; } .mi-format_textdirection_l_to_r:after { content: '\e247'; } .mi-format_textdirection_r_to_l:after { content: '\e248'; } .mi-format_underlined:after { content: '\e249'; } .mi-forum:after { content: '\e0bf'; } .mi-forward:after { content: '\e154'; } .mi-forward_10:after { content: '\e056'; } .mi-forward_30:after { content: '\e057'; } .mi-forward_5:after { content: '\e058'; } .mi-free_breakfast:after { content: '\eb44'; } .mi-fullscreen:after { content: '\e5d0'; } .mi-fullscreen_exit:after { content: '\e5d1'; } .mi-functions:after { content: '\e24a'; } .mi-gamepad:after { content: '\e30f'; } .mi-games:after { content: '\e021'; } .mi-gavel:after { content: '\e90e'; } .mi-gesture:after { content: '\e155'; } .mi-get_app:after { content: '\e884'; } .mi-gif:after { content: '\e908'; } .mi-golf_course:after { content: '\eb45'; } .mi-gps_fixed:after { content: '\e1b3'; } .mi-gps_not_fixed:after { content: '\e1b4'; } .mi-gps_off:after { content: '\e1b5'; } .mi-grade:after { content: '\e885'; } .mi-gradient:after { content: '\e3e9'; } .mi-grain:after { content: '\e3ea'; } .mi-graphic_eq:after { content: '\e1b8'; } .mi-grid_off:after { content: '\e3eb'; } .mi-grid_on:after { content: '\e3ec'; } .mi-group:after { content: '\e7ef'; } .mi-group_add:after { content: '\e7f0'; } .mi-group_work:after { content: '\e886'; } .mi-hd:after { content: '\e052'; } .mi-hdr_off:after { content: '\e3ed'; } .mi-hdr_on:after { content: '\e3ee'; } .mi-hdr_strong:after { content: '\e3f1'; } .mi-hdr_weak:after { content: '\e3f2'; } .mi-headset:after { content: '\e310'; } .mi-headset_mic:after { content: '\e311'; } .mi-healing:after { content: '\e3f3'; } .mi-hearing:after { content: '\e023'; } .mi-help:after { content: '\e887'; } .mi-help_outline:after { content: '\e8fd'; } .mi-high_quality:after { content: '\e024'; } .mi-highlight:after { content: '\e25f'; } .mi-highlight_off:after { content: '\e888'; } .mi-history:after { content: '\e889'; } .mi-home:after { content: '\e88a'; } .mi-hot_tub:after { content: '\eb46'; } .mi-hotel:after { content: '\e53a'; } .mi-hourglass_empty:after { content: '\e88b'; } .mi-hourglass_full:after { content: '\e88c'; } .mi-http:after { content: '\e902'; } .mi-https:after { content: '\e88d'; } .mi-image:after { content: '\e3f4'; } .mi-image_aspect_ratio:after { content: '\e3f5'; } .mi-import_contacts:after { content: '\e0e0'; } .mi-import_export:after { content: '\e0c3'; } .mi-important_devices:after { content: '\e912'; } .mi-inbox:after { content: '\e156'; } .mi-indeterminate_check_box:after { content: '\e909'; } .mi-info:after { content: '\e88e'; } .mi-info_outline:after { content: '\e88f'; } .mi-input:after { content: '\e890'; } .mi-insert_chart:after { content: '\e24b'; } .mi-insert_comment:after { content: '\e24c'; } .mi-insert_drive_file:after { content: '\e24d'; } .mi-insert_emoticon:after { content: '\e24e'; } .mi-insert_invitation:after { content: '\e24f'; } .mi-insert_link:after { content: '\e250'; } .mi-insert_photo:after { content: '\e251'; } .mi-invert_colors:after { content: '\e891'; } .mi-invert_colors_off:after { content: '\e0c4'; } .mi-iso:after { content: '\e3f6'; } .mi-keyboard:after { content: '\e312'; } .mi-keyboard_arrow_down:after { content: '\e313'; } .mi-keyboard_arrow_left:after { content: '\e314'; } .mi-keyboard_arrow_right:after { content: '\e315'; } .mi-keyboard_arrow_up:after { content: '\e316'; } .mi-keyboard_backspace:after { content: '\e317'; } .mi-keyboard_capslock:after { content: '\e318'; } .mi-keyboard_hide:after { content: '\e31a'; } .mi-keyboard_return:after { content: '\e31b'; } .mi-keyboard_tab:after { content: '\e31c'; } .mi-keyboard_voice:after { content: '\e31d'; } .mi-kitchen:after { content: '\eb47'; } .mi-label:after { content: '\e892'; } .mi-label_outline:after { content: '\e893'; } .mi-landscape:after { content: '\e3f7'; } .mi-language:after { content: '\e894'; } .mi-laptop:after { content: '\e31e'; } .mi-laptop_chromebook:after { content: '\e31f'; } .mi-laptop_mac:after { content: '\e320'; } .mi-laptop_windows:after { content: '\e321'; } .mi-launch:after { content: '\e895'; } .mi-layers:after { content: '\e53b'; } .mi-layers_clear:after { content: '\e53c'; } .mi-leak_add:after { content: '\e3f8'; } .mi-leak_remove:after { content: '\e3f9'; } .mi-lens:after { content: '\e3fa'; } .mi-library_add:after { content: '\e02e'; } .mi-library_books:after { content: '\e02f'; } .mi-library_music:after { content: '\e030'; } .mi-lightbulb_outline:after { content: '\e90f'; } .mi-line_style:after { content: '\e919'; } .mi-line_weight:after { content: '\e91a'; } .mi-linear_scale:after { content: '\e260'; } .mi-link:after { content: '\e157'; } .mi-linked_camera:after { content: '\e438'; } .mi-list:after { content: '\e896'; } .mi-live_help:after { content: '\e0c6'; } .mi-live_tv:after { content: '\e639'; } .mi-local_activity:after { content: '\e53f'; } .mi-local_airport:after { content: '\e53d'; } .mi-local_atm:after { content: '\e53e'; } .mi-local_bar:after { content: '\e540'; } .mi-local_cafe:after { content: '\e541'; } .mi-local_car_wash:after { content: '\e542'; } .mi-local_convenience_store:after { content: '\e543'; } .mi-local_dining:after { content: '\e556'; } .mi-local_drink:after { content: '\e544'; } .mi-local_florist:after { content: '\e545'; } .mi-local_gas_station:after { content: '\e546'; } .mi-local_grocery_store:after { content: '\e547'; } .mi-local_hospital:after { content: '\e548'; } .mi-local_hotel:after { content: '\e549'; } .mi-local_laundry_service:after { content: '\e54a'; } .mi-local_library:after { content: '\e54b'; } .mi-local_mall:after { content: '\e54c'; } .mi-local_movies:after { content: '\e54d'; } .mi-local_offer:after { content: '\e54e'; } .mi-local_parking:after { content: '\e54f'; } .mi-local_pharmacy:after { content: '\e550'; } .mi-local_phone:after { content: '\e551'; } .mi-local_pizza:after { content: '\e552'; } .mi-local_play:after { content: '\e553'; } .mi-local_post_office:after { content: '\e554'; } .mi-local_printshop:after { content: '\e555'; } .mi-local_see:after { content: '\e557'; } .mi-local_shipping:after { content: '\e558'; } .mi-local_taxi:after { content: '\e559'; } .mi-location_city:after { content: '\e7f1'; } .mi-location_disabled:after { content: '\e1b6'; } .mi-location_off:after { content: '\e0c7'; } .mi-location_on:after { content: '\e0c8'; } .mi-location_searching:after { content: '\e1b7'; } .mi-lock:after { content: '\e897'; } .mi-lock_open:after { content: '\e898'; } .mi-lock_outline:after { content: '\e899'; } .mi-looks:after { content: '\e3fc'; } .mi-looks_3:after { content: '\e3fb'; } .mi-looks_4:after { content: '\e3fd'; } .mi-looks_5:after { content: '\e3fe'; } .mi-looks_6:after { content: '\e3ff'; } .mi-looks_one:after { content: '\e400'; } .mi-looks_two:after { content: '\e401'; } .mi-loop:after { content: '\e028'; } .mi-loupe:after { content: '\e402'; } .mi-loyalty:after { content: '\e89a'; } .mi-mail:after { content: '\e158'; } .mi-mail_outline:after { content: '\e0e1'; } .mi-map:after { content: '\e55b'; } .mi-markunread:after { content: '\e159'; } .mi-markunread_mailbox:after { content: '\e89b'; } .mi-memory:after { content: '\e322'; } .mi-menu:after { content: '\e5d2'; } .mi-merge_type:after { content: '\e252'; } .mi-message:after { content: '\e0c9'; } .mi-mic:after { content: '\e029'; } .mi-mic_none:after { content: '\e02a'; } .mi-mic_off:after { content: '\e02b'; } .mi-mms:after { content: '\e618'; } .mi-mode_comment:after { content: '\e253'; } .mi-mode_edit:after { content: '\e254'; } .mi-money_off:after { content: '\e25c'; } .mi-monochrome_photos:after { content: '\e403'; } .mi-mood:after { content: '\e7f2'; } .mi-mood_bad:after { content: '\e7f3'; } .mi-more:after { content: '\e619'; } .mi-more_horiz:after { content: '\e5d3'; } .mi-more_vert:after { content: '\e5d4'; } .mi-motorcycle:after { content: '\e91b'; } .mi-mouse:after { content: '\e323'; } .mi-move_to_inbox:after { content: '\e168'; } .mi-movie:after { content: '\e02c'; } .mi-movie_creation:after { content: '\e404'; } .mi-movie_filter:after { content: '\e43a'; } .mi-music_note:after { content: '\e405'; } .mi-music_video:after { content: '\e063'; } .mi-my_location:after { content: '\e55c'; } .mi-nature:after { content: '\e406'; } .mi-nature_people:after { content: '\e407'; } .mi-navigate_before:after { content: '\e408'; } .mi-navigate_next:after { content: '\e409'; } .mi-navigation:after { content: '\e55d'; } .mi-near_me:after { content: '\e569'; } .mi-network_cell:after { content: '\e1b9'; } .mi-network_check:after { content: '\e640'; } .mi-network_locked:after { content: '\e61a'; } .mi-network_wifi:after { content: '\e1ba'; } .mi-new_releases:after { content: '\e031'; } .mi-next_week:after { content: '\e16a'; } .mi-nfc:after { content: '\e1bb'; } .mi-no_encryption:after { content: '\e641'; } .mi-no_sim:after { content: '\e0cc'; } .mi-not_interested:after { content: '\e033'; } .mi-note_add:after { content: '\e89c'; } .mi-notifications:after { content: '\e7f4'; } .mi-notifications_active:after { content: '\e7f7'; } .mi-notifications_none:after { content: '\e7f5'; } .mi-notifications_off:after { content: '\e7f6'; } .mi-notifications_paused:after { content: '\e7f8'; } .mi-offline_pin:after { content: '\e90a'; } .mi-ondemand_video:after { content: '\e63a'; } .mi-opacity:after { content: '\e91c'; } .mi-open_in_browser:after { content: '\e89d'; } .mi-open_in_new:after { content: '\e89e'; } .mi-open_with:after { content: '\e89f'; } .mi-pages:after { content: '\e7f9'; } .mi-pageview:after { content: '\e8a0'; } .mi-palette:after { content: '\e40a'; } .mi-pan_tool:after { content: '\e925'; } .mi-panorama:after { content: '\e40b'; } .mi-panorama_fish_eye:after { content: '\e40c'; } .mi-panorama_horizontal:after { content: '\e40d'; } .mi-panorama_vertical:after { content: '\e40e'; } .mi-panorama_wide_angle:after { content: '\e40f'; } .mi-party_mode:after { content: '\e7fa'; } .mi-pause:after { content: '\e034'; } .mi-pause_circle_filled:after { content: '\e035'; } .mi-pause_circle_outline:after { content: '\e036'; } .mi-payment:after { content: '\e8a1'; } .mi-people:after { content: '\e7fb'; } .mi-people_outline:after { content: '\e7fc'; } .mi-perm_camera_mic:after { content: '\e8a2'; } .mi-perm_contact_calendar:after { content: '\e8a3'; } .mi-perm_data_setting:after { content: '\e8a4'; } .mi-perm_device_information:after { content: '\e8a5'; } .mi-perm_identity:after { content: '\e8a6'; } .mi-perm_media:after { content: '\e8a7'; } .mi-perm_phone_msg:after { content: '\e8a8'; } .mi-perm_scan_wifi:after { content: '\e8a9'; } .mi-person:after { content: '\e7fd'; } .mi-person_add:after { content: '\e7fe'; } .mi-person_outline:after { content: '\e7ff'; } .mi-person_pin:after { content: '\e55a'; } .mi-person_pin_circle:after { content: '\e56a'; } .mi-personal_video:after { content: '\e63b'; } .mi-pets:after { content: '\e91d'; } .mi-phone:after { content: '\e0cd'; } .mi-phone_android:after { content: '\e324'; } .mi-phone_bluetooth_speaker:after { content: '\e61b'; } .mi-phone_forwarded:after { content: '\e61c'; } .mi-phone_in_talk:after { content: '\e61d'; } .mi-phone_iphone:after { content: '\e325'; } .mi-phone_locked:after { content: '\e61e'; } .mi-phone_missed:after { content: '\e61f'; } .mi-phone_paused:after { content: '\e620'; } .mi-phonelink:after { content: '\e326'; } .mi-phonelink_erase:after { content: '\e0db'; } .mi-phonelink_lock:after { content: '\e0dc'; } .mi-phonelink_off:after { content: '\e327'; } .mi-phonelink_ring:after { content: '\e0dd'; } .mi-phonelink_setup:after { content: '\e0de'; } .mi-photo:after { content: '\e410'; } .mi-photo_album:after { content: '\e411'; } .mi-photo_camera:after { content: '\e412'; } .mi-photo_filter:after { content: '\e43b'; } .mi-photo_library:after { content: '\e413'; } .mi-photo_size_select_actual:after { content: '\e432'; } .mi-photo_size_select_large:after { content: '\e433'; } .mi-photo_size_select_small:after { content: '\e434'; } .mi-picture_as_pdf:after { content: '\e415'; } .mi-picture_in_picture:after { content: '\e8aa'; } .mi-picture_in_picture_alt:after { content: '\e911'; } .mi-pin_drop:after { content: '\e55e'; } .mi-place:after { content: '\e55f'; } .mi-play_arrow:after { content: '\e037'; } .mi-play_circle_filled:after { content: '\e038'; } .mi-play_circle_outline:after { content: '\e039'; } .mi-play_for_work:after { content: '\e906'; } .mi-playlist_add:after { content: '\e03b'; } .mi-playlist_add_check:after { content: '\e065'; } .mi-playlist_play:after { content: '\e05f'; } .mi-plus_one:after { content: '\e800'; } .mi-poll:after { content: '\e801'; } .mi-polymer:after { content: '\e8ab'; } .mi-pool:after { content: '\eb48'; } .mi-portable_wifi_off:after { content: '\e0ce'; } .mi-portrait:after { content: '\e416'; } .mi-power:after { content: '\e63c'; } .mi-power_input:after { content: '\e336'; } .mi-power_settings_new:after { content: '\e8ac'; } .mi-pregnant_woman:after { content: '\e91e'; } .mi-present_to_all:after { content: '\e0df'; } .mi-print:after { content: '\e8ad'; } .mi-public:after { content: '\e80b'; } .mi-publish:after { content: '\e255'; } .mi-query_builder:after { content: '\e8ae'; } .mi-question_answer:after { content: '\e8af'; } .mi-queue:after { content: '\e03c'; } .mi-queue_music:after { content: '\e03d'; } .mi-queue_play_next:after { content: '\e066'; } .mi-radio:after { content: '\e03e'; } .mi-radio_button_checked:after { content: '\e837'; } .mi-radio_button_unchecked:after { content: '\e836'; } .mi-rate_review:after { content: '\e560'; } .mi-receipt:after { content: '\e8b0'; } .mi-recent_actors:after { content: '\e03f'; } .mi-record_voice_over:after { content: '\e91f'; } .mi-redeem:after { content: '\e8b1'; } .mi-redo:after { content: '\e15a'; } .mi-refresh:after { content: '\e5d5'; } .mi-remove:after { content: '\e15b'; } .mi-remove_circle:after { content: '\e15c'; } .mi-remove_circle_outline:after { content: '\e15d'; } .mi-remove_from_queue:after { content: '\e067'; } .mi-remove_red_eye:after { content: '\e417'; } .mi-reorder:after { content: '\e8fe'; } .mi-repeat:after { content: '\e040'; } .mi-repeat_one:after { content: '\e041'; } .mi-replay:after { content: '\e042'; } .mi-replay_10:after { content: '\e059'; } .mi-replay_30:after { content: '\e05a'; } .mi-replay_5:after { content: '\e05b'; } .mi-reply:after { content: '\e15e'; } .mi-reply_all:after { content: '\e15f'; } .mi-report:after { content: '\e160'; } .mi-report_problem:after { content: '\e8b2'; } .mi-restaurant_menu:after { content: '\e561'; } .mi-restore:after { content: '\e8b3'; } .mi-ring_volume:after { content: '\e0d1'; } .mi-room:after { content: '\e8b4'; } .mi-room_service:after { content: '\eb49'; } .mi-rotate_90_degrees_ccw:after { content: '\e418'; } .mi-rotate_left:after { content: '\e419'; } .mi-rotate_right:after { content: '\e41a'; } .mi-rounded_corner:after { content: '\e920'; } .mi-router:after { content: '\e328'; } .mi-rowing:after { content: '\e921'; } .mi-rv_hookup:after { content: '\e642'; } .mi-satellite:after { content: '\e562'; } .mi-save:after { content: '\e161'; } .mi-scanner:after { content: '\e329'; } .mi-schedule:after { content: '\e8b5'; } .mi-school:after { content: '\e80c'; } .mi-screen_lock_landscape:after { content: '\e1be'; } .mi-screen_lock_portrait:after { content: '\e1bf'; } .mi-screen_lock_rotation:after { content: '\e1c0'; } .mi-screen_rotation:after { content: '\e1c1'; } .mi-screen_share:after { content: '\e0e2'; } .mi-sd_card:after { content: '\e623'; } .mi-sd_storage:after { content: '\e1c2'; } .mi-search:after { content: '\e8b6'; } .mi-security:after { content: '\e32a'; } .mi-select_all:after { content: '\e162'; } .mi-send:after { content: '\e163'; } .mi-settings:after { content: '\e8b8'; } .mi-settings_applications:after { content: '\e8b9'; } .mi-settings_backup_restore:after { content: '\e8ba'; } .mi-settings_bluetooth:after { content: '\e8bb'; } .mi-settings_brightness:after { content: '\e8bd'; } .mi-settings_cell:after { content: '\e8bc'; } .mi-settings_ethernet:after { content: '\e8be'; } .mi-settings_input_antenna:after { content: '\e8bf'; } .mi-settings_input_component:after { content: '\e8c0'; } .mi-settings_input_composite:after { content: '\e8c1'; } .mi-settings_input_hdmi:after { content: '\e8c2'; } .mi-settings_input_svideo:after { content: '\e8c3'; } .mi-settings_overscan:after { content: '\e8c4'; } .mi-settings_phone:after { content: '\e8c5'; } .mi-settings_power:after { content: '\e8c6'; } .mi-settings_remote:after { content: '\e8c7'; } .mi-settings_system_daydream:after { content: '\e1c3'; } .mi-settings_voice:after { content: '\e8c8'; } .mi-share:after { content: '\e80d'; } .mi-shop:after { content: '\e8c9'; } .mi-shop_two:after { content: '\e8ca'; } .mi-shopping_basket:after { content: '\e8cb'; } .mi-shopping_cart:after { content: '\e8cc'; } .mi-short_text:after { content: '\e261'; } .mi-shuffle:after { content: '\e043'; } .mi-signal_cellular_4_bar:after { content: '\e1c8'; } .mi-signal_cellular_connected_no_internet_4_bar:after { content: '\e1cd'; } .mi-signal_cellular_no_sim:after { content: '\e1ce'; } .mi-signal_cellular_null:after { content: '\e1cf'; } .mi-signal_cellular_off:after { content: '\e1d0'; } .mi-signal_wifi_4_bar:after { content: '\e1d8'; } .mi-signal_wifi_4_bar_lock:after { content: '\e1d9'; } .mi-signal_wifi_off:after { content: '\e1da'; } .mi-sim_card:after { content: '\e32b'; } .mi-sim_card_alert:after { content: '\e624'; } .mi-skip_next:after { content: '\e044'; } .mi-skip_previous:after { content: '\e045'; } .mi-slideshow:after { content: '\e41b'; } .mi-slow_motion_video:after { content: '\e068'; } .mi-smartphone:after { content: '\e32c'; } .mi-smoke_free:after { content: '\eb4a'; } .mi-smoking_rooms:after { content: '\eb4b'; } .mi-sms:after { content: '\e625'; } .mi-sms_failed:after { content: '\e626'; } .mi-snooze:after { content: '\e046'; } .mi-sort:after { content: '\e164'; } .mi-sort_by_alpha:after { content: '\e053'; } .mi-spa:after { content: '\eb4c'; } .mi-space_bar:after { content: '\e256'; } .mi-speaker:after { content: '\e32d'; } .mi-speaker_group:after { content: '\e32e'; } .mi-speaker_notes:after { content: '\e8cd'; } .mi-speaker_phone:after { content: '\e0d2'; } .mi-spellcheck:after { content: '\e8ce'; } .mi-star:after { content: '\e838'; } .mi-star_border:after { content: '\e83a'; } .mi-star_half:after { content: '\e839'; } .mi-stars:after { content: '\e8d0'; } .mi-stay_current_landscape:after { content: '\e0d3'; } .mi-stay_current_portrait:after { content: '\e0d4'; } .mi-stay_primary_landscape:after { content: '\e0d5'; } .mi-stay_primary_portrait:after { content: '\e0d6'; } .mi-stop:after { content: '\e047'; } .mi-stop_screen_share:after { content: '\e0e3'; } .mi-storage:after { content: '\e1db'; } .mi-store:after { content: '\e8d1'; } .mi-store_mall_directory:after { content: '\e563'; } .mi-straighten:after { content: '\e41c'; } .mi-strikethrough_s:after { content: '\e257'; } .mi-style:after { content: '\e41d'; } .mi-subdirectory_arrow_left:after { content: '\e5d9'; } .mi-subdirectory_arrow_right:after { content: '\e5da'; } .mi-subject:after { content: '\e8d2'; } .mi-subscriptions:after { content: '\e064'; } .mi-subtitles:after { content: '\e048'; } .mi-supervisor_account:after { content: '\e8d3'; } .mi-surround_sound:after { content: '\e049'; } .mi-swap_calls:after { content: '\e0d7'; } .mi-swap_horiz:after { content: '\e8d4'; } .mi-swap_vert:after { content: '\e8d5'; } .mi-swap_vertical_circle:after { content: '\e8d6'; } .mi-switch_camera:after { content: '\e41e'; } .mi-switch_video:after { content: '\e41f'; } .mi-sync:after { content: '\e627'; } .mi-sync_disabled:after { content: '\e628'; } .mi-sync_problem:after { content: '\e629'; } .mi-system_update:after { content: '\e62a'; } .mi-system_update_alt:after { content: '\e8d7'; } .mi-tab:after { content: '\e8d8'; } .mi-tab_unselected:after { content: '\e8d9'; } .mi-tablet:after { content: '\e32f'; } .mi-tablet_android:after { content: '\e330'; } .mi-tablet_mac:after { content: '\e331'; } .mi-tag_faces:after { content: '\e420'; } .mi-tap_and_play:after { content: '\e62b'; } .mi-terrain:after { content: '\e564'; } .mi-text_fields:after { content: '\e262'; } .mi-text_format:after { content: '\e165'; } .mi-textsms:after { content: '\e0d8'; } .mi-texture:after { content: '\e421'; } .mi-theaters:after { content: '\e8da'; } .mi-thumb_down:after { content: '\e8db'; } .mi-thumb_up:after { content: '\e8dc'; } .mi-thumbs_up_down:after { content: '\e8dd'; } .mi-time_to_leave:after { content: '\e62c'; } .mi-timelapse:after { content: '\e422'; } .mi-timeline:after { content: '\e922'; } .mi-timer:after { content: '\e425'; } .mi-timer_10:after { content: '\e423'; } .mi-timer_3:after { content: '\e424'; } .mi-timer_off:after { content: '\e426'; } .mi-toc:after { content: '\e8de'; } .mi-today:after { content: '\e8df'; } .mi-toll:after { content: '\e8e0'; } .mi-tonality:after { content: '\e427'; } .mi-touch_app:after { content: '\e913'; } .mi-toys:after { content: '\e332'; } .mi-track_changes:after { content: '\e8e1'; } .mi-traffic:after { content: '\e565'; } .mi-transform:after { content: '\e428'; } .mi-translate:after { content: '\e8e2'; } .mi-trending_down:after { content: '\e8e3'; } .mi-trending_flat:after { content: '\e8e4'; } .mi-trending_up:after { content: '\e8e5'; } .mi-tune:after { content: '\e429'; } .mi-turned_in:after { content: '\e8e6'; } .mi-turned_in_not:after { content: '\e8e7'; } .mi-tv:after { content: '\e333'; } .mi-unarchive:after { content: '\e169'; } .mi-undo:after { content: '\e166'; } .mi-unfold_less:after { content: '\e5d6'; } .mi-unfold_more:after { content: '\e5d7'; } .mi-update:after { content: '\e923'; } .mi-usb:after { content: '\e1e0'; } .mi-verified_user:after { content: '\e8e8'; } .mi-vertical_align_bottom:after { content: '\e258'; } .mi-vertical_align_center:after { content: '\e259'; } .mi-vertical_align_top:after { content: '\e25a'; } .mi-vibration:after { content: '\e62d'; } .mi-video_library:after { content: '\e04a'; } .mi-videocam:after { content: '\e04b'; } .mi-videocam_off:after { content: '\e04c'; } .mi-videogame_asset:after { content: '\e338'; } .mi-view_agenda:after { content: '\e8e9'; } .mi-view_array:after { content: '\e8ea'; } .mi-view_carousel:after { content: '\e8eb'; } .mi-view_column:after { content: '\e8ec'; } .mi-view_comfy:after { content: '\e42a'; } .mi-view_compact:after { content: '\e42b'; } .mi-view_day:after { content: '\e8ed'; } .mi-view_headline:after { content: '\e8ee'; } .mi-view_list:after { content: '\e8ef'; } .mi-view_module:after { content: '\e8f0'; } .mi-view_quilt:after { content: '\e8f1'; } .mi-view_stream:after { content: '\e8f2'; } .mi-view_week:after { content: '\e8f3'; } .mi-vignette:after { content: '\e435'; } .mi-visibility:after { content: '\e8f4'; } .mi-visibility_off:after { content: '\e8f5'; } .mi-voice_chat:after { content: '\e62e'; } .mi-voicemail:after { content: '\e0d9'; } .mi-volume_down:after { content: '\e04d'; } .mi-volume_mute:after { content: '\e04e'; } .mi-volume_off:after { content: '\e04f'; } .mi-volume_up:after { content: '\e050'; } .mi-vpn_key:after { content: '\e0da'; } .mi-vpn_lock:after { content: '\e62f'; } .mi-wallpaper:after { content: '\e1bc'; } .mi-warning:after { content: '\e002'; } .mi-watch:after { content: '\e334'; } .mi-watch_later:after { content: '\e924'; } .mi-wb_auto:after { content: '\e42c'; } .mi-wb_cloudy:after { content: '\e42d'; } .mi-wb_incandescent:after { content: '\e42e'; } .mi-wb_iridescent:after { content: '\e436'; } .mi-wb_sunny:after { content: '\e430'; } .mi-wc:after { content: '\e63d'; } .mi-web:after { content: '\e051'; } .mi-web_asset:after { content: '\e069'; } .mi-weekend:after { content: '\e16b'; } .mi-whatshot:after { content: '\e80e'; } .mi-widgets:after { content: '\e1bd'; } .mi-wifi:after { content: '\e63e'; } .mi-wifi_lock:after { content: '\e1e1'; } .mi-wifi_tethering:after { content: '\e1e2'; } .mi-work:after { content: '\e8f9'; } .mi-wrap_text:after { content: '\e25b'; } .mi-youtube_searched_for:after { content: '\e8fa'; } .mi-zoom_in:after { content: '\e8ff'; } .mi-zoom_out:after { content: '\e900'; } .mi-zoom_out_map:after { content: '\e56b'; }
public/front/wp-content/updraft/plugins-old/mpc-massive/assets/fonts/mi/mi.css
@font-face { font-family: 'Material-Icons'; src: url('materialicons-regular.eot'); src: url('materialicons-regular.eot?#iefix') format('embedded-opentype'), url('materialicons-regular.woff2') format('woff2'), url('materialicons-regular.woff') format('woff'), url('materialicons-regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } .mi { display: inline-block; font: normal normal normal 14px/1 'Material-Icons'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } .mi-3d_rotation:after { content: '\e84d'; } .mi-ac_unit:after { content: '\eb3b'; } .mi-access_alarm:after { content: '\e190'; } .mi-access_alarms:after { content: '\e191'; } .mi-access_time:after { content: '\e192'; } .mi-accessibility:after { content: '\e84e'; } .mi-accessible:after { content: '\e914'; } .mi-account_balance:after { content: '\e84f'; } .mi-account_balance_wallet:after { content: '\e850'; } .mi-account_box:after { content: '\e851'; } .mi-account_circle:after { content: '\e853'; } .mi-adb:after { content: '\e60e'; } .mi-add:after { content: '\e145'; } .mi-add_a_photo:after { content: '\e439'; } .mi-add_alarm:after { content: '\e193'; } .mi-add_alert:after { content: '\e003'; } .mi-add_box:after { content: '\e146'; } .mi-add_circle:after { content: '\e147'; } .mi-add_circle_outline:after { content: '\e148'; } .mi-add_location:after { content: '\e567'; } .mi-add_shopping_cart:after { content: '\e854'; } .mi-add_to_photos:after { content: '\e39d'; } .mi-add_to_queue:after { content: '\e05c'; } .mi-adjust:after { content: '\e39e'; } .mi-airline_seat_flat:after { content: '\e630'; } .mi-airline_seat_flat_angled:after { content: '\e631'; } .mi-airline_seat_individual_suite:after { content: '\e632'; } .mi-airline_seat_legroom_extra:after { content: '\e633'; } .mi-airline_seat_legroom_normal:after { content: '\e634'; } .mi-airline_seat_legroom_reduced:after { content: '\e635'; } .mi-airline_seat_recline_extra:after { content: '\e636'; } .mi-airline_seat_recline_normal:after { content: '\e637'; } .mi-airplanemode_active:after { content: '\e195'; } .mi-airplanemode_inactive:after { content: '\e194'; } .mi-airplay:after { content: '\e055'; } .mi-airport_shuttle:after { content: '\eb3c'; } .mi-alarm:after { content: '\e855'; } .mi-alarm_add:after { content: '\e856'; } .mi-alarm_off:after { content: '\e857'; } .mi-alarm_on:after { content: '\e858'; } .mi-album:after { content: '\e019'; } .mi-all_inclusive:after { content: '\eb3d'; } .mi-all_out:after { content: '\e90b'; } .mi-android:after { content: '\e859'; } .mi-announcement:after { content: '\e85a'; } .mi-apps:after { content: '\e5c3'; } .mi-archive:after { content: '\e149'; } .mi-arrow_back:after { content: '\e5c4'; } .mi-arrow_downward:after { content: '\e5db'; } .mi-arrow_drop_down:after { content: '\e5c5'; } .mi-arrow_drop_down_circle:after { content: '\e5c6'; } .mi-arrow_drop_up:after { content: '\e5c7'; } .mi-arrow_forward:after { content: '\e5c8'; } .mi-arrow_upward:after { content: '\e5d8'; } .mi-art_track:after { content: '\e060'; } .mi-aspect_ratio:after { content: '\e85b'; } .mi-assessment:after { content: '\e85c'; } .mi-assignment:after { content: '\e85d'; } .mi-assignment_ind:after { content: '\e85e'; } .mi-assignment_late:after { content: '\e85f'; } .mi-assignment_return:after { content: '\e860'; } .mi-assignment_returned:after { content: '\e861'; } .mi-assignment_turned_in:after { content: '\e862'; } .mi-assistant:after { content: '\e39f'; } .mi-assistant_photo:after { content: '\e3a0'; } .mi-attach_file:after { content: '\e226'; } .mi-attach_money:after { content: '\e227'; } .mi-attachment:after { content: '\e2bc'; } .mi-audiotrack:after { content: '\e3a1'; } .mi-autorenew:after { content: '\e863'; } .mi-av_timer:after { content: '\e01b'; } .mi-backspace:after { content: '\e14a'; } .mi-backup:after { content: '\e864'; } .mi-battery_alert:after { content: '\e19c'; } .mi-battery_charging_full:after { content: '\e1a3'; } .mi-battery_full:after { content: '\e1a4'; } .mi-battery_std:after { content: '\e1a5'; } .mi-battery_unknown:after { content: '\e1a6'; } .mi-beach_access:after { content: '\eb3e'; } .mi-beenhere:after { content: '\e52d'; } .mi-block:after { content: '\e14b'; } .mi-bluetooth:after { content: '\e1a7'; } .mi-bluetooth_audio:after { content: '\e60f'; } .mi-bluetooth_connected:after { content: '\e1a8'; } .mi-bluetooth_disabled:after { content: '\e1a9'; } .mi-bluetooth_searching:after { content: '\e1aa'; } .mi-blur_circular:after { content: '\e3a2'; } .mi-blur_linear:after { content: '\e3a3'; } .mi-blur_off:after { content: '\e3a4'; } .mi-blur_on:after { content: '\e3a5'; } .mi-book:after { content: '\e865'; } .mi-bookmark:after { content: '\e866'; } .mi-bookmark_border:after { content: '\e867'; } .mi-border_all:after { content: '\e228'; } .mi-border_bottom:after { content: '\e229'; } .mi-border_clear:after { content: '\e22a'; } .mi-border_color:after { content: '\e22b'; } .mi-border_horizontal:after { content: '\e22c'; } .mi-border_inner:after { content: '\e22d'; } .mi-border_left:after { content: '\e22e'; } .mi-border_outer:after { content: '\e22f'; } .mi-border_right:after { content: '\e230'; } .mi-border_style:after { content: '\e231'; } .mi-border_top:after { content: '\e232'; } .mi-border_vertical:after { content: '\e233'; } .mi-brightness_1:after { content: '\e3a6'; } .mi-brightness_2:after { content: '\e3a7'; } .mi-brightness_3:after { content: '\e3a8'; } .mi-brightness_4:after { content: '\e3a9'; } .mi-brightness_5:after { content: '\e3aa'; } .mi-brightness_6:after { content: '\e3ab'; } .mi-brightness_7:after { content: '\e3ac'; } .mi-brightness_auto:after { content: '\e1ab'; } .mi-brightness_high:after { content: '\e1ac'; } .mi-brightness_low:after { content: '\e1ad'; } .mi-brightness_medium:after { content: '\e1ae'; } .mi-broken_image:after { content: '\e3ad'; } .mi-brush:after { content: '\e3ae'; } .mi-bug_report:after { content: '\e868'; } .mi-build:after { content: '\e869'; } .mi-business:after { content: '\e0af'; } .mi-business_center:after { content: '\eb3f'; } .mi-cached:after { content: '\e86a'; } .mi-cake:after { content: '\e7e9'; } .mi-call:after { content: '\e0b0'; } .mi-call_end:after { content: '\e0b1'; } .mi-call_made:after { content: '\e0b2'; } .mi-call_merge:after { content: '\e0b3'; } .mi-call_missed:after { content: '\e0b4'; } .mi-call_missed_outgoing:after { content: '\e0e4'; } .mi-call_received:after { content: '\e0b5'; } .mi-call_split:after { content: '\e0b6'; } .mi-camera:after { content: '\e3af'; } .mi-camera_alt:after { content: '\e3b0'; } .mi-camera_enhance:after { content: '\e8fc'; } .mi-camera_front:after { content: '\e3b1'; } .mi-camera_rear:after { content: '\e3b2'; } .mi-camera_roll:after { content: '\e3b3'; } .mi-cancel:after { content: '\e5c9'; } .mi-card_giftcard:after { content: '\e8f6'; } .mi-card_membership:after { content: '\e8f7'; } .mi-card_travel:after { content: '\e8f8'; } .mi-casino:after { content: '\eb40'; } .mi-cast:after { content: '\e307'; } .mi-cast_connected:after { content: '\e308'; } .mi-center_focus_strong:after { content: '\e3b4'; } .mi-center_focus_weak:after { content: '\e3b5'; } .mi-change_history:after { content: '\e86b'; } .mi-chat:after { content: '\e0b7'; } .mi-chat_bubble:after { content: '\e0ca'; } .mi-chat_bubble_outline:after { content: '\e0cb'; } .mi-check:after { content: '\e5ca'; } .mi-check_box:after { content: '\e834'; } .mi-check_box_outline_blank:after { content: '\e835'; } .mi-check_circle:after { content: '\e86c'; } .mi-chevron_left:after { content: '\e5cb'; } .mi-chevron_right:after { content: '\e5cc'; } .mi-child_care:after { content: '\eb41'; } .mi-child_friendly:after { content: '\eb42'; } .mi-chrome_reader_mode:after { content: '\e86d'; } .mi-class:after { content: '\e86e'; } .mi-clear:after { content: '\e14c'; } .mi-clear_all:after { content: '\e0b8'; } .mi-close:after { content: '\e5cd'; } .mi-closed_caption:after { content: '\e01c'; } .mi-cloud:after { content: '\e2bd'; } .mi-cloud_circle:after { content: '\e2be'; } .mi-cloud_done:after { content: '\e2bf'; } .mi-cloud_download:after { content: '\e2c0'; } .mi-cloud_off:after { content: '\e2c1'; } .mi-cloud_queue:after { content: '\e2c2'; } .mi-cloud_upload:after { content: '\e2c3'; } .mi-code:after { content: '\e86f'; } .mi-collections:after { content: '\e3b6'; } .mi-collections_bookmark:after { content: '\e431'; } .mi-color_lens:after { content: '\e3b7'; } .mi-colorize:after { content: '\e3b8'; } .mi-comment:after { content: '\e0b9'; } .mi-compare:after { content: '\e3b9'; } .mi-compare_arrows:after { content: '\e915'; } .mi-computer:after { content: '\e30a'; } .mi-confirmation_number:after { content: '\e638'; } .mi-contact_mail:after { content: '\e0d0'; } .mi-contact_phone:after { content: '\e0cf'; } .mi-contacts:after { content: '\e0ba'; } .mi-content_copy:after { content: '\e14d'; } .mi-content_cut:after { content: '\e14e'; } .mi-content_paste:after { content: '\e14f'; } .mi-control_point:after { content: '\e3ba'; } .mi-control_point_duplicate:after { content: '\e3bb'; } .mi-copyright:after { content: '\e90c'; } .mi-create:after { content: '\e150'; } .mi-create_new_folder:after { content: '\e2cc'; } .mi-credit_card:after { content: '\e870'; } .mi-crop:after { content: '\e3be'; } .mi-crop_16_9:after { content: '\e3bc'; } .mi-crop_3_2:after { content: '\e3bd'; } .mi-crop_5_4:after { content: '\e3bf'; } .mi-crop_7_5:after { content: '\e3c0'; } .mi-crop_din:after { content: '\e3c1'; } .mi-crop_free:after { content: '\e3c2'; } .mi-crop_landscape:after { content: '\e3c3'; } .mi-crop_original:after { content: '\e3c4'; } .mi-crop_portrait:after { content: '\e3c5'; } .mi-crop_rotate:after { content: '\e437'; } .mi-crop_square:after { content: '\e3c6'; } .mi-dashboard:after { content: '\e871'; } .mi-data_usage:after { content: '\e1af'; } .mi-date_range:after { content: '\e916'; } .mi-dehaze:after { content: '\e3c7'; } .mi-delete:after { content: '\e872'; } .mi-description:after { content: '\e873'; } .mi-desktop_mac:after { content: '\e30b'; } .mi-desktop_windows:after { content: '\e30c'; } .mi-details:after { content: '\e3c8'; } .mi-developer_board:after { content: '\e30d'; } .mi-developer_mode:after { content: '\e1b0'; } .mi-device_hub:after { content: '\e335'; } .mi-devices:after { content: '\e1b1'; } .mi-devices_other:after { content: '\e337'; } .mi-dialer_sip:after { content: '\e0bb'; } .mi-dialpad:after { content: '\e0bc'; } .mi-directions:after { content: '\e52e'; } .mi-directions_bike:after { content: '\e52f'; } .mi-directions_boat:after { content: '\e532'; } .mi-directions_bus:after { content: '\e530'; } .mi-directions_car:after { content: '\e531'; } .mi-directions_railway:after { content: '\e534'; } .mi-directions_run:after { content: '\e566'; } .mi-directions_subway:after { content: '\e533'; } .mi-directions_transit:after { content: '\e535'; } .mi-directions_walk:after { content: '\e536'; } .mi-disc_full:after { content: '\e610'; } .mi-dns:after { content: '\e875'; } .mi-do_not_disturb:after { content: '\e612'; } .mi-do_not_disturb_alt:after { content: '\e611'; } .mi-dock:after { content: '\e30e'; } .mi-domain:after { content: '\e7ee'; } .mi-done:after { content: '\e876'; } .mi-done_all:after { content: '\e877'; } .mi-donut_large:after { content: '\e917'; } .mi-donut_small:after { content: '\e918'; } .mi-drafts:after { content: '\e151'; } .mi-drag_handle:after { content: '\e25d'; } .mi-drive_eta:after { content: '\e613'; } .mi-dvr:after { content: '\e1b2'; } .mi-edit:after { content: '\e3c9'; } .mi-edit_location:after { content: '\e568'; } .mi-eject:after { content: '\e8fb'; } .mi-email:after { content: '\e0be'; } .mi-enhanced_encryption:after { content: '\e63f'; } .mi-equalizer:after { content: '\e01d'; } .mi-error:after { content: '\e000'; } .mi-error_outline:after { content: '\e001'; } .mi-event:after { content: '\e878'; } .mi-event_available:after { content: '\e614'; } .mi-event_busy:after { content: '\e615'; } .mi-event_note:after { content: '\e616'; } .mi-event_seat:after { content: '\e903'; } .mi-exit_to_app:after { content: '\e879'; } .mi-expand_less:after { content: '\e5ce'; } .mi-expand_more:after { content: '\e5cf'; } .mi-explicit:after { content: '\e01e'; } .mi-explore:after { content: '\e87a'; } .mi-exposure:after { content: '\e3ca'; } .mi-exposure_neg_1:after { content: '\e3cb'; } .mi-exposure_neg_2:after { content: '\e3cc'; } .mi-exposure_plus_1:after { content: '\e3cd'; } .mi-exposure_plus_2:after { content: '\e3ce'; } .mi-exposure_zero:after { content: '\e3cf'; } .mi-extension:after { content: '\e87b'; } .mi-face:after { content: '\e87c'; } .mi-fast_forward:after { content: '\e01f'; } .mi-fast_rewind:after { content: '\e020'; } .mi-favorite:after { content: '\e87d'; } .mi-favorite_border:after { content: '\e87e'; } .mi-feedback:after { content: '\e87f'; } .mi-fiber_dvr:after { content: '\e05d'; } .mi-fiber_manual_record:after { content: '\e061'; } .mi-fiber_new:after { content: '\e05e'; } .mi-fiber_pin:after { content: '\e06a'; } .mi-fiber_smart_record:after { content: '\e062'; } .mi-file_download:after { content: '\e2c4'; } .mi-file_upload:after { content: '\e2c6'; } .mi-filter:after { content: '\e3d3'; } .mi-filter_1:after { content: '\e3d0'; } .mi-filter_2:after { content: '\e3d1'; } .mi-filter_3:after { content: '\e3d2'; } .mi-filter_4:after { content: '\e3d4'; } .mi-filter_5:after { content: '\e3d5'; } .mi-filter_6:after { content: '\e3d6'; } .mi-filter_7:after { content: '\e3d7'; } .mi-filter_8:after { content: '\e3d8'; } .mi-filter_9:after { content: '\e3d9'; } .mi-filter_9_plus:after { content: '\e3da'; } .mi-filter_b_and_w:after { content: '\e3db'; } .mi-filter_center_focus:after { content: '\e3dc'; } .mi-filter_drama:after { content: '\e3dd'; } .mi-filter_frames:after { content: '\e3de'; } .mi-filter_hdr:after { content: '\e3df'; } .mi-filter_list:after { content: '\e152'; } .mi-filter_none:after { content: '\e3e0'; } .mi-filter_tilt_shift:after { content: '\e3e2'; } .mi-filter_vintage:after { content: '\e3e3'; } .mi-find_in_page:after { content: '\e880'; } .mi-find_replace:after { content: '\e881'; } .mi-fingerprint:after { content: '\e90d'; } .mi-fitness_center:after { content: '\eb43'; } .mi-flag:after { content: '\e153'; } .mi-flare:after { content: '\e3e4'; } .mi-flash_auto:after { content: '\e3e5'; } .mi-flash_off:after { content: '\e3e6'; } .mi-flash_on:after { content: '\e3e7'; } .mi-flight:after { content: '\e539'; } .mi-flight_land:after { content: '\e904'; } .mi-flight_takeoff:after { content: '\e905'; } .mi-flip:after { content: '\e3e8'; } .mi-flip_to_back:after { content: '\e882'; } .mi-flip_to_front:after { content: '\e883'; } .mi-folder:after { content: '\e2c7'; } .mi-folder_open:after { content: '\e2c8'; } .mi-folder_shared:after { content: '\e2c9'; } .mi-folder_special:after { content: '\e617'; } .mi-font_download:after { content: '\e167'; } .mi-format_align_center:after { content: '\e234'; } .mi-format_align_justify:after { content: '\e235'; } .mi-format_align_left:after { content: '\e236'; } .mi-format_align_right:after { content: '\e237'; } .mi-format_bold:after { content: '\e238'; } .mi-format_clear:after { content: '\e239'; } .mi-format_color_fill:after { content: '\e23a'; } .mi-format_color_reset:after { content: '\e23b'; } .mi-format_color_text:after { content: '\e23c'; } .mi-format_indent_decrease:after { content: '\e23d'; } .mi-format_indent_increase:after { content: '\e23e'; } .mi-format_italic:after { content: '\e23f'; } .mi-format_line_spacing:after { content: '\e240'; } .mi-format_list_bulleted:after { content: '\e241'; } .mi-format_list_numbered:after { content: '\e242'; } .mi-format_paint:after { content: '\e243'; } .mi-format_quote:after { content: '\e244'; } .mi-format_shapes:after { content: '\e25e'; } .mi-format_size:after { content: '\e245'; } .mi-format_strikethrough:after { content: '\e246'; } .mi-format_textdirection_l_to_r:after { content: '\e247'; } .mi-format_textdirection_r_to_l:after { content: '\e248'; } .mi-format_underlined:after { content: '\e249'; } .mi-forum:after { content: '\e0bf'; } .mi-forward:after { content: '\e154'; } .mi-forward_10:after { content: '\e056'; } .mi-forward_30:after { content: '\e057'; } .mi-forward_5:after { content: '\e058'; } .mi-free_breakfast:after { content: '\eb44'; } .mi-fullscreen:after { content: '\e5d0'; } .mi-fullscreen_exit:after { content: '\e5d1'; } .mi-functions:after { content: '\e24a'; } .mi-gamepad:after { content: '\e30f'; } .mi-games:after { content: '\e021'; } .mi-gavel:after { content: '\e90e'; } .mi-gesture:after { content: '\e155'; } .mi-get_app:after { content: '\e884'; } .mi-gif:after { content: '\e908'; } .mi-golf_course:after { content: '\eb45'; } .mi-gps_fixed:after { content: '\e1b3'; } .mi-gps_not_fixed:after { content: '\e1b4'; } .mi-gps_off:after { content: '\e1b5'; } .mi-grade:after { content: '\e885'; } .mi-gradient:after { content: '\e3e9'; } .mi-grain:after { content: '\e3ea'; } .mi-graphic_eq:after { content: '\e1b8'; } .mi-grid_off:after { content: '\e3eb'; } .mi-grid_on:after { content: '\e3ec'; } .mi-group:after { content: '\e7ef'; } .mi-group_add:after { content: '\e7f0'; } .mi-group_work:after { content: '\e886'; } .mi-hd:after { content: '\e052'; } .mi-hdr_off:after { content: '\e3ed'; } .mi-hdr_on:after { content: '\e3ee'; } .mi-hdr_strong:after { content: '\e3f1'; } .mi-hdr_weak:after { content: '\e3f2'; } .mi-headset:after { content: '\e310'; } .mi-headset_mic:after { content: '\e311'; } .mi-healing:after { content: '\e3f3'; } .mi-hearing:after { content: '\e023'; } .mi-help:after { content: '\e887'; } .mi-help_outline:after { content: '\e8fd'; } .mi-high_quality:after { content: '\e024'; } .mi-highlight:after { content: '\e25f'; } .mi-highlight_off:after { content: '\e888'; } .mi-history:after { content: '\e889'; } .mi-home:after { content: '\e88a'; } .mi-hot_tub:after { content: '\eb46'; } .mi-hotel:after { content: '\e53a'; } .mi-hourglass_empty:after { content: '\e88b'; } .mi-hourglass_full:after { content: '\e88c'; } .mi-http:after { content: '\e902'; } .mi-https:after { content: '\e88d'; } .mi-image:after { content: '\e3f4'; } .mi-image_aspect_ratio:after { content: '\e3f5'; } .mi-import_contacts:after { content: '\e0e0'; } .mi-import_export:after { content: '\e0c3'; } .mi-important_devices:after { content: '\e912'; } .mi-inbox:after { content: '\e156'; } .mi-indeterminate_check_box:after { content: '\e909'; } .mi-info:after { content: '\e88e'; } .mi-info_outline:after { content: '\e88f'; } .mi-input:after { content: '\e890'; } .mi-insert_chart:after { content: '\e24b'; } .mi-insert_comment:after { content: '\e24c'; } .mi-insert_drive_file:after { content: '\e24d'; } .mi-insert_emoticon:after { content: '\e24e'; } .mi-insert_invitation:after { content: '\e24f'; } .mi-insert_link:after { content: '\e250'; } .mi-insert_photo:after { content: '\e251'; } .mi-invert_colors:after { content: '\e891'; } .mi-invert_colors_off:after { content: '\e0c4'; } .mi-iso:after { content: '\e3f6'; } .mi-keyboard:after { content: '\e312'; } .mi-keyboard_arrow_down:after { content: '\e313'; } .mi-keyboard_arrow_left:after { content: '\e314'; } .mi-keyboard_arrow_right:after { content: '\e315'; } .mi-keyboard_arrow_up:after { content: '\e316'; } .mi-keyboard_backspace:after { content: '\e317'; } .mi-keyboard_capslock:after { content: '\e318'; } .mi-keyboard_hide:after { content: '\e31a'; } .mi-keyboard_return:after { content: '\e31b'; } .mi-keyboard_tab:after { content: '\e31c'; } .mi-keyboard_voice:after { content: '\e31d'; } .mi-kitchen:after { content: '\eb47'; } .mi-label:after { content: '\e892'; } .mi-label_outline:after { content: '\e893'; } .mi-landscape:after { content: '\e3f7'; } .mi-language:after { content: '\e894'; } .mi-laptop:after { content: '\e31e'; } .mi-laptop_chromebook:after { content: '\e31f'; } .mi-laptop_mac:after { content: '\e320'; } .mi-laptop_windows:after { content: '\e321'; } .mi-launch:after { content: '\e895'; } .mi-layers:after { content: '\e53b'; } .mi-layers_clear:after { content: '\e53c'; } .mi-leak_add:after { content: '\e3f8'; } .mi-leak_remove:after { content: '\e3f9'; } .mi-lens:after { content: '\e3fa'; } .mi-library_add:after { content: '\e02e'; } .mi-library_books:after { content: '\e02f'; } .mi-library_music:after { content: '\e030'; } .mi-lightbulb_outline:after { content: '\e90f'; } .mi-line_style:after { content: '\e919'; } .mi-line_weight:after { content: '\e91a'; } .mi-linear_scale:after { content: '\e260'; } .mi-link:after { content: '\e157'; } .mi-linked_camera:after { content: '\e438'; } .mi-list:after { content: '\e896'; } .mi-live_help:after { content: '\e0c6'; } .mi-live_tv:after { content: '\e639'; } .mi-local_activity:after { content: '\e53f'; } .mi-local_airport:after { content: '\e53d'; } .mi-local_atm:after { content: '\e53e'; } .mi-local_bar:after { content: '\e540'; } .mi-local_cafe:after { content: '\e541'; } .mi-local_car_wash:after { content: '\e542'; } .mi-local_convenience_store:after { content: '\e543'; } .mi-local_dining:after { content: '\e556'; } .mi-local_drink:after { content: '\e544'; } .mi-local_florist:after { content: '\e545'; } .mi-local_gas_station:after { content: '\e546'; } .mi-local_grocery_store:after { content: '\e547'; } .mi-local_hospital:after { content: '\e548'; } .mi-local_hotel:after { content: '\e549'; } .mi-local_laundry_service:after { content: '\e54a'; } .mi-local_library:after { content: '\e54b'; } .mi-local_mall:after { content: '\e54c'; } .mi-local_movies:after { content: '\e54d'; } .mi-local_offer:after { content: '\e54e'; } .mi-local_parking:after { content: '\e54f'; } .mi-local_pharmacy:after { content: '\e550'; } .mi-local_phone:after { content: '\e551'; } .mi-local_pizza:after { content: '\e552'; } .mi-local_play:after { content: '\e553'; } .mi-local_post_office:after { content: '\e554'; } .mi-local_printshop:after { content: '\e555'; } .mi-local_see:after { content: '\e557'; } .mi-local_shipping:after { content: '\e558'; } .mi-local_taxi:after { content: '\e559'; } .mi-location_city:after { content: '\e7f1'; } .mi-location_disabled:after { content: '\e1b6'; } .mi-location_off:after { content: '\e0c7'; } .mi-location_on:after { content: '\e0c8'; } .mi-location_searching:after { content: '\e1b7'; } .mi-lock:after { content: '\e897'; } .mi-lock_open:after { content: '\e898'; } .mi-lock_outline:after { content: '\e899'; } .mi-looks:after { content: '\e3fc'; } .mi-looks_3:after { content: '\e3fb'; } .mi-looks_4:after { content: '\e3fd'; } .mi-looks_5:after { content: '\e3fe'; } .mi-looks_6:after { content: '\e3ff'; } .mi-looks_one:after { content: '\e400'; } .mi-looks_two:after { content: '\e401'; } .mi-loop:after { content: '\e028'; } .mi-loupe:after { content: '\e402'; } .mi-loyalty:after { content: '\e89a'; } .mi-mail:after { content: '\e158'; } .mi-mail_outline:after { content: '\e0e1'; } .mi-map:after { content: '\e55b'; } .mi-markunread:after { content: '\e159'; } .mi-markunread_mailbox:after { content: '\e89b'; } .mi-memory:after { content: '\e322'; } .mi-menu:after { content: '\e5d2'; } .mi-merge_type:after { content: '\e252'; } .mi-message:after { content: '\e0c9'; } .mi-mic:after { content: '\e029'; } .mi-mic_none:after { content: '\e02a'; } .mi-mic_off:after { content: '\e02b'; } .mi-mms:after { content: '\e618'; } .mi-mode_comment:after { content: '\e253'; } .mi-mode_edit:after { content: '\e254'; } .mi-money_off:after { content: '\e25c'; } .mi-monochrome_photos:after { content: '\e403'; } .mi-mood:after { content: '\e7f2'; } .mi-mood_bad:after { content: '\e7f3'; } .mi-more:after { content: '\e619'; } .mi-more_horiz:after { content: '\e5d3'; } .mi-more_vert:after { content: '\e5d4'; } .mi-motorcycle:after { content: '\e91b'; } .mi-mouse:after { content: '\e323'; } .mi-move_to_inbox:after { content: '\e168'; } .mi-movie:after { content: '\e02c'; } .mi-movie_creation:after { content: '\e404'; } .mi-movie_filter:after { content: '\e43a'; } .mi-music_note:after { content: '\e405'; } .mi-music_video:after { content: '\e063'; } .mi-my_location:after { content: '\e55c'; } .mi-nature:after { content: '\e406'; } .mi-nature_people:after { content: '\e407'; } .mi-navigate_before:after { content: '\e408'; } .mi-navigate_next:after { content: '\e409'; } .mi-navigation:after { content: '\e55d'; } .mi-near_me:after { content: '\e569'; } .mi-network_cell:after { content: '\e1b9'; } .mi-network_check:after { content: '\e640'; } .mi-network_locked:after { content: '\e61a'; } .mi-network_wifi:after { content: '\e1ba'; } .mi-new_releases:after { content: '\e031'; } .mi-next_week:after { content: '\e16a'; } .mi-nfc:after { content: '\e1bb'; } .mi-no_encryption:after { content: '\e641'; } .mi-no_sim:after { content: '\e0cc'; } .mi-not_interested:after { content: '\e033'; } .mi-note_add:after { content: '\e89c'; } .mi-notifications:after { content: '\e7f4'; } .mi-notifications_active:after { content: '\e7f7'; } .mi-notifications_none:after { content: '\e7f5'; } .mi-notifications_off:after { content: '\e7f6'; } .mi-notifications_paused:after { content: '\e7f8'; } .mi-offline_pin:after { content: '\e90a'; } .mi-ondemand_video:after { content: '\e63a'; } .mi-opacity:after { content: '\e91c'; } .mi-open_in_browser:after { content: '\e89d'; } .mi-open_in_new:after { content: '\e89e'; } .mi-open_with:after { content: '\e89f'; } .mi-pages:after { content: '\e7f9'; } .mi-pageview:after { content: '\e8a0'; } .mi-palette:after { content: '\e40a'; } .mi-pan_tool:after { content: '\e925'; } .mi-panorama:after { content: '\e40b'; } .mi-panorama_fish_eye:after { content: '\e40c'; } .mi-panorama_horizontal:after { content: '\e40d'; } .mi-panorama_vertical:after { content: '\e40e'; } .mi-panorama_wide_angle:after { content: '\e40f'; } .mi-party_mode:after { content: '\e7fa'; } .mi-pause:after { content: '\e034'; } .mi-pause_circle_filled:after { content: '\e035'; } .mi-pause_circle_outline:after { content: '\e036'; } .mi-payment:after { content: '\e8a1'; } .mi-people:after { content: '\e7fb'; } .mi-people_outline:after { content: '\e7fc'; } .mi-perm_camera_mic:after { content: '\e8a2'; } .mi-perm_contact_calendar:after { content: '\e8a3'; } .mi-perm_data_setting:after { content: '\e8a4'; } .mi-perm_device_information:after { content: '\e8a5'; } .mi-perm_identity:after { content: '\e8a6'; } .mi-perm_media:after { content: '\e8a7'; } .mi-perm_phone_msg:after { content: '\e8a8'; } .mi-perm_scan_wifi:after { content: '\e8a9'; } .mi-person:after { content: '\e7fd'; } .mi-person_add:after { content: '\e7fe'; } .mi-person_outline:after { content: '\e7ff'; } .mi-person_pin:after { content: '\e55a'; } .mi-person_pin_circle:after { content: '\e56a'; } .mi-personal_video:after { content: '\e63b'; } .mi-pets:after { content: '\e91d'; } .mi-phone:after { content: '\e0cd'; } .mi-phone_android:after { content: '\e324'; } .mi-phone_bluetooth_speaker:after { content: '\e61b'; } .mi-phone_forwarded:after { content: '\e61c'; } .mi-phone_in_talk:after { content: '\e61d'; } .mi-phone_iphone:after { content: '\e325'; } .mi-phone_locked:after { content: '\e61e'; } .mi-phone_missed:after { content: '\e61f'; } .mi-phone_paused:after { content: '\e620'; } .mi-phonelink:after { content: '\e326'; } .mi-phonelink_erase:after { content: '\e0db'; } .mi-phonelink_lock:after { content: '\e0dc'; } .mi-phonelink_off:after { content: '\e327'; } .mi-phonelink_ring:after { content: '\e0dd'; } .mi-phonelink_setup:after { content: '\e0de'; } .mi-photo:after { content: '\e410'; } .mi-photo_album:after { content: '\e411'; } .mi-photo_camera:after { content: '\e412'; } .mi-photo_filter:after { content: '\e43b'; } .mi-photo_library:after { content: '\e413'; } .mi-photo_size_select_actual:after { content: '\e432'; } .mi-photo_size_select_large:after { content: '\e433'; } .mi-photo_size_select_small:after { content: '\e434'; } .mi-picture_as_pdf:after { content: '\e415'; } .mi-picture_in_picture:after { content: '\e8aa'; } .mi-picture_in_picture_alt:after { content: '\e911'; } .mi-pin_drop:after { content: '\e55e'; } .mi-place:after { content: '\e55f'; } .mi-play_arrow:after { content: '\e037'; } .mi-play_circle_filled:after { content: '\e038'; } .mi-play_circle_outline:after { content: '\e039'; } .mi-play_for_work:after { content: '\e906'; } .mi-playlist_add:after { content: '\e03b'; } .mi-playlist_add_check:after { content: '\e065'; } .mi-playlist_play:after { content: '\e05f'; } .mi-plus_one:after { content: '\e800'; } .mi-poll:after { content: '\e801'; } .mi-polymer:after { content: '\e8ab'; } .mi-pool:after { content: '\eb48'; } .mi-portable_wifi_off:after { content: '\e0ce'; } .mi-portrait:after { content: '\e416'; } .mi-power:after { content: '\e63c'; } .mi-power_input:after { content: '\e336'; } .mi-power_settings_new:after { content: '\e8ac'; } .mi-pregnant_woman:after { content: '\e91e'; } .mi-present_to_all:after { content: '\e0df'; } .mi-print:after { content: '\e8ad'; } .mi-public:after { content: '\e80b'; } .mi-publish:after { content: '\e255'; } .mi-query_builder:after { content: '\e8ae'; } .mi-question_answer:after { content: '\e8af'; } .mi-queue:after { content: '\e03c'; } .mi-queue_music:after { content: '\e03d'; } .mi-queue_play_next:after { content: '\e066'; } .mi-radio:after { content: '\e03e'; } .mi-radio_button_checked:after { content: '\e837'; } .mi-radio_button_unchecked:after { content: '\e836'; } .mi-rate_review:after { content: '\e560'; } .mi-receipt:after { content: '\e8b0'; } .mi-recent_actors:after { content: '\e03f'; } .mi-record_voice_over:after { content: '\e91f'; } .mi-redeem:after { content: '\e8b1'; } .mi-redo:after { content: '\e15a'; } .mi-refresh:after { content: '\e5d5'; } .mi-remove:after { content: '\e15b'; } .mi-remove_circle:after { content: '\e15c'; } .mi-remove_circle_outline:after { content: '\e15d'; } .mi-remove_from_queue:after { content: '\e067'; } .mi-remove_red_eye:after { content: '\e417'; } .mi-reorder:after { content: '\e8fe'; } .mi-repeat:after { content: '\e040'; } .mi-repeat_one:after { content: '\e041'; } .mi-replay:after { content: '\e042'; } .mi-replay_10:after { content: '\e059'; } .mi-replay_30:after { content: '\e05a'; } .mi-replay_5:after { content: '\e05b'; } .mi-reply:after { content: '\e15e'; } .mi-reply_all:after { content: '\e15f'; } .mi-report:after { content: '\e160'; } .mi-report_problem:after { content: '\e8b2'; } .mi-restaurant_menu:after { content: '\e561'; } .mi-restore:after { content: '\e8b3'; } .mi-ring_volume:after { content: '\e0d1'; } .mi-room:after { content: '\e8b4'; } .mi-room_service:after { content: '\eb49'; } .mi-rotate_90_degrees_ccw:after { content: '\e418'; } .mi-rotate_left:after { content: '\e419'; } .mi-rotate_right:after { content: '\e41a'; } .mi-rounded_corner:after { content: '\e920'; } .mi-router:after { content: '\e328'; } .mi-rowing:after { content: '\e921'; } .mi-rv_hookup:after { content: '\e642'; } .mi-satellite:after { content: '\e562'; } .mi-save:after { content: '\e161'; } .mi-scanner:after { content: '\e329'; } .mi-schedule:after { content: '\e8b5'; } .mi-school:after { content: '\e80c'; } .mi-screen_lock_landscape:after { content: '\e1be'; } .mi-screen_lock_portrait:after { content: '\e1bf'; } .mi-screen_lock_rotation:after { content: '\e1c0'; } .mi-screen_rotation:after { content: '\e1c1'; } .mi-screen_share:after { content: '\e0e2'; } .mi-sd_card:after { content: '\e623'; } .mi-sd_storage:after { content: '\e1c2'; } .mi-search:after { content: '\e8b6'; } .mi-security:after { content: '\e32a'; } .mi-select_all:after { content: '\e162'; } .mi-send:after { content: '\e163'; } .mi-settings:after { content: '\e8b8'; } .mi-settings_applications:after { content: '\e8b9'; } .mi-settings_backup_restore:after { content: '\e8ba'; } .mi-settings_bluetooth:after { content: '\e8bb'; } .mi-settings_brightness:after { content: '\e8bd'; } .mi-settings_cell:after { content: '\e8bc'; } .mi-settings_ethernet:after { content: '\e8be'; } .mi-settings_input_antenna:after { content: '\e8bf'; } .mi-settings_input_component:after { content: '\e8c0'; } .mi-settings_input_composite:after { content: '\e8c1'; } .mi-settings_input_hdmi:after { content: '\e8c2'; } .mi-settings_input_svideo:after { content: '\e8c3'; } .mi-settings_overscan:after { content: '\e8c4'; } .mi-settings_phone:after { content: '\e8c5'; } .mi-settings_power:after { content: '\e8c6'; } .mi-settings_remote:after { content: '\e8c7'; } .mi-settings_system_daydream:after { content: '\e1c3'; } .mi-settings_voice:after { content: '\e8c8'; } .mi-share:after { content: '\e80d'; } .mi-shop:after { content: '\e8c9'; } .mi-shop_two:after { content: '\e8ca'; } .mi-shopping_basket:after { content: '\e8cb'; } .mi-shopping_cart:after { content: '\e8cc'; } .mi-short_text:after { content: '\e261'; } .mi-shuffle:after { content: '\e043'; } .mi-signal_cellular_4_bar:after { content: '\e1c8'; } .mi-signal_cellular_connected_no_internet_4_bar:after { content: '\e1cd'; } .mi-signal_cellular_no_sim:after { content: '\e1ce'; } .mi-signal_cellular_null:after { content: '\e1cf'; } .mi-signal_cellular_off:after { content: '\e1d0'; } .mi-signal_wifi_4_bar:after { content: '\e1d8'; } .mi-signal_wifi_4_bar_lock:after { content: '\e1d9'; } .mi-signal_wifi_off:after { content: '\e1da'; } .mi-sim_card:after { content: '\e32b'; } .mi-sim_card_alert:after { content: '\e624'; } .mi-skip_next:after { content: '\e044'; } .mi-skip_previous:after { content: '\e045'; } .mi-slideshow:after { content: '\e41b'; } .mi-slow_motion_video:after { content: '\e068'; } .mi-smartphone:after { content: '\e32c'; } .mi-smoke_free:after { content: '\eb4a'; } .mi-smoking_rooms:after { content: '\eb4b'; } .mi-sms:after { content: '\e625'; } .mi-sms_failed:after { content: '\e626'; } .mi-snooze:after { content: '\e046'; } .mi-sort:after { content: '\e164'; } .mi-sort_by_alpha:after { content: '\e053'; } .mi-spa:after { content: '\eb4c'; } .mi-space_bar:after { content: '\e256'; } .mi-speaker:after { content: '\e32d'; } .mi-speaker_group:after { content: '\e32e'; } .mi-speaker_notes:after { content: '\e8cd'; } .mi-speaker_phone:after { content: '\e0d2'; } .mi-spellcheck:after { content: '\e8ce'; } .mi-star:after { content: '\e838'; } .mi-star_border:after { content: '\e83a'; } .mi-star_half:after { content: '\e839'; } .mi-stars:after { content: '\e8d0'; } .mi-stay_current_landscape:after { content: '\e0d3'; } .mi-stay_current_portrait:after { content: '\e0d4'; } .mi-stay_primary_landscape:after { content: '\e0d5'; } .mi-stay_primary_portrait:after { content: '\e0d6'; } .mi-stop:after { content: '\e047'; } .mi-stop_screen_share:after { content: '\e0e3'; } .mi-storage:after { content: '\e1db'; } .mi-store:after { content: '\e8d1'; } .mi-store_mall_directory:after { content: '\e563'; } .mi-straighten:after { content: '\e41c'; } .mi-strikethrough_s:after { content: '\e257'; } .mi-style:after { content: '\e41d'; } .mi-subdirectory_arrow_left:after { content: '\e5d9'; } .mi-subdirectory_arrow_right:after { content: '\e5da'; } .mi-subject:after { content: '\e8d2'; } .mi-subscriptions:after { content: '\e064'; } .mi-subtitles:after { content: '\e048'; } .mi-supervisor_account:after { content: '\e8d3'; } .mi-surround_sound:after { content: '\e049'; } .mi-swap_calls:after { content: '\e0d7'; } .mi-swap_horiz:after { content: '\e8d4'; } .mi-swap_vert:after { content: '\e8d5'; } .mi-swap_vertical_circle:after { content: '\e8d6'; } .mi-switch_camera:after { content: '\e41e'; } .mi-switch_video:after { content: '\e41f'; } .mi-sync:after { content: '\e627'; } .mi-sync_disabled:after { content: '\e628'; } .mi-sync_problem:after { content: '\e629'; } .mi-system_update:after { content: '\e62a'; } .mi-system_update_alt:after { content: '\e8d7'; } .mi-tab:after { content: '\e8d8'; } .mi-tab_unselected:after { content: '\e8d9'; } .mi-tablet:after { content: '\e32f'; } .mi-tablet_android:after { content: '\e330'; } .mi-tablet_mac:after { content: '\e331'; } .mi-tag_faces:after { content: '\e420'; } .mi-tap_and_play:after { content: '\e62b'; } .mi-terrain:after { content: '\e564'; } .mi-text_fields:after { content: '\e262'; } .mi-text_format:after { content: '\e165'; } .mi-textsms:after { content: '\e0d8'; } .mi-texture:after { content: '\e421'; } .mi-theaters:after { content: '\e8da'; } .mi-thumb_down:after { content: '\e8db'; } .mi-thumb_up:after { content: '\e8dc'; } .mi-thumbs_up_down:after { content: '\e8dd'; } .mi-time_to_leave:after { content: '\e62c'; } .mi-timelapse:after { content: '\e422'; } .mi-timeline:after { content: '\e922'; } .mi-timer:after { content: '\e425'; } .mi-timer_10:after { content: '\e423'; } .mi-timer_3:after { content: '\e424'; } .mi-timer_off:after { content: '\e426'; } .mi-toc:after { content: '\e8de'; } .mi-today:after { content: '\e8df'; } .mi-toll:after { content: '\e8e0'; } .mi-tonality:after { content: '\e427'; } .mi-touch_app:after { content: '\e913'; } .mi-toys:after { content: '\e332'; } .mi-track_changes:after { content: '\e8e1'; } .mi-traffic:after { content: '\e565'; } .mi-transform:after { content: '\e428'; } .mi-translate:after { content: '\e8e2'; } .mi-trending_down:after { content: '\e8e3'; } .mi-trending_flat:after { content: '\e8e4'; } .mi-trending_up:after { content: '\e8e5'; } .mi-tune:after { content: '\e429'; } .mi-turned_in:after { content: '\e8e6'; } .mi-turned_in_not:after { content: '\e8e7'; } .mi-tv:after { content: '\e333'; } .mi-unarchive:after { content: '\e169'; } .mi-undo:after { content: '\e166'; } .mi-unfold_less:after { content: '\e5d6'; } .mi-unfold_more:after { content: '\e5d7'; } .mi-update:after { content: '\e923'; } .mi-usb:after { content: '\e1e0'; } .mi-verified_user:after { content: '\e8e8'; } .mi-vertical_align_bottom:after { content: '\e258'; } .mi-vertical_align_center:after { content: '\e259'; } .mi-vertical_align_top:after { content: '\e25a'; } .mi-vibration:after { content: '\e62d'; } .mi-video_library:after { content: '\e04a'; } .mi-videocam:after { content: '\e04b'; } .mi-videocam_off:after { content: '\e04c'; } .mi-videogame_asset:after { content: '\e338'; } .mi-view_agenda:after { content: '\e8e9'; } .mi-view_array:after { content: '\e8ea'; } .mi-view_carousel:after { content: '\e8eb'; } .mi-view_column:after { content: '\e8ec'; } .mi-view_comfy:after { content: '\e42a'; } .mi-view_compact:after { content: '\e42b'; } .mi-view_day:after { content: '\e8ed'; } .mi-view_headline:after { content: '\e8ee'; } .mi-view_list:after { content: '\e8ef'; } .mi-view_module:after { content: '\e8f0'; } .mi-view_quilt:after { content: '\e8f1'; } .mi-view_stream:after { content: '\e8f2'; } .mi-view_week:after { content: '\e8f3'; } .mi-vignette:after { content: '\e435'; } .mi-visibility:after { content: '\e8f4'; } .mi-visibility_off:after { content: '\e8f5'; } .mi-voice_chat:after { content: '\e62e'; } .mi-voicemail:after { content: '\e0d9'; } .mi-volume_down:after { content: '\e04d'; } .mi-volume_mute:after { content: '\e04e'; } .mi-volume_off:after { content: '\e04f'; } .mi-volume_up:after { content: '\e050'; } .mi-vpn_key:after { content: '\e0da'; } .mi-vpn_lock:after { content: '\e62f'; } .mi-wallpaper:after { content: '\e1bc'; } .mi-warning:after { content: '\e002'; } .mi-watch:after { content: '\e334'; } .mi-watch_later:after { content: '\e924'; } .mi-wb_auto:after { content: '\e42c'; } .mi-wb_cloudy:after { content: '\e42d'; } .mi-wb_incandescent:after { content: '\e42e'; } .mi-wb_iridescent:after { content: '\e436'; } .mi-wb_sunny:after { content: '\e430'; } .mi-wc:after { content: '\e63d'; } .mi-web:after { content: '\e051'; } .mi-web_asset:after { content: '\e069'; } .mi-weekend:after { content: '\e16b'; } .mi-whatshot:after { content: '\e80e'; } .mi-widgets:after { content: '\e1bd'; } .mi-wifi:after { content: '\e63e'; } .mi-wifi_lock:after { content: '\e1e1'; } .mi-wifi_tethering:after { content: '\e1e2'; } .mi-work:after { content: '\e8f9'; } .mi-wrap_text:after { content: '\e25b'; } .mi-youtube_searched_for:after { content: '\e8fa'; } .mi-zoom_in:after { content: '\e8ff'; } .mi-zoom_out:after { content: '\e900'; } .mi-zoom_out_map:after { content: '\e56b'; }
0.503174
0.14072
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-family: sans-serif; } body { box-sizing: border-box; background-color: transparent; } nav ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } .container { max-width: 1212px; margin: 0 auto; padding: 0 10px; } .page-container { max-width: 1020px; margin: 0 auto; padding: 0 10px; } .header { height: 108px; background-color: #fff; } .header .header__container { display: flex; align-items: center; height: 100%; } .header .header__container .header__logo { max-width: 80px; max-height: 80px; margin-right: 65px; } .header .header__container ul { display: flex; list-style: none; } .header .header__container ul li { margin-right: 25px; } .header .header__container ul li a { text-decoration: none; color: #303030; position: relative; } .header .header__container ul li .active { color: #0182F9; } .header .header__container ul li .active::after { position: absolute; content: ""; width: 90%; height: 4px; background-color: #0182F9; display: block; position: absolute; bottom: -45px; } .header .header__container ul li:last-child { margin: 0; } .comics { text-align: center; background-color: #1C1C1C; padding: 80px 0 30px 0; } .comics__items-list { display: flex; flex-wrap: wrap; justify-content: center; } .comics a { text-decoration: none; } .comics__item { max-width: 180px; margin: 0 10px 30px 10px; text-decoration: none; list-style: none; } .comics__poster { height: 180px; overflow: hidden; transition: all linear 0.2s; position: relative; } .comics__poster span { position: absolute; display: flex; align-items: center; top: 50%; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; border: 3px solid #0182F9; opacity: 0; z-index: 4; transition: ease-in-out 0.2s; color: #fff; font-weight: 700; background: rgba(0, 0, 0, 0.342); } .comics__poster::after { content: ""; position: absolute; background-color: rgba(2, 2, 2, 0.726); opacity: 0; transition: all linear 0.2s; top: 0; left: 0; bottom: 0; right: 0; } .comics__poster:hover::after { opacity: 100; } .comics__poster:hover span { opacity: 1; } .comics__title { color: #fff; margin-top: 20px; } .comics__btn { text-transform: uppercase; color: #fff; text-decoration: none; font-weight: 600; padding: 8px 50px; background-color: #0182F9; transition: all ease-in-out 0.3s; } .comics__btn:hover { filter: brightness(1.4); } .footer { background-color: #303030; border-top: solid 17px #0182F9; padding: 30px 0; } .footer .footer__container { display: flex; justify-content: space-between; align-items: center; } @media screen and (max-width: 542px) { .footer .footer__container { flex-direction: column; } } .footer .sign-up a { font-size: 17px; text-transform: uppercase; color: #fff; text-decoration: none; padding: 15px 14px; border: 2px solid #0182F9; transition: all ease-in 0.2s; } .footer .sign-up a:hover { background-color: #0182F9; } .footer .social { display: flex; align-items: center; } @media screen and (max-width: 632px) { .footer .social { flex-direction: column; } } .footer .social__text { margin-right: 25px; font-weight: 700; text-transform: uppercase; color: #0182F9; } @media screen and (max-width: 632px) { .footer .social__text { margin-right: 0; margin-bottom: 10px; } } @media screen and (max-width: 542px) { .footer .social__text { margin-top: 25px; } } .footer .social__link { margin-right: 15px; text-decoration: none; } .footer .social__link:last-child { margin-right: 0; } .footer .social__link img { transition: all ease-in 0.2s; box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); border-radius: 100%; } .footer .social__link img:hover { transform: scale(1.1); box-shadow: 0px 5px 7px -4px #000000, 3px 3px 7px 3px rgba(0, 0, 0, 0); filter: brightness(1.5); } .comics-page__banner { background-image: url("/images/jumbotron.jpg"); background-size: cover; background-repeat: no-repeat; min-height: 400px; width: 100%; border-bottom: 80px solid #0182F9; } .comics-page__poster { position: relative; width: 190px; height: 290px; border: 3px solid #fff; transform: translateY(170px); } .comics-page__poster a { position: absolute; bottom: -1px; background: #02A8DA; color: #fff; text-transform: uppercase; width: 100%; padding: 4px 1px; text-decoration: none; font-size: 14px; text-align: center; } .comics-page__poster span { position: absolute; font-size: 14px; top: 0; left: 0; background: #02A8DA; color: #fff; text-transform: uppercase; padding: 3px; } .page-info { display: flex; padding: 120px 15px; } @media screen and (max-width: 840px) { .page-info { display: flex; flex-direction: column; } } .page-info__items { margin-right: 40px; } @media screen and (max-width: 840px) { .page-info__items { margin-right: 0; } } .page-info__title { font-size: 25px; text-transform: uppercase; color: #103E5F; margin-bottom: 30px; } .page-info__bar { background: #55BA5A; display: flex; justify-content: space-between; border-bottom: 2px solid #459848; margin-bottom: 20px; border-radius: 5px; } .page-info__text { line-height: 28px; color: #83797c; } .page-info__prom { position: relative; justify-content: center; } @media screen and (max-width: 840px) { .page-info__prom { margin-top: 30px; } } .page-info__prom span { text-transform: uppercase; position: absolute; top: -20px; right: 0; color: #83797c; } @media screen and (max-width: 840px) { .page-info__prom span { top: -20px; left: 0; } } .info-bar__price { display: flex; justify-content: space-between; flex-grow: 1; text-align: end; padding: 15px 25px; color: #fff; } .info-bar__price span { color: #B2F582; } @media screen and (max-width: 500px) { .info-bar__price span { display: none; } } .info-bar__modal { border-left: 2px solid #459848; padding: 15px 25px; color: #fff; }
public/css/app.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-family: sans-serif; } body { box-sizing: border-box; background-color: transparent; } nav ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } .container { max-width: 1212px; margin: 0 auto; padding: 0 10px; } .page-container { max-width: 1020px; margin: 0 auto; padding: 0 10px; } .header { height: 108px; background-color: #fff; } .header .header__container { display: flex; align-items: center; height: 100%; } .header .header__container .header__logo { max-width: 80px; max-height: 80px; margin-right: 65px; } .header .header__container ul { display: flex; list-style: none; } .header .header__container ul li { margin-right: 25px; } .header .header__container ul li a { text-decoration: none; color: #303030; position: relative; } .header .header__container ul li .active { color: #0182F9; } .header .header__container ul li .active::after { position: absolute; content: ""; width: 90%; height: 4px; background-color: #0182F9; display: block; position: absolute; bottom: -45px; } .header .header__container ul li:last-child { margin: 0; } .comics { text-align: center; background-color: #1C1C1C; padding: 80px 0 30px 0; } .comics__items-list { display: flex; flex-wrap: wrap; justify-content: center; } .comics a { text-decoration: none; } .comics__item { max-width: 180px; margin: 0 10px 30px 10px; text-decoration: none; list-style: none; } .comics__poster { height: 180px; overflow: hidden; transition: all linear 0.2s; position: relative; } .comics__poster span { position: absolute; display: flex; align-items: center; top: 50%; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; border: 3px solid #0182F9; opacity: 0; z-index: 4; transition: ease-in-out 0.2s; color: #fff; font-weight: 700; background: rgba(0, 0, 0, 0.342); } .comics__poster::after { content: ""; position: absolute; background-color: rgba(2, 2, 2, 0.726); opacity: 0; transition: all linear 0.2s; top: 0; left: 0; bottom: 0; right: 0; } .comics__poster:hover::after { opacity: 100; } .comics__poster:hover span { opacity: 1; } .comics__title { color: #fff; margin-top: 20px; } .comics__btn { text-transform: uppercase; color: #fff; text-decoration: none; font-weight: 600; padding: 8px 50px; background-color: #0182F9; transition: all ease-in-out 0.3s; } .comics__btn:hover { filter: brightness(1.4); } .footer { background-color: #303030; border-top: solid 17px #0182F9; padding: 30px 0; } .footer .footer__container { display: flex; justify-content: space-between; align-items: center; } @media screen and (max-width: 542px) { .footer .footer__container { flex-direction: column; } } .footer .sign-up a { font-size: 17px; text-transform: uppercase; color: #fff; text-decoration: none; padding: 15px 14px; border: 2px solid #0182F9; transition: all ease-in 0.2s; } .footer .sign-up a:hover { background-color: #0182F9; } .footer .social { display: flex; align-items: center; } @media screen and (max-width: 632px) { .footer .social { flex-direction: column; } } .footer .social__text { margin-right: 25px; font-weight: 700; text-transform: uppercase; color: #0182F9; } @media screen and (max-width: 632px) { .footer .social__text { margin-right: 0; margin-bottom: 10px; } } @media screen and (max-width: 542px) { .footer .social__text { margin-top: 25px; } } .footer .social__link { margin-right: 15px; text-decoration: none; } .footer .social__link:last-child { margin-right: 0; } .footer .social__link img { transition: all ease-in 0.2s; box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); border-radius: 100%; } .footer .social__link img:hover { transform: scale(1.1); box-shadow: 0px 5px 7px -4px #000000, 3px 3px 7px 3px rgba(0, 0, 0, 0); filter: brightness(1.5); } .comics-page__banner { background-image: url("/images/jumbotron.jpg"); background-size: cover; background-repeat: no-repeat; min-height: 400px; width: 100%; border-bottom: 80px solid #0182F9; } .comics-page__poster { position: relative; width: 190px; height: 290px; border: 3px solid #fff; transform: translateY(170px); } .comics-page__poster a { position: absolute; bottom: -1px; background: #02A8DA; color: #fff; text-transform: uppercase; width: 100%; padding: 4px 1px; text-decoration: none; font-size: 14px; text-align: center; } .comics-page__poster span { position: absolute; font-size: 14px; top: 0; left: 0; background: #02A8DA; color: #fff; text-transform: uppercase; padding: 3px; } .page-info { display: flex; padding: 120px 15px; } @media screen and (max-width: 840px) { .page-info { display: flex; flex-direction: column; } } .page-info__items { margin-right: 40px; } @media screen and (max-width: 840px) { .page-info__items { margin-right: 0; } } .page-info__title { font-size: 25px; text-transform: uppercase; color: #103E5F; margin-bottom: 30px; } .page-info__bar { background: #55BA5A; display: flex; justify-content: space-between; border-bottom: 2px solid #459848; margin-bottom: 20px; border-radius: 5px; } .page-info__text { line-height: 28px; color: #83797c; } .page-info__prom { position: relative; justify-content: center; } @media screen and (max-width: 840px) { .page-info__prom { margin-top: 30px; } } .page-info__prom span { text-transform: uppercase; position: absolute; top: -20px; right: 0; color: #83797c; } @media screen and (max-width: 840px) { .page-info__prom span { top: -20px; left: 0; } } .info-bar__price { display: flex; justify-content: space-between; flex-grow: 1; text-align: end; padding: 15px 25px; color: #fff; } .info-bar__price span { color: #B2F582; } @media screen and (max-width: 500px) { .info-bar__price span { display: none; } } .info-bar__modal { border-left: 2px solid #459848; padding: 15px 25px; color: #fff; }
0.451568
0.061368
.logo a { font-family: 'Roboto', sans-serif; font-size: 30px; line-height: 32px; font-weight: bold; text-decoration: none; color: #555252; font-weight: 300; } .logo:first-letter { color: #1abc9c; } body { width: 1170px; margin: 0 auto; } .menu-section { list-style: none; float: right; margin-right: 30px; } .logo { float: left; } .inner-box a { text-decoration: none; color: #ffffff; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 32px; font-weight: bold; } .inner-box { width: 255px; height: 40px; background: linear-gradient(to right, #323232 80%, #8c8c8c 20%); margin-bottom: 30px; margin-top: 0px; padding-top: 10px; } .opus{ float: left; padding-left: 20px; } .price{ float: right; padding-right: 9px; } .inner-box:hover { background: linear-gradient(to right, #1abc9c 80%, #7fd9c7 20%); } .silka { padding-right: 30px; float: left; } .menu-section a:hover { color: #1abc9c; } .menu-section a { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: bold; line-height: 11px; text-decoration: none; color: #0f0101; } nav { content: ""; display: table; clear: both; width: 1170px; margin: 0 auto; } main { width: 1170px; margin: 0 auto; } .section-title { text-align: center; font-size: 48px; font-weight: 900; font-family: "Roboto"; color: rgb(81, 81, 81); line-height: 32px; } h2::after { display: block; content: ""; width: 164px; height: 7px; background-color: #1abc9c; margin: 0 auto; margin-top: 30px; margin-bottom: 90px; } .featured-item { list-style: none; float: left; padding-right: 30px; } .featured-item:nth-child(4) { padding-right: 0px; } .featured-item:nth-child(8) { padding-right: 0px; } .clearfix{ content: ""; display: table; clear: both; margin: 0 auto; } .featured { padding-left: 0px; } .cost { text-decoration: none; display: block; } .clearfix::after { display: table; content: ""; clear: both; } .bog { width: 350px; float: left; list-style: none; } .bog:not(:nth-child(3n)) { margin-right: 30px; } .bog div::after { display: block; content: ""; width: 136px; height: 3px; background-color: #1abc9c; margin-top: 15px; margin-bottom: 30px; } .bog div { margin-top: 15px; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; line-height: 26px; color: #555252; } .bog p { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 26px; color: #555252; margin-bottom: 19px; } .bog button { width: 159px; height: 51px; background-color: #1abc9c; color: #ffffff; margin-bottom: 80px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 26px; font-weight: 300; }
css/styles.css
.logo a { font-family: 'Roboto', sans-serif; font-size: 30px; line-height: 32px; font-weight: bold; text-decoration: none; color: #555252; font-weight: 300; } .logo:first-letter { color: #1abc9c; } body { width: 1170px; margin: 0 auto; } .menu-section { list-style: none; float: right; margin-right: 30px; } .logo { float: left; } .inner-box a { text-decoration: none; color: #ffffff; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 32px; font-weight: bold; } .inner-box { width: 255px; height: 40px; background: linear-gradient(to right, #323232 80%, #8c8c8c 20%); margin-bottom: 30px; margin-top: 0px; padding-top: 10px; } .opus{ float: left; padding-left: 20px; } .price{ float: right; padding-right: 9px; } .inner-box:hover { background: linear-gradient(to right, #1abc9c 80%, #7fd9c7 20%); } .silka { padding-right: 30px; float: left; } .menu-section a:hover { color: #1abc9c; } .menu-section a { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: bold; line-height: 11px; text-decoration: none; color: #0f0101; } nav { content: ""; display: table; clear: both; width: 1170px; margin: 0 auto; } main { width: 1170px; margin: 0 auto; } .section-title { text-align: center; font-size: 48px; font-weight: 900; font-family: "Roboto"; color: rgb(81, 81, 81); line-height: 32px; } h2::after { display: block; content: ""; width: 164px; height: 7px; background-color: #1abc9c; margin: 0 auto; margin-top: 30px; margin-bottom: 90px; } .featured-item { list-style: none; float: left; padding-right: 30px; } .featured-item:nth-child(4) { padding-right: 0px; } .featured-item:nth-child(8) { padding-right: 0px; } .clearfix{ content: ""; display: table; clear: both; margin: 0 auto; } .featured { padding-left: 0px; } .cost { text-decoration: none; display: block; } .clearfix::after { display: table; content: ""; clear: both; } .bog { width: 350px; float: left; list-style: none; } .bog:not(:nth-child(3n)) { margin-right: 30px; } .bog div::after { display: block; content: ""; width: 136px; height: 3px; background-color: #1abc9c; margin-top: 15px; margin-bottom: 30px; } .bog div { margin-top: 15px; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 600; line-height: 26px; color: #555252; } .bog p { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 26px; color: #555252; margin-bottom: 19px; } .bog button { width: 159px; height: 51px; background-color: #1abc9c; color: #ffffff; margin-bottom: 80px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 26px; font-weight: 300; }
0.264263
0.188361
*{ margin: 0; padding: 0; } .entrada{ width: 100%; top: 0; filter: grayscale(50%); } #Home{ width: 100%; } #cabecalho{ width: 100%; background-color: #181818; opacity: 0.75; position: fixed; padding: 20px; z-index: 1000; } .secao{ width: 100%; padding-top: 50px; padding-bottom: 30px; position: relative; } .barra{ margin: auto; width: 80%; } .logo{ color: #d7d1c3; opacity: 1; float: left; font-size: 1.5vw; font-family: 'Montserrat', sans-serif; } .menu{ list-style: none; float: right; margin: 0; padding: 0; } .lista1{ float: left; color: #d7d1c3; opacity: 1; font-size: 1.3vw; font-family: 'Montserrat', sans-serif; } .botao{ text-decoration: none; padding: 12px; color: #d7d1c3; } .botao:visited{ color: #d7d1c3; } .botao:hover{ padding: 10px; color:#fee180; border: 2px solid #fee180; text-decoration: none; } #Bio{ background-color: #181818; width: 100%; } .titulo{ text-align: center; color: #fee180; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: 7px; } .biografia{ width: 80%; margin: auto; text-align: center; position: relative; } .fotobio{ width: 400px; border: 6px solid white; margin-left: 20px; } .textobio{ text-align: justify; line-height: 1.5; font-size: 1.1vw; font-family: 'Montserrat', sans-serif; color:#d7d1c3; width: 400px; display: inline-block; transform: translateY(50%); margin-right: 20px; } #Discografia{ background-color: #202020; } .disk{ display: block; width: 80%; margin: auto; } .total{ position: relative; display: inline; margin-right: 5%; } .disco{ width: 20%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; display: inline-block; transform: translateX(50%); transition: .5s ease; backface-visibility: hidden; border: 6px solid white; } .meio{ transition: .5s ease; opacity: 0; width: 50%; text-align: center; display: inline-block; position: absolute; top: 50%; left: 80%; transform: translate(-50%, -50%); z-index: 1000; } .total:hover .disco { opacity: 0.3; } .total:hover .meio { opacity: 0.7; } .legenda{ background-color: gray; color: #d7d1c3; font-size: 16px; font-size: 1.1vw; font-family: 'Montserrat', sans-serif; font-weight: 500; } #Composicoes{ background-color: #181818; background-image: url(./Imagens/composicao2.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } .spotify{ width: 40%; display: block; margin-left: 10%; } #Galeria{ background-color: #202020; } .todagaleria{ display: block; text-align: center; } .fotogaleria{ width: 35%; border: 6px solid white; margin: 10px; display: inline-block; } #Agenda{ background-color: #181818; } .data{ border: 3px solid #d7d1c3; display: inline-block; color: #d7d1c3; line-height: 1.5; font-size: 1.1vw; padding: 20px; transform: translateY(-50%); } .evento{ display: inline-block; color: #d7d1c3; line-height: 1.3; font-size: 1.1vw; margin: 5%; text-align: left; max-width: 350px; } .show{ text-align: center; top: 5%; } .agenda{ margin: auto; } .link{ text-decoration: none; color: #d7d1c3; } .link:visited{ color: #d7d1c3; text-decoration: none; } #Contato{ background-color: #202020; } .icon{ width: 80%; display: inline-block; text-align: center; padding-top: 3%; position: relative; left: 7%; } .rede2{ margin-left: 2%; position: absolute; top: 50%; height: 60%; } #footer{ background-color: #181818; color: #d7d1c3; padding: 20px; line-height: 1.5; font-size: 1.1vw; text-align: center; } @media screen and (max-width: 800px){ .textobio{width: 400px;} .fotobio{width: 350px; margin-top: 70px; margin-left: auto;} .spotify{margin: auto;} .evento{max-width: 200px;} .rede2{margin-left: 25px; height: 73px; top: 40px;} } @media screen and (max-width: 500px){ #cabecalho {position: absolute;} .barra{top: 0;} .logo{float: none; text-align: center; font-size: 5vw; top:0;} .menu{float: none;} .lista1{float: none; font-size: 3.5vw; text-align: center; margin-bottom: 5px;margin-top: 5px;} .botao{padding: 2px;} .botao:hover{padding: 4px; border: 1px solid #fee180;} .secao{padding-top: 20px;padding-bottom: 20px;} .titulo{font-size: 7vw;} .biografia{width: 80%; text-align: center; top: 10px;} .subtitulo{padding: 0; margin: 0;} .textobio{width: 250px; margin: auto; font-size: 10px; padding: 0; transform: translateY(+0%);} .fotobio{width: 200px; text-align: center; border: 3px solid white; margin-left: 0px; margin-top: 30px;padding-left: 0;} .disco{border-width: 3px;} .spotify{width: 300px; height: 350px; margin: auto;} .data{font-size: 3.5vw; padding: 10px;} .evento{font-size: 3.5vw;text-align: center; margin: 10px;} .show{position: relative;top: 30px;} .icon{width: 65%;} .rede{width: 35px;} .rede2{margin-left: 20px; height: 40px; top: 20px;} #footer{font-size: 3vw;} }
Style.css
*{ margin: 0; padding: 0; } .entrada{ width: 100%; top: 0; filter: grayscale(50%); } #Home{ width: 100%; } #cabecalho{ width: 100%; background-color: #181818; opacity: 0.75; position: fixed; padding: 20px; z-index: 1000; } .secao{ width: 100%; padding-top: 50px; padding-bottom: 30px; position: relative; } .barra{ margin: auto; width: 80%; } .logo{ color: #d7d1c3; opacity: 1; float: left; font-size: 1.5vw; font-family: 'Montserrat', sans-serif; } .menu{ list-style: none; float: right; margin: 0; padding: 0; } .lista1{ float: left; color: #d7d1c3; opacity: 1; font-size: 1.3vw; font-family: 'Montserrat', sans-serif; } .botao{ text-decoration: none; padding: 12px; color: #d7d1c3; } .botao:visited{ color: #d7d1c3; } .botao:hover{ padding: 10px; color:#fee180; border: 2px solid #fee180; text-decoration: none; } #Bio{ background-color: #181818; width: 100%; } .titulo{ text-align: center; color: #fee180; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: 7px; } .biografia{ width: 80%; margin: auto; text-align: center; position: relative; } .fotobio{ width: 400px; border: 6px solid white; margin-left: 20px; } .textobio{ text-align: justify; line-height: 1.5; font-size: 1.1vw; font-family: 'Montserrat', sans-serif; color:#d7d1c3; width: 400px; display: inline-block; transform: translateY(50%); margin-right: 20px; } #Discografia{ background-color: #202020; } .disk{ display: block; width: 80%; margin: auto; } .total{ position: relative; display: inline; margin-right: 5%; } .disco{ width: 20%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; display: inline-block; transform: translateX(50%); transition: .5s ease; backface-visibility: hidden; border: 6px solid white; } .meio{ transition: .5s ease; opacity: 0; width: 50%; text-align: center; display: inline-block; position: absolute; top: 50%; left: 80%; transform: translate(-50%, -50%); z-index: 1000; } .total:hover .disco { opacity: 0.3; } .total:hover .meio { opacity: 0.7; } .legenda{ background-color: gray; color: #d7d1c3; font-size: 16px; font-size: 1.1vw; font-family: 'Montserrat', sans-serif; font-weight: 500; } #Composicoes{ background-color: #181818; background-image: url(./Imagens/composicao2.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } .spotify{ width: 40%; display: block; margin-left: 10%; } #Galeria{ background-color: #202020; } .todagaleria{ display: block; text-align: center; } .fotogaleria{ width: 35%; border: 6px solid white; margin: 10px; display: inline-block; } #Agenda{ background-color: #181818; } .data{ border: 3px solid #d7d1c3; display: inline-block; color: #d7d1c3; line-height: 1.5; font-size: 1.1vw; padding: 20px; transform: translateY(-50%); } .evento{ display: inline-block; color: #d7d1c3; line-height: 1.3; font-size: 1.1vw; margin: 5%; text-align: left; max-width: 350px; } .show{ text-align: center; top: 5%; } .agenda{ margin: auto; } .link{ text-decoration: none; color: #d7d1c3; } .link:visited{ color: #d7d1c3; text-decoration: none; } #Contato{ background-color: #202020; } .icon{ width: 80%; display: inline-block; text-align: center; padding-top: 3%; position: relative; left: 7%; } .rede2{ margin-left: 2%; position: absolute; top: 50%; height: 60%; } #footer{ background-color: #181818; color: #d7d1c3; padding: 20px; line-height: 1.5; font-size: 1.1vw; text-align: center; } @media screen and (max-width: 800px){ .textobio{width: 400px;} .fotobio{width: 350px; margin-top: 70px; margin-left: auto;} .spotify{margin: auto;} .evento{max-width: 200px;} .rede2{margin-left: 25px; height: 73px; top: 40px;} } @media screen and (max-width: 500px){ #cabecalho {position: absolute;} .barra{top: 0;} .logo{float: none; text-align: center; font-size: 5vw; top:0;} .menu{float: none;} .lista1{float: none; font-size: 3.5vw; text-align: center; margin-bottom: 5px;margin-top: 5px;} .botao{padding: 2px;} .botao:hover{padding: 4px; border: 1px solid #fee180;} .secao{padding-top: 20px;padding-bottom: 20px;} .titulo{font-size: 7vw;} .biografia{width: 80%; text-align: center; top: 10px;} .subtitulo{padding: 0; margin: 0;} .textobio{width: 250px; margin: auto; font-size: 10px; padding: 0; transform: translateY(+0%);} .fotobio{width: 200px; text-align: center; border: 3px solid white; margin-left: 0px; margin-top: 30px;padding-left: 0;} .disco{border-width: 3px;} .spotify{width: 300px; height: 350px; margin: auto;} .data{font-size: 3.5vw; padding: 10px;} .evento{font-size: 3.5vw;text-align: center; margin: 10px;} .show{position: relative;top: 30px;} .icon{width: 65%;} .rede{width: 35px;} .rede2{margin-left: 20px; height: 40px; top: 20px;} #footer{font-size: 3vw;} }
0.323166
0.083479
margin-top: 1em !important; } .gridPage p { color: rgb(26,26,26) !important; margin-left: 0 !important; padding-left: 0 !important; font-weight: 300 !important; } .gridPage #mainContent { padding: 0; } .gridPage #mainContent .content { padding-top: 0; } .gridPage main { max-width: 1100px !important; } .gridPage .content { position: relative; margin: 0 auto 50px; max-width: 90%; } .gridPage .content p { line-height: 24px !important; } .gridPage .content h3 { padding: 0 !important; } .gridPage #hero h5 { padding-left: 20px; margin: 0; } .case-study { position: relative; width: 50%; padding: 0 40px 0 242px; margin-bottom: 60px; min-height: 152px; } .case-study:nth-child(3), .case-study:nth-child(4) { margin-bottom: 0; } .case-study img { position: absolute; top: 0; left: 0; } .gridPage #mainContent .content .case-study p { font-family: "Roboto", sans-serif; font-size: 16px; padding: 0; } p.attrib { font-style: italic; } .gridPage #video { background: #f9f9f9; height: auto; /*height: 340px;*/ } .gridPage #video main { position: relative; max-width: 900px !important; height: 100%; display: flex; justify-content: center; align-items: center; padding: 50px 20px; } .gridPage #video main > div { width: 50%; } .gridPage #video main #zulilyLogo { width: 100px; } .gridPage #video main img { max-width: 100%; } .gridPage #video h3 { font-size: 32px; font-weight: 300; line-height: 38px; max-width: 80%; margin: 0 0 1em 0; } .gridPage #video p { margin: 0; } .gridPage #video p.attrib { margin-bottom: 20px; } .gridPage #video button > h6 { font-size: 18px; font-weight: 500; margin: 1em 0; color: #326de6; } .gridPage #users { padding: 50px; } .gridPage #users main { max-width: 1150px !important; } .gridPage #users main h3 { padding-left: 20px; margin-bottom: 20px; } .gridPage #usersGrid { position: relative; display: flex; flex-wrap: wrap; justify-content: center; } .gridPage #usersGrid a { display: inline-block; margin: 5px; } .gridPage #usersGrid a img { box-shadow: 1px 1px 2px transparent; transition: box-shadow 0.25s; } .gridPage #usersGrid a img:hover { box-shadow: 1px 1px 2px #cccccc; } .gridPage #usersGrid a:last-child img, .gridPage #usersGrid a:last-child img:hover { box-shadow: 1px 1px 2px transparent; } .tell-your-story { border: 1px solid #dddddd; border-radius: 6px; box-shadow: 1px 2px 2px #dddddd; } .gridPage .feature { position: relative; padding: 20px 0 20px 242px; } .gridPage .feature img { position: absolute; top: 20px; left: 0; } section.bullets { background-color: #eeeeee; margin-bottom: 50px; } section.bullets main { position: relative; max-width: 1100px; padding: 50px 0; } section.bullets .content { position: relative; display: flex; flex-wrap: wrap; margin-bottom: 0 !important; } .bullet { position: relative; width: 50%; padding: 15px 30px; } .bullet h4 { margin-bottom: 0.5em; } .bullet li { margin-left: 1.25em; list-style: disc; font-weight: 300; color: rgb(26,26,26); line-height: 1.5em; margin-bottom: 0.5em; } .details h4, p { margin-bottom: 0.5em; } .gridPage .feature p.quote { font-size: 20px; line-height: 28px !important; } @media screen and (max-width: 1024px){ .case-study { padding: 0 10%; margin-bottom: 50px; } .case-study img { position: relative; } .case-study p.quote { margin-top: 20px !important; } .case-study p.attrib { font-style: italic; } } @media screen and (max-width: 900px){ .gridPage #video main { flex-direction: column; align-items: center; } .gridPage #video main > div { width: 400px; } .gridPage #video main > div + div { margin-top: 30px; } .gridPage #video h3 { max-width: 100%; } } @media screen and (max-width: 640px){ .case-study { width: 100%; } .case-study:nth-child(3) { margin-bottom: 60px; } .case-study img { left: 50%; transform: translateX(-50%); } .gridPage .feature { margin-top: 50px; padding: 180px 0 0; } .gridPage .feature img { top: 0; left: 50%; transform: translateX(-50%); } } @media screen and (max-width: 480px){ .gridPage #hero { padding-right: 20px; padding-left: 20px; } .gridPage #video main > div { width: 80%; min-width: 280px; } .bullet { width: 100%; } }
css/gridpage.css
margin-top: 1em !important; } .gridPage p { color: rgb(26,26,26) !important; margin-left: 0 !important; padding-left: 0 !important; font-weight: 300 !important; } .gridPage #mainContent { padding: 0; } .gridPage #mainContent .content { padding-top: 0; } .gridPage main { max-width: 1100px !important; } .gridPage .content { position: relative; margin: 0 auto 50px; max-width: 90%; } .gridPage .content p { line-height: 24px !important; } .gridPage .content h3 { padding: 0 !important; } .gridPage #hero h5 { padding-left: 20px; margin: 0; } .case-study { position: relative; width: 50%; padding: 0 40px 0 242px; margin-bottom: 60px; min-height: 152px; } .case-study:nth-child(3), .case-study:nth-child(4) { margin-bottom: 0; } .case-study img { position: absolute; top: 0; left: 0; } .gridPage #mainContent .content .case-study p { font-family: "Roboto", sans-serif; font-size: 16px; padding: 0; } p.attrib { font-style: italic; } .gridPage #video { background: #f9f9f9; height: auto; /*height: 340px;*/ } .gridPage #video main { position: relative; max-width: 900px !important; height: 100%; display: flex; justify-content: center; align-items: center; padding: 50px 20px; } .gridPage #video main > div { width: 50%; } .gridPage #video main #zulilyLogo { width: 100px; } .gridPage #video main img { max-width: 100%; } .gridPage #video h3 { font-size: 32px; font-weight: 300; line-height: 38px; max-width: 80%; margin: 0 0 1em 0; } .gridPage #video p { margin: 0; } .gridPage #video p.attrib { margin-bottom: 20px; } .gridPage #video button > h6 { font-size: 18px; font-weight: 500; margin: 1em 0; color: #326de6; } .gridPage #users { padding: 50px; } .gridPage #users main { max-width: 1150px !important; } .gridPage #users main h3 { padding-left: 20px; margin-bottom: 20px; } .gridPage #usersGrid { position: relative; display: flex; flex-wrap: wrap; justify-content: center; } .gridPage #usersGrid a { display: inline-block; margin: 5px; } .gridPage #usersGrid a img { box-shadow: 1px 1px 2px transparent; transition: box-shadow 0.25s; } .gridPage #usersGrid a img:hover { box-shadow: 1px 1px 2px #cccccc; } .gridPage #usersGrid a:last-child img, .gridPage #usersGrid a:last-child img:hover { box-shadow: 1px 1px 2px transparent; } .tell-your-story { border: 1px solid #dddddd; border-radius: 6px; box-shadow: 1px 2px 2px #dddddd; } .gridPage .feature { position: relative; padding: 20px 0 20px 242px; } .gridPage .feature img { position: absolute; top: 20px; left: 0; } section.bullets { background-color: #eeeeee; margin-bottom: 50px; } section.bullets main { position: relative; max-width: 1100px; padding: 50px 0; } section.bullets .content { position: relative; display: flex; flex-wrap: wrap; margin-bottom: 0 !important; } .bullet { position: relative; width: 50%; padding: 15px 30px; } .bullet h4 { margin-bottom: 0.5em; } .bullet li { margin-left: 1.25em; list-style: disc; font-weight: 300; color: rgb(26,26,26); line-height: 1.5em; margin-bottom: 0.5em; } .details h4, p { margin-bottom: 0.5em; } .gridPage .feature p.quote { font-size: 20px; line-height: 28px !important; } @media screen and (max-width: 1024px){ .case-study { padding: 0 10%; margin-bottom: 50px; } .case-study img { position: relative; } .case-study p.quote { margin-top: 20px !important; } .case-study p.attrib { font-style: italic; } } @media screen and (max-width: 900px){ .gridPage #video main { flex-direction: column; align-items: center; } .gridPage #video main > div { width: 400px; } .gridPage #video main > div + div { margin-top: 30px; } .gridPage #video h3 { max-width: 100%; } } @media screen and (max-width: 640px){ .case-study { width: 100%; } .case-study:nth-child(3) { margin-bottom: 60px; } .case-study img { left: 50%; transform: translateX(-50%); } .gridPage .feature { margin-top: 50px; padding: 180px 0 0; } .gridPage .feature img { top: 0; left: 50%; transform: translateX(-50%); } } @media screen and (max-width: 480px){ .gridPage #hero { padding-right: 20px; padding-left: 20px; } .gridPage #video main > div { width: 80%; min-width: 280px; } .bullet { width: 100%; } }
0.449634
0.102934
padding-left: 20rem; }*/ .img-responsive { display: inline-block; height: auto; max-width: 100%; } .chat-window-body{ min-height: 400px; } .custom-scrollbar{ overflow-y: auto; } .scrollbar { margin-left: 30px; float: left; height: 300px; width: 65px; background: #fff; overflow-y: scroll; margin-bottom: 25px; } .force-overflow { min-height: 450px; } .scrollbar-primary::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-primary::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #4285F4; } .scrollbar-danger::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-danger::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-danger::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #ff3547; } .scrollbar-warning::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-warning::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-warning::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #FF8800; } .scrollbar-success::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-success::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-success::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #00C851; } .scrollbar-info::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-info::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-info::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #33b5e5; } .scrollbar-default::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-default::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-default::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #2BBBAD; } .scrollbar-secondary::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-secondary::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-secondary::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #aa66cc; } .scrollbar-pink::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-pink::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-pink::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #ec407a; } .scrollbar-indigo::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-indigo::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-indigo::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #3f51b5; } .scrollbar-black::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-black::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-black::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #000; } .scrollbar-lady-lips::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-lady-lips::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-lady-lips::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef)); background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); } .scrollbar-near-moon::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-near-moon::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-near-moon::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca)); background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%); background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%); } .bordered-pink::-webkit-scrollbar-track { -webkit-box-shadow: none; border: 1px solid #ec407a; } .bordered-pink::-webkit-scrollbar-thumb { -webkit-box-shadow: none; } .bordered-indigo::-webkit-scrollbar-track { -webkit-box-shadow: none; border: 1px solid #3f51b5; } .bordered-indigo::-webkit-scrollbar-thumb { -webkit-box-shadow: none; } .bordered-black::-webkit-scrollbar-track { -webkit-box-shadow: none; border: 1px solid #000; } .bordered-black::-webkit-scrollbar-thumb { -webkit-box-shadow: none; } .square::-webkit-scrollbar-track { border-radius: 0 !important; } .square::-webkit-scrollbar-thumb { border-radius: 0 !important; } .thin::-webkit-scrollbar { width: 6px; }
public/css/custom.css
padding-left: 20rem; }*/ .img-responsive { display: inline-block; height: auto; max-width: 100%; } .chat-window-body{ min-height: 400px; } .custom-scrollbar{ overflow-y: auto; } .scrollbar { margin-left: 30px; float: left; height: 300px; width: 65px; background: #fff; overflow-y: scroll; margin-bottom: 25px; } .force-overflow { min-height: 450px; } .scrollbar-primary::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-primary::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #4285F4; } .scrollbar-danger::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-danger::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-danger::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #ff3547; } .scrollbar-warning::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-warning::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-warning::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #FF8800; } .scrollbar-success::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-success::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-success::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #00C851; } .scrollbar-info::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-info::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-info::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #33b5e5; } .scrollbar-default::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-default::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-default::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #2BBBAD; } .scrollbar-secondary::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-secondary::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-secondary::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #aa66cc; } .scrollbar-pink::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-pink::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-pink::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #ec407a; } .scrollbar-indigo::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-indigo::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-indigo::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #3f51b5; } .scrollbar-black::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-black::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-black::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #000; } .scrollbar-lady-lips::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-lady-lips::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-lady-lips::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef)); background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); } .scrollbar-near-moon::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; } .scrollbar-near-moon::-webkit-scrollbar { width: 12px; background-color: #F5F5F5; } .scrollbar-near-moon::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca)); background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%); background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%); } .bordered-pink::-webkit-scrollbar-track { -webkit-box-shadow: none; border: 1px solid #ec407a; } .bordered-pink::-webkit-scrollbar-thumb { -webkit-box-shadow: none; } .bordered-indigo::-webkit-scrollbar-track { -webkit-box-shadow: none; border: 1px solid #3f51b5; } .bordered-indigo::-webkit-scrollbar-thumb { -webkit-box-shadow: none; } .bordered-black::-webkit-scrollbar-track { -webkit-box-shadow: none; border: 1px solid #000; } .bordered-black::-webkit-scrollbar-thumb { -webkit-box-shadow: none; } .square::-webkit-scrollbar-track { border-radius: 0 !important; } .square::-webkit-scrollbar-thumb { border-radius: 0 !important; } .thin::-webkit-scrollbar { width: 6px; }
0.285173
0.044702
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } /* body */ body { padding: 0px; margin: 0px; background: #fff; } body, input, textarea { font: 14px 'Open Sans', sans-serif; font-weight: normal; font-style: normal; line-height: 23px; color: #727272; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; font-weight: 600; color: #1d2025; letter-spacing: 0.5px; transition: all 0.3s ease; } h1 { font-size: 35px; line-height: 120%; } h1.big { font-size: 45px; line-height: 120%; } h1.big2 { font-size: 57px; line-height: 120%; } h1.big3 { font-size: 72px; line-height: 120%; } h2 { font-size: 30px; line-height: 120%; } h2.big { font-size: 35px; line-height: 120%; } h2.big1 { font-size: 40px; line-height: 120%; } h2.big2 { font-size: 45px; line-height: 120%; } h2.big3 { font-size: 57px; line-height: 120%; } h2.big4 { font-size: 72px; line-height: 120%; } h2.big5 { font-size: 90px; line-height: 120%; } h3 { font-size: 25px; line-height: 120%; } h4 { font-size: 21px; line-height: 120%; } h5 { font-size: 18px; line-height: 120%; } h6 { font-size: 16px; line-height: 120%; } h6.small { font-size: 14px; } h6.small2 { font-size: 13px; } h6.small3 { font-size: 12px; } h6.small4 { font-size: 11px; } h1.line-height, h2.line-height, h3.line-height, h4.line-height, h5.line-height, h6.line-height { line-height: 130%; } h1.line-height2, h2.line-height2, h3.line-height2, h4.line-height2, h5.line-height2, h6.line-height2 { line-height: 140%; } h1.line-height3, h2.line-height3, h3.line-height3, h4.line-height3, h5.line-height3, h6.line-height3 { line-height: 160%; } h1.line-height4, h2.line-height4, h3.line-height4, h4.line-height4, h5.line-height4, h6.line-height4 { line-height: 180%; } h1.line-height5, h2.line-height5, h3.line-height5, h4.line-height5, h5.line-height5, h6.line-height5 { line-height: 200%; } h1.line-height6, h2.line-height6, h3.line-height6, h4.line-height6, h5.line-height6, h6.line-height6 { line-height: 97%; } h1.line-height7, h2.line-height7, h3.line-height7, h4.line-height7, h5.line-height7, h6.line-height7 { line-height: 120%; } ul.list-padding li { padding-top: 9px; padding-bottom: 9px; } ul.list-padding1 li { padding-top: 3px; padding-bottom: 3px; } ul.list-padding2 li { padding-top: 5px; padding-bottom: 5px; } ul.list-padding3 li { padding-top: 14px; padding-bottom: 14px; } .caps { text-transform: uppercase; } .nocaps { text-transform: none; } /* Font Weights */ .font-weight1 { font-weight: 100 !important; } .font-weight2 { font-weight: 200 !important; } .font-weight3 { font-weight: 300 !important; } .font-weight4 { font-weight: 500 !important; } .font-weight5 { font-weight: 600 !important; } .font-weight7 { font-weight: 700 !important; } .font-weight8 { font-weight: 800 !important; } .font-weight9 { font-weight: 900 !important; } /* Letter Spacings */ .letter-spacing1 { letter-spacing: 1px !important; } .letter-spacing2 { letter-spacing: 2px !important; } .letter-spacing3 { letter-spacing: 3px !important; } .letter-spacing4 { letter-spacing: 4px !important; } .letter-spacing5 { letter-spacing: 5px !important; } .letter-spacing6 { letter-spacing: 7px !important; } .letter-spacing7 { letter-spacing: 10px !important; } .letter-spacing8 { letter-spacing: 12px !important; } .letter-spacing9 { letter-spacing: 16px !important; } .letter-spacing10 { letter-spacing: 20px !important; } /* Text elements */ p { font: 14px 'Open Sans', sans-serif; font-weight: normal; line-height: 25px; } p.bfont { font: 16px 'Open Sans', sans-serif; font-weight: normal; line-height: 27px; } p.bfont.line-height { line-height: 32px; } .bigfont { font: 16px 'Open Sans', sans-serif; font-weight: normal; line-height: 27px; } p.sfont { font: 13px 'Open Sans', sans-serif; font-weight: normal; line-height: 21px; } .sfont { font: 13px 'Open Sans', sans-serif; font-weight: normal; line-height: 21px; } .smallfont { font-size: 13px !important; } .smallfont2 { font-size: 12px !important; letter-spacing: 0.7px; font-family: 'Raleway', sans-serif; } .smallfont3 { font-size: 11px !important; letter-spacing: 0.5px; } .sfont.line-height, .smallfont.line-height { line-height: 23px; } p.clear { clear: both; } /* font styles */ .opensans { font-family: 'Open Sans', sans-serif; } .playfair { font-family: 'Playfair Display', serif !important; } .roboto { font-family: 'Roboto', sans-serif !important; } .oswald { font-family: 'Oswald', sans-serif !important; } .lora { font-family: 'Lora', serif !important; } .poiretone { font-family: 'Poiret One', cursive !important; } .dancingscript { font-family: 'Dancing Script', cursive !important; } .montserrat { font-family: 'Montserrat', sans-serif !important; } .slabo { font-family: 'Slabo 27px', serif !important; } .courgette { font-family: 'Courgette', cursive !important; } .dosis { font-family: 'Dosis', sans-serif !important; } .josefin { font-family: 'Josefin Sans', sans-serif !important; } small.style1 { font-size: 14px; } small.style2 { font-size: 16px; } small.style3 { font-size: 18px; } blockquote { margin: 20px 0 20px 0px; font-size: 16px; border-left: 5px solid #fff; padding: 0px 0px 0px 36px; font-family: 'Open Sans' !important; font-weight: normal; } pre { background: #f4f4f4; font-size: 13px; font: 13px 'Open Sans', sans-serif; line-height: 1.5; margin-bottom: 40px; overflow: auto; padding: 0.75em 20px; } /* Links */ a { color: #0090ff; text-decoration: none; transition: all 0.3s ease; } a:hover { color: #1d2025; text-decoration: none; } a.sty2 { color: #0090ff; text-decoration: none; transition: all 0.3s ease; } a.sty2:hover { color: #fff; } a.sty3 { color: #1d2025; text-decoration: none; transition: all 0.3s ease; } a.sty3:hover { color: #0090ff; } a.sty4 { color: #1d2025; text-decoration: none; transition: all 0.3s ease; } a.sty4:hover { opacity: 0.5; } a.sty5 { color: #727272; text-decoration: none; transition: all 0.3s ease; } a.sty5:hover { opacity: 0.5; } a.white { color: #fff; text-decoration: none; transition: all 0.3s ease; } a.white:hover { padding-left: 7px; } a.white2 { color: #fff; text-decoration: none; transition: all 0.3s ease; } a.white2:hover { color: #1d2025; } a.letterspace { color: #fff; letter-spacing: 1px; margin: 0px 10px; transition: all 0.3s ease; } a.letterspace:hover { letter-spacing: 3px; } a.none { color: inherit; } a.none:hover { color: #0090ff; } a.graylink { color: #ccc; font-size: 12px; padding: 4px 12px; transition: all 0.3s ease; } a.graylink:hover { color: #0090ff; } a.graylink.border { border: 1px solid #ccc; margin: 0px 3px; border-radius: 3px; } a.graylink.border:hover { border: 1px solid #0090ff; } a.graylink2 { color: #ccc; transition: all 0.3s ease; } a.graylink2:hover { color: #0090ff; } a.graylink3 { color: #454545; font-size: 13px; transition: all 0.3s ease; } a.graylink3:hover { color: #0090ff; } a.graylink4 { color: rgba(255,255,255,0.4); font-size: 13px; transition: all 0.3s ease; } a.graylink4:hover { color: #fff; } a.graylink5 { color: #ccc; font-size: 11px; transition: all 0.3s ease; } a.graylink5:hover { color: #545454; } a.graylink6 { color: #999; font-size: 12px; transition: all 0.3s ease; } a.graylink6:hover { color: #454545; } a.graylink7 { color: rgba(255,255,255,0.5); transition: all 0.3s ease; } a.graylink7:hover { color: #fff; } a.graylink8 { color: rgba(255,255,255,0.7); transition: all 0.3s ease; } a.graylink8:hover { color: #fff; } a.white-opacity { color: #fff; transition: all 0.3s ease; } a.white-opacity:hover { color: rgba(255,255,255,0.5); } a.dark-opacity { color: #1d2025; font-size: 12px; transition: all 0.3s ease; } a.dark-opacity:hover { opacity: 0.5; } a.yellow { color: #eecf54; text-decoration: none; transition: all 0.3s ease; } a.yellow:hover { color: #fff; } a.orange { color: #e67e22; text-decoration: none; transition: all 0.3s ease; } a.orange:hover { color: #fff; } a.orange2 { color: #1d2025; text-decoration: none; transition: all 0.3s ease; } a.orange2:hover { color: #e67e22; } a.turquoise { color: #4ecdc4; text-decoration: none; transition: all 0.3s ease; } a.turquoise:hover { opacity: 0.5; } .underline { text-decoration: underline; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* Clear Fix Styles */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ { height:1%; } .clearfix { display:block; } .textnor { font-style: normal; } /* less width */ .less { width: 45% !important; margin: 0 auto; } .less1 { width: 50% !important; margin: 0 auto; } .less2 { width: 60% !important; margin: 0 auto; } .less3 { width: 70% !important; margin: 0 auto; } .less4 { width: 80% !important; margin: 0 auto; } .less5 { width: 90% !important; margin: 0 auto; } .less6 { width: 27% !important; margin: 0 auto; } .less7 { width: 36% !important; margin: 0 auto; } .less8 { width: 95% !important; margin: 0 auto; } .less9 { width: 97% !important; margin: 0 auto; } .less10 { width: 75% !important; margin: 0 auto; } .less11 { width: 85% !important; margin: 0 auto; } .less12 { width: 88.4% !important; margin: 0 auto; } .site-less1 { width: 90% !important; margin: 0 auto; } .site-less2 { width: 95% !important; margin: 0 auto; } .site-content-less { width: 88% !important; margin: 0 auto; } .less-formenu { width: 90% !important; margin: 0 auto 0 7.5%; } .boxsitewrap { width: 90% !important; margin: 0 auto; } .boxsitewrap2 { width: 93.6% !important; margin: 0 auto; } .boxsitewrap3 { width: 75% !important; margin: 72px auto 0 auto; -webkit-box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2); box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2); } .bodybackground { background: #444f63; } /* text color white */ .white { color: #fff !important; } .sitecolor { color: #0090ff !important; } .darkblue { color: #005db4; } .midblue { color: #0076db; } .lightblue { color: #29a8e8; } .woodblue { color: #485e76; } .darkgray { color: #1d2025 !important; } .lightgray { color: #545454; } .green { color: #87d37c; } .seagreen { color: #90C695; } .purple { color: #6b2da1; } .lightpurple { color: #aea8d3; } .spray { color: #81cfe0; } .turquoise { color: #4ecdc4; } .orange { color: #e67e22; } .lightorange { color: #f39c12; } .red { color: #f62459; } .pink { color: #b42165; } .lightpink { color: #cf9dbb; } .yellow { color: #eecf54; } .brown { color: #562f35; } .gray { color: #ccc; } .gray1 { color: #d9d9d9; } .gray2 { color: #aaa; } .gray3 { color: #999; } .gray4 { color: #727272; } .gray5 { color: #454545; } .zblack { color: #000; } /* background colors */ .bg-color-darkgray { background: #1d2025; } .bg-color-sitecolor { background: #0090ff; } .bg-color-darkblue { background: #005db4; } .bg-color-midblue { background: #0076db; } .bg-color-lightblue { background: #29a8e8; } .bg-color-woodblue { background: #485e76; } .bg-color-green { background: #87d37c; } .bg-color-seagreen { background: #90C695; } .bg-color-purple { background: #6b2da1; } .bg-color-lightpurple { background: #aea8d3; } .bg-color-spray { background: #81cfe0; } .bg-color-turquoise { background: #4ecdc4; } .bg-color-orange { background: #e67e22; } .bg-color-lightorange { background: #f39c12; } .bg-color-red { background: #f62459; } .bg-color-pink { background: #b42165; } .bg-color-lightpink { background: #cf9dbb; } .bg-color-yellow { background: #eecf54; } .bg-color-brown { background: #562f35; } .bg-color-white { background: #fff; } .bg-color-lightgray { background: #444f63; } .bg-color-black { background: #111213; } .bg-color-zblack { background: #000; } .bg-color { background: #f9f9f9; } .bg-color1 { background: #f7f7f7; } .bg-color2 { background: #f3f3f3; } .bg-color3 { background: #eee; } .bg-color4 { background: #999; } .bg-color5 { background: #e9e9e9; } .bg-color6 { background: #ddd; } /* universal margin bottom of columns */ .uni-margbo { margin-bottom: 30px; } .uni-margbo1 { margin-bottom: 20px; } .uni-margbo2 { margin-bottom: 50px; } .uni-margbo3 { margin-bottom: 70px; } /* margins */ .margin-top { margin-top: 10px; } .margin-top1 { margin-top: 5px; } .margin-top2 { margin-top: 20px; } .margin-top3 { margin-top: 30px; } .margin-top4 { margin-top: 40px; } .margin-top5 { margin-top: 50px; } .margin-top6 { margin-top: 60px; } .margin-top7 { margin-top: 70px; } .margin-top8 { margin-top: 80px; } .margin-top9 { margin-top: 90px; } .margin-top10 { margin-top: 100px; } .margin-top11 { margin-top: 110px; } .margin-top12 { margin-top: 120px; } .margin-top13 { margin-top: 130px; } .margin-top14 { margin-top: 140px; } .margin-top15 { margin-top: 160px; } .margin-top16 { margin-top: 180px; } .margin-top17 { margin-top: 200px; } .margin-top18 { margin-top: 230px; } .margin-top19 { margin-top: 300px; } .margin-top20 { margin-top: 450px; } .margin-bottom { margin-bottom: 10px; } .margin-bottom1 { margin-bottom: 5px; } .margin-bottom2 { margin-bottom: 20px; } .margin-bottom3 { margin-bottom: 30px; } .margin-bottom4 { margin-bottom: 40px; } .margin-bottom5 { margin-bottom: 50px; } .margin-bottom6 { margin-bottom: 60px; } .margin-bottom7 { margin-bottom: 70px; } .margin-bottom8 { margin-bottom: 80px; } .margin-bottom9 { margin-bottom: 90px; } .margin-bottom10 { margin-bottom: 100px; } .margin-bottom11 { margin-bottom: 110px; } .margin-bottom12 { margin-bottom: 120px; } .margin-bottom13 { margin-bottom: 130px; } .margin-bottom14 { margin-bottom: 140px; } .margin-bottom15 { margin-bottom: 160px; } .margin-bottom16 { margin-bottom: 180px; } .margin-bottom17 { margin-bottom: 200px; } .margin-bottom18 { margin-bottom: 230px; } .margin-bottom19 { margin-bottom: 270px; } .margin-bottom20 { margin-bottom: 300px; } .margin-bottom21 { margin-bottom: 350px; } .margin-bottom22 { margin-bottom: 400px; } .margin-bottom23 { margin-bottom: 450px; } .margin-bottom24 { margin-bottom: 500px; } .margin-bottom25 { margin-bottom: 550px; } .margin-bottom26 { margin-bottom: 620px; } .margin-bottom27 { margin-bottom: 700px; } .margin-left { margin-left: 10px; } .margin-left2 { margin-left: 20px; } .margin-left3 { margin-left: 30px; } .margin-left4 { margin-left: 40px; } .margin-left5 { margin-left: 50px; } .margin-left6 { margin-left: 60px; } .margin-left7 { margin-left: 70px; } .margin-left8 { margin-left: 80px; } .margin-left9 { margin-left: 90px; } .margin-left10 { margin-left: 100px; } .margin-left11 { margin-left: 110px; } .margin-left12 { margin-left: 120px; } .margin-right { margin-right: 10px; } .margin-right1 { margin-right: 5px; } .margin-right2 { margin-right: 20px; } .margin-right3 { margin-right: 30px; } .margin-right4 { margin-right: 40px; } .margin-right5 { margin-right: 50px; } .margin-right6 { margin-right: 60px; } .margin-right7 { margin-right: 70px; } .margin-right8 { margin-right: 80px; } .margin-right9 { margin-right: 90px; } .margin-right10 { margin-right: 100px; } .margin-right11 { margin-right: 110px; } .margin-right12 { margin-right: 120px; } .margin-top-bottom { margin-top: 50px; margin-bottom: 50px; } .margin-top-bottom2 { margin-top: 70px; margin-bottom: 70px; } .margin-top-bottom3 { margin-top: 80px; margin-bottom: 80px; } .margin-top-bottom4 { margin-top: 90px; margin-bottom: 90px; } .margin-top-bottom5 { margin-top: 100px; margin-bottom: 100px; } .margin-top-bottom6 { margin-top: 110px; margin-bottom: 110px; } .margin-top-bottom7 { margin-top: 120px; margin-bottom: 120px; } .margin-left-right { margin-left: 20px; margin-right: 20px; } .margin-left-right2 { margin-left: 30px; margin-right: 30px; } .margin-left-right3 { margin-left: 40px; margin-right: 40px; } .margin-left-right4 { margin-left: 50px; margin-right: 50px; } .margin-left-right5 { margin-left: 60px; margin-right: 60px; } .margin-left-right6 { margin-left: 70px; margin-right: 70px; } .margin-left-right7 { margin-left: 80px; margin-right: 80px; } .margin-left-right8 { margin-left: 90px; margin-right: 90px; } .margin-left-right10 { margin-left: 100px; margin-right: 100px; } .margin-left-right1 { margin-left: 10px; margin-right: 10px; } /* paddings */ .nopadding { padding: 0 !important; margin: 0 !important; } .padding { padding: 5px; } .padding1 { padding: 10px; } .padding2 { padding: 20px; } .padding3 { padding: 30px; } .padding4 { padding: 40px; } .padding5 { padding: 50px; } .padding6 { padding: 60px; } .padding7 { padding: 70px; } .padding8 { padding: 80px; } .padding9 { padding: 90px; } .padding10 { padding: 100px; } .padding-top { padding-top: 10px; } .padding-top2 { padding-top: 20px; } .padding-top3 { padding-top: 30px; } .padding-top4 { padding-top: 40px; } .padding-top5 { padding-top: 50px; } .padding-top6 { padding-top: 60px; } .padding-top7 { padding-top: 70px; } .padding-top8 { padding-top: 80px; } .padding-top9 { padding-top: 90px; } .padding-top10 { padding-top: 100px; } .padding-top11 { padding-top: 110px; } .padding-top12 { padding-top: 120px; } .padding-top13 { padding-top: 140px; } .padding-top14 { padding-top: 160px; } .padding-top15 { padding-top: 180px; } .padding-top16 { padding-top: 200px; } .padding-top17 { padding-top: 230px; } .padding-top18 { padding-top: 270px; } .padding-top19 { padding-top: 300px; } .padding-top20 { padding-top: 350px; } .padding-bottom { padding-bottom: 10px; } .padding-bottom2 { padding-bottom: 20px; } .padding-bottom3 { padding-bottom: 30px; } .padding-bottom4 { padding-bottom: 40px; } .padding-bottom5 { padding-bottom: 50px; } .padding-bottom6 { padding-bottom: 60px; } .padding-bottom7 { padding-bottom: 70px; } .padding-bottom8 { padding-bottom: 80px; } .padding-bottom9 { padding-bottom: 90px; } .padding-bottom10 { padding-bottom: 100px; } .padding-bottom11 { padding-bottom: 110px; } .padding-bottom12 { padding-bottom: 120px; } .padding-bottom13 { padding-bottom: 140px; } .padding-bottom14 { padding-bottom: 160px; } .padding-bottom15 { padding-bottom: 180px; } .padding-bottom16 { padding-bottom: 200px; } .padding-bottom17 { padding-bottom: 230px; } .padding-bottom18 { padding-bottom: 260px; } .padding-bottom19 { padding-bottom: 300px; } .padding-bottom20 { padding-bottom: 350px; } .padding-left { padding-left: 10px; } .padding-left2 { padding-left: 20px; } .padding-left3 { padding-left: 30px; } .padding-left4 { padding-left: 40px; } .padding-left5 { padding-left: 50px; } .padding-left6 { padding-left: 60px; } .padding-left7 { padding-left: 70px; } .padding-left8 { padding-left: 80px; } .padding-left9 { padding-left: 90px; } .padding-left10 { padding-left: 100px; } .padding-left11 { padding-left: 110px; } .padding-left12 { padding-left: 120px; } .padding-right { padding-right: 10px; } .padding-right2 { padding-right: 20px; } .padding-right3 { padding-right: 30px; } .padding-right4 { padding-right: 40px; } .padding-right5 { padding-right: 50px; } .padding-right6 { padding-right: 60px; } .padding-right7 { padding-right: 70px; } .padding-right8 { padding-right: 80px; } .padding-right9 { padding-right: 90px; } .padding-right10 { padding-right: 100px; } .padding-right11 { padding-right: 110px; } .padding-right12 { padding-right: 120px; } .padding-top-bottom { padding-top: 50px; padding-bottom: 50px; } .padding-top-bottom2 { padding-top: 70px; padding-bottom: 70px; } .padding-top-bottom3 { padding-top: 80px; padding-bottom: 80px; } .padding-top-bottom4 { padding-top: 90px; padding-bottom: 90px; } .padding-top-bottom5 { padding-top: 100px; padding-bottom: 100px; } .padding-top-bottom6 { padding-top: 110px; padding-bottom: 110px; } .padding-top-bottom7 { padding-top: 120px; padding-bottom: 120px; } .padding-top-bottom8 { padding-top: 140px; padding-bottom: 140px; } .padding-top-bottom9 { padding-top: 160px; padding-bottom: 160px; } .padding-top-bottom10 { padding-top: 180px; padding-bottom: 180px; } .padding-top-bottom12 { padding-top: 200px; padding-bottom: 200px; } .padding-top-bottom13 { padding-top: 230px; padding-bottom: 230px; } .padding-top-bottom14 { padding-top: 270px; padding-bottom: 270px; } .padding-top-bottom11 { padding-top: 40px; padding-bottom: 40px; } .padding-top-bottom15 { padding-top: 30px; padding-bottom: 30px; } .padding-top-bottom16 { padding-top: 10px; padding-bottom: 10px; } .padding-top-bottom17 { padding-top: 16px; padding-bottom: 16px; } .padding-left-right { padding-left: 20px; padding-right: 20px; } .padding-left-right1 { padding-left: 10px; padding-right: 10px; } .padding-left-right2 { padding-left: 30px; padding-right: 30px; } .padding-left-right3 { padding-left: 40px; padding-right: 40px; } .padding-left-right4 { padding-left: 50px; padding-right: 50px; } .padding-left-right5 { padding-left: 60px; padding-right: 60px; } .padding-left-right6 { padding-left: 70px; padding-right: 70px; } .padding-left-right7 { padding-left: 80px; padding-right: 80px; } .padding-left-right8 { padding-left: 90px; padding-right: 90px; } .padding-left-right9 { padding-left: 100px; padding-right: 100px; } .padding-left-right10 { padding-left: 120px; padding-right: 120px; } .padding-left-right11 { padding-left: 30px; padding-right: 30px; } .padding-percent { padding: 5%; } .padding-percent1 { padding: 7%; } .padding-percent2 { padding: 10%; } .padding-percent3 { padding: 12%; } .padding-percent4 { padding: 14%; } .padding-percent5 { padding: 16%; } .padding-percent6 { padding: 18%; } .padding-percent7 { padding: 20%; } .padding-percent8 { padding: 4%; } .padding-percent9 { padding: 3%; } .padding-top-percent { padding-top: 10%; } .padding-top-percent1 { padding-top: 8%; } .padding-top-percent2 { padding-top: 12%; } .padding-top-percent3 { padding-top: 14%; } .padding-top-percent4 { padding-top: 16%; } .padding-top-percent5 { padding-top: 18%; } .padding-top-percent6 { padding-top: 20%; } .padding-top-percent7 { padding-top: 23%; } .padding-top-percent8 { padding-top: 25%; } .padding-top-respopercent { padding-top: 18%; } .padding-top-respopercent2 { padding-top: 30%; } .padding-bottom-percent { padding-bottom: 10%; } .padding-bottom-percent2 { padding-bottom: 12%; } .padding-bottom-percent3 { padding-bottom: 14%; } .padding-bottom-percent4 { padding-bottom: 16%; } .padding-bottom-percent5 { padding-bottom: 18%; } .padding-bottom-percent6 { padding-bottom: 20%; } .padding-bottom-percent7 { padding-bottom: 23%; } .padding-bottom-percent8 { padding-bottom: 25%; } .padding-bottom-percent-none { padding-bottom: 0%; } .padding-left-percent { padding-left: 10%; } .padding-left-percent1 { padding-left: 5%; } .padding-left-percent2 { padding-left: 12%; } .padding-left-percent3 { padding-left: 14%; } .padding-left-percent4 { padding-left: 16%; } .padding-left-percent5 { padding-left: 18%; } .padding-left-percent6 { padding-left: 20%; } .padding-left-percent7 { padding-left: 23%; } .padding-left-percent8 { padding-left: 25%; } .padding-left-right-percent { padding-left: 5%; padding-right: 5%; } .padding-left-right-percent1 { padding-left: 3%; padding-right: 3%; } .padding-left-right-percent2 { padding-left: 7%; padding-right: 7%; } .padding-left-right-percent3 { padding-left: 8%; padding-right: 8%; } .padding-left-right-percent4 { padding-left: 9%; padding-right: 9%; } .padding-left-right-percent5 { padding-left: 12%; padding-right: 12%; } .margin-bottom-percent { margin-bottom: 1%; } .margin-bottom-percent2 { margin-bottom: 2%; } .margin-bottom-percent3 { margin-bottom: 3%; } .margin-bottom-percent4 { margin-bottom: 4%; } .margin-bottom-percent5 { margin-bottom: 5%; } .margin-bottom-percent6 { margin-bottom: 7%; } .margin-bottom-percent7 { margin-bottom: 9%; } .margin-bottom-percent8 { margin-bottom: 10%; } .margin-bottom-percent9 { margin-bottom: 12%; } .margin-bottom-percent10 { margin-bottom: 16%; } .margin-bottom-percent11 { margin-bottom: 20%; } .margin-bottom-percent12 { margin-bottom: 23%; } .margin-left-percent { margin-left: 1%; } .margin-left-percent2 { margin-left: 2%; } .margin-left-percent3 { margin-left: 3%; } .margin-left-percent4 { margin-left: 4%; } .margin-left-percent5 { margin-left: 5%; } .margin-left-percent6 { margin-left: 7%; } .margin-left-percent7 { margin-left: 9%; } .margin-left-percent8 { margin-left: 10%; } .margin-left-percent9 { margin-left: 12%; } .margin-left-percent10 { margin-left: 14%; } .margin-left-percent11 { margin-left: 16%; } .margin-left-percent12 { margin-left: 36%; } .margin-left-percent13 { margin-left: 30%; } .margin-left-percent14 { margin-left: 25%; } .margin-left-percent15 { margin-left: 20%; } .margin-right-percent { margin-right: 1%; } .margin-right-percent2 { margin-left: 2%; } .margin-right-percent3 { margin-right: 3%; } .margin-right-percent4 { margin-right: 4%; } .margin-right-percent5 { margin-right: 5%; } .margin-right-percent6 { margin-right: 7%; } .margin-right-percent7 { margin-right: 9%; } .margin-right-percent8 { margin-right: 10%; } .margin-right-percent9 { margin-right: 12%; } .margin-right-percent10 { margin-right: 14%; } .margin1 { margin: 5px; } .margin1.notop { margin-top: 0px; } .margin1.nobottom { margin-bottom: 0px; } /* Horizontal Rules */ hr.style-one { float: left; border: 0; height: 1px; } hr.style-one.center { float: none; } hr.style-two { float: left; border: 0; padding: 0px; margin: 8px 0 14px 0; height: 1px; } hr.style-three { float: left; border: 0; height: 3px; } hr.style-three.center { float: none; } hr.style-one.right, hr.style-two.right, hr.style-three.right { float: right; } hr.color1 { background: #0090ff; } hr.color2 { background: #1d2025; } hr.gray { background: #d3d3d3; } hr.gray1 { background: #eee; } hr.gray2 { background: #aaa; } hr.gray3 { background: #999; } hr.gray4 { background: #545454; } hr.white { background: #fff; } hr.white2 { background: rgba(255,255,255,0.3); } hr.seagreen { background: #90C695; } hr.red { background: #f62459; } .vline { margin: 0 auto; width: 1px; height: 18px; background: #1d2025; } .vline.white { background: #fff; } .min-quarter { width: 75px; } .half-quarter { width: 12.5%; } .quarter { width: 25%; } .half { width: 50%; } .three-quarter { width: 75%; } .full { width: 100%; } .height-full { height: 100%; } .height-fit { height: 100vh; } /* alignments */ .left { float: left; } .right { float: right; } .center { text-align: center; margin: inherit auto; } .absolute { position: absolute; } .absolute2 { position: absolute; right: 50px; top: 250px; } .centmid { height: 50vh; display: flex; align-items: center; justify-content: center; } .posbottom { left: 0px; bottom: 0px; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .italic { font-style: italic; } /* font sizes */ .iconsize, i.iconsize { font-size: 5px; } .iconsize1, i.iconsize1 { font-size: 16px; } .iconsize2, i.iconsize2 { font-size: 20px; } .iconsize3, i.iconsize3 { font-size: 25px; } .iconsize4, i.iconsize4 { font-size: 30px; } .iconsize5, i.iconsize5 { font-size: 40px; } .iconsize6, i.iconsize6 { font-size: 50px; } .iconsize7, i.iconsize7 { font-size: 60px; } .iconsize8, i.iconsize8 { font-size: 70px; } .iconsize9, i.iconsize9 { font-size: 80px; } .iconsize10, i.iconsize10 { font-size: 90px; } .iconsize11, i.iconsize11 { font-size: 100px; } .iconsize12, i.iconsize12 { font-size: 120px; } .iconsize13, i.iconsize13 { font-size: 9px; } .iconsize14, i.iconsize14 { font-size: 12px; } .iconsize15, i.iconsize15 { font-size: 14px; } /* circles */ .circle { border-radius: 100%; } .circle1 { width: 10px; height: 10px; border-radius: 100%; } .circle2 { width: 20px; height: 20px; border-radius: 100%; } .circle3 { width: 30px; height: 30px; border-radius: 100%; } .circle4 { width: 40px; height: 40px; border-radius: 100%; } .circle5 { width: 50px; height: 50px; border-radius: 100%; } .circle6 { width: 60px; height: 60px; border-radius: 100%; } .circle7 { width: 70px; height: 70px; border-radius: 100%; } .circle8 { width: 80px; height: 80px; border-radius: 100%; } .circle9 { width: 90px; height: 90px; border-radius: 100%; } .circle9.shadow { -webkit-box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1); box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1); } .circle10 { width: 100px; height: 100px; border-radius: 100%; } .circle11 { width: 120px; height: 120px; border-radius: 100%; } .circle12 { width: 140px; height: 140px; border-radius: 100%; } .circle13 { width: 160px; height: 160px; border-radius: 100%; } .circle14 { width: 180px; height: 180px; border-radius: 100%; } .circle15 { width: 200px; height: 200px; border-radius: 100%; } .circle16 { width: 230px; height: 230px; border-radius: 100%; } .circle1.center, .circle2.center, .circle3.center, .circle4.center, .circle5.center, .circle6.center, .circle7.center, .circle8.center, .circle9.center, .circle10.center, .circle11.center, .circle12.center, .circle13.center, .circle14.center, .circle15.center, .circle16.center, .circle21.center { margin: 0 auto; } .circle11.ptop, .circle12.ptop, .circle13.ptop { padding-top: 12.5%; } .circle11.ptop2, .circle12.ptop2, .circle13.ptop2 { padding-top: 18%; } .circle21 { width: 50%; height: 75vh; padding: 90px; border-radius: 100%; } /* vertical aligns */ .valign1 { text-align: center; vertical-align: middle; line-height: 10px !important; } .valign2 { text-align: center; vertical-align: middle; line-height: 20px !important; } .valign3 { text-align: center; vertical-align: middle; line-height: 30px !important; } .valign4 { text-align: center; vertical-align: middle; line-height: 40px !important; } .valign5 { text-align: center; vertical-align: middle; line-height: 50px !important; } .valign6 { text-align: center; vertical-align: middle; line-height: 60px !important; } .valign7 { text-align: center; vertical-align: middle; line-height: 70px !important; } .valign8 { text-align: center; vertical-align: middle; line-height: 80px !important; } .valign9 { text-align: center; vertical-align: middle; line-height: 90px !important; } .valign10 { text-align: center; vertical-align: middle; line-height: 100px !important; } .valign1.left, .valign2.left, .valign3.left, .valign4.left, .valign5.left, .valign6.left, .valign7.left, .valign8.left, .valign9.left, .valign10.left { text-align: left; } i.icon-border { color: #fff; vertical-align: middle; text-align: center; border: 1px solid #fff; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border:hover { color: #0090ff; background: #fff; } i.icon-border.sty2:hover { color: #1d2025; background: #fff; } i.icon-border.none:hover { color: inherit; background: inherit; } i.icon-border.green:hover { color: #fff; background: #87d37c; border: 1px solid #87d37c; } i.icon-border.orange:hover { color: #fff; background: #e67e22; border: 1px solid #e67e22; } i.icon-border.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border.size5 { width: 50px; height: 50px; line-height: 48px; } i.icon-border2 { color: #fff; vertical-align: middle; text-align: center; background-color: #1d2025; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border2:hover { color: #fff; background-color: #0090ff; } i.icon-border2.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border2.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border2.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-dark { color: #1d2025; vertical-align: middle; text-align: center; border: 1px solid #1d2025; border-radius: 100%; margin: 0px 3px; } i.icon-border-dark.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border-dark.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border-dark.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-dark.size5 { width: 50px; height: 50px; line-height: 50px; } i.icon-border-color { color: #0090ff; vertical-align: middle; text-align: center; border: 1px solid #0090ff; border-radius: 100%; margin: 0px 3px; } i.icon-border-color.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border-color.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border-color.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-gray { color: #727272; vertical-align: middle; text-align: center; border: 1px solid #727272; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border-gray2 { color: #999; vertical-align: middle; text-align: center; border: 1px solid #727272; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border-gray2:hover { color: #eee; border: 1px solid #eee; } i.icon-border-gray.size2, i.icon-border-gray2.size2 { font-size: 10px; width: 22px; height: 22px; line-height: 22px; } i.icon-border-gray.size3, i.icon-border-gray2.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border-gray.size4, i.icon-border-gray2.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-gray:hover { opacity: 0.5; } i.icon-border-gray.size5, i.icon-border-gray2.size5 { font-size: 10px; width: 22px; height: 22px; line-height: 22px; color: #1d2025; border: 1px solid #1d2025; } /* minus margin top */ .minus-margin-top { float: left; width: 100%; margin-top: -100px; position: relative; z-index: 2; } .minus-margin-top2 { float: left; width: 100%; margin-top: -20px; position: relative; z-index: 2; } .minus-margin-top3 { float: left; width: 100%; margin-top: -30px; position: relative; z-index: 2; } .minus-margin-top4 { float: left; width: 100%; margin-top: -43px; position: relative; z-index: 2; } .minus-margin-top5 { float: left; width: 100%; margin-top: -50px; position: relative; z-index: 2; } .minus-margin-top6 { float: left; width: 100%; margin-top: -60px; position: relative; z-index: 2; } .minus-margin-top7 { float: left; width: 100%; margin-top: -70px; position: relative; z-index: 2; } .minus-margin-on-slider { float: left; width: 100%; margin-top: -70px; position: relative; z-index: 2; } .margin-top-minus1 { margin-top: -10px; position: relative; z-index: 2; } .margin-top-minus2 { margin-top: -20px; position: relative; z-index: 2; } .margin-top-minus3 { margin-top: -30px; position: relative; z-index: 2; } .margin-top-minus4 { margin-top: -40px; position: relative; z-index: 2; } .margin-top-minus5 { margin-top: -50px; position: relative; z-index: 2; } .margin-top-minus6 { margin-top: -70px; position: relative; z-index: 2; } .margin-top-minus7 { margin-top: -100px; position: relative; z-index: 2; } .margin-top-minus8 { margin-top: -120px; position: relative; z-index: 2; } .margin-top-minus9 { margin-top: -140px; position: relative; z-index: 2; } .margin-top-minus10 { margin-top: -160px; position: relative; z-index: 2; } .icon-on-line { position: absolute; background: #fff; padding: 5px 25px; margin: -10px auto 0 -25px; } .icon-on-line2 { position: absolute; background: #fff; padding: 5px 25px; margin: -10px auto 0 -38px; } .icon-on-line3 { position: absolute; background: #1d2025; padding: 5px 20px; margin: -10px auto 0 -34px; } .zindex { position: relative; z-index: 3; } .zindex1 { position: relative; z-index: 1; } .zindex2 { position: relative; z-index: 2; } ul.none { list-style-type: none; } .none.two li { list-style-type: none; float: left; } .none.three li { list-style-type: none; float: left; margin-bottom: 10px; } /* Border */ .border { border: 1px solid #fff; } .border2 { border: 1px solid #eee; } .border3 { border: 1px solid #ddd; } .border4 { border: 7px solid #fff; } .border4.darkgray { border: 7px solid #1d2025; } .border5 { border: 5px solid #fff; } .border.gray { border: 1px solid #999; } .border.sitecolor { border: 1px solid #0090ff; } .border.darkgray { border: 1px solid #1d2025; } .border-dashed { border: 1px dashed #fff; } .border-dashed.gray { border: 1px dashed #999; } .border-dashed.gray2 { border: 1px dashed #c3c3c3; } .border-dashed.sitecolor { border: 1px dashed #0090ff; } .border-dashed.darkgray { border: 1px dashed #1d2025; } .border.gray2 { border: 5px solid #eee; } .border.spray { border: 5px solid #81cfe0; } .border-top { border-top: 1px; border-style: solid; border-color: #0090ff; } .border-top2 { border-top: 3px; border-style: solid; border-color: #0090ff; } .border-top3 { border-top: 5px; border-style: solid; border-color: #0090ff; } .border-top4 { border-top: 7px; border-style: solid; border-color: #0090ff; } .border-top5 { border-top: 10px; border-style: solid; border-color: #0090ff; } .border-top-gray { border-top: 1px solid #eee; } .border-top-gray1 { border-top: 1px solid #ccc; } .border-top-gray2 { border-top: 1px solid #4a4d51; } .border-top-opacity { border-top: 1px solid rgba(255,255,255,0.2); } .border-top-opacity2 { border-top: 1px solid rgba(255,255,255,0.1); } .border-left { border-left: 1px; border-style: solid; border-color: rgba(255,255,255,0.3); } .border-left2 { border-left: 1px solid #e9e9e9; } .border-left3 { border-left: 1px solid #e3e3e3; } .border-left4 { border-left: 1px solid #ddd; } .border-left-opacity { border-left: 1px solid rgba(255,255,255,0.2); } .border-left-opacity1 { border-left: 1px solid rgba(255,255,255,0.1); } .border-left-opacity2 { border-left: 1px solid rgba(255,255,255,0.3); } .border-left-opacity3 { border-left: 1px solid rgba(255,255,255,0.5); } .border-all-opacity { border: 1px solid rgba(255,255,255,0.12); transition: all 0.3s ease; } .border-all-opacity2 { border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease; } .border-all-opacity3 { border: 1px solid rgba(255,255,255,0.3); transition: all 0.3s ease; } .border-all-opacity4 { border: 1px solid rgba(255,255,255,0.4); transition: all 0.3s ease; } .border-all-opacity5 { border: 1px solid rgba(255,255,255,0.5); transition: all 0.3s ease; } .border-all-opacity6 { border: 5px solid rgba(255,255,255,0.5); transition: all 0.3s ease; } .border-all-opacity:hover { border: 1px solid rgba(255,255,255,0.36); } .border-right { border-right: 5px; border-right-style: solid; } .border-right.sty2 { border-right: 2px; border-right-style: solid; } .border-right.white { border-right-color: #fff; } .border-right.sitecolor { border-right-color: #0090ff; } .border-right.darkgray { border-right-color: #1d2025; } .box-border { border-top: 5px solid #575757; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; } .box-border.noleft { border-left: none; } .box-border.sty2 { border-top: 5px solid #00a9ff; } .box-border.sty3 { border-top: 5px solid #999; } .box-border.sty4 { border-top: 5px solid #87d37c; } /* Opacity */ .opacity { opacity: 0.1; } .opacity1 { opacity: 0.2; } .opacity2 { opacity: 0.4; } .opacity3 { opacity: 0.5; } .opacity4 { opacity: 0.7; } .opacity5 { opacity: 0.8; } .opacity6 { opacity: 0.05; } .opacity7 { opacity: 0.9; } .opacity8 { opacity: 0.95; } .opacity9 { opacity: 0.05; } .opacity10 { opacity: 1 !important; } .opacity-sitecolor { background: rgba(0,144,255,0.95); } .opacity-sitecolor2 { background: rgba(0,144,255,0.9); } .opacity-sitecolor3 { background: rgba(0,144,255,0.8); } .opacity-darkgray { background: rgba(29,32,37,0.95); } .opacity-darkgray2 { background: rgba(29,32,37,0.9); } .opacity-darkgray3 { background: rgba(29,32,37,0.85); } .opacity-white { background: rgba(255,255,255,0.95); } .opacity-white2 { background: rgba(255,255,255,0.9); } .opacity-white3 { background: rgba(255,255,255,0.8); } .opacity-green { background: rgba(135,211,124,0.95); } .opacity-green2 { background: rgba(135,211,124,0.9); } .opacity-green3 { background: rgba(135,211,124,0.8); } .block { display: block; } .bgcolor-dark-opacity { background-color: rgba(0,0,0,0.1); } .bgcolor-dark-opacity2 { background-color: rgba(0,0,0,0.2); } .bgcolor-dark-opacity3 { background-color: rgba(0,0,0,0.3); } .bgcolor-dark-opacity4 { background-color: rgba(0,0,0,0.4); } .bgcolor-dark-opacity5 { background-color: rgba(0,0,0,0.5); } .bgcolor-dark-opacity6 { background-color: rgba(0,0,0,0.6); } .bgcolor-dark-opacity7 { background-color: rgba(0,0,0,0.7); } .bgcolor-dark-opacity8 { background-color: rgba(0,0,0,0.8); } .bgcolor-dark-opacity9 { background-color: rgba(0,0,0,0.9); } .bgcolor-light-opacity { background-color: rgba(255,255,255,0.1); } .bgcolor-light-opacity2 { background-color: rgba(255,255,255,0.2); } .bgcolor-light-opacity3 { background-color: rgba(255,255,255,0.3); } .bgcolor-light-opacity4 { background-color: rgba(255,255,255,0.4); } .bgcolor-light-opacity5 { background-color: rgba(255,255,255,0.5); } .bgcolor-light-opacity6 { background-color: rgba(255,255,255,0.6); } .bgcolor-light-opacity7 { background-color: rgba(255,255,255,0.7); } .bgcolor-light-opacity8 { background-color: rgba(255,255,255,0.8); } .bgcolor-light-opacity9 { background-color: rgba(255,255,255,0.9); } .radius { border-radius: 3px; } .radius2 { border-radius: 5px; } .radius3 { border-radius: 10px; } .radius4 { border-radius: 20px; } .radius5 { border-radius: 100%; } .line-animate { float: left; border: 0; height: 4px; width: 18%; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } .col-md-3:hover .line-animate, .col-md-4:hover .line-animate, .col-md-5:hover .line-animate, .col-md-6:hover .line-animate { width: 36%; } .line-animate2 { float: left; border: 0; height: 3px; width: 12%; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } .col-md-3:hover .line-animate2, .col-md-4:hover .line-animate2, .col-md-5:hover .line-animate2, .col-md-6:hover .line-animate2 { width: 36%; } img.grayscale { -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ filter: grayscale(100%); } .textshadow { text-shadow: 1px 1px 3px rgba(0,0,0,0.1); } .textshadow2 { text-shadow: 1px 1px 3px rgba(0,0,0,0.2); } .textshadow3 { text-shadow: 1px 1px 3px rgba(0,0,0,0.3); } .overflowhd { overflow: hidden; } /* responsive image */ .respoimg { display:block; max-width:100%; height:auto; } .respoimg2 { display:block; max-width:50%; height:auto; } .respoimg3 { display:block; max-width:25%; height:auto; } .respoimg4 { display:block; max-width:12.5%; height:auto; } .respoimg5 { display:block; max-width:75%; height:auto; } .respoimg6 { display:block; max-width:33.3333333333%; height:auto; } .respoimg7 { display:block; max-width:18%; height:auto; } .respoimg.center, .respoimg2.center, .respoimg3.center, .respoimg4.center, .respoimg5.center, .respoimg6.center, .respoimg7.center { margin: 0 auto; }
static/css/reset.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } /* body */ body { padding: 0px; margin: 0px; background: #fff; } body, input, textarea { font: 14px 'Open Sans', sans-serif; font-weight: normal; font-style: normal; line-height: 23px; color: #727272; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; font-weight: 600; color: #1d2025; letter-spacing: 0.5px; transition: all 0.3s ease; } h1 { font-size: 35px; line-height: 120%; } h1.big { font-size: 45px; line-height: 120%; } h1.big2 { font-size: 57px; line-height: 120%; } h1.big3 { font-size: 72px; line-height: 120%; } h2 { font-size: 30px; line-height: 120%; } h2.big { font-size: 35px; line-height: 120%; } h2.big1 { font-size: 40px; line-height: 120%; } h2.big2 { font-size: 45px; line-height: 120%; } h2.big3 { font-size: 57px; line-height: 120%; } h2.big4 { font-size: 72px; line-height: 120%; } h2.big5 { font-size: 90px; line-height: 120%; } h3 { font-size: 25px; line-height: 120%; } h4 { font-size: 21px; line-height: 120%; } h5 { font-size: 18px; line-height: 120%; } h6 { font-size: 16px; line-height: 120%; } h6.small { font-size: 14px; } h6.small2 { font-size: 13px; } h6.small3 { font-size: 12px; } h6.small4 { font-size: 11px; } h1.line-height, h2.line-height, h3.line-height, h4.line-height, h5.line-height, h6.line-height { line-height: 130%; } h1.line-height2, h2.line-height2, h3.line-height2, h4.line-height2, h5.line-height2, h6.line-height2 { line-height: 140%; } h1.line-height3, h2.line-height3, h3.line-height3, h4.line-height3, h5.line-height3, h6.line-height3 { line-height: 160%; } h1.line-height4, h2.line-height4, h3.line-height4, h4.line-height4, h5.line-height4, h6.line-height4 { line-height: 180%; } h1.line-height5, h2.line-height5, h3.line-height5, h4.line-height5, h5.line-height5, h6.line-height5 { line-height: 200%; } h1.line-height6, h2.line-height6, h3.line-height6, h4.line-height6, h5.line-height6, h6.line-height6 { line-height: 97%; } h1.line-height7, h2.line-height7, h3.line-height7, h4.line-height7, h5.line-height7, h6.line-height7 { line-height: 120%; } ul.list-padding li { padding-top: 9px; padding-bottom: 9px; } ul.list-padding1 li { padding-top: 3px; padding-bottom: 3px; } ul.list-padding2 li { padding-top: 5px; padding-bottom: 5px; } ul.list-padding3 li { padding-top: 14px; padding-bottom: 14px; } .caps { text-transform: uppercase; } .nocaps { text-transform: none; } /* Font Weights */ .font-weight1 { font-weight: 100 !important; } .font-weight2 { font-weight: 200 !important; } .font-weight3 { font-weight: 300 !important; } .font-weight4 { font-weight: 500 !important; } .font-weight5 { font-weight: 600 !important; } .font-weight7 { font-weight: 700 !important; } .font-weight8 { font-weight: 800 !important; } .font-weight9 { font-weight: 900 !important; } /* Letter Spacings */ .letter-spacing1 { letter-spacing: 1px !important; } .letter-spacing2 { letter-spacing: 2px !important; } .letter-spacing3 { letter-spacing: 3px !important; } .letter-spacing4 { letter-spacing: 4px !important; } .letter-spacing5 { letter-spacing: 5px !important; } .letter-spacing6 { letter-spacing: 7px !important; } .letter-spacing7 { letter-spacing: 10px !important; } .letter-spacing8 { letter-spacing: 12px !important; } .letter-spacing9 { letter-spacing: 16px !important; } .letter-spacing10 { letter-spacing: 20px !important; } /* Text elements */ p { font: 14px 'Open Sans', sans-serif; font-weight: normal; line-height: 25px; } p.bfont { font: 16px 'Open Sans', sans-serif; font-weight: normal; line-height: 27px; } p.bfont.line-height { line-height: 32px; } .bigfont { font: 16px 'Open Sans', sans-serif; font-weight: normal; line-height: 27px; } p.sfont { font: 13px 'Open Sans', sans-serif; font-weight: normal; line-height: 21px; } .sfont { font: 13px 'Open Sans', sans-serif; font-weight: normal; line-height: 21px; } .smallfont { font-size: 13px !important; } .smallfont2 { font-size: 12px !important; letter-spacing: 0.7px; font-family: 'Raleway', sans-serif; } .smallfont3 { font-size: 11px !important; letter-spacing: 0.5px; } .sfont.line-height, .smallfont.line-height { line-height: 23px; } p.clear { clear: both; } /* font styles */ .opensans { font-family: 'Open Sans', sans-serif; } .playfair { font-family: 'Playfair Display', serif !important; } .roboto { font-family: 'Roboto', sans-serif !important; } .oswald { font-family: 'Oswald', sans-serif !important; } .lora { font-family: 'Lora', serif !important; } .poiretone { font-family: 'Poiret One', cursive !important; } .dancingscript { font-family: 'Dancing Script', cursive !important; } .montserrat { font-family: 'Montserrat', sans-serif !important; } .slabo { font-family: 'Slabo 27px', serif !important; } .courgette { font-family: 'Courgette', cursive !important; } .dosis { font-family: 'Dosis', sans-serif !important; } .josefin { font-family: 'Josefin Sans', sans-serif !important; } small.style1 { font-size: 14px; } small.style2 { font-size: 16px; } small.style3 { font-size: 18px; } blockquote { margin: 20px 0 20px 0px; font-size: 16px; border-left: 5px solid #fff; padding: 0px 0px 0px 36px; font-family: 'Open Sans' !important; font-weight: normal; } pre { background: #f4f4f4; font-size: 13px; font: 13px 'Open Sans', sans-serif; line-height: 1.5; margin-bottom: 40px; overflow: auto; padding: 0.75em 20px; } /* Links */ a { color: #0090ff; text-decoration: none; transition: all 0.3s ease; } a:hover { color: #1d2025; text-decoration: none; } a.sty2 { color: #0090ff; text-decoration: none; transition: all 0.3s ease; } a.sty2:hover { color: #fff; } a.sty3 { color: #1d2025; text-decoration: none; transition: all 0.3s ease; } a.sty3:hover { color: #0090ff; } a.sty4 { color: #1d2025; text-decoration: none; transition: all 0.3s ease; } a.sty4:hover { opacity: 0.5; } a.sty5 { color: #727272; text-decoration: none; transition: all 0.3s ease; } a.sty5:hover { opacity: 0.5; } a.white { color: #fff; text-decoration: none; transition: all 0.3s ease; } a.white:hover { padding-left: 7px; } a.white2 { color: #fff; text-decoration: none; transition: all 0.3s ease; } a.white2:hover { color: #1d2025; } a.letterspace { color: #fff; letter-spacing: 1px; margin: 0px 10px; transition: all 0.3s ease; } a.letterspace:hover { letter-spacing: 3px; } a.none { color: inherit; } a.none:hover { color: #0090ff; } a.graylink { color: #ccc; font-size: 12px; padding: 4px 12px; transition: all 0.3s ease; } a.graylink:hover { color: #0090ff; } a.graylink.border { border: 1px solid #ccc; margin: 0px 3px; border-radius: 3px; } a.graylink.border:hover { border: 1px solid #0090ff; } a.graylink2 { color: #ccc; transition: all 0.3s ease; } a.graylink2:hover { color: #0090ff; } a.graylink3 { color: #454545; font-size: 13px; transition: all 0.3s ease; } a.graylink3:hover { color: #0090ff; } a.graylink4 { color: rgba(255,255,255,0.4); font-size: 13px; transition: all 0.3s ease; } a.graylink4:hover { color: #fff; } a.graylink5 { color: #ccc; font-size: 11px; transition: all 0.3s ease; } a.graylink5:hover { color: #545454; } a.graylink6 { color: #999; font-size: 12px; transition: all 0.3s ease; } a.graylink6:hover { color: #454545; } a.graylink7 { color: rgba(255,255,255,0.5); transition: all 0.3s ease; } a.graylink7:hover { color: #fff; } a.graylink8 { color: rgba(255,255,255,0.7); transition: all 0.3s ease; } a.graylink8:hover { color: #fff; } a.white-opacity { color: #fff; transition: all 0.3s ease; } a.white-opacity:hover { color: rgba(255,255,255,0.5); } a.dark-opacity { color: #1d2025; font-size: 12px; transition: all 0.3s ease; } a.dark-opacity:hover { opacity: 0.5; } a.yellow { color: #eecf54; text-decoration: none; transition: all 0.3s ease; } a.yellow:hover { color: #fff; } a.orange { color: #e67e22; text-decoration: none; transition: all 0.3s ease; } a.orange:hover { color: #fff; } a.orange2 { color: #1d2025; text-decoration: none; transition: all 0.3s ease; } a.orange2:hover { color: #e67e22; } a.turquoise { color: #4ecdc4; text-decoration: none; transition: all 0.3s ease; } a.turquoise:hover { opacity: 0.5; } .underline { text-decoration: underline; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* Clear Fix Styles */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ { height:1%; } .clearfix { display:block; } .textnor { font-style: normal; } /* less width */ .less { width: 45% !important; margin: 0 auto; } .less1 { width: 50% !important; margin: 0 auto; } .less2 { width: 60% !important; margin: 0 auto; } .less3 { width: 70% !important; margin: 0 auto; } .less4 { width: 80% !important; margin: 0 auto; } .less5 { width: 90% !important; margin: 0 auto; } .less6 { width: 27% !important; margin: 0 auto; } .less7 { width: 36% !important; margin: 0 auto; } .less8 { width: 95% !important; margin: 0 auto; } .less9 { width: 97% !important; margin: 0 auto; } .less10 { width: 75% !important; margin: 0 auto; } .less11 { width: 85% !important; margin: 0 auto; } .less12 { width: 88.4% !important; margin: 0 auto; } .site-less1 { width: 90% !important; margin: 0 auto; } .site-less2 { width: 95% !important; margin: 0 auto; } .site-content-less { width: 88% !important; margin: 0 auto; } .less-formenu { width: 90% !important; margin: 0 auto 0 7.5%; } .boxsitewrap { width: 90% !important; margin: 0 auto; } .boxsitewrap2 { width: 93.6% !important; margin: 0 auto; } .boxsitewrap3 { width: 75% !important; margin: 72px auto 0 auto; -webkit-box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2); box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2); } .bodybackground { background: #444f63; } /* text color white */ .white { color: #fff !important; } .sitecolor { color: #0090ff !important; } .darkblue { color: #005db4; } .midblue { color: #0076db; } .lightblue { color: #29a8e8; } .woodblue { color: #485e76; } .darkgray { color: #1d2025 !important; } .lightgray { color: #545454; } .green { color: #87d37c; } .seagreen { color: #90C695; } .purple { color: #6b2da1; } .lightpurple { color: #aea8d3; } .spray { color: #81cfe0; } .turquoise { color: #4ecdc4; } .orange { color: #e67e22; } .lightorange { color: #f39c12; } .red { color: #f62459; } .pink { color: #b42165; } .lightpink { color: #cf9dbb; } .yellow { color: #eecf54; } .brown { color: #562f35; } .gray { color: #ccc; } .gray1 { color: #d9d9d9; } .gray2 { color: #aaa; } .gray3 { color: #999; } .gray4 { color: #727272; } .gray5 { color: #454545; } .zblack { color: #000; } /* background colors */ .bg-color-darkgray { background: #1d2025; } .bg-color-sitecolor { background: #0090ff; } .bg-color-darkblue { background: #005db4; } .bg-color-midblue { background: #0076db; } .bg-color-lightblue { background: #29a8e8; } .bg-color-woodblue { background: #485e76; } .bg-color-green { background: #87d37c; } .bg-color-seagreen { background: #90C695; } .bg-color-purple { background: #6b2da1; } .bg-color-lightpurple { background: #aea8d3; } .bg-color-spray { background: #81cfe0; } .bg-color-turquoise { background: #4ecdc4; } .bg-color-orange { background: #e67e22; } .bg-color-lightorange { background: #f39c12; } .bg-color-red { background: #f62459; } .bg-color-pink { background: #b42165; } .bg-color-lightpink { background: #cf9dbb; } .bg-color-yellow { background: #eecf54; } .bg-color-brown { background: #562f35; } .bg-color-white { background: #fff; } .bg-color-lightgray { background: #444f63; } .bg-color-black { background: #111213; } .bg-color-zblack { background: #000; } .bg-color { background: #f9f9f9; } .bg-color1 { background: #f7f7f7; } .bg-color2 { background: #f3f3f3; } .bg-color3 { background: #eee; } .bg-color4 { background: #999; } .bg-color5 { background: #e9e9e9; } .bg-color6 { background: #ddd; } /* universal margin bottom of columns */ .uni-margbo { margin-bottom: 30px; } .uni-margbo1 { margin-bottom: 20px; } .uni-margbo2 { margin-bottom: 50px; } .uni-margbo3 { margin-bottom: 70px; } /* margins */ .margin-top { margin-top: 10px; } .margin-top1 { margin-top: 5px; } .margin-top2 { margin-top: 20px; } .margin-top3 { margin-top: 30px; } .margin-top4 { margin-top: 40px; } .margin-top5 { margin-top: 50px; } .margin-top6 { margin-top: 60px; } .margin-top7 { margin-top: 70px; } .margin-top8 { margin-top: 80px; } .margin-top9 { margin-top: 90px; } .margin-top10 { margin-top: 100px; } .margin-top11 { margin-top: 110px; } .margin-top12 { margin-top: 120px; } .margin-top13 { margin-top: 130px; } .margin-top14 { margin-top: 140px; } .margin-top15 { margin-top: 160px; } .margin-top16 { margin-top: 180px; } .margin-top17 { margin-top: 200px; } .margin-top18 { margin-top: 230px; } .margin-top19 { margin-top: 300px; } .margin-top20 { margin-top: 450px; } .margin-bottom { margin-bottom: 10px; } .margin-bottom1 { margin-bottom: 5px; } .margin-bottom2 { margin-bottom: 20px; } .margin-bottom3 { margin-bottom: 30px; } .margin-bottom4 { margin-bottom: 40px; } .margin-bottom5 { margin-bottom: 50px; } .margin-bottom6 { margin-bottom: 60px; } .margin-bottom7 { margin-bottom: 70px; } .margin-bottom8 { margin-bottom: 80px; } .margin-bottom9 { margin-bottom: 90px; } .margin-bottom10 { margin-bottom: 100px; } .margin-bottom11 { margin-bottom: 110px; } .margin-bottom12 { margin-bottom: 120px; } .margin-bottom13 { margin-bottom: 130px; } .margin-bottom14 { margin-bottom: 140px; } .margin-bottom15 { margin-bottom: 160px; } .margin-bottom16 { margin-bottom: 180px; } .margin-bottom17 { margin-bottom: 200px; } .margin-bottom18 { margin-bottom: 230px; } .margin-bottom19 { margin-bottom: 270px; } .margin-bottom20 { margin-bottom: 300px; } .margin-bottom21 { margin-bottom: 350px; } .margin-bottom22 { margin-bottom: 400px; } .margin-bottom23 { margin-bottom: 450px; } .margin-bottom24 { margin-bottom: 500px; } .margin-bottom25 { margin-bottom: 550px; } .margin-bottom26 { margin-bottom: 620px; } .margin-bottom27 { margin-bottom: 700px; } .margin-left { margin-left: 10px; } .margin-left2 { margin-left: 20px; } .margin-left3 { margin-left: 30px; } .margin-left4 { margin-left: 40px; } .margin-left5 { margin-left: 50px; } .margin-left6 { margin-left: 60px; } .margin-left7 { margin-left: 70px; } .margin-left8 { margin-left: 80px; } .margin-left9 { margin-left: 90px; } .margin-left10 { margin-left: 100px; } .margin-left11 { margin-left: 110px; } .margin-left12 { margin-left: 120px; } .margin-right { margin-right: 10px; } .margin-right1 { margin-right: 5px; } .margin-right2 { margin-right: 20px; } .margin-right3 { margin-right: 30px; } .margin-right4 { margin-right: 40px; } .margin-right5 { margin-right: 50px; } .margin-right6 { margin-right: 60px; } .margin-right7 { margin-right: 70px; } .margin-right8 { margin-right: 80px; } .margin-right9 { margin-right: 90px; } .margin-right10 { margin-right: 100px; } .margin-right11 { margin-right: 110px; } .margin-right12 { margin-right: 120px; } .margin-top-bottom { margin-top: 50px; margin-bottom: 50px; } .margin-top-bottom2 { margin-top: 70px; margin-bottom: 70px; } .margin-top-bottom3 { margin-top: 80px; margin-bottom: 80px; } .margin-top-bottom4 { margin-top: 90px; margin-bottom: 90px; } .margin-top-bottom5 { margin-top: 100px; margin-bottom: 100px; } .margin-top-bottom6 { margin-top: 110px; margin-bottom: 110px; } .margin-top-bottom7 { margin-top: 120px; margin-bottom: 120px; } .margin-left-right { margin-left: 20px; margin-right: 20px; } .margin-left-right2 { margin-left: 30px; margin-right: 30px; } .margin-left-right3 { margin-left: 40px; margin-right: 40px; } .margin-left-right4 { margin-left: 50px; margin-right: 50px; } .margin-left-right5 { margin-left: 60px; margin-right: 60px; } .margin-left-right6 { margin-left: 70px; margin-right: 70px; } .margin-left-right7 { margin-left: 80px; margin-right: 80px; } .margin-left-right8 { margin-left: 90px; margin-right: 90px; } .margin-left-right10 { margin-left: 100px; margin-right: 100px; } .margin-left-right1 { margin-left: 10px; margin-right: 10px; } /* paddings */ .nopadding { padding: 0 !important; margin: 0 !important; } .padding { padding: 5px; } .padding1 { padding: 10px; } .padding2 { padding: 20px; } .padding3 { padding: 30px; } .padding4 { padding: 40px; } .padding5 { padding: 50px; } .padding6 { padding: 60px; } .padding7 { padding: 70px; } .padding8 { padding: 80px; } .padding9 { padding: 90px; } .padding10 { padding: 100px; } .padding-top { padding-top: 10px; } .padding-top2 { padding-top: 20px; } .padding-top3 { padding-top: 30px; } .padding-top4 { padding-top: 40px; } .padding-top5 { padding-top: 50px; } .padding-top6 { padding-top: 60px; } .padding-top7 { padding-top: 70px; } .padding-top8 { padding-top: 80px; } .padding-top9 { padding-top: 90px; } .padding-top10 { padding-top: 100px; } .padding-top11 { padding-top: 110px; } .padding-top12 { padding-top: 120px; } .padding-top13 { padding-top: 140px; } .padding-top14 { padding-top: 160px; } .padding-top15 { padding-top: 180px; } .padding-top16 { padding-top: 200px; } .padding-top17 { padding-top: 230px; } .padding-top18 { padding-top: 270px; } .padding-top19 { padding-top: 300px; } .padding-top20 { padding-top: 350px; } .padding-bottom { padding-bottom: 10px; } .padding-bottom2 { padding-bottom: 20px; } .padding-bottom3 { padding-bottom: 30px; } .padding-bottom4 { padding-bottom: 40px; } .padding-bottom5 { padding-bottom: 50px; } .padding-bottom6 { padding-bottom: 60px; } .padding-bottom7 { padding-bottom: 70px; } .padding-bottom8 { padding-bottom: 80px; } .padding-bottom9 { padding-bottom: 90px; } .padding-bottom10 { padding-bottom: 100px; } .padding-bottom11 { padding-bottom: 110px; } .padding-bottom12 { padding-bottom: 120px; } .padding-bottom13 { padding-bottom: 140px; } .padding-bottom14 { padding-bottom: 160px; } .padding-bottom15 { padding-bottom: 180px; } .padding-bottom16 { padding-bottom: 200px; } .padding-bottom17 { padding-bottom: 230px; } .padding-bottom18 { padding-bottom: 260px; } .padding-bottom19 { padding-bottom: 300px; } .padding-bottom20 { padding-bottom: 350px; } .padding-left { padding-left: 10px; } .padding-left2 { padding-left: 20px; } .padding-left3 { padding-left: 30px; } .padding-left4 { padding-left: 40px; } .padding-left5 { padding-left: 50px; } .padding-left6 { padding-left: 60px; } .padding-left7 { padding-left: 70px; } .padding-left8 { padding-left: 80px; } .padding-left9 { padding-left: 90px; } .padding-left10 { padding-left: 100px; } .padding-left11 { padding-left: 110px; } .padding-left12 { padding-left: 120px; } .padding-right { padding-right: 10px; } .padding-right2 { padding-right: 20px; } .padding-right3 { padding-right: 30px; } .padding-right4 { padding-right: 40px; } .padding-right5 { padding-right: 50px; } .padding-right6 { padding-right: 60px; } .padding-right7 { padding-right: 70px; } .padding-right8 { padding-right: 80px; } .padding-right9 { padding-right: 90px; } .padding-right10 { padding-right: 100px; } .padding-right11 { padding-right: 110px; } .padding-right12 { padding-right: 120px; } .padding-top-bottom { padding-top: 50px; padding-bottom: 50px; } .padding-top-bottom2 { padding-top: 70px; padding-bottom: 70px; } .padding-top-bottom3 { padding-top: 80px; padding-bottom: 80px; } .padding-top-bottom4 { padding-top: 90px; padding-bottom: 90px; } .padding-top-bottom5 { padding-top: 100px; padding-bottom: 100px; } .padding-top-bottom6 { padding-top: 110px; padding-bottom: 110px; } .padding-top-bottom7 { padding-top: 120px; padding-bottom: 120px; } .padding-top-bottom8 { padding-top: 140px; padding-bottom: 140px; } .padding-top-bottom9 { padding-top: 160px; padding-bottom: 160px; } .padding-top-bottom10 { padding-top: 180px; padding-bottom: 180px; } .padding-top-bottom12 { padding-top: 200px; padding-bottom: 200px; } .padding-top-bottom13 { padding-top: 230px; padding-bottom: 230px; } .padding-top-bottom14 { padding-top: 270px; padding-bottom: 270px; } .padding-top-bottom11 { padding-top: 40px; padding-bottom: 40px; } .padding-top-bottom15 { padding-top: 30px; padding-bottom: 30px; } .padding-top-bottom16 { padding-top: 10px; padding-bottom: 10px; } .padding-top-bottom17 { padding-top: 16px; padding-bottom: 16px; } .padding-left-right { padding-left: 20px; padding-right: 20px; } .padding-left-right1 { padding-left: 10px; padding-right: 10px; } .padding-left-right2 { padding-left: 30px; padding-right: 30px; } .padding-left-right3 { padding-left: 40px; padding-right: 40px; } .padding-left-right4 { padding-left: 50px; padding-right: 50px; } .padding-left-right5 { padding-left: 60px; padding-right: 60px; } .padding-left-right6 { padding-left: 70px; padding-right: 70px; } .padding-left-right7 { padding-left: 80px; padding-right: 80px; } .padding-left-right8 { padding-left: 90px; padding-right: 90px; } .padding-left-right9 { padding-left: 100px; padding-right: 100px; } .padding-left-right10 { padding-left: 120px; padding-right: 120px; } .padding-left-right11 { padding-left: 30px; padding-right: 30px; } .padding-percent { padding: 5%; } .padding-percent1 { padding: 7%; } .padding-percent2 { padding: 10%; } .padding-percent3 { padding: 12%; } .padding-percent4 { padding: 14%; } .padding-percent5 { padding: 16%; } .padding-percent6 { padding: 18%; } .padding-percent7 { padding: 20%; } .padding-percent8 { padding: 4%; } .padding-percent9 { padding: 3%; } .padding-top-percent { padding-top: 10%; } .padding-top-percent1 { padding-top: 8%; } .padding-top-percent2 { padding-top: 12%; } .padding-top-percent3 { padding-top: 14%; } .padding-top-percent4 { padding-top: 16%; } .padding-top-percent5 { padding-top: 18%; } .padding-top-percent6 { padding-top: 20%; } .padding-top-percent7 { padding-top: 23%; } .padding-top-percent8 { padding-top: 25%; } .padding-top-respopercent { padding-top: 18%; } .padding-top-respopercent2 { padding-top: 30%; } .padding-bottom-percent { padding-bottom: 10%; } .padding-bottom-percent2 { padding-bottom: 12%; } .padding-bottom-percent3 { padding-bottom: 14%; } .padding-bottom-percent4 { padding-bottom: 16%; } .padding-bottom-percent5 { padding-bottom: 18%; } .padding-bottom-percent6 { padding-bottom: 20%; } .padding-bottom-percent7 { padding-bottom: 23%; } .padding-bottom-percent8 { padding-bottom: 25%; } .padding-bottom-percent-none { padding-bottom: 0%; } .padding-left-percent { padding-left: 10%; } .padding-left-percent1 { padding-left: 5%; } .padding-left-percent2 { padding-left: 12%; } .padding-left-percent3 { padding-left: 14%; } .padding-left-percent4 { padding-left: 16%; } .padding-left-percent5 { padding-left: 18%; } .padding-left-percent6 { padding-left: 20%; } .padding-left-percent7 { padding-left: 23%; } .padding-left-percent8 { padding-left: 25%; } .padding-left-right-percent { padding-left: 5%; padding-right: 5%; } .padding-left-right-percent1 { padding-left: 3%; padding-right: 3%; } .padding-left-right-percent2 { padding-left: 7%; padding-right: 7%; } .padding-left-right-percent3 { padding-left: 8%; padding-right: 8%; } .padding-left-right-percent4 { padding-left: 9%; padding-right: 9%; } .padding-left-right-percent5 { padding-left: 12%; padding-right: 12%; } .margin-bottom-percent { margin-bottom: 1%; } .margin-bottom-percent2 { margin-bottom: 2%; } .margin-bottom-percent3 { margin-bottom: 3%; } .margin-bottom-percent4 { margin-bottom: 4%; } .margin-bottom-percent5 { margin-bottom: 5%; } .margin-bottom-percent6 { margin-bottom: 7%; } .margin-bottom-percent7 { margin-bottom: 9%; } .margin-bottom-percent8 { margin-bottom: 10%; } .margin-bottom-percent9 { margin-bottom: 12%; } .margin-bottom-percent10 { margin-bottom: 16%; } .margin-bottom-percent11 { margin-bottom: 20%; } .margin-bottom-percent12 { margin-bottom: 23%; } .margin-left-percent { margin-left: 1%; } .margin-left-percent2 { margin-left: 2%; } .margin-left-percent3 { margin-left: 3%; } .margin-left-percent4 { margin-left: 4%; } .margin-left-percent5 { margin-left: 5%; } .margin-left-percent6 { margin-left: 7%; } .margin-left-percent7 { margin-left: 9%; } .margin-left-percent8 { margin-left: 10%; } .margin-left-percent9 { margin-left: 12%; } .margin-left-percent10 { margin-left: 14%; } .margin-left-percent11 { margin-left: 16%; } .margin-left-percent12 { margin-left: 36%; } .margin-left-percent13 { margin-left: 30%; } .margin-left-percent14 { margin-left: 25%; } .margin-left-percent15 { margin-left: 20%; } .margin-right-percent { margin-right: 1%; } .margin-right-percent2 { margin-left: 2%; } .margin-right-percent3 { margin-right: 3%; } .margin-right-percent4 { margin-right: 4%; } .margin-right-percent5 { margin-right: 5%; } .margin-right-percent6 { margin-right: 7%; } .margin-right-percent7 { margin-right: 9%; } .margin-right-percent8 { margin-right: 10%; } .margin-right-percent9 { margin-right: 12%; } .margin-right-percent10 { margin-right: 14%; } .margin1 { margin: 5px; } .margin1.notop { margin-top: 0px; } .margin1.nobottom { margin-bottom: 0px; } /* Horizontal Rules */ hr.style-one { float: left; border: 0; height: 1px; } hr.style-one.center { float: none; } hr.style-two { float: left; border: 0; padding: 0px; margin: 8px 0 14px 0; height: 1px; } hr.style-three { float: left; border: 0; height: 3px; } hr.style-three.center { float: none; } hr.style-one.right, hr.style-two.right, hr.style-three.right { float: right; } hr.color1 { background: #0090ff; } hr.color2 { background: #1d2025; } hr.gray { background: #d3d3d3; } hr.gray1 { background: #eee; } hr.gray2 { background: #aaa; } hr.gray3 { background: #999; } hr.gray4 { background: #545454; } hr.white { background: #fff; } hr.white2 { background: rgba(255,255,255,0.3); } hr.seagreen { background: #90C695; } hr.red { background: #f62459; } .vline { margin: 0 auto; width: 1px; height: 18px; background: #1d2025; } .vline.white { background: #fff; } .min-quarter { width: 75px; } .half-quarter { width: 12.5%; } .quarter { width: 25%; } .half { width: 50%; } .three-quarter { width: 75%; } .full { width: 100%; } .height-full { height: 100%; } .height-fit { height: 100vh; } /* alignments */ .left { float: left; } .right { float: right; } .center { text-align: center; margin: inherit auto; } .absolute { position: absolute; } .absolute2 { position: absolute; right: 50px; top: 250px; } .centmid { height: 50vh; display: flex; align-items: center; justify-content: center; } .posbottom { left: 0px; bottom: 0px; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .italic { font-style: italic; } /* font sizes */ .iconsize, i.iconsize { font-size: 5px; } .iconsize1, i.iconsize1 { font-size: 16px; } .iconsize2, i.iconsize2 { font-size: 20px; } .iconsize3, i.iconsize3 { font-size: 25px; } .iconsize4, i.iconsize4 { font-size: 30px; } .iconsize5, i.iconsize5 { font-size: 40px; } .iconsize6, i.iconsize6 { font-size: 50px; } .iconsize7, i.iconsize7 { font-size: 60px; } .iconsize8, i.iconsize8 { font-size: 70px; } .iconsize9, i.iconsize9 { font-size: 80px; } .iconsize10, i.iconsize10 { font-size: 90px; } .iconsize11, i.iconsize11 { font-size: 100px; } .iconsize12, i.iconsize12 { font-size: 120px; } .iconsize13, i.iconsize13 { font-size: 9px; } .iconsize14, i.iconsize14 { font-size: 12px; } .iconsize15, i.iconsize15 { font-size: 14px; } /* circles */ .circle { border-radius: 100%; } .circle1 { width: 10px; height: 10px; border-radius: 100%; } .circle2 { width: 20px; height: 20px; border-radius: 100%; } .circle3 { width: 30px; height: 30px; border-radius: 100%; } .circle4 { width: 40px; height: 40px; border-radius: 100%; } .circle5 { width: 50px; height: 50px; border-radius: 100%; } .circle6 { width: 60px; height: 60px; border-radius: 100%; } .circle7 { width: 70px; height: 70px; border-radius: 100%; } .circle8 { width: 80px; height: 80px; border-radius: 100%; } .circle9 { width: 90px; height: 90px; border-radius: 100%; } .circle9.shadow { -webkit-box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1); box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1); } .circle10 { width: 100px; height: 100px; border-radius: 100%; } .circle11 { width: 120px; height: 120px; border-radius: 100%; } .circle12 { width: 140px; height: 140px; border-radius: 100%; } .circle13 { width: 160px; height: 160px; border-radius: 100%; } .circle14 { width: 180px; height: 180px; border-radius: 100%; } .circle15 { width: 200px; height: 200px; border-radius: 100%; } .circle16 { width: 230px; height: 230px; border-radius: 100%; } .circle1.center, .circle2.center, .circle3.center, .circle4.center, .circle5.center, .circle6.center, .circle7.center, .circle8.center, .circle9.center, .circle10.center, .circle11.center, .circle12.center, .circle13.center, .circle14.center, .circle15.center, .circle16.center, .circle21.center { margin: 0 auto; } .circle11.ptop, .circle12.ptop, .circle13.ptop { padding-top: 12.5%; } .circle11.ptop2, .circle12.ptop2, .circle13.ptop2 { padding-top: 18%; } .circle21 { width: 50%; height: 75vh; padding: 90px; border-radius: 100%; } /* vertical aligns */ .valign1 { text-align: center; vertical-align: middle; line-height: 10px !important; } .valign2 { text-align: center; vertical-align: middle; line-height: 20px !important; } .valign3 { text-align: center; vertical-align: middle; line-height: 30px !important; } .valign4 { text-align: center; vertical-align: middle; line-height: 40px !important; } .valign5 { text-align: center; vertical-align: middle; line-height: 50px !important; } .valign6 { text-align: center; vertical-align: middle; line-height: 60px !important; } .valign7 { text-align: center; vertical-align: middle; line-height: 70px !important; } .valign8 { text-align: center; vertical-align: middle; line-height: 80px !important; } .valign9 { text-align: center; vertical-align: middle; line-height: 90px !important; } .valign10 { text-align: center; vertical-align: middle; line-height: 100px !important; } .valign1.left, .valign2.left, .valign3.left, .valign4.left, .valign5.left, .valign6.left, .valign7.left, .valign8.left, .valign9.left, .valign10.left { text-align: left; } i.icon-border { color: #fff; vertical-align: middle; text-align: center; border: 1px solid #fff; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border:hover { color: #0090ff; background: #fff; } i.icon-border.sty2:hover { color: #1d2025; background: #fff; } i.icon-border.none:hover { color: inherit; background: inherit; } i.icon-border.green:hover { color: #fff; background: #87d37c; border: 1px solid #87d37c; } i.icon-border.orange:hover { color: #fff; background: #e67e22; border: 1px solid #e67e22; } i.icon-border.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border.size5 { width: 50px; height: 50px; line-height: 48px; } i.icon-border2 { color: #fff; vertical-align: middle; text-align: center; background-color: #1d2025; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border2:hover { color: #fff; background-color: #0090ff; } i.icon-border2.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border2.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border2.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-dark { color: #1d2025; vertical-align: middle; text-align: center; border: 1px solid #1d2025; border-radius: 100%; margin: 0px 3px; } i.icon-border-dark.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border-dark.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border-dark.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-dark.size5 { width: 50px; height: 50px; line-height: 50px; } i.icon-border-color { color: #0090ff; vertical-align: middle; text-align: center; border: 1px solid #0090ff; border-radius: 100%; margin: 0px 3px; } i.icon-border-color.size2 { font-size: 10px; width: 20px; height: 20px; line-height: 20px; } i.icon-border-color.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border-color.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-gray { color: #727272; vertical-align: middle; text-align: center; border: 1px solid #727272; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border-gray2 { color: #999; vertical-align: middle; text-align: center; border: 1px solid #727272; border-radius: 100%; margin: 0px 3px; transition: all 0.3s ease; } i.icon-border-gray2:hover { color: #eee; border: 1px solid #eee; } i.icon-border-gray.size2, i.icon-border-gray2.size2 { font-size: 10px; width: 22px; height: 22px; line-height: 22px; } i.icon-border-gray.size3, i.icon-border-gray2.size3 { width: 30px; height: 30px; line-height: 30px; } i.icon-border-gray.size4, i.icon-border-gray2.size4 { width: 40px; height: 40px; line-height: 40px; } i.icon-border-gray:hover { opacity: 0.5; } i.icon-border-gray.size5, i.icon-border-gray2.size5 { font-size: 10px; width: 22px; height: 22px; line-height: 22px; color: #1d2025; border: 1px solid #1d2025; } /* minus margin top */ .minus-margin-top { float: left; width: 100%; margin-top: -100px; position: relative; z-index: 2; } .minus-margin-top2 { float: left; width: 100%; margin-top: -20px; position: relative; z-index: 2; } .minus-margin-top3 { float: left; width: 100%; margin-top: -30px; position: relative; z-index: 2; } .minus-margin-top4 { float: left; width: 100%; margin-top: -43px; position: relative; z-index: 2; } .minus-margin-top5 { float: left; width: 100%; margin-top: -50px; position: relative; z-index: 2; } .minus-margin-top6 { float: left; width: 100%; margin-top: -60px; position: relative; z-index: 2; } .minus-margin-top7 { float: left; width: 100%; margin-top: -70px; position: relative; z-index: 2; } .minus-margin-on-slider { float: left; width: 100%; margin-top: -70px; position: relative; z-index: 2; } .margin-top-minus1 { margin-top: -10px; position: relative; z-index: 2; } .margin-top-minus2 { margin-top: -20px; position: relative; z-index: 2; } .margin-top-minus3 { margin-top: -30px; position: relative; z-index: 2; } .margin-top-minus4 { margin-top: -40px; position: relative; z-index: 2; } .margin-top-minus5 { margin-top: -50px; position: relative; z-index: 2; } .margin-top-minus6 { margin-top: -70px; position: relative; z-index: 2; } .margin-top-minus7 { margin-top: -100px; position: relative; z-index: 2; } .margin-top-minus8 { margin-top: -120px; position: relative; z-index: 2; } .margin-top-minus9 { margin-top: -140px; position: relative; z-index: 2; } .margin-top-minus10 { margin-top: -160px; position: relative; z-index: 2; } .icon-on-line { position: absolute; background: #fff; padding: 5px 25px; margin: -10px auto 0 -25px; } .icon-on-line2 { position: absolute; background: #fff; padding: 5px 25px; margin: -10px auto 0 -38px; } .icon-on-line3 { position: absolute; background: #1d2025; padding: 5px 20px; margin: -10px auto 0 -34px; } .zindex { position: relative; z-index: 3; } .zindex1 { position: relative; z-index: 1; } .zindex2 { position: relative; z-index: 2; } ul.none { list-style-type: none; } .none.two li { list-style-type: none; float: left; } .none.three li { list-style-type: none; float: left; margin-bottom: 10px; } /* Border */ .border { border: 1px solid #fff; } .border2 { border: 1px solid #eee; } .border3 { border: 1px solid #ddd; } .border4 { border: 7px solid #fff; } .border4.darkgray { border: 7px solid #1d2025; } .border5 { border: 5px solid #fff; } .border.gray { border: 1px solid #999; } .border.sitecolor { border: 1px solid #0090ff; } .border.darkgray { border: 1px solid #1d2025; } .border-dashed { border: 1px dashed #fff; } .border-dashed.gray { border: 1px dashed #999; } .border-dashed.gray2 { border: 1px dashed #c3c3c3; } .border-dashed.sitecolor { border: 1px dashed #0090ff; } .border-dashed.darkgray { border: 1px dashed #1d2025; } .border.gray2 { border: 5px solid #eee; } .border.spray { border: 5px solid #81cfe0; } .border-top { border-top: 1px; border-style: solid; border-color: #0090ff; } .border-top2 { border-top: 3px; border-style: solid; border-color: #0090ff; } .border-top3 { border-top: 5px; border-style: solid; border-color: #0090ff; } .border-top4 { border-top: 7px; border-style: solid; border-color: #0090ff; } .border-top5 { border-top: 10px; border-style: solid; border-color: #0090ff; } .border-top-gray { border-top: 1px solid #eee; } .border-top-gray1 { border-top: 1px solid #ccc; } .border-top-gray2 { border-top: 1px solid #4a4d51; } .border-top-opacity { border-top: 1px solid rgba(255,255,255,0.2); } .border-top-opacity2 { border-top: 1px solid rgba(255,255,255,0.1); } .border-left { border-left: 1px; border-style: solid; border-color: rgba(255,255,255,0.3); } .border-left2 { border-left: 1px solid #e9e9e9; } .border-left3 { border-left: 1px solid #e3e3e3; } .border-left4 { border-left: 1px solid #ddd; } .border-left-opacity { border-left: 1px solid rgba(255,255,255,0.2); } .border-left-opacity1 { border-left: 1px solid rgba(255,255,255,0.1); } .border-left-opacity2 { border-left: 1px solid rgba(255,255,255,0.3); } .border-left-opacity3 { border-left: 1px solid rgba(255,255,255,0.5); } .border-all-opacity { border: 1px solid rgba(255,255,255,0.12); transition: all 0.3s ease; } .border-all-opacity2 { border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease; } .border-all-opacity3 { border: 1px solid rgba(255,255,255,0.3); transition: all 0.3s ease; } .border-all-opacity4 { border: 1px solid rgba(255,255,255,0.4); transition: all 0.3s ease; } .border-all-opacity5 { border: 1px solid rgba(255,255,255,0.5); transition: all 0.3s ease; } .border-all-opacity6 { border: 5px solid rgba(255,255,255,0.5); transition: all 0.3s ease; } .border-all-opacity:hover { border: 1px solid rgba(255,255,255,0.36); } .border-right { border-right: 5px; border-right-style: solid; } .border-right.sty2 { border-right: 2px; border-right-style: solid; } .border-right.white { border-right-color: #fff; } .border-right.sitecolor { border-right-color: #0090ff; } .border-right.darkgray { border-right-color: #1d2025; } .box-border { border-top: 5px solid #575757; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; } .box-border.noleft { border-left: none; } .box-border.sty2 { border-top: 5px solid #00a9ff; } .box-border.sty3 { border-top: 5px solid #999; } .box-border.sty4 { border-top: 5px solid #87d37c; } /* Opacity */ .opacity { opacity: 0.1; } .opacity1 { opacity: 0.2; } .opacity2 { opacity: 0.4; } .opacity3 { opacity: 0.5; } .opacity4 { opacity: 0.7; } .opacity5 { opacity: 0.8; } .opacity6 { opacity: 0.05; } .opacity7 { opacity: 0.9; } .opacity8 { opacity: 0.95; } .opacity9 { opacity: 0.05; } .opacity10 { opacity: 1 !important; } .opacity-sitecolor { background: rgba(0,144,255,0.95); } .opacity-sitecolor2 { background: rgba(0,144,255,0.9); } .opacity-sitecolor3 { background: rgba(0,144,255,0.8); } .opacity-darkgray { background: rgba(29,32,37,0.95); } .opacity-darkgray2 { background: rgba(29,32,37,0.9); } .opacity-darkgray3 { background: rgba(29,32,37,0.85); } .opacity-white { background: rgba(255,255,255,0.95); } .opacity-white2 { background: rgba(255,255,255,0.9); } .opacity-white3 { background: rgba(255,255,255,0.8); } .opacity-green { background: rgba(135,211,124,0.95); } .opacity-green2 { background: rgba(135,211,124,0.9); } .opacity-green3 { background: rgba(135,211,124,0.8); } .block { display: block; } .bgcolor-dark-opacity { background-color: rgba(0,0,0,0.1); } .bgcolor-dark-opacity2 { background-color: rgba(0,0,0,0.2); } .bgcolor-dark-opacity3 { background-color: rgba(0,0,0,0.3); } .bgcolor-dark-opacity4 { background-color: rgba(0,0,0,0.4); } .bgcolor-dark-opacity5 { background-color: rgba(0,0,0,0.5); } .bgcolor-dark-opacity6 { background-color: rgba(0,0,0,0.6); } .bgcolor-dark-opacity7 { background-color: rgba(0,0,0,0.7); } .bgcolor-dark-opacity8 { background-color: rgba(0,0,0,0.8); } .bgcolor-dark-opacity9 { background-color: rgba(0,0,0,0.9); } .bgcolor-light-opacity { background-color: rgba(255,255,255,0.1); } .bgcolor-light-opacity2 { background-color: rgba(255,255,255,0.2); } .bgcolor-light-opacity3 { background-color: rgba(255,255,255,0.3); } .bgcolor-light-opacity4 { background-color: rgba(255,255,255,0.4); } .bgcolor-light-opacity5 { background-color: rgba(255,255,255,0.5); } .bgcolor-light-opacity6 { background-color: rgba(255,255,255,0.6); } .bgcolor-light-opacity7 { background-color: rgba(255,255,255,0.7); } .bgcolor-light-opacity8 { background-color: rgba(255,255,255,0.8); } .bgcolor-light-opacity9 { background-color: rgba(255,255,255,0.9); } .radius { border-radius: 3px; } .radius2 { border-radius: 5px; } .radius3 { border-radius: 10px; } .radius4 { border-radius: 20px; } .radius5 { border-radius: 100%; } .line-animate { float: left; border: 0; height: 4px; width: 18%; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } .col-md-3:hover .line-animate, .col-md-4:hover .line-animate, .col-md-5:hover .line-animate, .col-md-6:hover .line-animate { width: 36%; } .line-animate2 { float: left; border: 0; height: 3px; width: 12%; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } .col-md-3:hover .line-animate2, .col-md-4:hover .line-animate2, .col-md-5:hover .line-animate2, .col-md-6:hover .line-animate2 { width: 36%; } img.grayscale { -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ filter: grayscale(100%); } .textshadow { text-shadow: 1px 1px 3px rgba(0,0,0,0.1); } .textshadow2 { text-shadow: 1px 1px 3px rgba(0,0,0,0.2); } .textshadow3 { text-shadow: 1px 1px 3px rgba(0,0,0,0.3); } .overflowhd { overflow: hidden; } /* responsive image */ .respoimg { display:block; max-width:100%; height:auto; } .respoimg2 { display:block; max-width:50%; height:auto; } .respoimg3 { display:block; max-width:25%; height:auto; } .respoimg4 { display:block; max-width:12.5%; height:auto; } .respoimg5 { display:block; max-width:75%; height:auto; } .respoimg6 { display:block; max-width:33.3333333333%; height:auto; } .respoimg7 { display:block; max-width:18%; height:auto; } .respoimg.center, .respoimg2.center, .respoimg3.center, .respoimg4.center, .respoimg5.center, .respoimg6.center, .respoimg7.center { margin: 0 auto; }
0.170715
0.04531
svg:not(:root).svg-inline--fa {overflow: visible;} .svg-inline--fa {display: inline-block;font-size: inherit;height: 1em;overflow: visible;vertical-align: -.125em;} .svg-inline--fa.fa-lg {vertical-align: -.225em;} .svg-inline--fa.fa-w-1 {width: .0625em;} .svg-inline--fa.fa-w-2 {width: .125em;} .svg-inline--fa.fa-w-3 {width: .1875em;} .svg-inline--fa.fa-w-4 {width: .25em;} .svg-inline--fa.fa-w-5 {width: .3125em;} .svg-inline--fa.fa-w-6 {width: .375em;} .svg-inline--fa.fa-w-7 {width: .4375em;} .svg-inline--fa.fa-w-8 {width: .5em;} .svg-inline--fa.fa-w-9 {width: .5625em;} .svg-inline--fa.fa-w-10 {width: .625em;} .svg-inline--fa.fa-w-11 {width: .6875em;} .svg-inline--fa.fa-w-12 {width: .75em;} .svg-inline--fa.fa-w-13 {width: .8125em;} .svg-inline--fa.fa-w-14 {width: .875em;} .svg-inline--fa.fa-w-15 {width: .9375em;} .svg-inline--fa.fa-w-16 {width: 1em;} .svg-inline--fa.fa-w-17 {width: 1.0625em;} .svg-inline--fa.fa-w-18 {width: 1.125em;} .svg-inline--fa.fa-w-19 {width: 1.1875em;} .svg-inline--fa.fa-w-20 {width: 1.25em;} .svg-inline--fa.fa-pull-left {margin-right: .3em;width: auto;} .svg-inline--fa.fa-pull-right {margin-left: .3em;width: auto;} .svg-inline--fa.fa-border {height: 1.5em;} .svg-inline--fa.fa-li {width: 2em;} .svg-inline--fa.fa-fw {width: 1.25em;} .fa-layers svg.svg-inline--fa {bottom: 0;left: 0;margin: auto;position: absolute;right: 0;top: 0;} .fa-layers {display: inline-block;height: 1em;position: relative;text-align: center;vertical-align: -.125em;width: 1em;} .fa-layers svg.svg-inline--fa {-webkit-transform-origin: center center;transform-origin: center center;} .fa-layers-text, .fa-layers-counter {display: inline-block;position: absolute;text-align: center;} .fa-layers-text {left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transform-origin: center center;transform-origin: center center;} .fa-layers-counter {background-color: #ff253a;border-radius: 1em;-webkit-box-sizing: border-box;box-sizing: border-box;color: #fff;height: 1.5em;line-height: 1;max-width: 5em;min-width: 1.5em;overflow: hidden;padding: .25em;right: 0;text-overflow: ellipsis;top: 0;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: top right;transform-origin: top right;} .fa-layers-bottom-right {bottom: 0;right: 0;top: auto;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: bottom right;transform-origin: bottom right;} .fa-layers-bottom-left {bottom: 0;left: 0;right: auto;top: auto;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: bottom left;transform-origin: bottom left;} .fa-layers-top-right {right: 0;top: 0;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: top right;transform-origin: top right;} .fa-layers-top-left {left: 0;right: auto;top: 0;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: top left;transform-origin: top left;} .fa-lg {font-size: 1.33333em;line-height: .75em;vertical-align: -.0667em;} .fa-xs {font-size: .75em;} .fa-sm {font-size: .875em;} .fa-1x {font-size: 1em;} .fa-2x {font-size: 2em;} .fa-3x {font-size: 3em;} .fa-4x {font-size: 4em;} .fa-5x {font-size: 5em;} .fa-6x {font-size: 6em;} .fa-7x {font-size: 7em;} .fa-8x {font-size: 8em;} .fa-9x {font-size: 9em;} .fa-10x {font-size: 10em;} .fa-fw {text-align: center;width: 1.25em;} .fa-ul {list-style-type: none;margin-left: 2.5em;padding-left: 0;} .fa-ul > li {position: relative;} .fa-li {left: -2em;position: absolute;text-align: center;width: 2em;line-height: inherit;} .fa-border {border: solid .08em #eee;border-radius: .1em;padding: .2em .25em .15em;} .fa-pull-left {float: left;} .fa-pull-right {float: right;} .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {margin-right: .3em;} .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {margin-left: .3em;} .fa-spin {-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear;} .fa-pulse {-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);} @-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}} @keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}} .fa-rotate-90 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform: rotate(90deg);transform: rotate(90deg);} .fa-rotate-180 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform: rotate(180deg);transform: rotate(180deg);} .fa-rotate-270 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform: rotate(270deg);transform: rotate(270deg);} .fa-flip-horizontal {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform: scale(-1,1);transform: scale(-1,1);} .fa-flip-vertical {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform: scale(1,-1);transform: scale(1,-1);} .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform: scale(-1,-1);transform: scale(-1,-1);} :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {-webkit-filter: none;filter: none;} .fa-stack {display: inline-block;height: 2em;position: relative;width: 2.5em;} .fa-stack-1x, .fa-stack-2x {bottom: 0;left: 0;margin: auto;position: absolute;right: 0;top: 0;} .svg-inline--fa.fa-stack-1x {height: 1em;width: 1.25em;} .svg-inline--fa.fa-stack-2x {height: 2em;width: 2.5em;} .fa-inverse {color: #fff;} .sr-only {border: 0;clip: rect(0,0,0,0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;} .sr-only-focusable:active, .sr-only-focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;} .svg-inline--fa .fa-primary {fill: var(--fa-primary-color,currentColor);opacity: 1;opacity: var(--fa-primary-opacity,1);} .svg-inline--fa .fa-secondary {fill: var(--fa-secondary-color,currentColor);opacity: .4;opacity: var(--fa-secondary-opacity,.4);} .svg-inline--fa.fa-swap-opacity .fa-primary {opacity: .4;opacity: var(--fa-secondary-opacity,.4);} .svg-inline--fa.fa-swap-opacity .fa-secondary {opacity: 1;opacity: var(--fa-primary-opacity,1);} .svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {fill: black;} .fad.fa-inverse {color: #fff;}
wp-content/plugins/elementor/assets/lib/font-awesome/css/svg-with-js.css
svg:not(:root).svg-inline--fa {overflow: visible;} .svg-inline--fa {display: inline-block;font-size: inherit;height: 1em;overflow: visible;vertical-align: -.125em;} .svg-inline--fa.fa-lg {vertical-align: -.225em;} .svg-inline--fa.fa-w-1 {width: .0625em;} .svg-inline--fa.fa-w-2 {width: .125em;} .svg-inline--fa.fa-w-3 {width: .1875em;} .svg-inline--fa.fa-w-4 {width: .25em;} .svg-inline--fa.fa-w-5 {width: .3125em;} .svg-inline--fa.fa-w-6 {width: .375em;} .svg-inline--fa.fa-w-7 {width: .4375em;} .svg-inline--fa.fa-w-8 {width: .5em;} .svg-inline--fa.fa-w-9 {width: .5625em;} .svg-inline--fa.fa-w-10 {width: .625em;} .svg-inline--fa.fa-w-11 {width: .6875em;} .svg-inline--fa.fa-w-12 {width: .75em;} .svg-inline--fa.fa-w-13 {width: .8125em;} .svg-inline--fa.fa-w-14 {width: .875em;} .svg-inline--fa.fa-w-15 {width: .9375em;} .svg-inline--fa.fa-w-16 {width: 1em;} .svg-inline--fa.fa-w-17 {width: 1.0625em;} .svg-inline--fa.fa-w-18 {width: 1.125em;} .svg-inline--fa.fa-w-19 {width: 1.1875em;} .svg-inline--fa.fa-w-20 {width: 1.25em;} .svg-inline--fa.fa-pull-left {margin-right: .3em;width: auto;} .svg-inline--fa.fa-pull-right {margin-left: .3em;width: auto;} .svg-inline--fa.fa-border {height: 1.5em;} .svg-inline--fa.fa-li {width: 2em;} .svg-inline--fa.fa-fw {width: 1.25em;} .fa-layers svg.svg-inline--fa {bottom: 0;left: 0;margin: auto;position: absolute;right: 0;top: 0;} .fa-layers {display: inline-block;height: 1em;position: relative;text-align: center;vertical-align: -.125em;width: 1em;} .fa-layers svg.svg-inline--fa {-webkit-transform-origin: center center;transform-origin: center center;} .fa-layers-text, .fa-layers-counter {display: inline-block;position: absolute;text-align: center;} .fa-layers-text {left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transform-origin: center center;transform-origin: center center;} .fa-layers-counter {background-color: #ff253a;border-radius: 1em;-webkit-box-sizing: border-box;box-sizing: border-box;color: #fff;height: 1.5em;line-height: 1;max-width: 5em;min-width: 1.5em;overflow: hidden;padding: .25em;right: 0;text-overflow: ellipsis;top: 0;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: top right;transform-origin: top right;} .fa-layers-bottom-right {bottom: 0;right: 0;top: auto;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: bottom right;transform-origin: bottom right;} .fa-layers-bottom-left {bottom: 0;left: 0;right: auto;top: auto;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: bottom left;transform-origin: bottom left;} .fa-layers-top-right {right: 0;top: 0;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: top right;transform-origin: top right;} .fa-layers-top-left {left: 0;right: auto;top: 0;-webkit-transform: scale(.25);transform: scale(.25);-webkit-transform-origin: top left;transform-origin: top left;} .fa-lg {font-size: 1.33333em;line-height: .75em;vertical-align: -.0667em;} .fa-xs {font-size: .75em;} .fa-sm {font-size: .875em;} .fa-1x {font-size: 1em;} .fa-2x {font-size: 2em;} .fa-3x {font-size: 3em;} .fa-4x {font-size: 4em;} .fa-5x {font-size: 5em;} .fa-6x {font-size: 6em;} .fa-7x {font-size: 7em;} .fa-8x {font-size: 8em;} .fa-9x {font-size: 9em;} .fa-10x {font-size: 10em;} .fa-fw {text-align: center;width: 1.25em;} .fa-ul {list-style-type: none;margin-left: 2.5em;padding-left: 0;} .fa-ul > li {position: relative;} .fa-li {left: -2em;position: absolute;text-align: center;width: 2em;line-height: inherit;} .fa-border {border: solid .08em #eee;border-radius: .1em;padding: .2em .25em .15em;} .fa-pull-left {float: left;} .fa-pull-right {float: right;} .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {margin-right: .3em;} .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {margin-left: .3em;} .fa-spin {-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear;} .fa-pulse {-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);} @-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}} @keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}} .fa-rotate-90 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform: rotate(90deg);transform: rotate(90deg);} .fa-rotate-180 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform: rotate(180deg);transform: rotate(180deg);} .fa-rotate-270 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform: rotate(270deg);transform: rotate(270deg);} .fa-flip-horizontal {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform: scale(-1,1);transform: scale(-1,1);} .fa-flip-vertical {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform: scale(1,-1);transform: scale(1,-1);} .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform: scale(-1,-1);transform: scale(-1,-1);} :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {-webkit-filter: none;filter: none;} .fa-stack {display: inline-block;height: 2em;position: relative;width: 2.5em;} .fa-stack-1x, .fa-stack-2x {bottom: 0;left: 0;margin: auto;position: absolute;right: 0;top: 0;} .svg-inline--fa.fa-stack-1x {height: 1em;width: 1.25em;} .svg-inline--fa.fa-stack-2x {height: 2em;width: 2.5em;} .fa-inverse {color: #fff;} .sr-only {border: 0;clip: rect(0,0,0,0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;} .sr-only-focusable:active, .sr-only-focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;} .svg-inline--fa .fa-primary {fill: var(--fa-primary-color,currentColor);opacity: 1;opacity: var(--fa-primary-opacity,1);} .svg-inline--fa .fa-secondary {fill: var(--fa-secondary-color,currentColor);opacity: .4;opacity: var(--fa-secondary-opacity,.4);} .svg-inline--fa.fa-swap-opacity .fa-primary {opacity: .4;opacity: var(--fa-secondary-opacity,.4);} .svg-inline--fa.fa-swap-opacity .fa-secondary {opacity: 1;opacity: var(--fa-primary-opacity,1);} .svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {fill: black;} .fad.fa-inverse {color: #fff;}
0.510741
0.166641
* { font-family: Helvetica Neue,sans-serif; } #gdo-header { position: fixed; width: 100%; background: #eee; border-bottom: 1px solid #fff; padding: 0px 32px; } div.gdo-body { padding: 64px 0px 0px; min-height: 100%; } #gdo-footer { background: #eee; } /** Bar **/ .gdt-bar { display: flex; padding: 8px; background: #eee; flex-wrap: wrap; } .gdt-bar-row { flex-direction: row; } .gdt-bar-column { flex-direction: column; } .gdt-bar > * { flex-grow: 1; text-align: center; } .gdo-body .gdt-bar-row { border-bottom: 1px solid #fff; } .gdt-container.flx.flx-row.flx-collapse > * { margin-right: 8px; } /** Sidebar **/ #gdo-left-bar .gdt-divider, #gdo-right-bar .gdt-divider { background: #333; height: 1px; width: 100%; margin-top: 6px; } /** Buttons **/ .gdo-icon-button:HOVER { text-decoration: none; } a.gdt-button, input[type=submit], a.gdo-icon-button { border: 1px ridge gray; background: #ddd; border-radius: 6px; padding: 0px 6px; color: #333; margin: 2px; height: 24px; line-height: 22px; font-size: 16px; font-weight: 500; } a[disabled] { opacity: 0.25; cursor: text; } /** Form **/ .gdo-has-error { background: #fa6; } .gdo-form { padding: 8px; border: 1px solid #000; } .gdo-form-slim { padding: 2px 4px; border: none; } .gdo-form-slim form { padding: 2px; display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; } .gdo-form-slim form > * { padding: 2px; flex-grow: 0; text-align: left; } .gdo-form-slim select { min-width: 160px; } .gdo-form-large input, .gdo-form-large select { min-width: 280px; } .gdo-form input[type=submit] { min-width: auto; } .gdo-form .gdt-container { padding: 6px 8px; } .gdo-form-slim .gdt-container { padding: 0px 0px; } .gdo-form .gdt-container > * { display: block; } .gdo-form .gdt-container > i.fa, .gdo-form .gdt-container > label, .gdo-form .gdt-container > .gdo-icon { display: inline-block; } .gdo-form .gdo-required label:before { content: '*'; } .gdo-form textarea { width: 100%; } .gdo-form .gdo-link { text-decoration: underline; } .gdo-form-title { text-align: center; line-height: 38px; margin-bottom: 6px; background: #eee; } input[type=submit]:hover { cursor: pointer; } .gdo-form .gdt-link a { padding: 8px; } .gdo-form .gdt-divider { padding: 8px; background: #eee; border: 1px solid #fff; font-weight: bold; } input, textarea { padding: 4px; } select { padding: 7px 3px; } /** Table **/ .gdt-tblorder { display: inline-block; } .gdt-tblorder a.sel { color: gold; } .gdt-table th input, .gdt-table th select { display: block; width: 100%; } .gdt-table th { vertical-align: bottom; } .gdt-table { overflow: auto; min-width: 100%; } .gdt-table table { border-collapse: collapse; margin: 1px; } .gdt-table thead { background: #ccb; } .gdt-table tbody tr:nth-child(even) { background: #ddd; } .gdt-table tbody tr:nth-child(odd) { background: #eee; } .gdt-table tbody tr:hover { background: #fff; } .gdt-table td.gdt-num { text-align: right; padding-right: 4px; /* font-family: monospace; */ } .gdt-table td.gdt-country { text-align: center; } .gdt-table td { padding: 0px 2px; } .gdt-table th select { padding: 4px 2px; } .gdt-table > h3 { padding: 4px 8px; margin-top: 4px; background: #ddd; } /** Pagemenu **/ .gdo-pagemenu ul { display: flex; margin: 0 4px; } .gdo-pagemenu li { flex: 0 0 auto; padding: 8px; height: 36px; line-height: 20px; display: block; min-width: 36px; } .gdo-pagemenu a { width: 100%; height: 100%; display: inline-block; text-align: center; } .gdo-pagemenu li.page-selected a, .gdo-pagemenu a:hover { color: #000; background: #eee; } /** Lists **/ .gdt-list h3 { border-top: 1px solid #333; font-size: 22px; background: #bbf; padding: 4px 8px; } .gdt-list-item { display: flex; flex-direction: column; border-top: 1px solid #333; border-bottom: 1px solid #333; margin-top: 8px; } .gdt-li-upper { display: flex; flex-direction: row; padding: 4px 4px; border-bottom: 1px solid #bbb; } .gdt-li-title { font-size: 18px; margin-top: 4px; } .gdt-li-subtitle { font-size: 15px; flex-grow: 1; line-height: 28px; } /* .gdt-li-subtitle * { min-height: 28px; } */ .gdt-li-title-texts { display: flex; flex-direction: column; flex-grow: 1; } .gdt-li-main { display: flex; flex-direction: row; padding: 4px 8px; } .gdt-li-image, .gdt-li-avatar { align-self: center; margin-right: 4px; } .gdt-li-lower { border-top: 1px solid #bbb; font-size: 14px; } .gdt-li-subtext { padding: 2px 8px; } .gdt-list-item:last-child { border-bottom: 1px solid #333; } .gdt-li-content { flex: auto; } /** Card **/ .gdo-list-card { } .gdo-list-card > .title { padding: 4px 8px 2px; font-size: 20px; background: #ddf; border-bottom: 1px solid #333; } .gdt-card { border-bottom: 1px solid #333; border-top: 1px solid #333; margin-bottom: 8px; } .gdt-card-upper { display: flex; flex-direction: row; border-bottom: 1px solid #ddd; padding: 8px; } .gdt-card-middle { border-bottom: 1px solid #ddd; padding: 8px; } .gdt-card-lower { padding: 2px 8px; } .gdt-card-title { font-size: 20px; } .gdt-card-subtitle { font-size: 14px; } .gdt-card-avatar { align-self: center; margin-right: 8px; } .gdt-card-fields { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto; gap: 6px 8px; } .gdt-card-fields label { text-align: right; } .gdt-card-avatar > .gdo-file > img { max-width: 48px; max-height: 48px; border-radius: 8px; } .gdt-card-footer { font-size: 14px; } .gdt-card-divider { background: #eee; min-height: 2px; } .gdt-card-title-texts, .gdt-card-title, .gdt-card-subtitle, .gdt-card-title-texts { width: 100%; } .gdt-card label.gdt-card-divider { margin: 0; } .gdt-message-card, .gdt-card .gdt-link, .gdt-card-divider, .gdt-card .gdt-accordeon, .gdt-card .gdt-paragraph { grid-column-start: 1; grid-column-end: 3; } /** Textmessage **/ .gdo-message blockquote { padding-left: 16px; border: 1px solid #000; } .gdt-lyrics .collapse-content { white-space: pre-wrap; } /** Message **/ .gdo-error-box, .gdo-error.gdo-panel, .gdo-exception { background: #f44; padding: 12px; border: 1px dotted #111; border-radius: 4px; margin: 4px 8px; } .gdo-message-box, .gdo-success.gdo-panel { background: #cfc; padding: 12px; border: 1px dotted #111; border-radius: 4px; margin: 4px 8px; } .gdo-error .gdo-exception { border: none; margin: 0; padding: 0; } .gdt-message { word-break: break-word; } /** Header **/ #gdo-pagewrap { width: 100%; height: 100%; overflow: auto; } footer#gdo-footer, footer#gdo-footer .gdo-bar { min-height: 32px; } header#gdo-header, header#gdo-header .gdo-bar { min-height: 64px; z-index: 2; } /** Panel **/ .gdo-panel { border: 1px solid #444; padding: 6px 14px; margin: 2px; } .gdo-panel > p { margin-bottom: 0px; } /** Accordeon **/ .gdt-accordeon.opened .collapse-bar { display: none; } .gdt-accordeon.closed .uncollapse-bar { display: none; } .gdt-accordeon.closed .collapse-content { display: none; } .gdt-accordeon .uncollapse-bar, .gdt-accordeon .collapse-bar { font-size: 18px; background: #eee; } .gdt-accordeon .uncollapse-bar:hover, .gdt-accordeon .collapse-bar:hover { cursor: pointer; } div.gdt-accordeon { border: 1px dotted #aaa; } div.collapse-content { padding: 6px; } /** Menu **/ .gdt-menu > * { margin-left: 16px; display: inline-block; } /** Loading **/ .gdt-loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; background: #000; z-index: 3; pointer-events: none; } .gdt-loading.done { display: none; } .gdt-loading span { background: url(ajax-loader.gif) center no-repeat; display: block; height: 100%; } /** File **/ .gdo-file-controls { padding: 0px 8px; } .gdo-file-preview { float: left; } .gdo-file-preview img { max-width: 320px; max-height: 240px; border: 1px dashed #ddd; } /** Country **/ .gdo-country { width: 38px; height: 24px; } table img.gdo-country + span { display: none; } /** Badge **/ .gdo-badge { color: #212529; background-color: #ddd; display: inline-block; padding: 6px 6px; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 8px; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; border: 1px solid #888; } a { text-decoration: underline; } .gdo-icon[title] { cursor: pointer; }
GDO/Classic/css/gdo6-classic.css
* { font-family: Helvetica Neue,sans-serif; } #gdo-header { position: fixed; width: 100%; background: #eee; border-bottom: 1px solid #fff; padding: 0px 32px; } div.gdo-body { padding: 64px 0px 0px; min-height: 100%; } #gdo-footer { background: #eee; } /** Bar **/ .gdt-bar { display: flex; padding: 8px; background: #eee; flex-wrap: wrap; } .gdt-bar-row { flex-direction: row; } .gdt-bar-column { flex-direction: column; } .gdt-bar > * { flex-grow: 1; text-align: center; } .gdo-body .gdt-bar-row { border-bottom: 1px solid #fff; } .gdt-container.flx.flx-row.flx-collapse > * { margin-right: 8px; } /** Sidebar **/ #gdo-left-bar .gdt-divider, #gdo-right-bar .gdt-divider { background: #333; height: 1px; width: 100%; margin-top: 6px; } /** Buttons **/ .gdo-icon-button:HOVER { text-decoration: none; } a.gdt-button, input[type=submit], a.gdo-icon-button { border: 1px ridge gray; background: #ddd; border-radius: 6px; padding: 0px 6px; color: #333; margin: 2px; height: 24px; line-height: 22px; font-size: 16px; font-weight: 500; } a[disabled] { opacity: 0.25; cursor: text; } /** Form **/ .gdo-has-error { background: #fa6; } .gdo-form { padding: 8px; border: 1px solid #000; } .gdo-form-slim { padding: 2px 4px; border: none; } .gdo-form-slim form { padding: 2px; display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; } .gdo-form-slim form > * { padding: 2px; flex-grow: 0; text-align: left; } .gdo-form-slim select { min-width: 160px; } .gdo-form-large input, .gdo-form-large select { min-width: 280px; } .gdo-form input[type=submit] { min-width: auto; } .gdo-form .gdt-container { padding: 6px 8px; } .gdo-form-slim .gdt-container { padding: 0px 0px; } .gdo-form .gdt-container > * { display: block; } .gdo-form .gdt-container > i.fa, .gdo-form .gdt-container > label, .gdo-form .gdt-container > .gdo-icon { display: inline-block; } .gdo-form .gdo-required label:before { content: '*'; } .gdo-form textarea { width: 100%; } .gdo-form .gdo-link { text-decoration: underline; } .gdo-form-title { text-align: center; line-height: 38px; margin-bottom: 6px; background: #eee; } input[type=submit]:hover { cursor: pointer; } .gdo-form .gdt-link a { padding: 8px; } .gdo-form .gdt-divider { padding: 8px; background: #eee; border: 1px solid #fff; font-weight: bold; } input, textarea { padding: 4px; } select { padding: 7px 3px; } /** Table **/ .gdt-tblorder { display: inline-block; } .gdt-tblorder a.sel { color: gold; } .gdt-table th input, .gdt-table th select { display: block; width: 100%; } .gdt-table th { vertical-align: bottom; } .gdt-table { overflow: auto; min-width: 100%; } .gdt-table table { border-collapse: collapse; margin: 1px; } .gdt-table thead { background: #ccb; } .gdt-table tbody tr:nth-child(even) { background: #ddd; } .gdt-table tbody tr:nth-child(odd) { background: #eee; } .gdt-table tbody tr:hover { background: #fff; } .gdt-table td.gdt-num { text-align: right; padding-right: 4px; /* font-family: monospace; */ } .gdt-table td.gdt-country { text-align: center; } .gdt-table td { padding: 0px 2px; } .gdt-table th select { padding: 4px 2px; } .gdt-table > h3 { padding: 4px 8px; margin-top: 4px; background: #ddd; } /** Pagemenu **/ .gdo-pagemenu ul { display: flex; margin: 0 4px; } .gdo-pagemenu li { flex: 0 0 auto; padding: 8px; height: 36px; line-height: 20px; display: block; min-width: 36px; } .gdo-pagemenu a { width: 100%; height: 100%; display: inline-block; text-align: center; } .gdo-pagemenu li.page-selected a, .gdo-pagemenu a:hover { color: #000; background: #eee; } /** Lists **/ .gdt-list h3 { border-top: 1px solid #333; font-size: 22px; background: #bbf; padding: 4px 8px; } .gdt-list-item { display: flex; flex-direction: column; border-top: 1px solid #333; border-bottom: 1px solid #333; margin-top: 8px; } .gdt-li-upper { display: flex; flex-direction: row; padding: 4px 4px; border-bottom: 1px solid #bbb; } .gdt-li-title { font-size: 18px; margin-top: 4px; } .gdt-li-subtitle { font-size: 15px; flex-grow: 1; line-height: 28px; } /* .gdt-li-subtitle * { min-height: 28px; } */ .gdt-li-title-texts { display: flex; flex-direction: column; flex-grow: 1; } .gdt-li-main { display: flex; flex-direction: row; padding: 4px 8px; } .gdt-li-image, .gdt-li-avatar { align-self: center; margin-right: 4px; } .gdt-li-lower { border-top: 1px solid #bbb; font-size: 14px; } .gdt-li-subtext { padding: 2px 8px; } .gdt-list-item:last-child { border-bottom: 1px solid #333; } .gdt-li-content { flex: auto; } /** Card **/ .gdo-list-card { } .gdo-list-card > .title { padding: 4px 8px 2px; font-size: 20px; background: #ddf; border-bottom: 1px solid #333; } .gdt-card { border-bottom: 1px solid #333; border-top: 1px solid #333; margin-bottom: 8px; } .gdt-card-upper { display: flex; flex-direction: row; border-bottom: 1px solid #ddd; padding: 8px; } .gdt-card-middle { border-bottom: 1px solid #ddd; padding: 8px; } .gdt-card-lower { padding: 2px 8px; } .gdt-card-title { font-size: 20px; } .gdt-card-subtitle { font-size: 14px; } .gdt-card-avatar { align-self: center; margin-right: 8px; } .gdt-card-fields { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto; gap: 6px 8px; } .gdt-card-fields label { text-align: right; } .gdt-card-avatar > .gdo-file > img { max-width: 48px; max-height: 48px; border-radius: 8px; } .gdt-card-footer { font-size: 14px; } .gdt-card-divider { background: #eee; min-height: 2px; } .gdt-card-title-texts, .gdt-card-title, .gdt-card-subtitle, .gdt-card-title-texts { width: 100%; } .gdt-card label.gdt-card-divider { margin: 0; } .gdt-message-card, .gdt-card .gdt-link, .gdt-card-divider, .gdt-card .gdt-accordeon, .gdt-card .gdt-paragraph { grid-column-start: 1; grid-column-end: 3; } /** Textmessage **/ .gdo-message blockquote { padding-left: 16px; border: 1px solid #000; } .gdt-lyrics .collapse-content { white-space: pre-wrap; } /** Message **/ .gdo-error-box, .gdo-error.gdo-panel, .gdo-exception { background: #f44; padding: 12px; border: 1px dotted #111; border-radius: 4px; margin: 4px 8px; } .gdo-message-box, .gdo-success.gdo-panel { background: #cfc; padding: 12px; border: 1px dotted #111; border-radius: 4px; margin: 4px 8px; } .gdo-error .gdo-exception { border: none; margin: 0; padding: 0; } .gdt-message { word-break: break-word; } /** Header **/ #gdo-pagewrap { width: 100%; height: 100%; overflow: auto; } footer#gdo-footer, footer#gdo-footer .gdo-bar { min-height: 32px; } header#gdo-header, header#gdo-header .gdo-bar { min-height: 64px; z-index: 2; } /** Panel **/ .gdo-panel { border: 1px solid #444; padding: 6px 14px; margin: 2px; } .gdo-panel > p { margin-bottom: 0px; } /** Accordeon **/ .gdt-accordeon.opened .collapse-bar { display: none; } .gdt-accordeon.closed .uncollapse-bar { display: none; } .gdt-accordeon.closed .collapse-content { display: none; } .gdt-accordeon .uncollapse-bar, .gdt-accordeon .collapse-bar { font-size: 18px; background: #eee; } .gdt-accordeon .uncollapse-bar:hover, .gdt-accordeon .collapse-bar:hover { cursor: pointer; } div.gdt-accordeon { border: 1px dotted #aaa; } div.collapse-content { padding: 6px; } /** Menu **/ .gdt-menu > * { margin-left: 16px; display: inline-block; } /** Loading **/ .gdt-loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; background: #000; z-index: 3; pointer-events: none; } .gdt-loading.done { display: none; } .gdt-loading span { background: url(ajax-loader.gif) center no-repeat; display: block; height: 100%; } /** File **/ .gdo-file-controls { padding: 0px 8px; } .gdo-file-preview { float: left; } .gdo-file-preview img { max-width: 320px; max-height: 240px; border: 1px dashed #ddd; } /** Country **/ .gdo-country { width: 38px; height: 24px; } table img.gdo-country + span { display: none; } /** Badge **/ .gdo-badge { color: #212529; background-color: #ddd; display: inline-block; padding: 6px 6px; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 8px; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; border: 1px solid #888; } a { text-decoration: underline; } .gdo-icon[title] { cursor: pointer; }
0.503906
0.155912
html { height: 100%; } body { height: 100%; margin: 0; font-family: sans-serif; font-size: 11px; } #pagespeedpage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; } a { text-decoration: none; } a, a:visited, a:focus, a:hover { color: #1155cc; } a:active { color: #DD4B39; } .gux-tooltip a, .gux-tooltip a:visited { color: #4272db; text-decoration: none; } ::-webkit-scrollbar { width: 16px; height: 16px; } ::-webkit-scrollbar-button { height: 0px; width: 0px; } /*::-webkit-scrollbar-button:horizontal { background-color: transparent; width:4px; }*/ ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: block; } ::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement { display: none; } ::-webkit-scrollbar-track:vertical { border-left: 6px solid transparent; border-right: 1px solid transparent; background-clip:padding-box; background-color: white; } ::-webkit-scrollbar-track:horizontal { border-top: 6px solid transparent; border-bottom: 1px solid transparent; background-clip:padding-box; background-color: white; } ::-webkit-scrollbar-thumb { min-height: 28px; padding-top:100px; background-clip:padding-box; background-color: rgba(0,0,0,0.2); -webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.10), inset 0px -1px 0px rgba(0,0,0,0.07); } ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,0.4); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25); } ::-webkit-scrollbar-thumb:active { -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); background-color: rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:vertical { border-left: 6px solid transparent; border-right: 1px solid transparent; border-top: 0px solid transparent; border-bottom: 0px solid transparent; } ::-webkit-scrollbar-thumb:horizontal { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 6px solid transparent; border-bottom: 1px solid transparent; } ::-webkit-scrollbar-track:hover { background-color:rgba(0,0,0,0.05); -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.10); } ::-webkit-scrollbar-track:active { background-color:rgba(0,0,0,0.05); -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.14), inset -1px -1px 0px rgba(0,0,0,0.07); }
src/PagespeedChromium.css
html { height: 100%; } body { height: 100%; margin: 0; font-family: sans-serif; font-size: 11px; } #pagespeedpage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; } a { text-decoration: none; } a, a:visited, a:focus, a:hover { color: #1155cc; } a:active { color: #DD4B39; } .gux-tooltip a, .gux-tooltip a:visited { color: #4272db; text-decoration: none; } ::-webkit-scrollbar { width: 16px; height: 16px; } ::-webkit-scrollbar-button { height: 0px; width: 0px; } /*::-webkit-scrollbar-button:horizontal { background-color: transparent; width:4px; }*/ ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: block; } ::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement { display: none; } ::-webkit-scrollbar-track:vertical { border-left: 6px solid transparent; border-right: 1px solid transparent; background-clip:padding-box; background-color: white; } ::-webkit-scrollbar-track:horizontal { border-top: 6px solid transparent; border-bottom: 1px solid transparent; background-clip:padding-box; background-color: white; } ::-webkit-scrollbar-thumb { min-height: 28px; padding-top:100px; background-clip:padding-box; background-color: rgba(0,0,0,0.2); -webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.10), inset 0px -1px 0px rgba(0,0,0,0.07); } ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,0.4); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25); } ::-webkit-scrollbar-thumb:active { -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); background-color: rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:vertical { border-left: 6px solid transparent; border-right: 1px solid transparent; border-top: 0px solid transparent; border-bottom: 0px solid transparent; } ::-webkit-scrollbar-thumb:horizontal { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 6px solid transparent; border-bottom: 1px solid transparent; } ::-webkit-scrollbar-track:hover { background-color:rgba(0,0,0,0.05); -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.10); } ::-webkit-scrollbar-track:active { background-color:rgba(0,0,0,0.05); -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.14), inset -1px -1px 0px rgba(0,0,0,0.07); }
0.42668
0.055823
html, body { font-family: 'Open Sans',Arial,Helvetica,sans-serif; } html { position: relative; min-height: 100%; } body { margin-bottom: 44px; } .fullscreen-background { background: url("../images/backgroundsmall.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } div.glass-pane { background-color: rgba(0, 0, 0, 0.5); width: 100%; min-height: 100vh; /* always cover at least the sky */ } div.fuse-core-content { color: white; } /* --------- Avatar ---------------------------------------------------------------------------- */ #avatar { height: 180px; border-radius: 100%; border: 5px solid white; } /* --------- Title / Subtitle ------------------------------------------------------------------ */ h1 { letter-spacing: 0.1em; font-size: 3em; } @media (max-width: 575.98px) { h1 { /* used on bootstrap size 'xs' */ letter-spacing: 0; } } h3 { font-size: 1.2em; } /* --------- The Main Links -------------------------------------------------------------------- */ div.row.links > div { white-space: nowrap; padding: 0; } div.row.links a { color: white; border-radius: 100%; border: 2px solid white; display: inline-block; font-size: 1.8em; line-height: 1em; overflow: hidden; } @media (max-width: 575.98px) { div.row.links a { /* used on bootstrap size 'xs' */ border-radius: 10px; width: 100%; } } div.row.links a:hover { text-decoration: none; -webkit-transition: 300ms; -moz-transition: 300ms; transition: 300ms; background-color: rgba(0, 0, 0, 0.5); } div.row.links a > i { display: inline-block; margin: 16px 12px; } div.row.links a > span { margin-right: 15px; } /* --------- Extra HTML ------------------------------------------------------------------------ */ .fuse-core-extra { color: rgba(255, 255, 255, 0.7); } .fuse-core-extra a { color: rgba(255, 255, 255, 0.9); border-radius: 3px; padding: 0 2px; } .fuse-core-extra a:hover { color: white; text-decoration: none; background-color: rgba(0, 0, 0, 0.6); } /* --------- Footer ---------------------------------------------------------------------------- */ footer { position: absolute; bottom: 0; height: 44px; line-height: 24px; padding: 10px 0; width: 100%; font-size: smaller; color: rgba(255, 255, 255, 0.4); } footer .col { padding: 0; } footer a { color: rgba(255, 255, 255, 0.6); } footer a:hover { text-decoration: none; color: white; } /*# sourceMappingURL=theme.css.map */
_site/css/theme.css
html, body { font-family: 'Open Sans',Arial,Helvetica,sans-serif; } html { position: relative; min-height: 100%; } body { margin-bottom: 44px; } .fullscreen-background { background: url("../images/backgroundsmall.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } div.glass-pane { background-color: rgba(0, 0, 0, 0.5); width: 100%; min-height: 100vh; /* always cover at least the sky */ } div.fuse-core-content { color: white; } /* --------- Avatar ---------------------------------------------------------------------------- */ #avatar { height: 180px; border-radius: 100%; border: 5px solid white; } /* --------- Title / Subtitle ------------------------------------------------------------------ */ h1 { letter-spacing: 0.1em; font-size: 3em; } @media (max-width: 575.98px) { h1 { /* used on bootstrap size 'xs' */ letter-spacing: 0; } } h3 { font-size: 1.2em; } /* --------- The Main Links -------------------------------------------------------------------- */ div.row.links > div { white-space: nowrap; padding: 0; } div.row.links a { color: white; border-radius: 100%; border: 2px solid white; display: inline-block; font-size: 1.8em; line-height: 1em; overflow: hidden; } @media (max-width: 575.98px) { div.row.links a { /* used on bootstrap size 'xs' */ border-radius: 10px; width: 100%; } } div.row.links a:hover { text-decoration: none; -webkit-transition: 300ms; -moz-transition: 300ms; transition: 300ms; background-color: rgba(0, 0, 0, 0.5); } div.row.links a > i { display: inline-block; margin: 16px 12px; } div.row.links a > span { margin-right: 15px; } /* --------- Extra HTML ------------------------------------------------------------------------ */ .fuse-core-extra { color: rgba(255, 255, 255, 0.7); } .fuse-core-extra a { color: rgba(255, 255, 255, 0.9); border-radius: 3px; padding: 0 2px; } .fuse-core-extra a:hover { color: white; text-decoration: none; background-color: rgba(0, 0, 0, 0.6); } /* --------- Footer ---------------------------------------------------------------------------- */ footer { position: absolute; bottom: 0; height: 44px; line-height: 24px; padding: 10px 0; width: 100%; font-size: smaller; color: rgba(255, 255, 255, 0.4); } footer .col { padding: 0; } footer a { color: rgba(255, 255, 255, 0.6); } footer a:hover { text-decoration: none; color: white; } /*# sourceMappingURL=theme.css.map */
0.458834
0.065785
.dashboard h2{ padding-bottom:5px; color: #476D9B; clear:both; } .dashboard_left{ width:25%; float:left; } .dashboard_main{ width:55%; float:left; } .dashboard_main #orders_by_day_options{ background-color:#0095DA; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-bottom-left-radius: 10px 10px; -webkit-border-bottom-right-radius: 10px 10px; -webkit-border-top-left-radius: 10px 10px; -webkit-border-top-right-radius: 10px 10px; color:#fff; margin-top:10px; padding:5px; text-align:center; } #order_by_day_title{ padding-bottom:5px; color: #476D9B; clear:both; } #order_totals{ background:#154E8C url(../../images/admin/bg/admin_tab_back.png) repeat-x scroll left top; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-bottom-left-radius: 10px 10px; -webkit-border-bottom-right-radius: 10px 10px; -webkit-border-top-left-radius: 10px 10px; -webkit-border-top-right-radius: 10px 10px; color:#fff; height:62px; padding:0 10px; margin-bottom:20px; } #order_totals hr{ background-color:#fff; clear:none; float:left; height:80%; margin-top:6px; width:3px; } #order_totals .spacer{ padding: 0px 10px; font-size: 50px; line-height: 60px; color: #476D9B; } #order_totals p{ float:left; font-size:420%; font-weight:bold; line-height:60px; margin:0 5px 0 0; } #order_totals label{ font-size:200%; line-height:50px; } #order_totals span{ display:block; font-size:90%; font-weight:bold; margin-top: -10px; } .dashboard_main #orders_by_day_options label{ padding: 0px 10px; } .dashboard_right{ width:20%; float:left; } .dashboard table th{ background-color: #0095DA; color: #fff; } .dashboard_small_wrapper{ padding: 0px 20px 0px 0px; } .dashboard_main_wrapper{ padding: 0px 30px 10px 30px; margin-left: auto; margin-right: auto; } #pie_legend{ width:50%; float:left; font-size: 80%; } #pie_legend span{ line-height:15px; width:15px; float:left; } #pie_legend label{ margin-left:5px; float:left; } #pie_legend div{ clear:both; text-align:right; } .text-right{ text-align:right; } .jqplot-table-legend{ width:60px; }
vendor/extensions/overview_dashboard/public/stylesheets/admin/dashboard.css
.dashboard h2{ padding-bottom:5px; color: #476D9B; clear:both; } .dashboard_left{ width:25%; float:left; } .dashboard_main{ width:55%; float:left; } .dashboard_main #orders_by_day_options{ background-color:#0095DA; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-bottom-left-radius: 10px 10px; -webkit-border-bottom-right-radius: 10px 10px; -webkit-border-top-left-radius: 10px 10px; -webkit-border-top-right-radius: 10px 10px; color:#fff; margin-top:10px; padding:5px; text-align:center; } #order_by_day_title{ padding-bottom:5px; color: #476D9B; clear:both; } #order_totals{ background:#154E8C url(../../images/admin/bg/admin_tab_back.png) repeat-x scroll left top; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-bottom-left-radius: 10px 10px; -webkit-border-bottom-right-radius: 10px 10px; -webkit-border-top-left-radius: 10px 10px; -webkit-border-top-right-radius: 10px 10px; color:#fff; height:62px; padding:0 10px; margin-bottom:20px; } #order_totals hr{ background-color:#fff; clear:none; float:left; height:80%; margin-top:6px; width:3px; } #order_totals .spacer{ padding: 0px 10px; font-size: 50px; line-height: 60px; color: #476D9B; } #order_totals p{ float:left; font-size:420%; font-weight:bold; line-height:60px; margin:0 5px 0 0; } #order_totals label{ font-size:200%; line-height:50px; } #order_totals span{ display:block; font-size:90%; font-weight:bold; margin-top: -10px; } .dashboard_main #orders_by_day_options label{ padding: 0px 10px; } .dashboard_right{ width:20%; float:left; } .dashboard table th{ background-color: #0095DA; color: #fff; } .dashboard_small_wrapper{ padding: 0px 20px 0px 0px; } .dashboard_main_wrapper{ padding: 0px 30px 10px 30px; margin-left: auto; margin-right: auto; } #pie_legend{ width:50%; float:left; font-size: 80%; } #pie_legend span{ line-height:15px; width:15px; float:left; } #pie_legend label{ margin-left:5px; float:left; } #pie_legend div{ clear:both; text-align:right; } .text-right{ text-align:right; } .jqplot-table-legend{ width:60px; }
0.430626
0.094135
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Forum&family=Red+Hat+Text&display=swap'); :root { --ff-body: "Red Hat Text", sans-serif; --ff-heading: "Forum", cursive; --clr-text: #afad88; --clr-dark: #2A2927; --clr-backgrndblock: #cccece; --clr-bright: #ffffff; --clr-middle: #53534d; --clr-light: #f1f1f0; --fs-xl: 5rem; --fs-600: 1.5rem; --fs-500: 1.25rem; --fs-400: 1rem; } @media (min-width: 40em) { :root { --fs-xl: 7rem; --fs-600: 2rem; --fs-500: 1.5rem; --fs-400: 1.125rem; } } @media (min-width: 90em) { :root { --fs-xl: 9rem; --fs-600: 3rem; --fs-500: 2rem; --fs-400: 1.25rem; } } *, *::after, *::before { box-sizing: border-box; } body { font-family: var(--ff-body); font-size: var(--fs-400); background-color: var(--clr-light); margin: 0; } h1, h2, h3, h4, h5 { font-weight: normal; color: var(--clr-dark); margin: .5rem .5rem .5rem; } p { margin: .5rem .5rem .5rem; color: var(--clr-dark); text-align: center; } section { padding-top: 2rem; margin-bottom: 5rem; } .btn { display: inline-block; background-color: var(--clr-middle); color: var(--clr-bright); padding: 1em 2em; margin: 2rem 2rem 2rem; text-decoration: none; font-family: var(--ff-heading); font-size: var(--fs-400); border: none; border-radius: .4rem; } .center { display: flex; justify-content: center; align-items: center; } .copy { font-size: 1rem; color: var(--clr-light); font-family: var(--ff-heading); margin: 0; } .fa { padding: 2em; font-size: 2em; width: 2em; text-align: center; text-decoration: none; border-radius: 50%; } .fa-instagram { background: #125688; color: white; } .footer { background-color: var(--clr-middle); text-align: center; font-family: var(--ff-heading); padding-top: 1em; } .grid-container { } .image { max-width: 100%; height: auto; } .logo { padding: .5em; margin-bottom: .5em; margin-left: .5rem; } .nav { margin: 0 .5rem 2rem; display: grid; grid-template-columns: 25% 25% 25% 25%; max-width: 40rem; } .nav-link { text-decoration: none; color: var(--clr-middle); font-family: var(--ff-heading); font-size: var(--fs-400); text-align: center; } .opener { margin-bottom: 0; } .title { font-family: var(--ff-heading); font-size: var(--fs-xl); /* color: #8e6d4b; */ color: var(--clr-dark); } .heading { font-family: var(--ff-heading); font-size: var(--fs-600); margin-bottom: 0; text-align: center; } .steps { } .subheading { font-family: 'Dosis', sans-serif; font-size: var(--fs-500); font-style: italic; margin-bottom: 1.5rem; text-align: center; } .what { background-color: var(--clr-backgrndblock); } .what .heading, .what .subheading, { color: var(--clr-text); } #slogan { color: var(--clr-dark); margin: 3rem 1rem 3rem; }
style.css
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Forum&family=Red+Hat+Text&display=swap'); :root { --ff-body: "Red Hat Text", sans-serif; --ff-heading: "Forum", cursive; --clr-text: #afad88; --clr-dark: #2A2927; --clr-backgrndblock: #cccece; --clr-bright: #ffffff; --clr-middle: #53534d; --clr-light: #f1f1f0; --fs-xl: 5rem; --fs-600: 1.5rem; --fs-500: 1.25rem; --fs-400: 1rem; } @media (min-width: 40em) { :root { --fs-xl: 7rem; --fs-600: 2rem; --fs-500: 1.5rem; --fs-400: 1.125rem; } } @media (min-width: 90em) { :root { --fs-xl: 9rem; --fs-600: 3rem; --fs-500: 2rem; --fs-400: 1.25rem; } } *, *::after, *::before { box-sizing: border-box; } body { font-family: var(--ff-body); font-size: var(--fs-400); background-color: var(--clr-light); margin: 0; } h1, h2, h3, h4, h5 { font-weight: normal; color: var(--clr-dark); margin: .5rem .5rem .5rem; } p { margin: .5rem .5rem .5rem; color: var(--clr-dark); text-align: center; } section { padding-top: 2rem; margin-bottom: 5rem; } .btn { display: inline-block; background-color: var(--clr-middle); color: var(--clr-bright); padding: 1em 2em; margin: 2rem 2rem 2rem; text-decoration: none; font-family: var(--ff-heading); font-size: var(--fs-400); border: none; border-radius: .4rem; } .center { display: flex; justify-content: center; align-items: center; } .copy { font-size: 1rem; color: var(--clr-light); font-family: var(--ff-heading); margin: 0; } .fa { padding: 2em; font-size: 2em; width: 2em; text-align: center; text-decoration: none; border-radius: 50%; } .fa-instagram { background: #125688; color: white; } .footer { background-color: var(--clr-middle); text-align: center; font-family: var(--ff-heading); padding-top: 1em; } .grid-container { } .image { max-width: 100%; height: auto; } .logo { padding: .5em; margin-bottom: .5em; margin-left: .5rem; } .nav { margin: 0 .5rem 2rem; display: grid; grid-template-columns: 25% 25% 25% 25%; max-width: 40rem; } .nav-link { text-decoration: none; color: var(--clr-middle); font-family: var(--ff-heading); font-size: var(--fs-400); text-align: center; } .opener { margin-bottom: 0; } .title { font-family: var(--ff-heading); font-size: var(--fs-xl); /* color: #8e6d4b; */ color: var(--clr-dark); } .heading { font-family: var(--ff-heading); font-size: var(--fs-600); margin-bottom: 0; text-align: center; } .steps { } .subheading { font-family: 'Dosis', sans-serif; font-size: var(--fs-500); font-style: italic; margin-bottom: 1.5rem; text-align: center; } .what { background-color: var(--clr-backgrndblock); } .what .heading, .what .subheading, { color: var(--clr-text); } #slogan { color: var(--clr-dark); margin: 3rem 1rem 3rem; }
0.440951
0.125788
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } /* Base styling */ body, html, div { margin: 0; padding: 0; } nav, nav a { line-height: 50px; vertical-align: middle; font-weight: bold; } nav a { padding-left: 15px; padding-right: 15px; font-size: 16px; color: white; text-decoration: none; } nav .container, #content { margin-right: auto; margin-left: auto; width: 1160px; } @media (max-width : 1380px) { } @media (max-width : 1200px) { nav .container, #content { width: 960px; } } @media (max-width : 979px) { nav .container, #content { width: 720px; } } @media (max-width : 767px) { nav .container, #content { width: 90%; } } input[type="button"] { width: 90px; margin-top: 10px; border: none; background-color: #668cff; cursor: pointer; color: white; font-size: 15px; font-weight: bold; } input, textarea { border-radius: 5px; } /* @media only screen and (max-width : 480px) { nav, .content { width: ; } } @media only screen and (max-width : 320px) { nav, .content { width: ; } } */ h1, h2, h3, h4, h5, h6 { -webkit-margin-before: 0; -webkit-margin-after: 0; } form input { display: block; } form { display: inline-block; } nav { background-color: #668cff; } /* All pages */ .page-title { margin: 25px 5px 10px 5px; } /* Login / Registration forms */ form.login-form input+input, form.registration-form input+input { margin-top: 10px; } /* Blog */ .page-title h1, .page-title span { display: inline-block; } .page-title span.add-to-favorite, .page-title span.add-to-friends { float: right; height: 25px; width: 25px; line-height: 25px; margin-top: 7px; margin-right: 5px; background-color: #668cff; color: white; border-radius: 5px; text-align: center; cursor: pointer; } .page-title span.add-to-favorite.added, .page-title span.add-to-friends.added { color: red; } #pop-up-message { position: fixed; right: 10px; bottom: 10px; } #pop-up-message .popup-message-container { padding: 20px; border: 3px solid; border-radius: 5px; margin-bottom: 10px; margin-right: 0; background: white; clear: both; float: right; } #pop-up-message .popup-message-container.message { border-color: green; } #pop-up-message .popup-message-container.error { border-color: red; } /* New article */ .new-article { margin-bottom: 20px; } .new-article label, .new-article input, .new-article textarea { display: block; padding: 5px; } .new-article span, .new-article input[type="button"] { display: inline-block; } .new-article span { float: right; } .new-article textarea { resize: none; height: 200px; } .new-article label { margin-top: 10px; padding: 9px 5px; } .new-article input, .new-article textarea { border: 1px solid #668cff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; font-size: 15px; } .new-article input[type="text"], .new-article textarea { width: 100%; } .new-article input { margin-top: 10px; padding: 10px 5px; } .new-article span.symbols-left { margin-top: 10px; line-height: 26px; } /* Articles */ .articles .article:not(.without-rating) { margin-left: 20px; } .articles .article-rating { float: left; width: 16px; } .articles .article-rating { background-color: #668cff; color: white; vertical-align: top; border-radius: 5px; } .articles .article-rating > div { vertical-align: middle; text-align: center; } .articles .article-rating > div.upvote, .articles .article-rating > div.downvote { cursor: pointer; } .articles .article-rating.upvoted > div.upvote, .articles .article-rating.downvoted > div.downvote { color: red; } .articles .article h3, .articles .article span { display: inline-block; } .articles .article .title > span { float: right; padding-right: 5px; } .articles .article .title { color: white; background-color: #668cff; } .articles .article .title .edit-article-button { cursor: pointer; color: transparent; -ms-transform: rotate(180deg); /* IE 9 */ -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ transform: rotate(180deg); } .articles .article:hover .title .edit-article-button { color: white; } .articles .article { border: 1px solid #668cff; border-radius: 5px; margin-bottom: 15px; } .articles .article .title { padding: 10px 5px 10px 5px; } .articles .article .content { padding: 0 5px 10px 5px; } /* User list */ .user-list ul { padding: 0; margin: 0; } .user-list li { margin-top: 10px; list-style: none; } .user-list li h4{ background-color: #668cff; border-radius: 5px; padding: 9px 5px; } .user-list li a, .user-list li a:hover, .user-list li a:active, .user-list li a:visited { text-decoration: none; color: white; } /* Friends */ .friends { margin-top: -10px; } .friends label { padding: 9px 5px; margin-top: 10px; display: block; } .friends-list input { font-size: 15px; margin-top: 10px; width: 100%; border-radius: 5px; padding: 10px 5px; border: 1px solid #668cff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .friend-requests .buttons-container { display: inline; float: right; } .friend-requests input[type="button"] { color: #668cff; border: none; border-radius: 5px; font-size: 12px; font-weight: bold; background-color: white; } @media only screen and (min-width : 481px) { .friends-list.half-screen, .friend-requests { display: inline-block; width: 50%; } .friend-requests { float: right; } .friends-list ul, .friends-list .input-container, .friends-list label { margin-right: 5px; } .friend-requests ul, .friend-requests input, .friend-requests label { margin-left: 5px; } } /* Favorites */ .favorites-list label { padding: 9px 5px; margin-top: 10px; display: block; } .favorites-list input { font-size: 15px; margin-top: 10px; width: 100%; border-radius: 5px; padding: 10px 5px; border: 1px solid #668cff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
app/css/main.css
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } /* Base styling */ body, html, div { margin: 0; padding: 0; } nav, nav a { line-height: 50px; vertical-align: middle; font-weight: bold; } nav a { padding-left: 15px; padding-right: 15px; font-size: 16px; color: white; text-decoration: none; } nav .container, #content { margin-right: auto; margin-left: auto; width: 1160px; } @media (max-width : 1380px) { } @media (max-width : 1200px) { nav .container, #content { width: 960px; } } @media (max-width : 979px) { nav .container, #content { width: 720px; } } @media (max-width : 767px) { nav .container, #content { width: 90%; } } input[type="button"] { width: 90px; margin-top: 10px; border: none; background-color: #668cff; cursor: pointer; color: white; font-size: 15px; font-weight: bold; } input, textarea { border-radius: 5px; } /* @media only screen and (max-width : 480px) { nav, .content { width: ; } } @media only screen and (max-width : 320px) { nav, .content { width: ; } } */ h1, h2, h3, h4, h5, h6 { -webkit-margin-before: 0; -webkit-margin-after: 0; } form input { display: block; } form { display: inline-block; } nav { background-color: #668cff; } /* All pages */ .page-title { margin: 25px 5px 10px 5px; } /* Login / Registration forms */ form.login-form input+input, form.registration-form input+input { margin-top: 10px; } /* Blog */ .page-title h1, .page-title span { display: inline-block; } .page-title span.add-to-favorite, .page-title span.add-to-friends { float: right; height: 25px; width: 25px; line-height: 25px; margin-top: 7px; margin-right: 5px; background-color: #668cff; color: white; border-radius: 5px; text-align: center; cursor: pointer; } .page-title span.add-to-favorite.added, .page-title span.add-to-friends.added { color: red; } #pop-up-message { position: fixed; right: 10px; bottom: 10px; } #pop-up-message .popup-message-container { padding: 20px; border: 3px solid; border-radius: 5px; margin-bottom: 10px; margin-right: 0; background: white; clear: both; float: right; } #pop-up-message .popup-message-container.message { border-color: green; } #pop-up-message .popup-message-container.error { border-color: red; } /* New article */ .new-article { margin-bottom: 20px; } .new-article label, .new-article input, .new-article textarea { display: block; padding: 5px; } .new-article span, .new-article input[type="button"] { display: inline-block; } .new-article span { float: right; } .new-article textarea { resize: none; height: 200px; } .new-article label { margin-top: 10px; padding: 9px 5px; } .new-article input, .new-article textarea { border: 1px solid #668cff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; font-size: 15px; } .new-article input[type="text"], .new-article textarea { width: 100%; } .new-article input { margin-top: 10px; padding: 10px 5px; } .new-article span.symbols-left { margin-top: 10px; line-height: 26px; } /* Articles */ .articles .article:not(.without-rating) { margin-left: 20px; } .articles .article-rating { float: left; width: 16px; } .articles .article-rating { background-color: #668cff; color: white; vertical-align: top; border-radius: 5px; } .articles .article-rating > div { vertical-align: middle; text-align: center; } .articles .article-rating > div.upvote, .articles .article-rating > div.downvote { cursor: pointer; } .articles .article-rating.upvoted > div.upvote, .articles .article-rating.downvoted > div.downvote { color: red; } .articles .article h3, .articles .article span { display: inline-block; } .articles .article .title > span { float: right; padding-right: 5px; } .articles .article .title { color: white; background-color: #668cff; } .articles .article .title .edit-article-button { cursor: pointer; color: transparent; -ms-transform: rotate(180deg); /* IE 9 */ -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ transform: rotate(180deg); } .articles .article:hover .title .edit-article-button { color: white; } .articles .article { border: 1px solid #668cff; border-radius: 5px; margin-bottom: 15px; } .articles .article .title { padding: 10px 5px 10px 5px; } .articles .article .content { padding: 0 5px 10px 5px; } /* User list */ .user-list ul { padding: 0; margin: 0; } .user-list li { margin-top: 10px; list-style: none; } .user-list li h4{ background-color: #668cff; border-radius: 5px; padding: 9px 5px; } .user-list li a, .user-list li a:hover, .user-list li a:active, .user-list li a:visited { text-decoration: none; color: white; } /* Friends */ .friends { margin-top: -10px; } .friends label { padding: 9px 5px; margin-top: 10px; display: block; } .friends-list input { font-size: 15px; margin-top: 10px; width: 100%; border-radius: 5px; padding: 10px 5px; border: 1px solid #668cff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .friend-requests .buttons-container { display: inline; float: right; } .friend-requests input[type="button"] { color: #668cff; border: none; border-radius: 5px; font-size: 12px; font-weight: bold; background-color: white; } @media only screen and (min-width : 481px) { .friends-list.half-screen, .friend-requests { display: inline-block; width: 50%; } .friend-requests { float: right; } .friends-list ul, .friends-list .input-container, .friends-list label { margin-right: 5px; } .friend-requests ul, .friend-requests input, .friend-requests label { margin-left: 5px; } } /* Favorites */ .favorites-list label { padding: 9px 5px; margin-top: 10px; display: block; } .favorites-list input { font-size: 15px; margin-top: 10px; width: 100%; border-radius: 5px; padding: 10px 5px; border: 1px solid #668cff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
0.309858
0.114889
@CHARSET "UTF-8"; body{ background-color: #f2a2e0; text-align:center; color:white; } h1 { font-family: cursive; } table{ border: 2px solid pink; background-color: #85c698; text-alignment:center; width:100%; } th{ border-bottom: 5px solid pink; padding: 7%; } td{ border-bottom: 2px solid pink; } form { text-align: center; display: -webkit-inline-box; font-family: cursive; } #basicallyAButton { display:inline; -moz-border-radius: 15px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-border-radius: 25px; -webkit-box-shadow: #6E7849 0 0 10px; -webkit-transition: all 0.5s ease; background-color: #77f983; border-radius: 15px; color: #ffffff; display: inline-block; font-size: 1em; margin: auto; padding: 15px; text-decoration: none; transition: all 0.5s ease; font-family: cursive; } button { display:inline; -moz-border-radius: 15px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-border-radius: 25px; -webkit-box-shadow: #6E7849 0 0 10px; -webkit-transition: all 0.5s ease; background-color: #77f983; border-radius: 15px; color: #ffffff; display: inline-block; font-size: 1em; margin: auto; padding: 15px; text-decoration: none; transition: all 0.5s ease; font-family: cursive; } submit { display:inline; -moz-border-radius: 15px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-border-radius: 25px; -webkit-box-shadow: #6E7849 0 0 10px; -webkit-transition: all 0.5s ease; background-color: #77f983; border-radius: 15px; color: #ffffff; display: inline-block; font-size: 1em; margin: auto; padding: 15px; text-decoration: none; transition: all 0.5s ease; font-family: cursive; } button:hover { display:inline; background: #3cfc8f; background-image: -webkit-linear-gradient(top, #3cfc8f, #c6d934); background-image: -moz-linear-gradient(top, #3cfc8f, #c6d934); background-image: -ms-linear-gradient(top, #3cfc8f, #c6d934); background-image: -o-linear-gradient(top, #3cfc8f, #c6d934); background-image: linear-gradient(to bottom, #3cfc8f, #c6d934); text-decoration: none; font-family: cursive; } submit:hover { display:inline; background: #3cfc8f; background-image: -webkit-linear-gradient(top, #3cfc8f, #c6d934); background-image: -moz-linear-gradient(top, #3cfc8f, #c6d934); background-image: -ms-linear-gradient(top, #3cfc8f, #c6d934); background-image: -o-linear-gradient(top, #3cfc8f, #c6d934); background-image: linear-gradient(to bottom, #3cfc8f, #c6d934); text-decoration: none; font-family: cursive; } #basicallyAButton:hover { display:inline; background: #3cfc8f; background-image: -webkit-linear-gradient(top, #3cfc8f, #c6d934); background-image: -moz-linear-gradient(top, #3cfc8f, #c6d934); background-image: -ms-linear-gradient(top, #3cfc8f, #c6d934); background-image: -o-linear-gradient(top, #3cfc8f, #c6d934); background-image: linear-gradient(to bottom, #3cfc8f, #c6d934); text-decoration: none; font-family: cursive; } div { width: 45%; display:inline; } #required { color:red; display:inline; } #requiredTitle { color:red; } #rightAnnie { width: 75%; margin:auto; padding: 5px; }
style.css
@CHARSET "UTF-8"; body{ background-color: #f2a2e0; text-align:center; color:white; } h1 { font-family: cursive; } table{ border: 2px solid pink; background-color: #85c698; text-alignment:center; width:100%; } th{ border-bottom: 5px solid pink; padding: 7%; } td{ border-bottom: 2px solid pink; } form { text-align: center; display: -webkit-inline-box; font-family: cursive; } #basicallyAButton { display:inline; -moz-border-radius: 15px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-border-radius: 25px; -webkit-box-shadow: #6E7849 0 0 10px; -webkit-transition: all 0.5s ease; background-color: #77f983; border-radius: 15px; color: #ffffff; display: inline-block; font-size: 1em; margin: auto; padding: 15px; text-decoration: none; transition: all 0.5s ease; font-family: cursive; } button { display:inline; -moz-border-radius: 15px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-border-radius: 25px; -webkit-box-shadow: #6E7849 0 0 10px; -webkit-transition: all 0.5s ease; background-color: #77f983; border-radius: 15px; color: #ffffff; display: inline-block; font-size: 1em; margin: auto; padding: 15px; text-decoration: none; transition: all 0.5s ease; font-family: cursive; } submit { display:inline; -moz-border-radius: 15px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-border-radius: 25px; -webkit-box-shadow: #6E7849 0 0 10px; -webkit-transition: all 0.5s ease; background-color: #77f983; border-radius: 15px; color: #ffffff; display: inline-block; font-size: 1em; margin: auto; padding: 15px; text-decoration: none; transition: all 0.5s ease; font-family: cursive; } button:hover { display:inline; background: #3cfc8f; background-image: -webkit-linear-gradient(top, #3cfc8f, #c6d934); background-image: -moz-linear-gradient(top, #3cfc8f, #c6d934); background-image: -ms-linear-gradient(top, #3cfc8f, #c6d934); background-image: -o-linear-gradient(top, #3cfc8f, #c6d934); background-image: linear-gradient(to bottom, #3cfc8f, #c6d934); text-decoration: none; font-family: cursive; } submit:hover { display:inline; background: #3cfc8f; background-image: -webkit-linear-gradient(top, #3cfc8f, #c6d934); background-image: -moz-linear-gradient(top, #3cfc8f, #c6d934); background-image: -ms-linear-gradient(top, #3cfc8f, #c6d934); background-image: -o-linear-gradient(top, #3cfc8f, #c6d934); background-image: linear-gradient(to bottom, #3cfc8f, #c6d934); text-decoration: none; font-family: cursive; } #basicallyAButton:hover { display:inline; background: #3cfc8f; background-image: -webkit-linear-gradient(top, #3cfc8f, #c6d934); background-image: -moz-linear-gradient(top, #3cfc8f, #c6d934); background-image: -ms-linear-gradient(top, #3cfc8f, #c6d934); background-image: -o-linear-gradient(top, #3cfc8f, #c6d934); background-image: linear-gradient(to bottom, #3cfc8f, #c6d934); text-decoration: none; font-family: cursive; } div { width: 45%; display:inline; } #required { color:red; display:inline; } #requiredTitle { color:red; } #rightAnnie { width: 75%; margin:auto; padding: 5px; }
0.300951
0.062075
#ocqlFilterInputTextParent { display: none; left: 200px; top: 30px; padding: 2px 5px; } /* Input text for CQL filter */ /* line 10, ../../scss/MobileCSS/MobilecqlFilter.scss */ #idOcqlFilterInputText { width: 60%; } /* Button to show and hide CQL filter text box*/ /* line 17, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlMenuButtonParent { position: relative; left: 10%; } /* 'Apply' button for CQL filter */ /* line 23, ../../scss/MobileCSS/MobilecqlFilter.scss */ #idOcqlFilterButton { display: inline; } /* Span to input some error text */ /* line 28, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlErrorParent { display: none; top: 200px; } /* Error text id */ /* line 33, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlErrorText { color: red; } /* CQL filter parent of all the instructions*/ /* line 38, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlFilterText { color: black; text-align: left; top: 85px; padding: 10px; width: 270px; } /* Table containing options */ /* line 47, ../../scss/MobileCSS/MobilecqlFilter.scss */ table.cqlFilterExampleTable { border-style: solid; border-width: 1px; border-collapse: collapse; } /* line 52, ../../scss/MobileCSS/MobilecqlFilter.scss */ table.cqlFilterExampleTable th { border-width: 1px; border-style: solid; text-align: center; background-color: #CBC361; padding: 2px 4px; } /* line 59, ../../scss/MobileCSS/MobilecqlFilter.scss */ table.cqlFilterExampleTable td { padding: 6px; border-width: 1px; border-style: solid; text-align: center; } /* line 67, ../../scss/MobileCSS/MobilecqlFilter.scss */ .cqlFilterTable { /*background-color:black;*/ z-index: 1008; color: white; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-top: 2em; margin-bottom: 2em; border: solid 5px white; padding: 3px; cursor: move; opacity: 0.95; background-color: #000000; border-spacing: 5px 2px; font-size: 55px; width: 500px; } /* line 91, ../../scss/MobileCSS/MobilecqlFilter.scss */ #cqlhelptext { position: absolute; top: 400px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: solid 5px black; z-index: 1008; padding: 5px; width: 350px; background-color: white; height: 300px; } /* line 107, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlFilterText #ocqlErrorParent { display: none; }
web/common/CSS/MobileCSS/MobilecqlFilter.css
#ocqlFilterInputTextParent { display: none; left: 200px; top: 30px; padding: 2px 5px; } /* Input text for CQL filter */ /* line 10, ../../scss/MobileCSS/MobilecqlFilter.scss */ #idOcqlFilterInputText { width: 60%; } /* Button to show and hide CQL filter text box*/ /* line 17, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlMenuButtonParent { position: relative; left: 10%; } /* 'Apply' button for CQL filter */ /* line 23, ../../scss/MobileCSS/MobilecqlFilter.scss */ #idOcqlFilterButton { display: inline; } /* Span to input some error text */ /* line 28, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlErrorParent { display: none; top: 200px; } /* Error text id */ /* line 33, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlErrorText { color: red; } /* CQL filter parent of all the instructions*/ /* line 38, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlFilterText { color: black; text-align: left; top: 85px; padding: 10px; width: 270px; } /* Table containing options */ /* line 47, ../../scss/MobileCSS/MobilecqlFilter.scss */ table.cqlFilterExampleTable { border-style: solid; border-width: 1px; border-collapse: collapse; } /* line 52, ../../scss/MobileCSS/MobilecqlFilter.scss */ table.cqlFilterExampleTable th { border-width: 1px; border-style: solid; text-align: center; background-color: #CBC361; padding: 2px 4px; } /* line 59, ../../scss/MobileCSS/MobilecqlFilter.scss */ table.cqlFilterExampleTable td { padding: 6px; border-width: 1px; border-style: solid; text-align: center; } /* line 67, ../../scss/MobileCSS/MobilecqlFilter.scss */ .cqlFilterTable { /*background-color:black;*/ z-index: 1008; color: white; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-top: 2em; margin-bottom: 2em; border: solid 5px white; padding: 3px; cursor: move; opacity: 0.95; background-color: #000000; border-spacing: 5px 2px; font-size: 55px; width: 500px; } /* line 91, ../../scss/MobileCSS/MobilecqlFilter.scss */ #cqlhelptext { position: absolute; top: 400px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: solid 5px black; z-index: 1008; padding: 5px; width: 350px; background-color: white; height: 300px; } /* line 107, ../../scss/MobileCSS/MobilecqlFilter.scss */ #ocqlFilterText #ocqlErrorParent { display: none; }
0.222278
0.065038
:root { --top-bar-height: 35px; /* TODO - should be configurable via Helium API */ } /* top navigation bar =========================================== */ header { display: flex; justify-content: space-between; background-color: var(--primary-light); margin: 0; position: fixed; top: 0; left: 0; height: var(--top-bar-height); z-index: 2000; width: 100%; align-items: center; padding: 0 45px 0 20px; border-bottom: 1px solid var(--primary-medium); } header a { color: var(--primary-color); } header a:hover { text-decoration: none; cursor: pointer; color: var(--secondary-color) } header img { height: 80%; width: auto; } header .row a { margin: 0 0 0 20px; } #nav-icon { display: inline-block; } @media (min-width: 1020px) { #nav-icon { display: none; } } .text-link { position: relative; bottom: 2px; } .button-link { position: relative; bottom: 2px; display: inline-block; border-radius: 9px; padding: 0 7px; background-color: var(--primary-color); color: var(--primary-light); font-size: 0.9em; } .button-link:hover { background-color: var(--secondary-color); color: var(--primary-light); } /* version dropdown ============================================== */ .drop-down-toggle:after { display: inline-block; width: 0; height: 0; content: ""; margin-left: 0.2em; margin-bottom: 0.1em; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--primary-color); } .drop-down-toggle:hover:after { border-top: 8px solid var(--secondary-color); } #version-menu-container { position: relative; display: inline-block; } #version-menu { display: none; position: absolute; z-index: 5000; left: 20px; top: calc(var(--top-bar-height) - 10px); background-color: white; border: 1px solid var(--primary-medium); border-radius: 5px; white-space: nowrap; } #version-menu ul.nav-list { padding-top: 5px; padding-bottom: 5px; margin: 0; } #version-menu .nav-list li { margin-left: 0; margin-bottom: 2px; } #version-menu .nav-list li a { margin: 0; line-height: 1.2; } #version-menu.versions-open { display: block; } .left-column { display: inline-block; width: 3.5em; } .version-label { border-radius: 3px; padding: 1px 3px; color: white; font-size: 0.8em; margin-right: 1em; } .version-label.eol { background-color: gray; } .version-label.stable { background-color: green; } .version-label.dev, .version-label.development, .version-label.milestone { background-color: yellow; color: black; } /* left navigation bar =========================================== */ #sidebar { position: fixed; background-color: var(--primary-light); width: var(--nav-width); margin-left: calc(var(--nav-width) * -1); left: 0; z-index: 1000; height: calc(100% - var(--top-bar-height)); top: var(--top-bar-height); overflow-x: hidden; overflow-y: auto; transition: margin .25s ease-out; } @media (min-width: 1020px) { #sidebar { margin-left: 0; box-shadow: -2px 0 8px #c3d6d8; } } #sidebar.nav-open { margin-left: 0 !important; } #sidebar ul { margin-bottom: 15px; } .nav-list li.nav-header { font-size: var(--body-font-size); color: var(--secondary-color); display: block; padding: 3px 15px; font-weight: bold; text-transform: uppercase; margin-left: -5px; } /* right page navigation =========================================== */ #page-nav .icofont-laika { font-size: 1.2em; margin-right: 0.6em; } ul.nav-list, #page-nav ul { list-style: none; } #page-nav ul { margin: 12px; } #page-nav .level3 { margin-left: 18px; font-size: var(--code-font-size); } #page-nav a { display: block; color: var(--primary-color); font-weight: normal; } #page-nav .header, #page-nav .footer { padding: 5px 12px; margin: 0; } #page-nav .header { background-color: var(--primary-color); } #page-nav .footer { border-top: 1px solid var(--primary-medium); } ul.nav-list { padding-top: 10px; padding-bottom: 15px; margin: 0 0 0 15px; } #page-nav ul.nav-list { padding: 0; margin: 12px; } #page-nav .nav-list li { margin: 0 0 5px 0; line-height: 1.5; } #page-nav .nav-list .level1 { font-size: var(--body-font-size); } #page-nav .nav-list .level2 { margin-left: 18px; font-size: var(--code-font-size); } #page-nav .nav-list li a { padding: 0; } .nav-list li { margin-left: 10px; margin-bottom: 2px; line-height: 1.1; font-size: var(--body-font-size); } #page-nav li a:hover, .nav-list li a:hover { background-color: rgba(0, 0, 0, 0.03); text-decoration: none; } .nav-list li a { display: block; padding: 3px 15px 4px 15px; color: var(--primary-color); font-weight: normal; } .nav-list .active a, .nav-list .active a:hover, #page-nav .header a, #page-nav .header a:hover { color: #ffffff; background-color: var(--primary-color); text-decoration: none; } #page-nav .footer a, #page-nav .footer a:hover { color: var(--primary-color); text-decoration: none; } .nav-list li + .nav-header { margin-top: 9px; } #page-nav { display: none; position: fixed; top: calc(45px + var(--top-bar-height)); right: 45px; width: 250px; background-color: var(--primary-light); border-radius: 5px; } @media (min-width: 1450px) { #page-nav { display: inline-block; } } .icofont-laika { font-size: 1.75em; }
io/src/main/resources/laika/helium/css/nav.css
:root { --top-bar-height: 35px; /* TODO - should be configurable via Helium API */ } /* top navigation bar =========================================== */ header { display: flex; justify-content: space-between; background-color: var(--primary-light); margin: 0; position: fixed; top: 0; left: 0; height: var(--top-bar-height); z-index: 2000; width: 100%; align-items: center; padding: 0 45px 0 20px; border-bottom: 1px solid var(--primary-medium); } header a { color: var(--primary-color); } header a:hover { text-decoration: none; cursor: pointer; color: var(--secondary-color) } header img { height: 80%; width: auto; } header .row a { margin: 0 0 0 20px; } #nav-icon { display: inline-block; } @media (min-width: 1020px) { #nav-icon { display: none; } } .text-link { position: relative; bottom: 2px; } .button-link { position: relative; bottom: 2px; display: inline-block; border-radius: 9px; padding: 0 7px; background-color: var(--primary-color); color: var(--primary-light); font-size: 0.9em; } .button-link:hover { background-color: var(--secondary-color); color: var(--primary-light); } /* version dropdown ============================================== */ .drop-down-toggle:after { display: inline-block; width: 0; height: 0; content: ""; margin-left: 0.2em; margin-bottom: 0.1em; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--primary-color); } .drop-down-toggle:hover:after { border-top: 8px solid var(--secondary-color); } #version-menu-container { position: relative; display: inline-block; } #version-menu { display: none; position: absolute; z-index: 5000; left: 20px; top: calc(var(--top-bar-height) - 10px); background-color: white; border: 1px solid var(--primary-medium); border-radius: 5px; white-space: nowrap; } #version-menu ul.nav-list { padding-top: 5px; padding-bottom: 5px; margin: 0; } #version-menu .nav-list li { margin-left: 0; margin-bottom: 2px; } #version-menu .nav-list li a { margin: 0; line-height: 1.2; } #version-menu.versions-open { display: block; } .left-column { display: inline-block; width: 3.5em; } .version-label { border-radius: 3px; padding: 1px 3px; color: white; font-size: 0.8em; margin-right: 1em; } .version-label.eol { background-color: gray; } .version-label.stable { background-color: green; } .version-label.dev, .version-label.development, .version-label.milestone { background-color: yellow; color: black; } /* left navigation bar =========================================== */ #sidebar { position: fixed; background-color: var(--primary-light); width: var(--nav-width); margin-left: calc(var(--nav-width) * -1); left: 0; z-index: 1000; height: calc(100% - var(--top-bar-height)); top: var(--top-bar-height); overflow-x: hidden; overflow-y: auto; transition: margin .25s ease-out; } @media (min-width: 1020px) { #sidebar { margin-left: 0; box-shadow: -2px 0 8px #c3d6d8; } } #sidebar.nav-open { margin-left: 0 !important; } #sidebar ul { margin-bottom: 15px; } .nav-list li.nav-header { font-size: var(--body-font-size); color: var(--secondary-color); display: block; padding: 3px 15px; font-weight: bold; text-transform: uppercase; margin-left: -5px; } /* right page navigation =========================================== */ #page-nav .icofont-laika { font-size: 1.2em; margin-right: 0.6em; } ul.nav-list, #page-nav ul { list-style: none; } #page-nav ul { margin: 12px; } #page-nav .level3 { margin-left: 18px; font-size: var(--code-font-size); } #page-nav a { display: block; color: var(--primary-color); font-weight: normal; } #page-nav .header, #page-nav .footer { padding: 5px 12px; margin: 0; } #page-nav .header { background-color: var(--primary-color); } #page-nav .footer { border-top: 1px solid var(--primary-medium); } ul.nav-list { padding-top: 10px; padding-bottom: 15px; margin: 0 0 0 15px; } #page-nav ul.nav-list { padding: 0; margin: 12px; } #page-nav .nav-list li { margin: 0 0 5px 0; line-height: 1.5; } #page-nav .nav-list .level1 { font-size: var(--body-font-size); } #page-nav .nav-list .level2 { margin-left: 18px; font-size: var(--code-font-size); } #page-nav .nav-list li a { padding: 0; } .nav-list li { margin-left: 10px; margin-bottom: 2px; line-height: 1.1; font-size: var(--body-font-size); } #page-nav li a:hover, .nav-list li a:hover { background-color: rgba(0, 0, 0, 0.03); text-decoration: none; } .nav-list li a { display: block; padding: 3px 15px 4px 15px; color: var(--primary-color); font-weight: normal; } .nav-list .active a, .nav-list .active a:hover, #page-nav .header a, #page-nav .header a:hover { color: #ffffff; background-color: var(--primary-color); text-decoration: none; } #page-nav .footer a, #page-nav .footer a:hover { color: var(--primary-color); text-decoration: none; } .nav-list li + .nav-header { margin-top: 9px; } #page-nav { display: none; position: fixed; top: calc(45px + var(--top-bar-height)); right: 45px; width: 250px; background-color: var(--primary-light); border-radius: 5px; } @media (min-width: 1450px) { #page-nav { display: inline-block; } } .icofont-laika { font-size: 1.75em; }
0.324878
0.101456
@charset "utf-8"; .tab .line { left: calc((16.66% - 28px)/2); } .wt { margin-top: 5px; background-color: #fff; overflow: auto; } .wt .wudang { width: 40%; float: right; background-color: #f5f5f5; } .wt .wudang a { display: block; height: 28px; line-height: 28px; font-size: 1.4rem; position: relative; color: #e04e29; } .wt .wudang a:active { background-color: #ccc; font-weight: 600; } .wt .wudang a>span:nth-child(1) { padding: 0 5px; font-size: 1.2rem; color: #999; } .wt .wudang a.down { color: #499f3a; } .wt .wudang a>span:nth-child(3) { display: inline-block; text-align: right; position: absolute; right: 5px; } .wt .wudang .wc-box { width: 100%; height: 3px; background-color: #eee; margin: 5px 0; } .wt .wudang .split-buy, .wt .wudang .split-sell { display: inline-block; width: 0; height: 3px; vertical-align: top; } .wt .wudang .split-buy { background-color: #e04e29; } .wt .wudang .split-sell { background-color: #499f3a; } .wt .form { width: 54%; float: left; font-size: 1.4rem; padding: 0 2.5%; } .wt .form p { white-space:nowrap; } .wt .form .field { width: 100%; height: 35px; line-height: 35px; margin: 5px auto; border: 1px solid #eee; position: relative; text-align: center; } .wt .form .field input, .wt .form .field select { -webkit-appearance: none; appearance: none; font: normal 1.4rem "HiraginoSansGB", "Helvetica", "Arial","Microsoft YaHei", sans-serif; text-align: center; width: 100%; height: 90%; font-weight: 600; } .wt .form .field span { color: #a9a9a9; } .wt .form .field select { position: absolute; left: 0; top: 0; opacity: 0; } .wt .form .field .arrow { display: inline-block; width: 20px; position: absolute; right: 5px; background: transparent url(../images/icon_down_arrow.png) no-repeat center center; background-size: 12px auto; } .trade { width: 100%; display: -moz-box; display: -webkit-box; display: box; -moz-box-orient:horizontal; -webkit-box-orient:horizontal; -o-box-orient:horizontal; box-orient:horizontal; -moz-box-align:baseline; -webkit-box-align:baseline; -o-box-align:baseline; box-align:baseline; } .wt .form .field.pn { display: block; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; border-left: 0; border-right: 0; } .wt .form .field.pn input { width: 90%; } .wt .form .opt { position: relative; display: block; width: 35px; height: 35px; line-height: 35px; border: 1px solid #eee; background-color: #f5f5f5; color: #2287d6; text-align: center; overflow: hidden; font-weight: 600; } .wt .form .opt:active { background-color: #ccc; } .wt .form .opt .step { position: absolute; font-size: 1.0rem; width: 100%; line-height: 60px; left: 0; top: 0; } .wt .form .scale { margin-bottom: 5px; } .wt .form .scale .pos { display: inline-block; border: 1px solid #eee; height: 25px; line-height: 25px; width: 22.5%; text-align: center; color: #2287d6; } .wt .form .scale .pos:active { background-color: #ccc; } .wt .form .summ { font-size: 1.2rem; color: #999; } .wt .form .summ span { display: inline-block; width: 49%; } /* 持仓列表 */ .list_title { overflow: auto; color: #999; font-size: 1.2rem; text-align: center; padding-bottom: 5px; } .list_title li { float: left; width: 23.5%; } .list_title li:nth-child(1) { padding-left: 3%; text-align: left; } .list_title li:nth-last-child(1) { padding-right: 3%; text-align: right; } .list_cont { overflow: auto; color: #666; font-size: 1.4rem; } .list_cont ul { overflow: auto; background-color: #fff; padding: 5px 0; margin-bottom: 5px; text-align: center; } .list_cont ul li { float: left; width: 23.5%; height: 24px; line-height: 24px; } .list_cont ul li:nth-child(1) { width: 97%; padding-left: 3%; text-align: left; font-weight: 600; color: #666; } .list_cont ul li:nth-child(2), .list_cont ul li:nth-child(6) { padding-left: 3%; text-align: left; } .list_cont ul li:nth-child(5), .list_cont ul li:nth-last-child(1) { padding-right: 3%; text-align: right; } .list_cont:empty{ text-align: center; color: #b5bcc2; background: transparent url(../../lib/images/icon_empty.png) no-repeat center center; background-size: 80px auto; } .list_cont ul:active { background-color: #eee; } .list_cont .code { color: #999; font-size: 1.2rem; font-weight: 400; padding: 0 5px; } .bgchange { -webkit-animation: ani_bg 0.5s 1 ease-in-out; } @-webkit-keyframes ani_bg { 50% {background-color: #ccc;} 100% {background-color: #fff;} } .stkcode:focus+a { display: inline-block; } .clear { position: absolute; width: 35px; height: 35px; background-color: red; right: 0; display: none; background: transparent url(../images/icon_down_close.png) no-repeat center center; background-size: 20px auto; } .clear:active { background-color: #eee; }
stock/css/entrust_buy.css
@charset "utf-8"; .tab .line { left: calc((16.66% - 28px)/2); } .wt { margin-top: 5px; background-color: #fff; overflow: auto; } .wt .wudang { width: 40%; float: right; background-color: #f5f5f5; } .wt .wudang a { display: block; height: 28px; line-height: 28px; font-size: 1.4rem; position: relative; color: #e04e29; } .wt .wudang a:active { background-color: #ccc; font-weight: 600; } .wt .wudang a>span:nth-child(1) { padding: 0 5px; font-size: 1.2rem; color: #999; } .wt .wudang a.down { color: #499f3a; } .wt .wudang a>span:nth-child(3) { display: inline-block; text-align: right; position: absolute; right: 5px; } .wt .wudang .wc-box { width: 100%; height: 3px; background-color: #eee; margin: 5px 0; } .wt .wudang .split-buy, .wt .wudang .split-sell { display: inline-block; width: 0; height: 3px; vertical-align: top; } .wt .wudang .split-buy { background-color: #e04e29; } .wt .wudang .split-sell { background-color: #499f3a; } .wt .form { width: 54%; float: left; font-size: 1.4rem; padding: 0 2.5%; } .wt .form p { white-space:nowrap; } .wt .form .field { width: 100%; height: 35px; line-height: 35px; margin: 5px auto; border: 1px solid #eee; position: relative; text-align: center; } .wt .form .field input, .wt .form .field select { -webkit-appearance: none; appearance: none; font: normal 1.4rem "HiraginoSansGB", "Helvetica", "Arial","Microsoft YaHei", sans-serif; text-align: center; width: 100%; height: 90%; font-weight: 600; } .wt .form .field span { color: #a9a9a9; } .wt .form .field select { position: absolute; left: 0; top: 0; opacity: 0; } .wt .form .field .arrow { display: inline-block; width: 20px; position: absolute; right: 5px; background: transparent url(../images/icon_down_arrow.png) no-repeat center center; background-size: 12px auto; } .trade { width: 100%; display: -moz-box; display: -webkit-box; display: box; -moz-box-orient:horizontal; -webkit-box-orient:horizontal; -o-box-orient:horizontal; box-orient:horizontal; -moz-box-align:baseline; -webkit-box-align:baseline; -o-box-align:baseline; box-align:baseline; } .wt .form .field.pn { display: block; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; border-left: 0; border-right: 0; } .wt .form .field.pn input { width: 90%; } .wt .form .opt { position: relative; display: block; width: 35px; height: 35px; line-height: 35px; border: 1px solid #eee; background-color: #f5f5f5; color: #2287d6; text-align: center; overflow: hidden; font-weight: 600; } .wt .form .opt:active { background-color: #ccc; } .wt .form .opt .step { position: absolute; font-size: 1.0rem; width: 100%; line-height: 60px; left: 0; top: 0; } .wt .form .scale { margin-bottom: 5px; } .wt .form .scale .pos { display: inline-block; border: 1px solid #eee; height: 25px; line-height: 25px; width: 22.5%; text-align: center; color: #2287d6; } .wt .form .scale .pos:active { background-color: #ccc; } .wt .form .summ { font-size: 1.2rem; color: #999; } .wt .form .summ span { display: inline-block; width: 49%; } /* 持仓列表 */ .list_title { overflow: auto; color: #999; font-size: 1.2rem; text-align: center; padding-bottom: 5px; } .list_title li { float: left; width: 23.5%; } .list_title li:nth-child(1) { padding-left: 3%; text-align: left; } .list_title li:nth-last-child(1) { padding-right: 3%; text-align: right; } .list_cont { overflow: auto; color: #666; font-size: 1.4rem; } .list_cont ul { overflow: auto; background-color: #fff; padding: 5px 0; margin-bottom: 5px; text-align: center; } .list_cont ul li { float: left; width: 23.5%; height: 24px; line-height: 24px; } .list_cont ul li:nth-child(1) { width: 97%; padding-left: 3%; text-align: left; font-weight: 600; color: #666; } .list_cont ul li:nth-child(2), .list_cont ul li:nth-child(6) { padding-left: 3%; text-align: left; } .list_cont ul li:nth-child(5), .list_cont ul li:nth-last-child(1) { padding-right: 3%; text-align: right; } .list_cont:empty{ text-align: center; color: #b5bcc2; background: transparent url(../../lib/images/icon_empty.png) no-repeat center center; background-size: 80px auto; } .list_cont ul:active { background-color: #eee; } .list_cont .code { color: #999; font-size: 1.2rem; font-weight: 400; padding: 0 5px; } .bgchange { -webkit-animation: ani_bg 0.5s 1 ease-in-out; } @-webkit-keyframes ani_bg { 50% {background-color: #ccc;} 100% {background-color: #fff;} } .stkcode:focus+a { display: inline-block; } .clear { position: absolute; width: 35px; height: 35px; background-color: red; right: 0; display: none; background: transparent url(../images/icon_down_close.png) no-repeat center center; background-size: 20px auto; } .clear:active { background-color: #eee; }
0.241668
0.046747
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Source Code Pro', monospace; } .header { background: url("/images/peaks.jpg?crop=edges&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=925"); background-position: center; } .header .page-title { font-weight: 200; font-size: 60px; text-align: center; padding: 100px; text-transform: uppercase; color: #fff; } .nav { background: #000; text-align: center; } .nav li { display: inline-block; } .nav a { display: inline-block; padding: 20px; color: #fff; text-decoration: none; } .nav a:hover { background-color: #3ab795; text-decoration: underline; } .main-content { margin: 50px auto; max-width: 600px; } .main-content p { line-height: 1.6; margin-bottom: 1.7em; } .footer { margin: 50px auto; max-width: 600px; border-top: 1px solid #444; padding: 20px 0; } .footer p { color: #444; font-size: 12px; } .datagrid { font: normal 12px/150% Courier New, Courier, monospace; background: #fff; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .datagrid table { margin-top: 20px; border-collapse: collapse; text-align: left; width: 100%; } .datagrid table td, .datagrid table th { padding: 3px 10px; } .datagrid table thead th { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #103a6b), color-stop(1, #58b3e8)); background: -moz-linear-gradient(center top, #103a6b 5%, #58b3e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103A6B', endColorstr='#58B3E8'); background-color: #103a6b; color: #fff; font-size: 12px; font-weight: bold; border-left: 1px solid #0070a8; } .datagrid table tbody td { color: #00496b; border-left: 1px solid #e1eef4; font-size: 12px; font-weight: normal; } .datagrid table tbody .alt td { background: #e1eef4; color: #00496b; } div#uploadResults div#resultsLength { margin-top: 20px; } div#pasteText, div#fileUpload { margin-top: 20px; }
client/public/css/index.css
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Source Code Pro', monospace; } .header { background: url("/images/peaks.jpg?crop=edges&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=925"); background-position: center; } .header .page-title { font-weight: 200; font-size: 60px; text-align: center; padding: 100px; text-transform: uppercase; color: #fff; } .nav { background: #000; text-align: center; } .nav li { display: inline-block; } .nav a { display: inline-block; padding: 20px; color: #fff; text-decoration: none; } .nav a:hover { background-color: #3ab795; text-decoration: underline; } .main-content { margin: 50px auto; max-width: 600px; } .main-content p { line-height: 1.6; margin-bottom: 1.7em; } .footer { margin: 50px auto; max-width: 600px; border-top: 1px solid #444; padding: 20px 0; } .footer p { color: #444; font-size: 12px; } .datagrid { font: normal 12px/150% Courier New, Courier, monospace; background: #fff; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .datagrid table { margin-top: 20px; border-collapse: collapse; text-align: left; width: 100%; } .datagrid table td, .datagrid table th { padding: 3px 10px; } .datagrid table thead th { background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #103a6b), color-stop(1, #58b3e8)); background: -moz-linear-gradient(center top, #103a6b 5%, #58b3e8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103A6B', endColorstr='#58B3E8'); background-color: #103a6b; color: #fff; font-size: 12px; font-weight: bold; border-left: 1px solid #0070a8; } .datagrid table tbody td { color: #00496b; border-left: 1px solid #e1eef4; font-size: 12px; font-weight: normal; } .datagrid table tbody .alt td { background: #e1eef4; color: #00496b; } div#uploadResults div#resultsLength { margin-top: 20px; } div#pasteText, div#fileUpload { margin-top: 20px; }
0.31342
0.111676