code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
body { background: #d591ff; /* Old browsers */ background: -moz-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d591ff), color-stop(23%, #9215f2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* IE10+ */ background: linear-gradient(to bottom, #d591ff 0%, #9215f2 23%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d591ff', endColorstr='#9215f2', GradientType=0); /* IE6-9 */ color: white; font-size: 16px; } img { width: 300px; } ul li { list-style-type: none; } #head-container { float: left; } #reg-form-container { float: right; position: relative; bottom: 100px; right: 40px; font-size: 12px; } #reg-form-container div form div { padding: 5px; } #reg-form-container label { color: white; padding: 5px; } #reg-form-container label:nth-of-type(2) { margin-left: 2px; } #reg-form-container input { border: 1px solid black; border-radius: 10px; background-color: #B35EF3; margin: 5px; width: 120px; } #reg-form-container #btn-register { background-color: #B25DF3; border-radius: 10px; padding: 5px 8px 5px 8px; color: white; font-size: 12px; } nav > ul { border: 1px solid black; border-radius: 12px; padding: 10px; margin: 15px; margin-right: 300px; } nav > ul > li { display: inline; } nav > ul > li a { margin: 8px; } nav ul li:hover { background: #9215f2; } nav ul li:hover ul { display: block; } nav ul li ul { position: absolute; display: none; background: #d591ff; } nav li a { color: white; text-decoration: none; } section { float: left; width: 76%; } section article { border: 1px solid black; border-radius: 15px; margin: 20px 25px 10px 10px; padding-left: 20px; padding-right: 20px; } section article header h1 { margin-left: 5px; font-size: 16px; } section article p { font-size: 12px; } section article footer { text-align: right; } section article footer a { text-decoration: none; color: #d8d8d8; } aside h2 { margin-left: 5px; font-size: 16px; } aside p { display: inline; font-size: 12px; } aside > ul { margin: 50px 10px 10px 970px; } aside > ul > li { padding: 0 15px 20px 15px; margin-top: 10px; border: 1px solid black; border-radius: 5px; } aside ul li ul li { padding-left: 25px; background-image: url('../li-dot.png'); background-repeat: no-repeat; background-position-y: 50%; } body > footer { clear: both; text-align: center; padding: 15px; } /*# sourceMappingURL=StyleLESS.css.map */
LESS/LESS/01. ForumPost/CSS/StyleLESS.css
body { background: #d591ff; /* Old browsers */ background: -moz-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d591ff), color-stop(23%, #9215f2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d591ff 0%, #9215f2 23%); /* IE10+ */ background: linear-gradient(to bottom, #d591ff 0%, #9215f2 23%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d591ff', endColorstr='#9215f2', GradientType=0); /* IE6-9 */ color: white; font-size: 16px; } img { width: 300px; } ul li { list-style-type: none; } #head-container { float: left; } #reg-form-container { float: right; position: relative; bottom: 100px; right: 40px; font-size: 12px; } #reg-form-container div form div { padding: 5px; } #reg-form-container label { color: white; padding: 5px; } #reg-form-container label:nth-of-type(2) { margin-left: 2px; } #reg-form-container input { border: 1px solid black; border-radius: 10px; background-color: #B35EF3; margin: 5px; width: 120px; } #reg-form-container #btn-register { background-color: #B25DF3; border-radius: 10px; padding: 5px 8px 5px 8px; color: white; font-size: 12px; } nav > ul { border: 1px solid black; border-radius: 12px; padding: 10px; margin: 15px; margin-right: 300px; } nav > ul > li { display: inline; } nav > ul > li a { margin: 8px; } nav ul li:hover { background: #9215f2; } nav ul li:hover ul { display: block; } nav ul li ul { position: absolute; display: none; background: #d591ff; } nav li a { color: white; text-decoration: none; } section { float: left; width: 76%; } section article { border: 1px solid black; border-radius: 15px; margin: 20px 25px 10px 10px; padding-left: 20px; padding-right: 20px; } section article header h1 { margin-left: 5px; font-size: 16px; } section article p { font-size: 12px; } section article footer { text-align: right; } section article footer a { text-decoration: none; color: #d8d8d8; } aside h2 { margin-left: 5px; font-size: 16px; } aside p { display: inline; font-size: 12px; } aside > ul { margin: 50px 10px 10px 970px; } aside > ul > li { padding: 0 15px 20px 15px; margin-top: 10px; border: 1px solid black; border-radius: 5px; } aside ul li ul li { padding-left: 25px; background-image: url('../li-dot.png'); background-repeat: no-repeat; background-position-y: 50%; } body > footer { clear: both; text-align: center; padding: 15px; } /*# sourceMappingURL=StyleLESS.css.map */
0.293202
0.048182
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap"); body { /* background-color: #ddd; */ color: #fff; /* font-family: Open Sans, sans-serif; */ /* font-family: "Crimson Text", serif; */ } * { margin: 0; padding: 0; } p { font-weight: 500; font-size: 1rem; } .navbar { border-bottom: rgba(0, 142, 214, 0.6) 1.5px solid; background-color: rgba(0, 0, 0, 0.7) !important; transition: top 0.5s ease; } .navbar-hide { top: -60px; } a.active { color: #008ed6 !important; font-weight: 600; } #main-nav li a { font-size: 0.95rem; } .nav-logout { background-color: transparent; border: none; color: #aaa; font-size: 1rem; } .nav-logout:hover { color: #d60023; } option { color: black; } #home-section { background: url(../images/table.jpg); background-repeat: no-repeat; background-position: 0% 0%; background-size: cover; background-attachment: scroll; min-height: 100vh; } #home-section .dark-overlay { position: absolute; top: 0; left: 0; width: 100%; min-height: 100vh; background: rgba(0, 0, 0, 0.1); } .home-inner { position: absolute; height: 100%; width: 100%; } /* .home-inner > div { overflow: hidden; } */ #home-section .card { background: rgba(0, 0, 0, 0.2); border: 1.8px solid rgba(0, 142, 214, 0.3); } #home-section img { width: 28%; } .input-field { border: none; border-radius: 0; background-color: transparent; border-bottom: solid 2px rgba(0, 142, 214, 0.6); color: white; padding-bottom: 6px; padding-left: 10px; width: 85%; } .input-field:focus { outline: none; } ::-ms-reveal { cursor: pointer; border-radius: 4px; margin-right: 7px; filter: invert(0.8); opacity: 0.6; } ::-ms-reveal:hover { opacity: 1; } input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; border-radius: 4px; margin-right: 2px; opacity: 0.6; filter: invert(0.8); } input[type="date"]::-webkit-calendar-picker-indicator:hover { opacity: 1; } .input-icon { border-bottom: solid 2px rgba(0, 142, 214, 0.6); line-height: initial; padding-top: 3px; } .erroMsg { padding-left: 5%; color: #d60023; width: 100%; max-height: 18px; transition: all 10s auto; } .ease .erroMsg { max-height: 0px; overflow: hidden; opacity: 0; transition: all 0.25s ease-in-out; } input[type="file"] { overflow: hidden; height: 0px; } .custom-file-upload { margin-bottom: 0.3rem; } .file-upload-wrapper { border-bottom: solid 2px rgba(0, 142, 214, 0.6); } #home-section .forgot-pass { color: white; padding-left: 5%; width: 100%; text-align: left; } .text-theme { color: rgba(0, 142, 214, 0.8); } .btn-theme { border: 1px rgba(0, 142, 214, 0.6) solid; background-color: rgba(0, 142, 214, 0.6); color: white; border-radius: 3px; } .btn-theme:hover { opacity: 0.8; color: white; } .btn-facebook { border-radius: 3px; background-color: #4267b2; border-color: #4267b2; color: white; } .btn-facebook:hover { opacity: 0.8; color: white; } .btn-facebook:focus { box-shadow: 0 0 0 0.2rem rgb(20 20 168 / 25%); } .btn-instagram { border-radius: 3px; border: 0px; background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100% ); color: white; } .btn-instagram:hover { opacity: 0.8; color: white; } .btn-instagram:focus { box-shadow: 0 0 0 0.2rem rgb(244 111 48 / 25%); } #aft-header { background-color: #d60023; color: white; border-top: 3px solid rgba(0, 142, 214, 0.8); /* border-bottom: 4px solid rgba(0, 142, 214, 0.8); */ } #aft-header .row > div { padding-bottom: 1rem; padding-top: 0.5rem; } #aft-header p { margin: 0; } #aft-header h5 { font-size: 0.8rem; margin-bottom: 0; } .about-head { background-color: #f0edf1; color: black; border-bottom: 2px solid rgba(0, 142, 214, 0.8); } .about-headt h1 { font-size: 2.6rem; } .about-head i { color: #d60023; } .about-body { color: black; } .about-body h1 { font-size: 2.6rem; } .about-img { background: url(../images/60636ddb390000253beb288c.jpeg); background-repeat: no-repeat; background-position: 72% 80%; background-size: cover; background-attachment: scroll; min-height: 300px; border-top: 2px solid rgba(0, 142, 214, 0.8); border-bottom: 2px solid rgba(0, 142, 214, 0.8); } .about-img .dark-overlay { position: relative; top: 0; left: 0; width: 100%; height: 300px; background: rgba(0, 0, 0, 0.3); } #howItWorks-section { color: black; } .howItworks-head { background-color: #f0edf1; } .howItworks-head h1 { font-size: 2.6rem; } .howItworks-head i { color: #d60023; } .howItworks-head h4 { color: rgb(0, 142, 214); } .carousel-review { border-top: 2px solid rgba(0, 142, 214, 0.8); border-bottom: 3px solid rgba(0, 142, 214, 0.8); } .carousel-review { height: 300px; background-image: url(../images/GrandNileTower-Revolving-Restaurant-Romantic-Dinner-scaled.jpg); background-repeat: no-repeat; background-position: 50% 56%; background-size: cover; background-attachment: scroll; } .carousel-review .dark-overlay { position: relative; top: 0; left: 0; width: 100%; height: 300px; background: rgba(0, 0, 0, 0.3); } #slider, .carousel-inner { height: 400px; } .carousel-review i { opacity: 0.7; } .review-img > img { width: 50px; height: 50px; border-radius: 50%; } .carousel-caption { top: 0px; } .safe { color: black; } .safe h1, .safe h3 { display: inline-block; } .safe h1 { color: #d60023; } footer { /* background-color: #d8d5d8; */ background-color: rgba(0, 142, 214, 0.6); color: black; border-radius: 5px 5px 0 0; /* border-top: 2px solid #d60023; */ border-top: 2px solid rgba(0, 142, 214, 0.6); } footer i { color: #d60023; } footer i:hover { opacity: 0.8; } footer img { height: 20px; } footer span { font-size: 1.2rem; } #fileName { overflow: hidden; height: 28px; } .legal a { color: black; font-size: 1rem; font-weight: 500; } .legal a:hover { color: black; } /* ***************************************************** */ /* *************** media queries **************** */ /* ***************************************************** */ @media (min-width: 576px) { .carousel-caption { top: 10px; } } @media (min-width: 845px) { .about-body .row div:first-child { border-right: 1px solid #bbb; } } @media (min-width: 880px) { #home-section { background: url(../images/dinnertable.jpg); background-repeat: no-repeat; background-position: 45% 0%; background-size: cover; background-attachment: scroll; min-height: 100vh; } #home-section .dark-overlay { min-height: 100vh; } #aft-header h5 { background-color: transparent; font-size: 1.125rem; margin-bottom: 5px; } #aft-header .row > div:first-child { background-color: #8a0016; } #aft-header .row > div:nth-child(2) { background-color: #a3001b; } #aft-header .row > div:nth-child(3) { background-color: #bd001f; } .about-img { background-attachment: fixed; } .carousel-caption { top: 40px; } }
public/css/homepage.css
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap"); body { /* background-color: #ddd; */ color: #fff; /* font-family: Open Sans, sans-serif; */ /* font-family: "Crimson Text", serif; */ } * { margin: 0; padding: 0; } p { font-weight: 500; font-size: 1rem; } .navbar { border-bottom: rgba(0, 142, 214, 0.6) 1.5px solid; background-color: rgba(0, 0, 0, 0.7) !important; transition: top 0.5s ease; } .navbar-hide { top: -60px; } a.active { color: #008ed6 !important; font-weight: 600; } #main-nav li a { font-size: 0.95rem; } .nav-logout { background-color: transparent; border: none; color: #aaa; font-size: 1rem; } .nav-logout:hover { color: #d60023; } option { color: black; } #home-section { background: url(../images/table.jpg); background-repeat: no-repeat; background-position: 0% 0%; background-size: cover; background-attachment: scroll; min-height: 100vh; } #home-section .dark-overlay { position: absolute; top: 0; left: 0; width: 100%; min-height: 100vh; background: rgba(0, 0, 0, 0.1); } .home-inner { position: absolute; height: 100%; width: 100%; } /* .home-inner > div { overflow: hidden; } */ #home-section .card { background: rgba(0, 0, 0, 0.2); border: 1.8px solid rgba(0, 142, 214, 0.3); } #home-section img { width: 28%; } .input-field { border: none; border-radius: 0; background-color: transparent; border-bottom: solid 2px rgba(0, 142, 214, 0.6); color: white; padding-bottom: 6px; padding-left: 10px; width: 85%; } .input-field:focus { outline: none; } ::-ms-reveal { cursor: pointer; border-radius: 4px; margin-right: 7px; filter: invert(0.8); opacity: 0.6; } ::-ms-reveal:hover { opacity: 1; } input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; border-radius: 4px; margin-right: 2px; opacity: 0.6; filter: invert(0.8); } input[type="date"]::-webkit-calendar-picker-indicator:hover { opacity: 1; } .input-icon { border-bottom: solid 2px rgba(0, 142, 214, 0.6); line-height: initial; padding-top: 3px; } .erroMsg { padding-left: 5%; color: #d60023; width: 100%; max-height: 18px; transition: all 10s auto; } .ease .erroMsg { max-height: 0px; overflow: hidden; opacity: 0; transition: all 0.25s ease-in-out; } input[type="file"] { overflow: hidden; height: 0px; } .custom-file-upload { margin-bottom: 0.3rem; } .file-upload-wrapper { border-bottom: solid 2px rgba(0, 142, 214, 0.6); } #home-section .forgot-pass { color: white; padding-left: 5%; width: 100%; text-align: left; } .text-theme { color: rgba(0, 142, 214, 0.8); } .btn-theme { border: 1px rgba(0, 142, 214, 0.6) solid; background-color: rgba(0, 142, 214, 0.6); color: white; border-radius: 3px; } .btn-theme:hover { opacity: 0.8; color: white; } .btn-facebook { border-radius: 3px; background-color: #4267b2; border-color: #4267b2; color: white; } .btn-facebook:hover { opacity: 0.8; color: white; } .btn-facebook:focus { box-shadow: 0 0 0 0.2rem rgb(20 20 168 / 25%); } .btn-instagram { border-radius: 3px; border: 0px; background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100% ); color: white; } .btn-instagram:hover { opacity: 0.8; color: white; } .btn-instagram:focus { box-shadow: 0 0 0 0.2rem rgb(244 111 48 / 25%); } #aft-header { background-color: #d60023; color: white; border-top: 3px solid rgba(0, 142, 214, 0.8); /* border-bottom: 4px solid rgba(0, 142, 214, 0.8); */ } #aft-header .row > div { padding-bottom: 1rem; padding-top: 0.5rem; } #aft-header p { margin: 0; } #aft-header h5 { font-size: 0.8rem; margin-bottom: 0; } .about-head { background-color: #f0edf1; color: black; border-bottom: 2px solid rgba(0, 142, 214, 0.8); } .about-headt h1 { font-size: 2.6rem; } .about-head i { color: #d60023; } .about-body { color: black; } .about-body h1 { font-size: 2.6rem; } .about-img { background: url(../images/60636ddb390000253beb288c.jpeg); background-repeat: no-repeat; background-position: 72% 80%; background-size: cover; background-attachment: scroll; min-height: 300px; border-top: 2px solid rgba(0, 142, 214, 0.8); border-bottom: 2px solid rgba(0, 142, 214, 0.8); } .about-img .dark-overlay { position: relative; top: 0; left: 0; width: 100%; height: 300px; background: rgba(0, 0, 0, 0.3); } #howItWorks-section { color: black; } .howItworks-head { background-color: #f0edf1; } .howItworks-head h1 { font-size: 2.6rem; } .howItworks-head i { color: #d60023; } .howItworks-head h4 { color: rgb(0, 142, 214); } .carousel-review { border-top: 2px solid rgba(0, 142, 214, 0.8); border-bottom: 3px solid rgba(0, 142, 214, 0.8); } .carousel-review { height: 300px; background-image: url(../images/GrandNileTower-Revolving-Restaurant-Romantic-Dinner-scaled.jpg); background-repeat: no-repeat; background-position: 50% 56%; background-size: cover; background-attachment: scroll; } .carousel-review .dark-overlay { position: relative; top: 0; left: 0; width: 100%; height: 300px; background: rgba(0, 0, 0, 0.3); } #slider, .carousel-inner { height: 400px; } .carousel-review i { opacity: 0.7; } .review-img > img { width: 50px; height: 50px; border-radius: 50%; } .carousel-caption { top: 0px; } .safe { color: black; } .safe h1, .safe h3 { display: inline-block; } .safe h1 { color: #d60023; } footer { /* background-color: #d8d5d8; */ background-color: rgba(0, 142, 214, 0.6); color: black; border-radius: 5px 5px 0 0; /* border-top: 2px solid #d60023; */ border-top: 2px solid rgba(0, 142, 214, 0.6); } footer i { color: #d60023; } footer i:hover { opacity: 0.8; } footer img { height: 20px; } footer span { font-size: 1.2rem; } #fileName { overflow: hidden; height: 28px; } .legal a { color: black; font-size: 1rem; font-weight: 500; } .legal a:hover { color: black; } /* ***************************************************** */ /* *************** media queries **************** */ /* ***************************************************** */ @media (min-width: 576px) { .carousel-caption { top: 10px; } } @media (min-width: 845px) { .about-body .row div:first-child { border-right: 1px solid #bbb; } } @media (min-width: 880px) { #home-section { background: url(../images/dinnertable.jpg); background-repeat: no-repeat; background-position: 45% 0%; background-size: cover; background-attachment: scroll; min-height: 100vh; } #home-section .dark-overlay { min-height: 100vh; } #aft-header h5 { background-color: transparent; font-size: 1.125rem; margin-bottom: 5px; } #aft-header .row > div:first-child { background-color: #8a0016; } #aft-header .row > div:nth-child(2) { background-color: #a3001b; } #aft-header .row > div:nth-child(3) { background-color: #bd001f; } .about-img { background-attachment: fixed; } .carousel-caption { top: 40px; } }
0.326486
0.11004
h1 { font-size: 72px; font-family: 'Abril Fatface'; text-shadow: 10px 5px 3px rgb(192, 182, 182); color: #ed786a; font-weight: 500; } h2{ font-weight: normal; } blockquote{ font-size: 45px; } #header { display: flex; align-items: center; flex-direction: column; line-height: 2em; line-height: 10px; padding-bottom: 80px; } .header-container { text-align: center; width: 88%; margin-bottom: 50px; } .SpecialLine { border-top: 1px solid #888888; height: 2px; width: 80%; border-bottom: 1px solid #888888; } #formTitle{ text-align: center; } #features { text-align: center; margin-bottom: 70px; } .images-container{ display: flex; align-items: center; justify-content: space-evenly; } .img { height : 15vw; } .caption { font-size: 1.5vw; } .button { margin-top: 50px; width: 150px; height: 30px; color: whitesmoke; background-color: #ed786a; border-radius: 4px; transition: background-color .5s; } .button:hover { background-color: gold; } #main{ display: grid; width: 100vw; height: 100vw; grid-template-columns: 1fr 2fr 2fr 1.5fr; grid-template-rows: 1fr 2fr 1fr 2fr; grid-gap: 1rem; grid-template-areas: "content-1 content-1 content-1 content-1" "content-2 content-2 content-2 sidebar" "content-3 content-3 content-3 sidebar" "footer footer footer footer" } .content-1 { grid-area: content-1; text-align: center; font-size: 60px; font-family: 'Indie Flower', cursive; background-image: linear-gradient(to right, #5d6164, rgb(153, 149, 149), #5d6164); color: whitesmoke; } .content-2{ grid-area: content-2; border-bottom: double #888888; grid-column: 2/4; padding-bottom: 35px; } .content-3 { grid-area: content-3; grid-column: 2/4; } .sidebar{ display: flex; flex-direction: column; justify-content: flex-start; grid-area: sidebar; grid-row: 2/5; height: 100%; } b { font-weight: bold; } .footer{ display: flex; justify-content: space-around; flex-direction: column; align-items: center; padding: 50px 10px 5px 10px; grid-area: footer; background-color: rgb(164, 175, 171); } .messageBox{ height : 150px; width: 400px; margin-top: 10px; overflow: hidden; } .contact{ display: flex; } .formInfo{ display: flex; align-items: space-between; } .wholeForm{ width: 80%; } form{ margin-right:50px; } .formText{ display:flex; flex-direction: column; } ul{ text-align: left; } #contactInfo1{ display: flex; flex-direction: column; margin-right: 40px; } .content-image { width: 500px; } .sidebar-img{ width: 150px; height: auto; float: left; margin: 10px 10px; } .blog-button{ background-color: #888888; color: white; } .blog-post { border-bottom: 1px solid black }
style.css
h1 { font-size: 72px; font-family: 'Abril Fatface'; text-shadow: 10px 5px 3px rgb(192, 182, 182); color: #ed786a; font-weight: 500; } h2{ font-weight: normal; } blockquote{ font-size: 45px; } #header { display: flex; align-items: center; flex-direction: column; line-height: 2em; line-height: 10px; padding-bottom: 80px; } .header-container { text-align: center; width: 88%; margin-bottom: 50px; } .SpecialLine { border-top: 1px solid #888888; height: 2px; width: 80%; border-bottom: 1px solid #888888; } #formTitle{ text-align: center; } #features { text-align: center; margin-bottom: 70px; } .images-container{ display: flex; align-items: center; justify-content: space-evenly; } .img { height : 15vw; } .caption { font-size: 1.5vw; } .button { margin-top: 50px; width: 150px; height: 30px; color: whitesmoke; background-color: #ed786a; border-radius: 4px; transition: background-color .5s; } .button:hover { background-color: gold; } #main{ display: grid; width: 100vw; height: 100vw; grid-template-columns: 1fr 2fr 2fr 1.5fr; grid-template-rows: 1fr 2fr 1fr 2fr; grid-gap: 1rem; grid-template-areas: "content-1 content-1 content-1 content-1" "content-2 content-2 content-2 sidebar" "content-3 content-3 content-3 sidebar" "footer footer footer footer" } .content-1 { grid-area: content-1; text-align: center; font-size: 60px; font-family: 'Indie Flower', cursive; background-image: linear-gradient(to right, #5d6164, rgb(153, 149, 149), #5d6164); color: whitesmoke; } .content-2{ grid-area: content-2; border-bottom: double #888888; grid-column: 2/4; padding-bottom: 35px; } .content-3 { grid-area: content-3; grid-column: 2/4; } .sidebar{ display: flex; flex-direction: column; justify-content: flex-start; grid-area: sidebar; grid-row: 2/5; height: 100%; } b { font-weight: bold; } .footer{ display: flex; justify-content: space-around; flex-direction: column; align-items: center; padding: 50px 10px 5px 10px; grid-area: footer; background-color: rgb(164, 175, 171); } .messageBox{ height : 150px; width: 400px; margin-top: 10px; overflow: hidden; } .contact{ display: flex; } .formInfo{ display: flex; align-items: space-between; } .wholeForm{ width: 80%; } form{ margin-right:50px; } .formText{ display:flex; flex-direction: column; } ul{ text-align: left; } #contactInfo1{ display: flex; flex-direction: column; margin-right: 40px; } .content-image { width: 500px; } .sidebar-img{ width: 150px; height: auto; float: left; margin: 10px 10px; } .blog-button{ background-color: #888888; color: white; } .blog-post { border-bottom: 1px solid black }
0.41052
0.124213
.user-panel > .info > p {font-weight: 600;margin-bottom: 9px;margin-top: 12px;} .content .custom_form{} .content .custom_form .form-group{width:100%;} .content .custom_form .element_left{float:left; width:65%;} .content .custom_form .element_left .select2-container{} .content .custom_form .element_right{float:right; width:30%} .content .custom_form .select2-container .select2-selection--single .select2-selection__rendered{text-transform:capitalize;} .content .form_top{} .content .form_top .form_common{} .content .form_top .form_common .form_heading{} .content .form_top .form_common .form_heading h3{font-size: 15px;text-transform: capitalize; border-bottom:1px solid #ddd;padding-bottom:10px;float: left;width: 85%;} .content .form_top .form_common .form_heading .btn_blk{float: left;margin-top: 13px;margin-left: 10px;} .content .form_top .form_common .form_heading .btn_blk button{} .content .form_top .form_common .form_drop{margin-top: 12px;} .content .form_top .form_labels{clear:both;} .content .form_top .form_labels label{text-align: center;width: 70px;font-weight: normal;text-transform: capitalize;margin-top: 10px;} .content .form_top .form_labels label .iradio_minimal-blue{} .content .form_top .form_common .form_common_left{padding: 0px;} .content .form_top .form_common .form_common_right{} .box .custom_forms_details{margin-bottom:20px;} .content .form_top .checkbox_main{} .content .form_top .checkbox_main label{display: inline-block;float: left;width: 100%;text-align: left;line-height: 22px;margin-bottom: 0px;} .content .form_top .checkbox_main label .icheckbox_minimal-blue{margin-right: 7px;} .content .form_top .form_common .form_common_left .input_main{float: left;width: 75%;} .content .form_top .form_common .form_common_left .input_main input{margin-top: 13px; border-top:0px; border-left:0px; border-right:0px; text-transform:capitalize; font-size:16px;} .content .new_category{padding: 15px;display: inline-block;width: 100%;} .content .new_category button{float: right;width: auto;text-transform: capitalize;} .content .bottom_btns{background:none #ebebeb;} .content .bottom_btns ul{list-style-type: none;text-align: right;padding: 20px 0px;} .content .bottom_btns ul li{list-style-type:none;display:inline-block; margin:0px 5px;} .content .bottom_btns ul li button{float:left; display:inline-block;text-transform: capitalize;} .form-control::-moz-placeholder{color: #333;} .content .form_top .checkbox_main .btn_blk{float: left;margin-top: 13px;margin-left: 10px;} .content .form_top .checkbox_main .form-group label img{margin: 2px 3px 0px 0px;float: left;} .content .form_top .checkbox_main .form-group label input{color:#333; border:0px;line-height: normal;} .content .form_top .radio_style{} .content .form_top .radio_style label{} .content .form_top .radio_style label input{width: 70px;border: 0px;text-align: center;} .content .form_top .radio_style label img{} .content .form_top .radio_style h4{font-size: 14px;margin: 0px;line-height: normal;} /*03/08/2018*/ .content .form_top .radio_style h4.radio_btm{background:url(../images/circle_icon.jpg) no-repeat center bottom;padding: 0px 0px 19px;} .content .form_top .checkbox_main .form-group label input.checkbox_left{background:url(../images/checkbox_img.jpg) no-repeat center left;padding-left: 22px;} .content .form_top .checkbox_main .form-group label input.circle_left{background:url(../images/circle_icon.jpg) no-repeat center left;padding-left: 22px;} /*03/08/2018*/ @media only screen and (min-width : 320px) and (max-width : 480px) { .content .form_top .form_common .form_common_left {padding: 0px;float: left;width: 100%;} .content .form_common_right{padding:0px;} .content .form_common_right .form_drop .select2-container {width: 100% !important;} .content .custom_form .element_left .select2-container {width: 100% !important;} .content .custom_form .element_right {float: left;width: 100%;margin-top: 8px;} .content .form_top .form_common .form_heading h3{padding-bottom: 5px;width: auto;margin-bottom: 0px;width: 100%;} .content .form_top .form_common .form_heading .btn_blk{margin-left:0px; margin-bottom:10px;} .content .form_top .form_common .form_common_left .input_main{width: 65%;} .content .form_top .form_common .form_drop {margin-top: 12px;float: left;display: inline-block; width:100%;} .content .custom_form .element_left{width:100%;} .content .custom_form .form-group {width: 100%;float: left;} .content .form_top .form_common .form_common_right {float: left;width: 100%;padding: 0px;} .content .form_top .form_common .select2-container{width: 100% !important;} } @media only screen and (min-width : 360px) and (max-width : 640px) { } @media only screen and (min-width : 768px) and (max-width : 1024px) { .content .form_top .form_common .form_common_left .input_main{width: 78%;} .content .form_top .form_common .form_heading h3{width: 75%;} .content .custom_form .element_right{width: 33%;} } @media only screen and (min-width : 800px) and (max-width : 1280px) { } @media only screen and (min-width : 980px) and (max-width : 1280px) { }
cs_app/views/admin/assets/custom_style.css
.user-panel > .info > p {font-weight: 600;margin-bottom: 9px;margin-top: 12px;} .content .custom_form{} .content .custom_form .form-group{width:100%;} .content .custom_form .element_left{float:left; width:65%;} .content .custom_form .element_left .select2-container{} .content .custom_form .element_right{float:right; width:30%} .content .custom_form .select2-container .select2-selection--single .select2-selection__rendered{text-transform:capitalize;} .content .form_top{} .content .form_top .form_common{} .content .form_top .form_common .form_heading{} .content .form_top .form_common .form_heading h3{font-size: 15px;text-transform: capitalize; border-bottom:1px solid #ddd;padding-bottom:10px;float: left;width: 85%;} .content .form_top .form_common .form_heading .btn_blk{float: left;margin-top: 13px;margin-left: 10px;} .content .form_top .form_common .form_heading .btn_blk button{} .content .form_top .form_common .form_drop{margin-top: 12px;} .content .form_top .form_labels{clear:both;} .content .form_top .form_labels label{text-align: center;width: 70px;font-weight: normal;text-transform: capitalize;margin-top: 10px;} .content .form_top .form_labels label .iradio_minimal-blue{} .content .form_top .form_common .form_common_left{padding: 0px;} .content .form_top .form_common .form_common_right{} .box .custom_forms_details{margin-bottom:20px;} .content .form_top .checkbox_main{} .content .form_top .checkbox_main label{display: inline-block;float: left;width: 100%;text-align: left;line-height: 22px;margin-bottom: 0px;} .content .form_top .checkbox_main label .icheckbox_minimal-blue{margin-right: 7px;} .content .form_top .form_common .form_common_left .input_main{float: left;width: 75%;} .content .form_top .form_common .form_common_left .input_main input{margin-top: 13px; border-top:0px; border-left:0px; border-right:0px; text-transform:capitalize; font-size:16px;} .content .new_category{padding: 15px;display: inline-block;width: 100%;} .content .new_category button{float: right;width: auto;text-transform: capitalize;} .content .bottom_btns{background:none #ebebeb;} .content .bottom_btns ul{list-style-type: none;text-align: right;padding: 20px 0px;} .content .bottom_btns ul li{list-style-type:none;display:inline-block; margin:0px 5px;} .content .bottom_btns ul li button{float:left; display:inline-block;text-transform: capitalize;} .form-control::-moz-placeholder{color: #333;} .content .form_top .checkbox_main .btn_blk{float: left;margin-top: 13px;margin-left: 10px;} .content .form_top .checkbox_main .form-group label img{margin: 2px 3px 0px 0px;float: left;} .content .form_top .checkbox_main .form-group label input{color:#333; border:0px;line-height: normal;} .content .form_top .radio_style{} .content .form_top .radio_style label{} .content .form_top .radio_style label input{width: 70px;border: 0px;text-align: center;} .content .form_top .radio_style label img{} .content .form_top .radio_style h4{font-size: 14px;margin: 0px;line-height: normal;} /*03/08/2018*/ .content .form_top .radio_style h4.radio_btm{background:url(../images/circle_icon.jpg) no-repeat center bottom;padding: 0px 0px 19px;} .content .form_top .checkbox_main .form-group label input.checkbox_left{background:url(../images/checkbox_img.jpg) no-repeat center left;padding-left: 22px;} .content .form_top .checkbox_main .form-group label input.circle_left{background:url(../images/circle_icon.jpg) no-repeat center left;padding-left: 22px;} /*03/08/2018*/ @media only screen and (min-width : 320px) and (max-width : 480px) { .content .form_top .form_common .form_common_left {padding: 0px;float: left;width: 100%;} .content .form_common_right{padding:0px;} .content .form_common_right .form_drop .select2-container {width: 100% !important;} .content .custom_form .element_left .select2-container {width: 100% !important;} .content .custom_form .element_right {float: left;width: 100%;margin-top: 8px;} .content .form_top .form_common .form_heading h3{padding-bottom: 5px;width: auto;margin-bottom: 0px;width: 100%;} .content .form_top .form_common .form_heading .btn_blk{margin-left:0px; margin-bottom:10px;} .content .form_top .form_common .form_common_left .input_main{width: 65%;} .content .form_top .form_common .form_drop {margin-top: 12px;float: left;display: inline-block; width:100%;} .content .custom_form .element_left{width:100%;} .content .custom_form .form-group {width: 100%;float: left;} .content .form_top .form_common .form_common_right {float: left;width: 100%;padding: 0px;} .content .form_top .form_common .select2-container{width: 100% !important;} } @media only screen and (min-width : 360px) and (max-width : 640px) { } @media only screen and (min-width : 768px) and (max-width : 1024px) { .content .form_top .form_common .form_common_left .input_main{width: 78%;} .content .form_top .form_common .form_heading h3{width: 75%;} .content .custom_form .element_right{width: 33%;} } @media only screen and (min-width : 800px) and (max-width : 1280px) { } @media only screen and (min-width : 980px) and (max-width : 1280px) { }
0.263505
0.047625
*, *:after, *:before { box-sizing: border-box; } select, input, th, button, textarea { font-family: inherit; font-size: inherit; font-weight: inherit; } body { font-family: "Roboto", "Noto Sans", sans-serif; padding: 0; margin: 0; font-size: 16px; color: #333e48; background-color: #f6f7fa; } a { text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 30px; font-weight: 300; } p { margin: 5px auto; } select, input { border: 1px solid #ccc; border-radius: 3px; } input { padding: 3px 6px; } select { display: inline; width: auto; padding: 2px; } .Link { background: none !important; border: none; padding: 0 !important; cursor: pointer; color: #069; text-align: left; } .Link:hover { text-decoration: underline; } .sLink { background: none !important; border: none; padding: 0 !important; cursor: pointer; color: #069; vertical-align: -20%; font-size: inherit; font-weight: inherit; } .sLink:hover { text-decoration: underline; } input::placeholder, textarea::placeholder { color: #ccc; } /***************** Element specific stuff *****************/ #body { display: flex; flex-direction: column; max-height: 100vh; padding: 10px 0 0 0; } #body > * { flex: 0 0 auto; } #body > .MainSpace { flex: 0 1 auto; overflow-y: hidden; } .MainSpace { display: flex; flex-flow: row; padding: 0; max-width: 100vw; justify-content: space-between; } .MainSpace > * { flex: 0 0 auto; } .MainSpace > .Results { margin: 10px; flex: 0 1 auto; overflow: hidden; } .MainSpace > .Results > .Scroller { max-width: 100%; max-height: 100%; overflow: auto; } .MainSpace > .FieldsList { margin: 10px 0 10px 10px; } .ModelSelector { margin: 0 auto; text-align: center; text-align-last: center; border: none; padding: 1px; font-size: 28px; color: #333e48; } .ModelSelector:hover { border: 1px solid #ccc; border-radius: 3px; padding: 0; } /* Filters */ .Filters { margin: 0 auto; display: flex; align-items: center; flex-direction: column; } .Filters p { margin: 5px; } select.FilterValue, input.FilterValue { width: 100%; } .FilterValue.Half { width: 50%; } select.Lookup { width: 100%; } .Filters table, .Filters table.Flat th, .Filters table.Flat td { border: none; padding: 3px 1px; } /* Fields */ .FieldsList { margin: 0; overflow-y: auto; } .FieldsList table { border: 1px solid #ccc; border-radius: 3px; } .FieldsList tbody, .FieldsList th, .FieldsList td { border: none; vertical-align: top; } .FieldsList th, .FieldsList td { padding: 0px; padding: 1px; } .FieldsList td { text-align: left; } /* Results */ .Results { position: relative; } .Results .Freeze { position: sticky; top: 2px; } .Results th { background-color: #eee; } .Results .Scroller, .Results th, .Results td { border: 1px solid #ccc; border-radius: 2px; } .Results tr { line-height: 120%; } .Results th, .Results td { padding: 5px; } .Results td.number, .Results td.time { text-align: right; } .Results td.Empty { border: none; } .Results td.HoriBorder, .Results th.HoriBorder { border-top: 2px solid black; /*border-bottom: 1px solid black;*/ } .Results td.LeftBorder, .Results th.LeftBorder { border-left: 2px solid black; } .Results th { text-align: center; } /* Logo */ a.Logo { position: absolute; margin: 0 15px; font-size: 40px; font-family: "Anton", sans-serif; cursor: pointer; color: #333e48; } a.Logo > span { display: inline-block; } a.Logo > span.Version { font-size: 20px; } /* Index Page */ div.Index { margin: 30px; } div.Index > div { width: 46%; float: left; color: #333e48; border: 1px solid #ccc; border-radius: 3px; margin: 30px 2% 0 2%; padding: 0 2% 2% 2%; } div.Index .Link { display: inline-block; font-size: 20px; } /* Edit View */ .EditSavedView { margin: 50px auto 30px auto; } .EditSavedView .SavedViewTitle { font-weight: bold; font-size: 28px; } .EditSavedView form { border: 1px solid #ccc; border-radius: 3px; padding: 15px 15px 12px 15px; } .EditSavedView .SavedViewName { font-size: 20px; width: 100%; } .EditSavedView textarea { border: 1px solid #ccc; border-radius: 3px; padding: 10px; min-width: 500px; width: 100%; min-height: 100px; } .EditSavedView th { padding: 2px; font-weight: bold; text-align: left; } .EditSavedView td { padding: 2px; } .EditSavedView table { padding: 5px 2px; } .SavedViewActions { padding: 10px 20px; display: flex; justify-content: space-between; align-items: flex-end; } td.SavedViewLimit { padding: 0px; } input.RowLimit { padding: 1px 3px; width: 100px; } .CopyToClipboard { font-size: 13px; } .Overlay { position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 100; pointer-events: none; } .Fade { opacity: 0.3; } .Error { color: red; } .row { margin-right: -15px; margin-left: -15px; } .header { /*display: flex;*/ background-color: #ffffff; border-bottom: 1px solid #D0E1E8; padding: 15px; } .header__logo img { height: 34px; width: 29px; margin-right: 10px; } .header__text { display: inline-block; vertical-align: middle; } .header__text .text__main { font-size: 13px; font-weight: 500; line-height: 16px; color: #000000; } .header__text .text__sub { font-size: 12px; line-height: 15px; color: #78909C; } .model_list { height: 600px; overflow-y: auto; }
frontend/src/App.css
*, *:after, *:before { box-sizing: border-box; } select, input, th, button, textarea { font-family: inherit; font-size: inherit; font-weight: inherit; } body { font-family: "Roboto", "Noto Sans", sans-serif; padding: 0; margin: 0; font-size: 16px; color: #333e48; background-color: #f6f7fa; } a { text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 30px; font-weight: 300; } p { margin: 5px auto; } select, input { border: 1px solid #ccc; border-radius: 3px; } input { padding: 3px 6px; } select { display: inline; width: auto; padding: 2px; } .Link { background: none !important; border: none; padding: 0 !important; cursor: pointer; color: #069; text-align: left; } .Link:hover { text-decoration: underline; } .sLink { background: none !important; border: none; padding: 0 !important; cursor: pointer; color: #069; vertical-align: -20%; font-size: inherit; font-weight: inherit; } .sLink:hover { text-decoration: underline; } input::placeholder, textarea::placeholder { color: #ccc; } /***************** Element specific stuff *****************/ #body { display: flex; flex-direction: column; max-height: 100vh; padding: 10px 0 0 0; } #body > * { flex: 0 0 auto; } #body > .MainSpace { flex: 0 1 auto; overflow-y: hidden; } .MainSpace { display: flex; flex-flow: row; padding: 0; max-width: 100vw; justify-content: space-between; } .MainSpace > * { flex: 0 0 auto; } .MainSpace > .Results { margin: 10px; flex: 0 1 auto; overflow: hidden; } .MainSpace > .Results > .Scroller { max-width: 100%; max-height: 100%; overflow: auto; } .MainSpace > .FieldsList { margin: 10px 0 10px 10px; } .ModelSelector { margin: 0 auto; text-align: center; text-align-last: center; border: none; padding: 1px; font-size: 28px; color: #333e48; } .ModelSelector:hover { border: 1px solid #ccc; border-radius: 3px; padding: 0; } /* Filters */ .Filters { margin: 0 auto; display: flex; align-items: center; flex-direction: column; } .Filters p { margin: 5px; } select.FilterValue, input.FilterValue { width: 100%; } .FilterValue.Half { width: 50%; } select.Lookup { width: 100%; } .Filters table, .Filters table.Flat th, .Filters table.Flat td { border: none; padding: 3px 1px; } /* Fields */ .FieldsList { margin: 0; overflow-y: auto; } .FieldsList table { border: 1px solid #ccc; border-radius: 3px; } .FieldsList tbody, .FieldsList th, .FieldsList td { border: none; vertical-align: top; } .FieldsList th, .FieldsList td { padding: 0px; padding: 1px; } .FieldsList td { text-align: left; } /* Results */ .Results { position: relative; } .Results .Freeze { position: sticky; top: 2px; } .Results th { background-color: #eee; } .Results .Scroller, .Results th, .Results td { border: 1px solid #ccc; border-radius: 2px; } .Results tr { line-height: 120%; } .Results th, .Results td { padding: 5px; } .Results td.number, .Results td.time { text-align: right; } .Results td.Empty { border: none; } .Results td.HoriBorder, .Results th.HoriBorder { border-top: 2px solid black; /*border-bottom: 1px solid black;*/ } .Results td.LeftBorder, .Results th.LeftBorder { border-left: 2px solid black; } .Results th { text-align: center; } /* Logo */ a.Logo { position: absolute; margin: 0 15px; font-size: 40px; font-family: "Anton", sans-serif; cursor: pointer; color: #333e48; } a.Logo > span { display: inline-block; } a.Logo > span.Version { font-size: 20px; } /* Index Page */ div.Index { margin: 30px; } div.Index > div { width: 46%; float: left; color: #333e48; border: 1px solid #ccc; border-radius: 3px; margin: 30px 2% 0 2%; padding: 0 2% 2% 2%; } div.Index .Link { display: inline-block; font-size: 20px; } /* Edit View */ .EditSavedView { margin: 50px auto 30px auto; } .EditSavedView .SavedViewTitle { font-weight: bold; font-size: 28px; } .EditSavedView form { border: 1px solid #ccc; border-radius: 3px; padding: 15px 15px 12px 15px; } .EditSavedView .SavedViewName { font-size: 20px; width: 100%; } .EditSavedView textarea { border: 1px solid #ccc; border-radius: 3px; padding: 10px; min-width: 500px; width: 100%; min-height: 100px; } .EditSavedView th { padding: 2px; font-weight: bold; text-align: left; } .EditSavedView td { padding: 2px; } .EditSavedView table { padding: 5px 2px; } .SavedViewActions { padding: 10px 20px; display: flex; justify-content: space-between; align-items: flex-end; } td.SavedViewLimit { padding: 0px; } input.RowLimit { padding: 1px 3px; width: 100px; } .CopyToClipboard { font-size: 13px; } .Overlay { position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 100; pointer-events: none; } .Fade { opacity: 0.3; } .Error { color: red; } .row { margin-right: -15px; margin-left: -15px; } .header { /*display: flex;*/ background-color: #ffffff; border-bottom: 1px solid #D0E1E8; padding: 15px; } .header__logo img { height: 34px; width: 29px; margin-right: 10px; } .header__text { display: inline-block; vertical-align: middle; } .header__text .text__main { font-size: 13px; font-weight: 500; line-height: 16px; color: #000000; } .header__text .text__sub { font-size: 12px; line-height: 15px; color: #78909C; } .model_list { height: 600px; overflow-y: auto; }
0.428951
0.081228
html, body, ul, li, dd, dl, h1, span{ margin: 0; padding: 0; } body{ background-color: #efefef; } a, img{ border: none; } a{ color: #000; text-decoration: none; } li{ list-style: none; } .main{ max-width: 1200px; min-width: 1100px; margin: 40px auto; padding: 0 50px; } .leftlist{ background-color: #fff; width: 180px; float: left; border: 1px solid #ebebeb; } .leftlist_list{ line-height: 60px; margin-bottom: 20px; } .leftlist_tit{ line-height: 60px; font-size: 22px; font-weight: 400; border-bottom: 1px solid #ebebeb; margin: 0 17px 10px; } .selected{ background-color: #c755ff; color: #fff; } .leftlist_link{ font-size: 17px; padding: 1px 17px; display: block; } .leftlist_link:not(.selected):hover{ color: #c755ff; } .leftlist_link{ cursor: pointer; } .modmusic{ background-color: #fff; position: relative; margin-left: 210px; min-height: 616px; } .modmusic_hd{ height: 60px; line-height: 60px; margin: 0 15px; border-bottom: 1px solid #ebebeb; } .modmusic_tit{ font-weight: normal; padding-left: 10px; font-size: 28px; float: left; } .modmusic_tools{ margin-top: 20px; padding-left: 10px; margin-bottom: 20px; } .mod_btn{ min-width: 122px; text-align: center; height: 36px; margin-right: 10px; } .mod_btn:nth-child(1){ background-color: #c755ff; color: white; } .mod_btn:nth-child(1):hover{ background-color: #a338d8; cursor:pointer; } .mod_btn:nth-child(n+2):hover{ background-color: #ededed; cursor:pointer; } .modmusic_tools button{ border: 1px solid #c9c9c9; background: white; color: #000; } .modmusic_tb{ height: 46px; line-height: 46px; background: #fafafa; color: #000; } .music_hd{ align-items: center; display: flex; } .music_hd_num{ width: 15%; min-width: 80px; padding-left: 5%; flex-shrink: 0; } .music_hd_name{ flex: 1; } .music_hd_singer{ width: 20%; } .music_hd_time{ width: 7%; } .music_item{ display: flex; height: 70px; line-height: 70px; } .music_item:nth-child(2n){ background: #fafafa; } .music_item_num{ position: relative; padding-left: 4%; width: 5%; height: 70px; min-width: 50px; padding-right: 30px; text-align: center; } .music_item_num .no1{ background: url(../images/no1.png) center no-repeat; width: 100%; height: 70px; background-size: 31px 31px; } .music_item_num .no2{ background: url(../images/no2.png) center no-repeat; width: 100%; height: 70px; background-size: 31px 31px; } .music_item_num .no3{ background: url(../images/no3.png) center no-repeat; width: 100%; height: 70px; background-size: 31px 31px; } .music_item_num .nonum{ width: 100% } .music_infor{ flex: 1; display: flex; } .music_infor_img{ padding: 0 20px; padding-top: 8px; height: 55px; width: 55px; } .music_infor_name{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .music_tools{ left: 55%; position: absolute; } .music_tools ul{ align-items: center; display: flex; } .music_tools ul li{ list-style: none; cursor:pointer; } .music_tools ul li:hover{ color: #c755ff; } .music_infor_singer{ width: 17%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .music_infor_time{ width: 8%; padding-left: 2%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
public/static/css/rank.css
html, body, ul, li, dd, dl, h1, span{ margin: 0; padding: 0; } body{ background-color: #efefef; } a, img{ border: none; } a{ color: #000; text-decoration: none; } li{ list-style: none; } .main{ max-width: 1200px; min-width: 1100px; margin: 40px auto; padding: 0 50px; } .leftlist{ background-color: #fff; width: 180px; float: left; border: 1px solid #ebebeb; } .leftlist_list{ line-height: 60px; margin-bottom: 20px; } .leftlist_tit{ line-height: 60px; font-size: 22px; font-weight: 400; border-bottom: 1px solid #ebebeb; margin: 0 17px 10px; } .selected{ background-color: #c755ff; color: #fff; } .leftlist_link{ font-size: 17px; padding: 1px 17px; display: block; } .leftlist_link:not(.selected):hover{ color: #c755ff; } .leftlist_link{ cursor: pointer; } .modmusic{ background-color: #fff; position: relative; margin-left: 210px; min-height: 616px; } .modmusic_hd{ height: 60px; line-height: 60px; margin: 0 15px; border-bottom: 1px solid #ebebeb; } .modmusic_tit{ font-weight: normal; padding-left: 10px; font-size: 28px; float: left; } .modmusic_tools{ margin-top: 20px; padding-left: 10px; margin-bottom: 20px; } .mod_btn{ min-width: 122px; text-align: center; height: 36px; margin-right: 10px; } .mod_btn:nth-child(1){ background-color: #c755ff; color: white; } .mod_btn:nth-child(1):hover{ background-color: #a338d8; cursor:pointer; } .mod_btn:nth-child(n+2):hover{ background-color: #ededed; cursor:pointer; } .modmusic_tools button{ border: 1px solid #c9c9c9; background: white; color: #000; } .modmusic_tb{ height: 46px; line-height: 46px; background: #fafafa; color: #000; } .music_hd{ align-items: center; display: flex; } .music_hd_num{ width: 15%; min-width: 80px; padding-left: 5%; flex-shrink: 0; } .music_hd_name{ flex: 1; } .music_hd_singer{ width: 20%; } .music_hd_time{ width: 7%; } .music_item{ display: flex; height: 70px; line-height: 70px; } .music_item:nth-child(2n){ background: #fafafa; } .music_item_num{ position: relative; padding-left: 4%; width: 5%; height: 70px; min-width: 50px; padding-right: 30px; text-align: center; } .music_item_num .no1{ background: url(../images/no1.png) center no-repeat; width: 100%; height: 70px; background-size: 31px 31px; } .music_item_num .no2{ background: url(../images/no2.png) center no-repeat; width: 100%; height: 70px; background-size: 31px 31px; } .music_item_num .no3{ background: url(../images/no3.png) center no-repeat; width: 100%; height: 70px; background-size: 31px 31px; } .music_item_num .nonum{ width: 100% } .music_infor{ flex: 1; display: flex; } .music_infor_img{ padding: 0 20px; padding-top: 8px; height: 55px; width: 55px; } .music_infor_name{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .music_tools{ left: 55%; position: absolute; } .music_tools ul{ align-items: center; display: flex; } .music_tools ul li{ list-style: none; cursor:pointer; } .music_tools ul li:hover{ color: #c755ff; } .music_infor_singer{ width: 17%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .music_infor_time{ width: 8%; padding-left: 2%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
0.222447
0.059592
body { font-family: "Montserrat"; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat"; font-weight: 700 !important; } @media (max-width: 992px) { .display-4 { font-size: 40px; } p { font-size: 16px; } .img-fluid { margin: 20px; } .section-img { max-width: 100px !important; } } .section-img { max-width: 250px !important; } .divider-light { border-bottom: 2px solid rgb(228, 228, 228); margin: 100px 60px 0px 60px; padding: 0px; } h2 { margin-top: 30px; margin-bottom: 10px; } .center-image-div { text-align: center; } /* IMAGES */ .table-img { max-width: 300px; } .graph-img { max-width: 600px; } .heading-icon { color: rgb(231, 231, 231); font-size: 45px; padding-left: 30px; } html { scroll-behavior: smooth; } .btn-xl { text-transform: uppercase; padding: 1.5rem 3rem; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1rem; } .bg-ghostwhite { background-color: #f8f9fb; } .rounded-pill { border-radius: 2rem; } .box-shadow-1 { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .box-shadow-1:hover { -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } .box-shadow-2 { -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .box-shadow-4 { -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); } .navbar-custom { padding-top: 1rem; padding-bottom: 1rem; background-color: #f8f9fb; } .brand-logo { width: 100px; } .navbar-custom .navbar-brand { text-transform: uppercase; font-size: 1rem; letter-spacing: 0.1rem; font-weight: 700; color: rgb(48, 48, 48); } .navbar-custom .navbar-nav .nav-item .nav-link { text-transform: uppercase; font-size: 0.6rem; font-weight: 400; letter-spacing: 0.1rem; color: rgb(48, 48, 48); padding: 10px; display: inline-block; text-align: center; } .nav-link:hover { color: #4f1852 !important; text-decoration: underline !important; } header.masthead { position: relative; overflow: hidden; padding-top: calc(2rem + 72px); padding-bottom: 2rem; background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; background-color: #f8f9fb; } header.masthead .masthead-content { z-index: 1; position: relative; color: black; } header.masthead .masthead-content .masthead-heading { font-size: 2rem; } @media (min-width: 992px) { header.masthead .masthead-content .masthead-heading { font-size: 2rem; } } .large-top-margin { margin-top: 200px; margin-bottom: 200px; } .hero-img { width: 70%; margin-left: auto; margin-right: auto; display: block; border-radius: 30px 30px 0px 0px; } .section-style { margin: 0 auto; padding: 80px 0px 0px 0px; overflow: hidden; position: static; width: 100%; min-height: 500px; } @media (max-width: 992px) { .section-style { text-align: center; } } .small-body-text { font-size: 1em; } .tiny-body-text { font-size: 13px; } /* Team members */ .team-member-info { font-family: Montserrat, sans-serif; text-align: center; width: 100%; padding: 30px 0px 20px 0px; text-align: center; } .team-member-header { font-weight: bold; font-size: 20px; } .team-member-subheader { font-weight: 100; font-size: 15px; } .team-member-img-container { width: 100%; } .team-member-img { max-width: 250px; } .bg-primary { background-color: #ee0979 !important; } .btn-primary { background-color: #4f1852; border: none; font-size: 17px; padding: 10px 25px 10px 25px; } .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #663169; } .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5); box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5); } .btn-secondary { background-color: #ff6a00; border-color: #ff6a00; } .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover { background-color: #cc5500 !important; border-color: #cc5500 !important; } .btn-secondary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5); } .btn-dark { padding: 20px; border-radius: 25px; } .button-form { background-color: #4caf50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; }
css/style.css
body { font-family: "Montserrat"; } h1, h2, h3, h4, h5, h6 { font-family: "Montserrat"; font-weight: 700 !important; } @media (max-width: 992px) { .display-4 { font-size: 40px; } p { font-size: 16px; } .img-fluid { margin: 20px; } .section-img { max-width: 100px !important; } } .section-img { max-width: 250px !important; } .divider-light { border-bottom: 2px solid rgb(228, 228, 228); margin: 100px 60px 0px 60px; padding: 0px; } h2 { margin-top: 30px; margin-bottom: 10px; } .center-image-div { text-align: center; } /* IMAGES */ .table-img { max-width: 300px; } .graph-img { max-width: 600px; } .heading-icon { color: rgb(231, 231, 231); font-size: 45px; padding-left: 30px; } html { scroll-behavior: smooth; } .btn-xl { text-transform: uppercase; padding: 1.5rem 3rem; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1rem; } .bg-ghostwhite { background-color: #f8f9fb; } .rounded-pill { border-radius: 2rem; } .box-shadow-1 { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; } .box-shadow-1:hover { -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } .box-shadow-2 { -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } .box-shadow-4 { -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); } .navbar-custom { padding-top: 1rem; padding-bottom: 1rem; background-color: #f8f9fb; } .brand-logo { width: 100px; } .navbar-custom .navbar-brand { text-transform: uppercase; font-size: 1rem; letter-spacing: 0.1rem; font-weight: 700; color: rgb(48, 48, 48); } .navbar-custom .navbar-nav .nav-item .nav-link { text-transform: uppercase; font-size: 0.6rem; font-weight: 400; letter-spacing: 0.1rem; color: rgb(48, 48, 48); padding: 10px; display: inline-block; text-align: center; } .nav-link:hover { color: #4f1852 !important; text-decoration: underline !important; } header.masthead { position: relative; overflow: hidden; padding-top: calc(2rem + 72px); padding-bottom: 2rem; background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; background-color: #f8f9fb; } header.masthead .masthead-content { z-index: 1; position: relative; color: black; } header.masthead .masthead-content .masthead-heading { font-size: 2rem; } @media (min-width: 992px) { header.masthead .masthead-content .masthead-heading { font-size: 2rem; } } .large-top-margin { margin-top: 200px; margin-bottom: 200px; } .hero-img { width: 70%; margin-left: auto; margin-right: auto; display: block; border-radius: 30px 30px 0px 0px; } .section-style { margin: 0 auto; padding: 80px 0px 0px 0px; overflow: hidden; position: static; width: 100%; min-height: 500px; } @media (max-width: 992px) { .section-style { text-align: center; } } .small-body-text { font-size: 1em; } .tiny-body-text { font-size: 13px; } /* Team members */ .team-member-info { font-family: Montserrat, sans-serif; text-align: center; width: 100%; padding: 30px 0px 20px 0px; text-align: center; } .team-member-header { font-weight: bold; font-size: 20px; } .team-member-subheader { font-weight: 100; font-size: 15px; } .team-member-img-container { width: 100%; } .team-member-img { max-width: 250px; } .bg-primary { background-color: #ee0979 !important; } .btn-primary { background-color: #4f1852; border: none; font-size: 17px; padding: 10px 25px 10px 25px; } .btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #663169; } .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5); box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5); } .btn-secondary { background-color: #ff6a00; border-color: #ff6a00; } .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover { background-color: #cc5500 !important; border-color: #cc5500 !important; } .btn-secondary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5); box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5); } .btn-dark { padding: 20px; border-radius: 25px; } .button-form { background-color: #4caf50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; }
0.345216
0.133669
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .header{ background-image: url(../assets/backgrounds/h_img.jpg); background-repeat: no-repeat; background-size: cover; color: white; text-align: center; padding-top: 15vw; } .header h3{ font-size: 0.8vw; padding-bottom: 12vw; margin-left: -5vw; } .header img{ padding-bottom: 1.6vw; } .header h1{ font-size: 3.2vw; padding-bottom: 0.5vw; } .header h2{ font-size: 3.2vw; padding-top: 1vw; } .navbar a{ text-decoration: none; color: white; padding: 1vw; } .navbar{ margin-top:-15vw; margin-bottom: 13vw; padding-top: 2vw; } #mouse-click { animation: bounce 1s infinite; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 100% { transform: translateY(-3.5vw); } } /* .........................................about us............................................................................. */ .about{ text-align: center; padding-top: 3vw; padding-bottom: 3vw; } .about p{ padding-bottom: 1vw; } .about h2{ padding-bottom: 1vw; } /* .........................................services........................................................................................ */ .services{ text-align: center; padding-top: 3vw; padding-bottom: 3vw; color: white; background-image: url(../assets/backgrounds/s_image.jpg); } .services h2{ padding-bottom: 1vw; padding-top: 6vw; } .services p{ padding-bottom: 1vw; } /* ......................................... what we do................................................................................. */ .container h2{ text-align: center; margin-top: 3vw; padding-bottom: 2vw; } .cards{ display: flex; width: 100%; flex-wrap: wrap; justify-content: space-around; padding-bottom: 18vw; } .card{ width: 28%; position: relative; } .card img{ padding-left: 11vw; } .cards p{ text-align: center; padding-bottom: 1vw; } .cards h4{ text-align: center; padding-bottom: 1vw; } .hidden,.hidden1,.hidden2{ display: none; position: absolute; width: 100%; height: auto; } .visible,.visible1,.visible2{ position: absolute; width: 100%; height: auto; } .card .visible2 img{ padding-top: 1vw; } /* ..........................................portfolio.................................................................. */ .portfolio h2{ text-align: center; padding-bottom: 2vw; } .images img{ padding: 1vw; width: 100%; } .work{ padding-left: 9vw; display: flex; width: 100%; } .works{ padding-left: 9vw; display: flex; width: 100%; } .images{ position: relative; width: 23%; } .tag{ position: absolute; width: 80%; height: 80%; background: rgba(0, 0, 0, 0.5); cursor: pointer; z-index: 2; top: 10%; left: 10%; display: flex; display: none; align-items: center; justify-content: center; margin-right: -2vw; } .blank{ color: white; font-weight: bolder; padding-top: 1vw; padding-bottom: 1vw; border: 0.1vw solid whitesmoke; font-size:2vw; text-align: center; height: 80%; width: 80%; display: flex; align-items: center; justify-content: center; margin-left: 1.5vw; margin-top: 1.5vw; } .portfolio{ padding-bottom: 3vw; } /* ...........................................contact....................................................................*/ .contact{ background-image: url(../assets/backgrounds/c_image.jpg); background-repeat: no-repeat; background-size: cover; height: auto; color: white; padding-top: 3vw; padding-left: 15vw; } .contact h2{ padding-left: 25vw; padding-bottom: 1vw; } #mc-embedded-subscribe-form .collect input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; margin-left: 1vw; width: 33%; font-weight: bold; padding-bottom: 1vw; } #mc-embedded-subscribe-form .collect input::placeholder{ color: white; } #mc-embedded-subscribe-form .message input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; width: 68%; margin-top: 2vw; margin-bottom: 1vw; margin-left: 1vw; padding-bottom: 15vw; font-weight: bold; } #mc-embedded-subscribe-form .message input::placeholder{ color: white; } .contact button{ width: 10%; margin-bottom: 5vw; padding-top: 0.5vw; margin-left: 1vw; padding-bottom: 0.5vw; color: white; background: transparent; border: 0.1vw solid white; outline: none; } /* ............................................footer.................................................................*/ .footer p{ text-align: center; } .icons img{ padding-left: 1vw; } .icons{ margin-left: 28vw; margin-top: 4vw; margin-bottom: 2vw; } .icons img:hover{ box-shadow:0 0 0.2vw rgb(0, 0, 0); border-radius: 2vw; padding: 0.1vw; background: transparent; } /* ................................................@mediaQueris.................................................................. */ @media screen and (max-width:500px){ * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .header{ background-image: url(../assets/backgrounds/h_img.jpg); background-repeat: no-repeat; background-size: cover; color: white; text-align: center; padding-top: 15vw; } .header h3{ font-size: 0.8vw; padding-bottom: 12vw; margin-left: -5vw; } .header img{ padding-bottom: 1.6vw; } #logo{ width: 9%; } .header h1{ font-size: 3.2vw; padding-bottom: 0.5vw; } .header h2{ font-size: 3.2vw; padding-top: 1vw; } .navbar a{ text-decoration: none; color: white; padding: 1vw; } .navbar{ display: flex; flex-direction: column; } #mouse-click { animation: bounce 1s infinite; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 100% { transform: translateY(-35px); } } } /* .....................................................about us/services.......................................................... */ @media screen and (max-width:500px){ .about{ text-align: center; padding-top: 3vw; padding-bottom: 4vw; padding-left: 2vw; padding-right: 2vw; } .about p{ padding-bottom: 1vw; font-size: 3vw; } .about h2{ padding-bottom: 1vw; font-size: 4vw; } .services{ text-align: center; padding-top: 14vw; padding-bottom: 4vw; color: white; background-image: url(../assets/backgrounds/s_image.jpg); padding-left: 2vw; padding-right: 2vw; } .services h2{ padding-bottom: 1vw; padding-top: 6vw; font-size: 4vw; } .services p{ padding-bottom: 1vw; font-size: 3vw; } } /* .....................................................what we do....................................................... */ @media screen and (max-width:500px){ .container h2{ text-align: center; margin-top: 3vw; padding-bottom: 2vw; font-size: 4vw; } .cards{ display: flex; width: 100%; flex-wrap: wrap; justify-content: space-around; padding-bottom: 25vw; } .card{ width: 28%; position: relative; } .card img{ padding-left: 11vw; width: 80%; } .cards p{ text-align: center; padding-bottom: 1vw; font-size: 1.5vw; } .cards h4{ text-align: center; padding-bottom: 1vw; font-size: 2.2vw; margin-left: 2vw; } .hidden,.hidden1,.hidden2{ display: none; position: absolute; width: 100%; height: auto; } .visible,.visible1,.visible2{ position: absolute; width: 100%; height: auto; } .card .visible2 img{ padding-top: 1vw; } } /* ............................................................portfolio.................................................... */ @media screen and (max-width:500px){ .portfolio h2{ text-align: center; padding-bottom: 2vw; font-size: 4vw; } .images img{ padding: 1vw; width: 100%; } .work{ padding-left: 9vw; display: flex; width: 100%; } .works{ padding-left: 9vw; display: flex; flex-direction: row; width: 100%; } .images{ position: relative; width: 23%; } .tag{ position: absolute; width: 80%; height: 80%; background: rgba(0, 0, 0, 0.5); cursor: pointer; z-index: 2; top: 10%; left: 10%; display: flex; display: none; align-items: center; justify-content: center; margin-right: -2vw; } .blank{ color: white; font-weight: bolder; padding-top: 1vw; padding-bottom: 1vw; border: 0.1vw solid whitesmoke; font-size:2vw; text-align: center; height: 80%; width: 80%; display: flex; align-items: center; justify-content: center; margin-left: 1.5vw; margin-top: 1.5vw; } .portfolio{ padding-bottom: 3vw; padding-top: 8vw; } } /* ..................................................contact............................................................... */ @media screen and (max-width:500px){ .contact{ background-image: url(../assets/backgrounds/c_image.jpg); background-repeat: no-repeat; background-size: cover; height: auto; color: white; padding-top: 3vw; padding-left: 15vw; } .contact h2{ padding-left: 16vw; padding-bottom: 1vw; font-size: 4vw; } #mc-embedded-subscribe-form .collect input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; margin-left: 1vw; width: 33%; font-weight: bold; padding-bottom: 1vw; font-size: 3vw; } #mc-embedded-subscribe-form .collect input::placeholder{ color: white; } #mc-embedded-subscribe-form .message input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; width: 68%; margin-top: 2vw; margin-bottom: 1vw; margin-left: 1vw; padding-bottom: 15vw; font-weight: bold; font-size: 3vw; } #mc-embedded-subscribe-form .message input::placeholder{ color: white; } .contact button{ width: 17%; margin-bottom: 5vw; padding-top: 0.5vw; margin-left: 1vw; padding-bottom: 0.5vw; color: white; background: transparent; border: 0.1vw solid white; outline: none; font-size: 3vw; } } /* ............................................................footer.................................................... */ @media screen and (max-width:500px){ .footer p{ text-align: center; font-size: 1.4vw; } .icons img{ padding-left: 1vw; width: 8%; } .icons{ margin-top: 4vw; margin-bottom: 2vw; } .icons img:hover{ box-shadow:0 0 0.2vw rgb(0, 0, 0); border-radius: 2vw; padding: 0.1vw; background: transparent; } }
css/style.css
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .header{ background-image: url(../assets/backgrounds/h_img.jpg); background-repeat: no-repeat; background-size: cover; color: white; text-align: center; padding-top: 15vw; } .header h3{ font-size: 0.8vw; padding-bottom: 12vw; margin-left: -5vw; } .header img{ padding-bottom: 1.6vw; } .header h1{ font-size: 3.2vw; padding-bottom: 0.5vw; } .header h2{ font-size: 3.2vw; padding-top: 1vw; } .navbar a{ text-decoration: none; color: white; padding: 1vw; } .navbar{ margin-top:-15vw; margin-bottom: 13vw; padding-top: 2vw; } #mouse-click { animation: bounce 1s infinite; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 100% { transform: translateY(-3.5vw); } } /* .........................................about us............................................................................. */ .about{ text-align: center; padding-top: 3vw; padding-bottom: 3vw; } .about p{ padding-bottom: 1vw; } .about h2{ padding-bottom: 1vw; } /* .........................................services........................................................................................ */ .services{ text-align: center; padding-top: 3vw; padding-bottom: 3vw; color: white; background-image: url(../assets/backgrounds/s_image.jpg); } .services h2{ padding-bottom: 1vw; padding-top: 6vw; } .services p{ padding-bottom: 1vw; } /* ......................................... what we do................................................................................. */ .container h2{ text-align: center; margin-top: 3vw; padding-bottom: 2vw; } .cards{ display: flex; width: 100%; flex-wrap: wrap; justify-content: space-around; padding-bottom: 18vw; } .card{ width: 28%; position: relative; } .card img{ padding-left: 11vw; } .cards p{ text-align: center; padding-bottom: 1vw; } .cards h4{ text-align: center; padding-bottom: 1vw; } .hidden,.hidden1,.hidden2{ display: none; position: absolute; width: 100%; height: auto; } .visible,.visible1,.visible2{ position: absolute; width: 100%; height: auto; } .card .visible2 img{ padding-top: 1vw; } /* ..........................................portfolio.................................................................. */ .portfolio h2{ text-align: center; padding-bottom: 2vw; } .images img{ padding: 1vw; width: 100%; } .work{ padding-left: 9vw; display: flex; width: 100%; } .works{ padding-left: 9vw; display: flex; width: 100%; } .images{ position: relative; width: 23%; } .tag{ position: absolute; width: 80%; height: 80%; background: rgba(0, 0, 0, 0.5); cursor: pointer; z-index: 2; top: 10%; left: 10%; display: flex; display: none; align-items: center; justify-content: center; margin-right: -2vw; } .blank{ color: white; font-weight: bolder; padding-top: 1vw; padding-bottom: 1vw; border: 0.1vw solid whitesmoke; font-size:2vw; text-align: center; height: 80%; width: 80%; display: flex; align-items: center; justify-content: center; margin-left: 1.5vw; margin-top: 1.5vw; } .portfolio{ padding-bottom: 3vw; } /* ...........................................contact....................................................................*/ .contact{ background-image: url(../assets/backgrounds/c_image.jpg); background-repeat: no-repeat; background-size: cover; height: auto; color: white; padding-top: 3vw; padding-left: 15vw; } .contact h2{ padding-left: 25vw; padding-bottom: 1vw; } #mc-embedded-subscribe-form .collect input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; margin-left: 1vw; width: 33%; font-weight: bold; padding-bottom: 1vw; } #mc-embedded-subscribe-form .collect input::placeholder{ color: white; } #mc-embedded-subscribe-form .message input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; width: 68%; margin-top: 2vw; margin-bottom: 1vw; margin-left: 1vw; padding-bottom: 15vw; font-weight: bold; } #mc-embedded-subscribe-form .message input::placeholder{ color: white; } .contact button{ width: 10%; margin-bottom: 5vw; padding-top: 0.5vw; margin-left: 1vw; padding-bottom: 0.5vw; color: white; background: transparent; border: 0.1vw solid white; outline: none; } /* ............................................footer.................................................................*/ .footer p{ text-align: center; } .icons img{ padding-left: 1vw; } .icons{ margin-left: 28vw; margin-top: 4vw; margin-bottom: 2vw; } .icons img:hover{ box-shadow:0 0 0.2vw rgb(0, 0, 0); border-radius: 2vw; padding: 0.1vw; background: transparent; } /* ................................................@mediaQueris.................................................................. */ @media screen and (max-width:500px){ * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } .header{ background-image: url(../assets/backgrounds/h_img.jpg); background-repeat: no-repeat; background-size: cover; color: white; text-align: center; padding-top: 15vw; } .header h3{ font-size: 0.8vw; padding-bottom: 12vw; margin-left: -5vw; } .header img{ padding-bottom: 1.6vw; } #logo{ width: 9%; } .header h1{ font-size: 3.2vw; padding-bottom: 0.5vw; } .header h2{ font-size: 3.2vw; padding-top: 1vw; } .navbar a{ text-decoration: none; color: white; padding: 1vw; } .navbar{ display: flex; flex-direction: column; } #mouse-click { animation: bounce 1s infinite; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 100% { transform: translateY(-35px); } } } /* .....................................................about us/services.......................................................... */ @media screen and (max-width:500px){ .about{ text-align: center; padding-top: 3vw; padding-bottom: 4vw; padding-left: 2vw; padding-right: 2vw; } .about p{ padding-bottom: 1vw; font-size: 3vw; } .about h2{ padding-bottom: 1vw; font-size: 4vw; } .services{ text-align: center; padding-top: 14vw; padding-bottom: 4vw; color: white; background-image: url(../assets/backgrounds/s_image.jpg); padding-left: 2vw; padding-right: 2vw; } .services h2{ padding-bottom: 1vw; padding-top: 6vw; font-size: 4vw; } .services p{ padding-bottom: 1vw; font-size: 3vw; } } /* .....................................................what we do....................................................... */ @media screen and (max-width:500px){ .container h2{ text-align: center; margin-top: 3vw; padding-bottom: 2vw; font-size: 4vw; } .cards{ display: flex; width: 100%; flex-wrap: wrap; justify-content: space-around; padding-bottom: 25vw; } .card{ width: 28%; position: relative; } .card img{ padding-left: 11vw; width: 80%; } .cards p{ text-align: center; padding-bottom: 1vw; font-size: 1.5vw; } .cards h4{ text-align: center; padding-bottom: 1vw; font-size: 2.2vw; margin-left: 2vw; } .hidden,.hidden1,.hidden2{ display: none; position: absolute; width: 100%; height: auto; } .visible,.visible1,.visible2{ position: absolute; width: 100%; height: auto; } .card .visible2 img{ padding-top: 1vw; } } /* ............................................................portfolio.................................................... */ @media screen and (max-width:500px){ .portfolio h2{ text-align: center; padding-bottom: 2vw; font-size: 4vw; } .images img{ padding: 1vw; width: 100%; } .work{ padding-left: 9vw; display: flex; width: 100%; } .works{ padding-left: 9vw; display: flex; flex-direction: row; width: 100%; } .images{ position: relative; width: 23%; } .tag{ position: absolute; width: 80%; height: 80%; background: rgba(0, 0, 0, 0.5); cursor: pointer; z-index: 2; top: 10%; left: 10%; display: flex; display: none; align-items: center; justify-content: center; margin-right: -2vw; } .blank{ color: white; font-weight: bolder; padding-top: 1vw; padding-bottom: 1vw; border: 0.1vw solid whitesmoke; font-size:2vw; text-align: center; height: 80%; width: 80%; display: flex; align-items: center; justify-content: center; margin-left: 1.5vw; margin-top: 1.5vw; } .portfolio{ padding-bottom: 3vw; padding-top: 8vw; } } /* ..................................................contact............................................................... */ @media screen and (max-width:500px){ .contact{ background-image: url(../assets/backgrounds/c_image.jpg); background-repeat: no-repeat; background-size: cover; height: auto; color: white; padding-top: 3vw; padding-left: 15vw; } .contact h2{ padding-left: 16vw; padding-bottom: 1vw; font-size: 4vw; } #mc-embedded-subscribe-form .collect input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; margin-left: 1vw; width: 33%; font-weight: bold; padding-bottom: 1vw; font-size: 3vw; } #mc-embedded-subscribe-form .collect input::placeholder{ color: white; } #mc-embedded-subscribe-form .message input{ border: 0.1vw solid white; outline: none; color: white; background: transparent; width: 68%; margin-top: 2vw; margin-bottom: 1vw; margin-left: 1vw; padding-bottom: 15vw; font-weight: bold; font-size: 3vw; } #mc-embedded-subscribe-form .message input::placeholder{ color: white; } .contact button{ width: 17%; margin-bottom: 5vw; padding-top: 0.5vw; margin-left: 1vw; padding-bottom: 0.5vw; color: white; background: transparent; border: 0.1vw solid white; outline: none; font-size: 3vw; } } /* ............................................................footer.................................................... */ @media screen and (max-width:500px){ .footer p{ text-align: center; font-size: 1.4vw; } .icons img{ padding-left: 1vw; width: 8%; } .icons{ margin-top: 4vw; margin-bottom: 2vw; } .icons img:hover{ box-shadow:0 0 0.2vw rgb(0, 0, 0); border-radius: 2vw; padding: 0.1vw; background: transparent; } }
0.453988
0.100967
<!-- body{ background:url('../images/2012/pages/bg01.jpg') #EEEEEE top repeat-x; } .box{ position: relative; display: inline-block; background: white; border: 1px solid #CCC; margin-bottom: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1); -o-box-shadow: 0 2px 3px rgba(0,0,0,0.1); box-shadow: 0 2px 3px rgba(0,0,0,0.1); } .box::after { content: ""; height: 6px; width: 100%; position: absolute; left: 0; bottom: 0; background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(0, 0, 0, 0.01)),color-stop(100%,rgba(0, 0, 0, 0.1))); background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: -o-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); } .recursosContent{ background:url(../images/2012/pages/bg01.png) no-repeat; background-position:center 20px; min-height:380px; } .linksPosButton{ text-align:center; font-size:13px; margin-top:4px; } .btn.laranja.chat{ float:left; margin-right:8px } .features ul li{ display:block; border-bottom:#CCCCCC 1px dotted; background:url(../images/2012/ico_ok.jpg) no-repeat right center; padding:7px 0 7px 0; } .features ul li a{ display:block; font-size:13px; } /**/ .resumo-box{ width:260px; display:block; float:left; position:relative; text-align:center; margin-bottom:15px; margin-left:0; } .resumo-box .hico{ display:block; height:130px; } .resumo-box .hico.sitebuilder{ background:url(../images/2012/ico_construtor.jpg) center top no-repeat; } .resumo-box .hico.aplicativos{ background:url(../images/2012/ico_aplicativos.jpg) center top no-repeat; } .resumo-box .hico.email{ background:url(../images/2012/ico_email.jpg) center top no-repeat; } .resumo-box .hico.suporte{ background:url(../images/2012/ico_suporte.jpg) center top no-repeat; } .resumo-box.right{ float:right; } .resumo-box h1{ font-weight:normal; clear:both; font-size:22px; } .resumo-box h2{ font-weight:normal; font-size:16px; color:#999; font-family: "Segoe UI","Segoe UI Web Regular","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif"; } .resumo-box h3{ clear:both; display:block; padding-top:5px; font-weight:normal; font-size:12px; text-align:center; color:#666; font-family: "Segoe UI","Segoe UI Web Regular","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif"; } .recursosDev{ margin-top:20px; } .recursosDev .abas-divs .contentBlock{ height:200px; overflow:auto } .ssltitle{ font-size:16px; display:block; padding-bottom:8px; } .comparativoInstaladores{ margin-top:40px; } .comparativoInstaladores .abas-divs .contentBlock{ height:400px; overflow:auto } .softaculous, .fantastico{ display:block; text-indent:-5000px; overflow:hidden; background:url(../images/2012/instaladores_logotipo.png) no-repeat; padding:0; margin:0; float:right; margin-bottom:-33px; display:block; } .softaculous{ background-position:0 0; width:105px; height:44px; margin-right:40px; } .fantastico{ background-position:-105px 0; width:138px; height:44px; margin-right:15px; } .painel-so-linux{ position:absolute; top:-15px; right:123px; } .painel-so-windows{ position:absolute; top:-15px; right:27px; } .backup-nuvem{ width:122px; margin:auto; display:block; padding-top:20px; } .titleFull{ margin-top:10px; } -->
web/css/v2012.hospedagem.recursos.css
<!-- body{ background:url('../images/2012/pages/bg01.jpg') #EEEEEE top repeat-x; } .box{ position: relative; display: inline-block; background: white; border: 1px solid #CCC; margin-bottom: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1); -o-box-shadow: 0 2px 3px rgba(0,0,0,0.1); box-shadow: 0 2px 3px rgba(0,0,0,0.1); } .box::after { content: ""; height: 6px; width: 100%; position: absolute; left: 0; bottom: 0; background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(0, 0, 0, 0.01)),color-stop(100%,rgba(0, 0, 0, 0.1))); background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: -o-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); background-image: linear-gradient(rgba(0, 0, 0, 0.01),rgba(0, 0, 0, 0.1)); } .recursosContent{ background:url(../images/2012/pages/bg01.png) no-repeat; background-position:center 20px; min-height:380px; } .linksPosButton{ text-align:center; font-size:13px; margin-top:4px; } .btn.laranja.chat{ float:left; margin-right:8px } .features ul li{ display:block; border-bottom:#CCCCCC 1px dotted; background:url(../images/2012/ico_ok.jpg) no-repeat right center; padding:7px 0 7px 0; } .features ul li a{ display:block; font-size:13px; } /**/ .resumo-box{ width:260px; display:block; float:left; position:relative; text-align:center; margin-bottom:15px; margin-left:0; } .resumo-box .hico{ display:block; height:130px; } .resumo-box .hico.sitebuilder{ background:url(../images/2012/ico_construtor.jpg) center top no-repeat; } .resumo-box .hico.aplicativos{ background:url(../images/2012/ico_aplicativos.jpg) center top no-repeat; } .resumo-box .hico.email{ background:url(../images/2012/ico_email.jpg) center top no-repeat; } .resumo-box .hico.suporte{ background:url(../images/2012/ico_suporte.jpg) center top no-repeat; } .resumo-box.right{ float:right; } .resumo-box h1{ font-weight:normal; clear:both; font-size:22px; } .resumo-box h2{ font-weight:normal; font-size:16px; color:#999; font-family: "Segoe UI","Segoe UI Web Regular","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif"; } .resumo-box h3{ clear:both; display:block; padding-top:5px; font-weight:normal; font-size:12px; text-align:center; color:#666; font-family: "Segoe UI","Segoe UI Web Regular","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif"; } .recursosDev{ margin-top:20px; } .recursosDev .abas-divs .contentBlock{ height:200px; overflow:auto } .ssltitle{ font-size:16px; display:block; padding-bottom:8px; } .comparativoInstaladores{ margin-top:40px; } .comparativoInstaladores .abas-divs .contentBlock{ height:400px; overflow:auto } .softaculous, .fantastico{ display:block; text-indent:-5000px; overflow:hidden; background:url(../images/2012/instaladores_logotipo.png) no-repeat; padding:0; margin:0; float:right; margin-bottom:-33px; display:block; } .softaculous{ background-position:0 0; width:105px; height:44px; margin-right:40px; } .fantastico{ background-position:-105px 0; width:138px; height:44px; margin-right:15px; } .painel-so-linux{ position:absolute; top:-15px; right:123px; } .painel-so-windows{ position:absolute; top:-15px; right:27px; } .backup-nuvem{ width:122px; margin:auto; display:block; padding-top:20px; } .titleFull{ margin-top:10px; } -->
0.170508
0.068569
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.poneyvallee.com/forum/") { /*Dédicacé à Kenose, puisqu'elle voulait ce thème ;-p */ body { background : #44C9F6 url("http://nsm08.casimages.com/img/2014/08/27/14082712114410339312480725.jpg") center repeat !important; color : #444444 !important; } #brdheader { background: white !important; border : 2px #FCBC85 solid !important; margin-top:5px !important; } img[src*="/images/accueil/pv_titre.png"] { background-image: url("http://nsm08.casimages.com/img/2014/10/16//14101601595210339312617108.png"); width: 0 !important; height: 109px !important; padding-left: 495px !important; } #brdheader .box{ background: transparent !important; border : none !important; } #brdmenu { background: transparent !important; } h2 { background: #6FC055 !important; color : white !important ; border : 2px #6FC055 solid !important; border-bottom : none !important ; } thead th, .arrondis_bas { background: white !important; } .arrondis_bas { border : 2px #6FC055 solid !important; } tbody td, thead th { background: transparent !important; border : none !important ; border-top : 1px solid #6FC055 !important ; } tbody h3 a { border-bottom : none !important ; } .icon.inew { background:transparent left no-repeat !important; background-size: 27px 25px !important; opacity:1; } .icon { background:transparent no-repeat !important; background-size: 27px 25px !important; opacity:0.5; } .box, .blockpost, .inbox { background : transparent none !important; } .box{ background : white none !important; } DIV.postright { BORDER-LEFT: solid 198px #BAD976 !important; } .box dl, .postright { background: white !important; } .box dl, .postleft, .postfootleft { background: #BAD976 !important; } .postfootleft { border-radius : 0px 0px 15px 15px !important ; } .postfootright { background: white !important; } .postfootright { border-radius : 0px 0px 15px 15px !important ; } blockquote, .incqbox { background: #E8EC99 !important; } h2 span a { color: white !important ; border-bottom : white 2px dotted !important ; } h2 span a:hover { border-bottom : white 1px dashed !important ; } #brdmenu a{ color : #FCBA63 !important; border-bottom: #FECC4E 1px solid !important; } #brdmenu a:hover{ color : #FECC4E !important; border-bottom: #FFE5B8 dotted 2px !important; } #brdwelcome li { color : #FECC4E !important; } #brdwelcome li a{ color : #C8AD97 !important; border-bottom : 1px dotted #A88B76 !important; } h2 { border-radius : 15px 15px 0px 0px !important ; } .box { border-radius : 0px 0px 15px 15px !important ; border : 1px dotted #6FC055 !important; border-top : none !important; } } @-moz-document url-prefix("http://www.poneyvallee.com/forum/index.php") { h2 { background: #FCBC85 repeat fixed !important; color : white !important ; border : 2px #FCBC85 solid !important; border-bottom : none !important ; } thead th, .arrondis_bas { background: white !important; } .arrondis_bas { border : 2px #FCBC85 solid !important; } tbody td, thead th { background: transparent !important; border : none !important ; border-top : 1px solid #FCBC85 !important ; } tbody h3 a { border-bottom : none !important ; } }
data/usercss/37611.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.poneyvallee.com/forum/") { /*Dédicacé à Kenose, puisqu'elle voulait ce thème ;-p */ body { background : #44C9F6 url("http://nsm08.casimages.com/img/2014/08/27/14082712114410339312480725.jpg") center repeat !important; color : #444444 !important; } #brdheader { background: white !important; border : 2px #FCBC85 solid !important; margin-top:5px !important; } img[src*="/images/accueil/pv_titre.png"] { background-image: url("http://nsm08.casimages.com/img/2014/10/16//14101601595210339312617108.png"); width: 0 !important; height: 109px !important; padding-left: 495px !important; } #brdheader .box{ background: transparent !important; border : none !important; } #brdmenu { background: transparent !important; } h2 { background: #6FC055 !important; color : white !important ; border : 2px #6FC055 solid !important; border-bottom : none !important ; } thead th, .arrondis_bas { background: white !important; } .arrondis_bas { border : 2px #6FC055 solid !important; } tbody td, thead th { background: transparent !important; border : none !important ; border-top : 1px solid #6FC055 !important ; } tbody h3 a { border-bottom : none !important ; } .icon.inew { background:transparent left no-repeat !important; background-size: 27px 25px !important; opacity:1; } .icon { background:transparent no-repeat !important; background-size: 27px 25px !important; opacity:0.5; } .box, .blockpost, .inbox { background : transparent none !important; } .box{ background : white none !important; } DIV.postright { BORDER-LEFT: solid 198px #BAD976 !important; } .box dl, .postright { background: white !important; } .box dl, .postleft, .postfootleft { background: #BAD976 !important; } .postfootleft { border-radius : 0px 0px 15px 15px !important ; } .postfootright { background: white !important; } .postfootright { border-radius : 0px 0px 15px 15px !important ; } blockquote, .incqbox { background: #E8EC99 !important; } h2 span a { color: white !important ; border-bottom : white 2px dotted !important ; } h2 span a:hover { border-bottom : white 1px dashed !important ; } #brdmenu a{ color : #FCBA63 !important; border-bottom: #FECC4E 1px solid !important; } #brdmenu a:hover{ color : #FECC4E !important; border-bottom: #FFE5B8 dotted 2px !important; } #brdwelcome li { color : #FECC4E !important; } #brdwelcome li a{ color : #C8AD97 !important; border-bottom : 1px dotted #A88B76 !important; } h2 { border-radius : 15px 15px 0px 0px !important ; } .box { border-radius : 0px 0px 15px 15px !important ; border : 1px dotted #6FC055 !important; border-top : none !important; } } @-moz-document url-prefix("http://www.poneyvallee.com/forum/index.php") { h2 { background: #FCBC85 repeat fixed !important; color : white !important ; border : 2px #FCBC85 solid !important; border-bottom : none !important ; } thead th, .arrondis_bas { background: white !important; } .arrondis_bas { border : 2px #FCBC85 solid !important; } tbody td, thead th { background: transparent !important; border : none !important ; border-top : 1px solid #FCBC85 !important ; } tbody h3 a { border-bottom : none !important ; } }
0.199542
0.119742
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } /* ========== general ========== */ .fx-wrap * { -webkit-box-sizing: border-box; box-sizing: border-box; } .fx-wrap *:before, .fx-wrap *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .fx-wrap /*body*/ { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #333; background-color: #fff; } .fx-wrap hr { height: 0; margin-top: 15px; margin-bottom: 15px; border: 0; border-top: 1px solid #eee; -webkit-box-sizing: content-box; box-sizing: content-box; } .fx-wrap output { display: inline-block; } .fx-wrap figure { margin: 0 0 15px 0; } /* ---------- general - images ---------- */ .fx-wrap img { border: 0; vertical-align: middle; } /* ---------- general - links ---------- */ .fx-wrap a { color: #0275d8; text-decoration: underline; transition: all 0.2s ease; } .fx-wrap a:active, .fx-wrap a:focus, .fx-wrap a:hover { color: #014c8c; text-decoration: underline; } /* ========== responsive ========== */ .fx-wrap embed, .fx-wrap iframe, .fx-wrap object, .fx-wrap img, .fx-wrap video, .fx-wrap audio { max-width: 100%; } /* ========== media ========== */ .fx-wrap iframe { border: 0; } /* ========== typography ========== */ .fx-wrap b, .fx-wrap strong { font-weight: bold; } .fx-wrap p { margin: 15px 0 15px 0; } /* ---------- typography - headers ---------- */ .fx-wrap h1, .fx-wrap h2, .fx-wrap h3, .fx-wrap h4, .fx-wrap h5, .fx-wrap h6 { margin-top: 15px; margin-bottom: 15px; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } .fx-wrap h1 { font-size: 40px; } .fx-wrap h2 { font-size: 32px; } .fx-wrap h3 { font-size: 28px; } .fx-wrap h4 { font-size: 24px; } .fx-wrap h5 { font-size: 20px; } .fx-wrap h6 { font-size: 16px; } /* ---------- typography - lists ---------- */ .fx-wrap ul, .fx-wrap ol { margin-top: 15px; margin-bottom: 15px; } .fx-wrap ul ul, .fx-wrap ol ul, .fx-wrap ul ol, .fx-wrap ol ol { margin-top: 0; margin-bottom: 0; } .fx-wrap .fx-list-unstyled { padding-left: 0; list-style: none; } .fx-wrap .fx-list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .fx-wrap .fx-list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } .fx-wrap dl { margin-top: 0; margin-bottom: 15px; } .fx-wrap dt, .fx-wrap dd { line-height: 1.5; } .fx-wrap dt { font-weight: bold; } .fx-wrap dd { margin-left: 0; margin-bottom: 8px; } /* ---------- typography - blockquote ---------- */ .fx-wrap blockquote { padding: 8px 15px; margin: 15px 0 15px 0; font-size: 16px; border-left: 4px solid #eee; background-color: #fafafa; } .fx-wrap blockquote p:first-child, .fx-wrap blockquote ul:first-child, .fx-wrap blockquote ol:first-child { margin-top: 0; } .fx-wrap blockquote p:last-child, .fx-wrap blockquote ul:last-child, .fx-wrap blockquote ol:last-child { margin-bottom: 0; } .fx-wrap blockquote footer, .fx-wrap blockquote small, .fx-wrap blockquote .small { display: block; font-size: 80%; line-height: 1.5; color: #777; } .fx-wrap blockquote footer:before, .fx-wrap blockquote small:before, .fx-wrap blockquote .small:before { content: '\2014 \00A0'; } /* ---------- typography - misc ---------- */ .fx-wrap dfn { font-style: italic; } .fx-wrap mark { color: #000; background: #ff0; padding: 4px; } .fx-wrap small { font-size: 80%; font-weight: normal; } .fx-wrap sub, .fx-wrap sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } .fx-wrap sup { top: -8px; } .fx-wrap sub { bottom: -4px; } .fx-wrap abbr[title], .fx-wrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; } .fx-wrap address { margin-bottom: 15px; font-style: normal; line-height: 1.5; } .fx-wrap code, .fx-wrap kbd, .fx-wrap pre, .fx-wrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 16px; } .fx-wrap code { padding: 3px 8px; font-size: 90%; color: #bbb; background-color: #f7f7f7; } .fx-wrap kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; } .fx-wrap kbd kbd { padding: 2px 4px; font-size: 100%; font-weight: bold; } .fx-wrap pre { overflow: auto; display: block; margin: 0 0 15px 0; font-size: 14px; line-height: 1.5; color: #333; } .fx-wrap pre code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; } .fx-pre-scrollable { max-height: 400px; overflow-y: scroll; } /* ========== grid ========== */ .fx-container { margin-right: auto; margin-left: auto; max-width: 1200px; } .fx-container-xs { max-width: 544px; } .fx-container-sm { max-width: 768px; } .fx-container-md { max-width: 992px; } .fx-container-lg { max-width: 1200px; } .fx-container-xl { max-width: 10000px; } .fx-container:before, .fx-container:after { display: table; content: " "; } .fx-container:after { clear: both; } .fx-row {} .fx-row:before, .fx-row:after { display: table; content: " "; } .fx-row:after { clear: both; } /* ---------- grid - cols ---------- */ [class*='fx-col-xs-'], [class*='fx-col-sm-'], [class*='fx-col-md-'], [class*='fx-col-lg-'], [class*='fx-col-xl-'] { position: relative; min-height: 1px; } [class*='fx-col-xs-'] { float: left; } .fx-col-xs-1 { width: 8.333%; } .fx-col-xs-2 { width: 16.667%; } .fx-col-xs-3 { width: 25%; } .fx-col-xs-4 { width: 33.333%; } .fx-col-xs-5 { width: 41.667%; } .fx-col-xs-6 { width: 50%; } .fx-col-xs-7 { width: 58.333%; } .fx-col-xs-8 { width: 66.667%; } .fx-col-xs-9 { width: 75%; } .fx-col-xs-10 { width: 83.333%; } .fx-col-xs-11 { width: 91.667%; } .fx-col-xs-12 { width: 100%; } /* ---------- grid - cols responsive ---------- */ @media (min-width: 544px) { [class*='fx-col-sm-'] { float: left; } .fx-col-sm-1 { width: 8.333%; } .fx-col-sm-2 { width: 16.667%; } .fx-col-sm-3 { width: 25%; } .fx-col-sm-4 { width: 33.333%; } .fx-col-sm-5 { width: 41.667%; } .fx-col-sm-6 { width: 50%; } .fx-col-sm-7 { width: 58.333%; } .fx-col-sm-8 { width: 66.667%; } .fx-col-sm-9 { width: 75%; } .fx-col-sm-10 { width: 83.333%; } .fx-col-sm-11 { width: 91.667%; } .fx-col-sm-12 { width: 100%; } } @media (min-width: 768px) { [class*='fx-col-md-'] { float: left; } .fx-col-md-1 { width: 8.333%; } .fx-col-md-2 { width: 16.667%; } .fx-col-md-3 { width: 25%; } .fx-col-md-4 { width: 33.333%; } .fx-col-md-5 { width: 41.667%; } .fx-col-md-6 { width: 50%; } .fx-col-md-7 { width: 58.333%; } .fx-col-md-8 { width: 66.667%; } .fx-col-md-9 { width: 75%; } .fx-col-md-10 { width: 83.333%; } .fx-col-md-11 { width: 91.667%; } .fx-col-md-12 { width: 100%; } } @media (min-width: 992px) { [class*='fx-col-lg-'] { float: left; } .fx-col-lg-1 { width: 8.333%; } .fx-col-lg-2 { width: 16.667%; } .fx-col-lg-3 { width: 25%; } .fx-col-lg-4 { width: 33.333%; } .fx-col-lg-5 { width: 41.667%; } .fx-col-lg-6 { width: 50%; } .fx-col-lg-7 { width: 58.333%; } .fx-col-lg-8 { width: 66.667%; } .fx-col-lg-9 { width: 75%; } .fx-col-lg-10 { width: 83.333%; } .fx-col-lg-11 { width: 91.667%; } .fx-col-lg-12 { width: 100%; } } @media (min-width: 1200px) { [class*='fx-col-xl-'] { float: left; } .fx-col-xl-1 { width: 8.333%; } .fx-col-xl-2 { width: 16.667%; } .fx-col-xl-3 { width: 25%; } .fx-col-xl-4 { width: 33.333%; } .fx-col-xl-5 { width: 41.667%; } .fx-col-xl-6 { width: 50%; } .fx-col-xl-7 { width: 58.333%; } .fx-col-xl-8 { width: 66.667%; } .fx-col-xl-9 { width: 75%; } .fx-col-xl-10 { width: 83.333%; } .fx-col-xl-11 { width: 91.667%; } .fx-col-xl-12 { width: 100%; } } /* ---------- grid - flexible ---------- */ .fx-grid { /*display: -ms-flexbox; display: -webkit-flex;*/ display: flex; /* flex | inline-flex */ /*-ms-flex-direction: row; -webkit-flex-direction: row;*/ flex-direction: row; /* row | row-reverse | column | column-reverse */ flex-wrap: wrap; /* wrap | nowrap | wrap-reverse */ /*-webkit-justify-content: space-around; /*-ms-justify-content: center;*/ justify-content: space-around; /* flex-start | flex-end | center | space-between | space-around */ /*align-items: stretch; /* flex-start | flex-end | center | baseline | stretch */ /*align-content: stretch; /* flex-start | flex-end | center | space-between | space-around | stretch */ } /* ---------- grid - flexible - cols ---------- */ [class*='fx-box-xs-'], [class*='fx-box-sm-'], [class*='fx-box-md-'], [class*='fx-box-lg-'], [class*='fx-box-xl-'] { flex-grow: 0; flex-shrink: 1; flex-basis: auto; order: 0; width: 100%; } .fx-box-xs-1 { width: 8.333%; } .fx-box-xs-2 { width: 16.667%; } .fx-box-xs-3 { width: 25%; } .fx-box-xs-4 { width: 33.333%; } .fx-box-xs-5 { width: 41.667%; } .fx-box-xs-6 { width: 50%; } .fx-box-xs-7 { width: 58.333%; } .fx-box-xs-8 { width: 66.667%; } .fx-box-xs-9 { width: 75%; } .fx-box-xs-10 { width: 83.333%; } .fx-box-xs-11 { width: 91.667%; } .fx-box-xs-12 { width: 100%; } /* ---------- grid - cols responsive ---------- */ @media (min-width: 544px) { [class*='fx-box-sm-'] { float: left; } .fx-box-sm-1 { width: 8.333%; } .fx-box-sm-2 { width: 16.667%; } .fx-box-sm-3 { width: 25%; } .fx-box-sm-4 { width: 33.333%; } .fx-box-sm-5 { width: 41.667%; } .fx-box-sm-6 { width: 50%; } .fx-box-sm-7 { width: 58.333%; } .fx-box-sm-8 { width: 66.667%; } .fx-box-sm-9 { width: 75%; } .fx-box-sm-10 { width: 83.333%; } .fx-box-sm-11 { width: 91.667%; } .fx-box-sm-12 { width: 100%; } } @media (min-width: 768px) { [class*='fx-box-md-'] { float: left; } .fx-box-md-1 { width: 8.333%; } .fx-box-md-2 { width: 16.667%; } .fx-box-md-3 { width: 25%; } .fx-box-md-4 { width: 33.333%; } .fx-box-md-5 { width: 41.667%; } .fx-box-md-6 { width: 50%; } .fx-box-md-7 { width: 58.333%; } .fx-box-md-8 { width: 66.667%; } .fx-box-md-9 { width: 75%; } .fx-box-md-10 { width: 83.333%; } .fx-box-md-11 { width: 91.667%; } .fx-box-md-12 { width: 100%; } } @media (min-width: 992px) { [class*='fx-box-lg-'] { float: left; } .fx-box-lg-1 { width: 8.333%; } .fx-box-lg-2 { width: 16.667%; } .fx-box-lg-3 { width: 25%; } .fx-box-lg-4 { width: 33.333%; } .fx-box-lg-5 { width: 41.667%; } .fx-box-lg-6 { width: 50%; } .fx-box-lg-7 { width: 58.333%; } .fx-box-lg-8 { width: 66.667%; } .fx-box-lg-9 { width: 75%; } .fx-box-lg-10 { width: 83.333%; } .fx-box-lg-11 { width: 91.667%; } .fx-box-lg-12 { width: 100%; } } @media (min-width: 1200px) { [class*='fx-box-xl-'] { float: left; } .fx-box-xl-1 { width: 8.333%; } .fx-box-xl-2 { width: 16.667%; } .fx-box-xl-3 { width: 25%; } .fx-box-xl-4 { width: 33.333%; } .fx-box-xl-5 { width: 41.667%; } .fx-box-xl-6 { width: 50%; } .fx-box-xl-7 { width: 58.333%; } .fx-box-xl-8 { width: 66.667%; } .fx-box-xl-9 { width: 75%; } .fx-box-xl-10 { width: 83.333%; } .fx-box-xl-11 { width: 91.667%; } .fx-box-xl-12 { width: 100%; } } /* ---------- grid - flexible - alignment ---------- */ .fx-box-align-top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .fx-box-align-middle { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; } .fx-box-align-bottom { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; } /* ---------- grid - visibility helpers ---------- */ .fx-hidden-xs-up { display: none !important; } @media (max-width: 543px) { .fx-hidden-xs-down { display: none !important; } } @media (min-width: 544px) { .fx-hidden-sm-up { display: none !important; } } @media (max-width: 767px) { .fx-hidden-sm-down { display: none !important; } } @media (min-width: 768px) { .fx-hidden-md-up { display: none !important; } } @media (max-width: 991px) { .fx-hidden-md-down { display: none !important; } } @media (min-width: 992px) { .fx-hidden-lg-up { display: none !important; } } @media (max-width: 1199px) { .fx-hidden-lg-down { display: none !important; } } @media (min-width: 1200px) { .fx-hidden-xl-up { display: none !important; } } .fx-hidden-xl-down { display: none !important; } /* ========== nav ========== */ /* ---------- nav - menu ---------- */ .fx-menu { display: block; width: 100%; clear: both; background: #e5e5e5; } .fx-menu ul { margin: 0; padding: 0; } .fx-menu li { display: inline-block; position: relative; list-style-type: none; margin: 0; padding: 0; } .fx-menu a { color: #000; padding: 12px 12px; display: block; text-decoration: none; transition: all 0.3s ease; } .fx-menu li a:hover { color: #000; } .fx-menu li a:hover, .fx-menu li a:focus, .fx-menu li.current_page_item > a, .fx-menu li.current-page-item > a, .fx-menu li.current_menu_item > a, .fx-menu li.current-menu-item > a, .fx-menu li.current_page_ancestor > a, .fx-menu li.current-page-ancestor > a, .fx-menu li.current_menu_ancestor > a, .fx-menu li.current-menu-ancestor > a { /*background-color: #ddd;*/ text-decoration: none; } .fx-menu ul li.page_item_has_children a, .fx-menu ul li.menu-item-has-children a { position: relative; } .fx-menu ul li.page_item_has_children > a:after, .fx-menu ul li.menu-item-has-children > a:after { content: ""; position: absolute; display: block; right: 2px; top: 50%; margin-top: -2px; opacity: 0.5; width: 0; height: 0; border-left: 4px solid transparent; /* magic arrow-triangle */ border-right: 4px solid transparent; border-top: 4px solid #555; } /* ---------- nav - menu - level 2 ---------- */ .fx-menu ul ul { background: #eee; display: none; margin: 0; position: absolute; top: 100%; left: -1px; width: 250px; z-index: 50; } .fx-menu ul ul li { width: 100%; border-right: 0; } .fx-menu ul li.page_item_has_children li.page_item_has_children > a:after, .fx-menu ul li.menu-item-has-children li.menu-item-has-children > a:after { content: ""; position: absolute; display: block; right: 2px; top: 50%; margin-top: -2px; opacity: 0.5; width: 0; height: 0; border-top: 4px solid transparent; /* magic arrow-triangle */ border-bottom: 4px solid transparent; border-left: 4px solid #555; } .fx-menu ul li:hover > ul { display: block; } /* ---------- nav - menu - level 3+ ---------- */ .fx-menu ul ul ul { left: 100%; top: 0; } /* ---------- nav - menu - light ---------- */ .fx-menu-light { background-color: transparent; color: #333; } .fx-menu-light a { color: #333; } .fx-menu-light li a:hover, .fx-menu-light li a:focus, .fx-menu-light li.current_page_item > a, .fx-menu-light li.current-page-item > a, .fx-menu-light li.current_menu_item > a, .fx-menu-light li.current-menu-item > a, .fx-menu-light li.current_page_ancestor > a, .fx-menu-light li.current-page-ancestor > a, .fx-menu-light li.current_menu_ancestor > a, .fx-menu-light li.current-menu-ancestor > a { color: #111; background-color: #ddd; } .fx-menu-light ul ul { background: #eee; color: #333; } .fx-menu-light ul li.page_item_has_children > a:after, .fx-menu-light ul li.menu-item-has-children > a:after { border-top: 4px solid #333; } /* ---------- nav - menu - dark ---------- */ .fx-menu-dark { background-color: transparent; color: #eee; } .fx-menu-dark a { color: #eee; } .fx-menu-dark li a:hover, .fx-menu-dark li a:focus, .fx-menu-dark li.current_page_item > a, .fx-menu-dark li.current-page-item > a, .fx-menu-dark li.current_menu_item > a, .fx-menu-dark li.current-menu-item > a, .fx-menu-dark li.current_page_ancestor > a, .fx-menu-dark li.current-page-ancestor > a, .fx-menu-dark li.current_menu_ancestor > a, .fx-menu-dark li.current-menu-ancestor > a { color: #fff; background-color: #111; } .fx-menu-dark ul ul { background: #333; color: #eee; } .fx-menu-dark ul li.page_item_has_children > a:after, .fx-menu-dark ul li.menu-item-has-children > a:after { border-top: 4px solid #eee; } /* ========== forms ========== */ .fx-wrap legend { display: block; width: 100%; padding: 0; margin-bottom: 8px; font-size: 16px; line-height: inherit; border: 0; } .fx-wrap fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } .fx-wrap label { display: inline-block; margin-bottom: 8px; } .fx-wrap input, .fx-wrap button, .fx-wrap select, .fx-wrap optgroup, .fx-wrap textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; } .fx-wrap optgroup { font-weight: bold; } .fx-wrap textarea { resize: vertical; overflow: auto; } .fx-wrap select { text-transform: none; } .fx-wrap input[type="search"] { -webkit-appearance: none; } /* ========== forms - inputs ========== */ .fx-wrap .fx-form-control, .fx-wrap [type="text"], .fx-wrap [type="search"], .fx-wrap [type="email"], .fx-wrap [type="url"], .fx-wrap [type="tel"], .fx-wrap [type="number"], .fx-wrap [type="range"], .fx-wrap [type="date"], .fx-wrap [type="month"], .fx-wrap [type="week"], .fx-wrap [type="time"], .fx-wrap [type="datetime"], .fx-wrap [type="datetime-local"], .fx-wrap [type="color"], .fx-wrap textarea { display: block; width: 100%; padding: 6px 12px; font-size: 16px; line-height: 16px; color: #333; background-color: #fff; background-image: none; border: 1px solid #555; } .fx-form-control:focus { border-color: #337ab7; outline: none; } .fx-wrap .fx-form-control:disabled, .fx-wrap .fx-form-control[readonly], .fx-wrap fieldset[disabled] .fx-form-control { background-color: #eceeef; opacity: 1; } .fx-wrap .fx-form-control[disabled], .fx-wrap fieldset[disabled] .fx-form-control { cursor: not-allowed; } /* ========== forms - buttons ========== */ .fx-wrap button { overflow: visible; text-transform: none; } .fx-wrap .fx-btn, .fx-wrap button, .fx-wrap [type="button"], .fx-wrap [type="reset"], .fx-wrap [type="submit"] { display: inline-block; cursor: pointer; padding: 6px 12px; font-size: 16px; font-weight: bold; line-height: 1.5; color: #333; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #eee; background-image: linear-gradient(#fcfcfc, #eee); border: 1px solid #d5d5d5; text-decoration: none; transition: all 0.3s ease; } .fx-wrap .fx-btn:hover, .fx-wrap .fx-btn:active, .fx-wrap button:hover, .fx-wrap button:active, .fx-wrap [type="submit"]:hover, .fx-wrap [type="submit"]:active, .fx-wrap [type="button"]:hover, .fx-wrap [type="button"]:active, .fx-wrap [type="reset"]:hover, .fx-wrap [type="reset"]:active { text-decoration: none; /*background-color: #ddd; background-image: linear-gradient(#eee, #ddd); border-color: #ccc;*/ -webkit-filter: brightness(85%); filter: brightness(85%); transition: all 0.3s ease; } .fx-wrap .fx-btn-primary { color: #fff; background-color: #265a88; background-image: linear-gradient(#337ab7, #265a88); border-color: #245580; } .fx-wrap .fx-btn-primary:hover, .fx-wrap .fx-btn-primary:active { color: #fff; } .fx-wrap .fx-btn-success { color: #fff; background-color: #60b044; background-image: linear-gradient(#8add6d, #60b044); border-color: #5ca941; } .fx-wrap .fx-btn-success:hover, .fx-wrap .fx-btn-success:active { color: #fff; } .fx-wrap .fx-btn-danger { color: #fff; background-color: #c12e2a; background-image: linear-gradient(#d9534f, #c12e2a); border-color: #b92c28; } .fx-wrap .fx-btn-danger:hover, .fx-wrap .fx-btn-danger:active { color: #fff; } .fx-btn-block { display: block; width: 100%; } .fx-wrap button[disabled], .fx-wrap html input[disabled] { cursor: default; } .fx-wrap button::-moz-focus-inner, .fx-wrap input::-moz-focus-inner { padding: 0; border: 0; } .fx-wrap input[type="checkbox"], .fx-wrap input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } .fx-wrap input[type="number"]::-webkit-inner-spin-button, .fx-wrap input[type="number"]::-webkit-outer-spin-button { height: auto; } /* ========== tables ========== */ .fx-wrap table { border-spacing: 0; border-collapse: collapse; background-color: transparent; width: 100%; max-width: 100%; margin-bottom: 15px; border-top: 2px solid #eceeef; } .fx-wrap table caption { display: table-caption; text-align: center; padding-top: 12px; padding-bottom: 12px; } .fx-wrap table th, .fx-wrap table td { font-weight: normal; text-align: left; vertical-align: top; } .fx-wrap table th, .fx-wrap table td { font-weight: normal; padding: 4px; line-height: 1.5; text-align: left; vertical-align: top; border-top: 1px solid #eceeef; } .fx-wrap table th { font-weight: bold; } .fx-wrap table thead th { vertical-align: bottom; } /* ========== columns ========== */ .fx-columns { -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; } .fx-columns-1 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } .fx-columns-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } .fx-columns-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } .fx-columns-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } .fx-columns-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5; } .fx-columns-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6; } .fx-columns-7 { -webkit-column-count: 7; -moz-column-count: 7; column-count: 7; } .fx-columns-8 { -webkit-column-count: 8; -moz-column-count: 8; column-count: 8; } .fx-columns .fx-column { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; /* to fix the issue when bottom margin can go to the next column */ /* display: inline-block; width: 100%; */ } @media (max-width: 543px) { .fx-columns-1, .fx-columns-2, .fx-columns-3, .fx-columns-4, .fx-columns-5, .fx-columns-6, .fx-columns-7, .fx-columns-8 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } } /* ========== labels ========== */ .fx-label { background-color: #818a91; display: inline-block; padding: 2px 4px; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 3px; } .fx-label:empty { display: none; } .fx-label-primary { background-color: #0275d8; } .fx-label-success { background-color: #5cb85c; } .fx-label-info { background-color: #5bc0de; } .fx-label-warning { background-color: #f0ad4e; } .fx-label-danger { background-color: #d9534f; } /* ========== helpers ========== */ .fx-clearfix {} .fx-clearfix:before, .fx-clearfix:after { display: table; content: " "; } .fx-clearfix:after { clear: both; } /* ---------- helpers - bg color ---------- */ .fx-bg-black { background-color: rgb(0,0,0); } .fx-bg-gray-darkest { background-color: rgb(32,32,32); } .fx-bg-gray-darker { background-color: rgb(64,64,64); } .fx-bg-gray-dark { background-color: rgb(96,96,96); } .fx-bg-gray { background-color: rgb(128,128,128); } .fx-bg-gray-light { background-color: rgb(160,160,160); } .fx-bg-gray-lighter { background-color: rgb(192,192,192); } .fx-bg-gray-lightest { background-color: rgb(224,224,224); } .fx-bg-white { background-color: rgb(255,255,255); } /* ---------- helpers - position ---------- */ .fx-fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 500; } .fx-fixed-bottom { position: fixed; bottom: 0; right: 0; left: 0; z-index: 500; } /* ---------- helpers - text ---------- */ .fx-text-left { text-align: left; } .fx-text-right { text-align: right; } .fx-text-center { text-align: center; } .fx-text-justify { text-align: justify; } .fx-text-nowrap { white-space: nowrap; } .fx-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .fx-text-lowercase { text-transform: lowercase; } .fx-text-uppercase { text-transform: uppercase; } .fx-text-capitalize { text-transform: capitalize; } .fx-text-hide { color: transparent; text-shadow: none; background-color: transparent; border: 0; } .fx-text-mute { color: #777; } /* ---------- helpers - position ---------- */ .fx-center-block { display: block; margin-right: auto; margin-left: auto; } .fx-pull-right { float: right !important; } .fx-pull-left { float: left !important; } .fx-affix { position: fixed; } /* ---------- helpers - visibility ---------- */ .fx-hide { display: none !important; } .fx-show { display: block !important; } .fx-invisible { visibility: hidden; } /* ---------- helpers - margin ---------- */ .fx-margin-all-none { margin: 0 !important; } .fx-margin-top-none { margin-top: 0 !important; } .fx-margin-right-none { margin-right: 0 !important; } .fx-margin-bottom-none { margin-bottom: 0 !important; } .fx-margin-left-none { margin-left: 0 !important; } .fx-margin-all { margin: 15px !important; } .fx-margin-top { margin-top: 15px !important; } .fx-margin-right { margin-right: 15px !important; } .fx-margin-bottom { margin-bottom: 15px !important; } .fx-margin-left { margin-left: 15px !important; } /* ---------- helpers - padding ---------- */ .fx-padding-all-none { padding: 0 !important; } .fx-padding-top-none { padding-top: 0 !important; } .fx-padding-right-none { padding-right: 0 !important; } .fx-padding-bottom-none { padding-bottom: 0 !important; } .fx-padding-left-none { padding-left: 0 !important; } .fx-padding-all { padding: 15px !important; } .fx-padding-top { padding-top: 15px !important; } .fx-padding-right { padding-right: 15px !important; } .fx-padding-bottom { padding-bottom: 15px !important; } .fx-padding-left { padding-left: 15px !important; } /* ---------- helpers - icons ---------- */ .fx-icon { display: inline-block; width: 16px; height: 16px; font-size: 16px; line-height: 1; text-decoration: inherit; font-weight: 400; font-style: normal; vertical-align: baseline; text-align: center; transition: color .1s ease-in 0; -webkit-font-smoothing: antialiased; } .fx-icon-20 { width: 20px; height: 20px; font-size: 20px; } .fx-icon-30 { width: 30px; height: 30px; font-size: 30px; } .fx-icon-40 { width: 40px; height: 40px; font-size: 40px; }
assets/flexify/css/flexify.css
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } /* ========== general ========== */ .fx-wrap * { -webkit-box-sizing: border-box; box-sizing: border-box; } .fx-wrap *:before, .fx-wrap *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .fx-wrap /*body*/ { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #333; background-color: #fff; } .fx-wrap hr { height: 0; margin-top: 15px; margin-bottom: 15px; border: 0; border-top: 1px solid #eee; -webkit-box-sizing: content-box; box-sizing: content-box; } .fx-wrap output { display: inline-block; } .fx-wrap figure { margin: 0 0 15px 0; } /* ---------- general - images ---------- */ .fx-wrap img { border: 0; vertical-align: middle; } /* ---------- general - links ---------- */ .fx-wrap a { color: #0275d8; text-decoration: underline; transition: all 0.2s ease; } .fx-wrap a:active, .fx-wrap a:focus, .fx-wrap a:hover { color: #014c8c; text-decoration: underline; } /* ========== responsive ========== */ .fx-wrap embed, .fx-wrap iframe, .fx-wrap object, .fx-wrap img, .fx-wrap video, .fx-wrap audio { max-width: 100%; } /* ========== media ========== */ .fx-wrap iframe { border: 0; } /* ========== typography ========== */ .fx-wrap b, .fx-wrap strong { font-weight: bold; } .fx-wrap p { margin: 15px 0 15px 0; } /* ---------- typography - headers ---------- */ .fx-wrap h1, .fx-wrap h2, .fx-wrap h3, .fx-wrap h4, .fx-wrap h5, .fx-wrap h6 { margin-top: 15px; margin-bottom: 15px; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } .fx-wrap h1 { font-size: 40px; } .fx-wrap h2 { font-size: 32px; } .fx-wrap h3 { font-size: 28px; } .fx-wrap h4 { font-size: 24px; } .fx-wrap h5 { font-size: 20px; } .fx-wrap h6 { font-size: 16px; } /* ---------- typography - lists ---------- */ .fx-wrap ul, .fx-wrap ol { margin-top: 15px; margin-bottom: 15px; } .fx-wrap ul ul, .fx-wrap ol ul, .fx-wrap ul ol, .fx-wrap ol ol { margin-top: 0; margin-bottom: 0; } .fx-wrap .fx-list-unstyled { padding-left: 0; list-style: none; } .fx-wrap .fx-list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .fx-wrap .fx-list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } .fx-wrap dl { margin-top: 0; margin-bottom: 15px; } .fx-wrap dt, .fx-wrap dd { line-height: 1.5; } .fx-wrap dt { font-weight: bold; } .fx-wrap dd { margin-left: 0; margin-bottom: 8px; } /* ---------- typography - blockquote ---------- */ .fx-wrap blockquote { padding: 8px 15px; margin: 15px 0 15px 0; font-size: 16px; border-left: 4px solid #eee; background-color: #fafafa; } .fx-wrap blockquote p:first-child, .fx-wrap blockquote ul:first-child, .fx-wrap blockquote ol:first-child { margin-top: 0; } .fx-wrap blockquote p:last-child, .fx-wrap blockquote ul:last-child, .fx-wrap blockquote ol:last-child { margin-bottom: 0; } .fx-wrap blockquote footer, .fx-wrap blockquote small, .fx-wrap blockquote .small { display: block; font-size: 80%; line-height: 1.5; color: #777; } .fx-wrap blockquote footer:before, .fx-wrap blockquote small:before, .fx-wrap blockquote .small:before { content: '\2014 \00A0'; } /* ---------- typography - misc ---------- */ .fx-wrap dfn { font-style: italic; } .fx-wrap mark { color: #000; background: #ff0; padding: 4px; } .fx-wrap small { font-size: 80%; font-weight: normal; } .fx-wrap sub, .fx-wrap sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } .fx-wrap sup { top: -8px; } .fx-wrap sub { bottom: -4px; } .fx-wrap abbr[title], .fx-wrap abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; } .fx-wrap address { margin-bottom: 15px; font-style: normal; line-height: 1.5; } .fx-wrap code, .fx-wrap kbd, .fx-wrap pre, .fx-wrap samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 16px; } .fx-wrap code { padding: 3px 8px; font-size: 90%; color: #bbb; background-color: #f7f7f7; } .fx-wrap kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; } .fx-wrap kbd kbd { padding: 2px 4px; font-size: 100%; font-weight: bold; } .fx-wrap pre { overflow: auto; display: block; margin: 0 0 15px 0; font-size: 14px; line-height: 1.5; color: #333; } .fx-wrap pre code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; } .fx-pre-scrollable { max-height: 400px; overflow-y: scroll; } /* ========== grid ========== */ .fx-container { margin-right: auto; margin-left: auto; max-width: 1200px; } .fx-container-xs { max-width: 544px; } .fx-container-sm { max-width: 768px; } .fx-container-md { max-width: 992px; } .fx-container-lg { max-width: 1200px; } .fx-container-xl { max-width: 10000px; } .fx-container:before, .fx-container:after { display: table; content: " "; } .fx-container:after { clear: both; } .fx-row {} .fx-row:before, .fx-row:after { display: table; content: " "; } .fx-row:after { clear: both; } /* ---------- grid - cols ---------- */ [class*='fx-col-xs-'], [class*='fx-col-sm-'], [class*='fx-col-md-'], [class*='fx-col-lg-'], [class*='fx-col-xl-'] { position: relative; min-height: 1px; } [class*='fx-col-xs-'] { float: left; } .fx-col-xs-1 { width: 8.333%; } .fx-col-xs-2 { width: 16.667%; } .fx-col-xs-3 { width: 25%; } .fx-col-xs-4 { width: 33.333%; } .fx-col-xs-5 { width: 41.667%; } .fx-col-xs-6 { width: 50%; } .fx-col-xs-7 { width: 58.333%; } .fx-col-xs-8 { width: 66.667%; } .fx-col-xs-9 { width: 75%; } .fx-col-xs-10 { width: 83.333%; } .fx-col-xs-11 { width: 91.667%; } .fx-col-xs-12 { width: 100%; } /* ---------- grid - cols responsive ---------- */ @media (min-width: 544px) { [class*='fx-col-sm-'] { float: left; } .fx-col-sm-1 { width: 8.333%; } .fx-col-sm-2 { width: 16.667%; } .fx-col-sm-3 { width: 25%; } .fx-col-sm-4 { width: 33.333%; } .fx-col-sm-5 { width: 41.667%; } .fx-col-sm-6 { width: 50%; } .fx-col-sm-7 { width: 58.333%; } .fx-col-sm-8 { width: 66.667%; } .fx-col-sm-9 { width: 75%; } .fx-col-sm-10 { width: 83.333%; } .fx-col-sm-11 { width: 91.667%; } .fx-col-sm-12 { width: 100%; } } @media (min-width: 768px) { [class*='fx-col-md-'] { float: left; } .fx-col-md-1 { width: 8.333%; } .fx-col-md-2 { width: 16.667%; } .fx-col-md-3 { width: 25%; } .fx-col-md-4 { width: 33.333%; } .fx-col-md-5 { width: 41.667%; } .fx-col-md-6 { width: 50%; } .fx-col-md-7 { width: 58.333%; } .fx-col-md-8 { width: 66.667%; } .fx-col-md-9 { width: 75%; } .fx-col-md-10 { width: 83.333%; } .fx-col-md-11 { width: 91.667%; } .fx-col-md-12 { width: 100%; } } @media (min-width: 992px) { [class*='fx-col-lg-'] { float: left; } .fx-col-lg-1 { width: 8.333%; } .fx-col-lg-2 { width: 16.667%; } .fx-col-lg-3 { width: 25%; } .fx-col-lg-4 { width: 33.333%; } .fx-col-lg-5 { width: 41.667%; } .fx-col-lg-6 { width: 50%; } .fx-col-lg-7 { width: 58.333%; } .fx-col-lg-8 { width: 66.667%; } .fx-col-lg-9 { width: 75%; } .fx-col-lg-10 { width: 83.333%; } .fx-col-lg-11 { width: 91.667%; } .fx-col-lg-12 { width: 100%; } } @media (min-width: 1200px) { [class*='fx-col-xl-'] { float: left; } .fx-col-xl-1 { width: 8.333%; } .fx-col-xl-2 { width: 16.667%; } .fx-col-xl-3 { width: 25%; } .fx-col-xl-4 { width: 33.333%; } .fx-col-xl-5 { width: 41.667%; } .fx-col-xl-6 { width: 50%; } .fx-col-xl-7 { width: 58.333%; } .fx-col-xl-8 { width: 66.667%; } .fx-col-xl-9 { width: 75%; } .fx-col-xl-10 { width: 83.333%; } .fx-col-xl-11 { width: 91.667%; } .fx-col-xl-12 { width: 100%; } } /* ---------- grid - flexible ---------- */ .fx-grid { /*display: -ms-flexbox; display: -webkit-flex;*/ display: flex; /* flex | inline-flex */ /*-ms-flex-direction: row; -webkit-flex-direction: row;*/ flex-direction: row; /* row | row-reverse | column | column-reverse */ flex-wrap: wrap; /* wrap | nowrap | wrap-reverse */ /*-webkit-justify-content: space-around; /*-ms-justify-content: center;*/ justify-content: space-around; /* flex-start | flex-end | center | space-between | space-around */ /*align-items: stretch; /* flex-start | flex-end | center | baseline | stretch */ /*align-content: stretch; /* flex-start | flex-end | center | space-between | space-around | stretch */ } /* ---------- grid - flexible - cols ---------- */ [class*='fx-box-xs-'], [class*='fx-box-sm-'], [class*='fx-box-md-'], [class*='fx-box-lg-'], [class*='fx-box-xl-'] { flex-grow: 0; flex-shrink: 1; flex-basis: auto; order: 0; width: 100%; } .fx-box-xs-1 { width: 8.333%; } .fx-box-xs-2 { width: 16.667%; } .fx-box-xs-3 { width: 25%; } .fx-box-xs-4 { width: 33.333%; } .fx-box-xs-5 { width: 41.667%; } .fx-box-xs-6 { width: 50%; } .fx-box-xs-7 { width: 58.333%; } .fx-box-xs-8 { width: 66.667%; } .fx-box-xs-9 { width: 75%; } .fx-box-xs-10 { width: 83.333%; } .fx-box-xs-11 { width: 91.667%; } .fx-box-xs-12 { width: 100%; } /* ---------- grid - cols responsive ---------- */ @media (min-width: 544px) { [class*='fx-box-sm-'] { float: left; } .fx-box-sm-1 { width: 8.333%; } .fx-box-sm-2 { width: 16.667%; } .fx-box-sm-3 { width: 25%; } .fx-box-sm-4 { width: 33.333%; } .fx-box-sm-5 { width: 41.667%; } .fx-box-sm-6 { width: 50%; } .fx-box-sm-7 { width: 58.333%; } .fx-box-sm-8 { width: 66.667%; } .fx-box-sm-9 { width: 75%; } .fx-box-sm-10 { width: 83.333%; } .fx-box-sm-11 { width: 91.667%; } .fx-box-sm-12 { width: 100%; } } @media (min-width: 768px) { [class*='fx-box-md-'] { float: left; } .fx-box-md-1 { width: 8.333%; } .fx-box-md-2 { width: 16.667%; } .fx-box-md-3 { width: 25%; } .fx-box-md-4 { width: 33.333%; } .fx-box-md-5 { width: 41.667%; } .fx-box-md-6 { width: 50%; } .fx-box-md-7 { width: 58.333%; } .fx-box-md-8 { width: 66.667%; } .fx-box-md-9 { width: 75%; } .fx-box-md-10 { width: 83.333%; } .fx-box-md-11 { width: 91.667%; } .fx-box-md-12 { width: 100%; } } @media (min-width: 992px) { [class*='fx-box-lg-'] { float: left; } .fx-box-lg-1 { width: 8.333%; } .fx-box-lg-2 { width: 16.667%; } .fx-box-lg-3 { width: 25%; } .fx-box-lg-4 { width: 33.333%; } .fx-box-lg-5 { width: 41.667%; } .fx-box-lg-6 { width: 50%; } .fx-box-lg-7 { width: 58.333%; } .fx-box-lg-8 { width: 66.667%; } .fx-box-lg-9 { width: 75%; } .fx-box-lg-10 { width: 83.333%; } .fx-box-lg-11 { width: 91.667%; } .fx-box-lg-12 { width: 100%; } } @media (min-width: 1200px) { [class*='fx-box-xl-'] { float: left; } .fx-box-xl-1 { width: 8.333%; } .fx-box-xl-2 { width: 16.667%; } .fx-box-xl-3 { width: 25%; } .fx-box-xl-4 { width: 33.333%; } .fx-box-xl-5 { width: 41.667%; } .fx-box-xl-6 { width: 50%; } .fx-box-xl-7 { width: 58.333%; } .fx-box-xl-8 { width: 66.667%; } .fx-box-xl-9 { width: 75%; } .fx-box-xl-10 { width: 83.333%; } .fx-box-xl-11 { width: 91.667%; } .fx-box-xl-12 { width: 100%; } } /* ---------- grid - flexible - alignment ---------- */ .fx-box-align-top { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .fx-box-align-middle { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; } .fx-box-align-bottom { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; } /* ---------- grid - visibility helpers ---------- */ .fx-hidden-xs-up { display: none !important; } @media (max-width: 543px) { .fx-hidden-xs-down { display: none !important; } } @media (min-width: 544px) { .fx-hidden-sm-up { display: none !important; } } @media (max-width: 767px) { .fx-hidden-sm-down { display: none !important; } } @media (min-width: 768px) { .fx-hidden-md-up { display: none !important; } } @media (max-width: 991px) { .fx-hidden-md-down { display: none !important; } } @media (min-width: 992px) { .fx-hidden-lg-up { display: none !important; } } @media (max-width: 1199px) { .fx-hidden-lg-down { display: none !important; } } @media (min-width: 1200px) { .fx-hidden-xl-up { display: none !important; } } .fx-hidden-xl-down { display: none !important; } /* ========== nav ========== */ /* ---------- nav - menu ---------- */ .fx-menu { display: block; width: 100%; clear: both; background: #e5e5e5; } .fx-menu ul { margin: 0; padding: 0; } .fx-menu li { display: inline-block; position: relative; list-style-type: none; margin: 0; padding: 0; } .fx-menu a { color: #000; padding: 12px 12px; display: block; text-decoration: none; transition: all 0.3s ease; } .fx-menu li a:hover { color: #000; } .fx-menu li a:hover, .fx-menu li a:focus, .fx-menu li.current_page_item > a, .fx-menu li.current-page-item > a, .fx-menu li.current_menu_item > a, .fx-menu li.current-menu-item > a, .fx-menu li.current_page_ancestor > a, .fx-menu li.current-page-ancestor > a, .fx-menu li.current_menu_ancestor > a, .fx-menu li.current-menu-ancestor > a { /*background-color: #ddd;*/ text-decoration: none; } .fx-menu ul li.page_item_has_children a, .fx-menu ul li.menu-item-has-children a { position: relative; } .fx-menu ul li.page_item_has_children > a:after, .fx-menu ul li.menu-item-has-children > a:after { content: ""; position: absolute; display: block; right: 2px; top: 50%; margin-top: -2px; opacity: 0.5; width: 0; height: 0; border-left: 4px solid transparent; /* magic arrow-triangle */ border-right: 4px solid transparent; border-top: 4px solid #555; } /* ---------- nav - menu - level 2 ---------- */ .fx-menu ul ul { background: #eee; display: none; margin: 0; position: absolute; top: 100%; left: -1px; width: 250px; z-index: 50; } .fx-menu ul ul li { width: 100%; border-right: 0; } .fx-menu ul li.page_item_has_children li.page_item_has_children > a:after, .fx-menu ul li.menu-item-has-children li.menu-item-has-children > a:after { content: ""; position: absolute; display: block; right: 2px; top: 50%; margin-top: -2px; opacity: 0.5; width: 0; height: 0; border-top: 4px solid transparent; /* magic arrow-triangle */ border-bottom: 4px solid transparent; border-left: 4px solid #555; } .fx-menu ul li:hover > ul { display: block; } /* ---------- nav - menu - level 3+ ---------- */ .fx-menu ul ul ul { left: 100%; top: 0; } /* ---------- nav - menu - light ---------- */ .fx-menu-light { background-color: transparent; color: #333; } .fx-menu-light a { color: #333; } .fx-menu-light li a:hover, .fx-menu-light li a:focus, .fx-menu-light li.current_page_item > a, .fx-menu-light li.current-page-item > a, .fx-menu-light li.current_menu_item > a, .fx-menu-light li.current-menu-item > a, .fx-menu-light li.current_page_ancestor > a, .fx-menu-light li.current-page-ancestor > a, .fx-menu-light li.current_menu_ancestor > a, .fx-menu-light li.current-menu-ancestor > a { color: #111; background-color: #ddd; } .fx-menu-light ul ul { background: #eee; color: #333; } .fx-menu-light ul li.page_item_has_children > a:after, .fx-menu-light ul li.menu-item-has-children > a:after { border-top: 4px solid #333; } /* ---------- nav - menu - dark ---------- */ .fx-menu-dark { background-color: transparent; color: #eee; } .fx-menu-dark a { color: #eee; } .fx-menu-dark li a:hover, .fx-menu-dark li a:focus, .fx-menu-dark li.current_page_item > a, .fx-menu-dark li.current-page-item > a, .fx-menu-dark li.current_menu_item > a, .fx-menu-dark li.current-menu-item > a, .fx-menu-dark li.current_page_ancestor > a, .fx-menu-dark li.current-page-ancestor > a, .fx-menu-dark li.current_menu_ancestor > a, .fx-menu-dark li.current-menu-ancestor > a { color: #fff; background-color: #111; } .fx-menu-dark ul ul { background: #333; color: #eee; } .fx-menu-dark ul li.page_item_has_children > a:after, .fx-menu-dark ul li.menu-item-has-children > a:after { border-top: 4px solid #eee; } /* ========== forms ========== */ .fx-wrap legend { display: block; width: 100%; padding: 0; margin-bottom: 8px; font-size: 16px; line-height: inherit; border: 0; } .fx-wrap fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } .fx-wrap label { display: inline-block; margin-bottom: 8px; } .fx-wrap input, .fx-wrap button, .fx-wrap select, .fx-wrap optgroup, .fx-wrap textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; } .fx-wrap optgroup { font-weight: bold; } .fx-wrap textarea { resize: vertical; overflow: auto; } .fx-wrap select { text-transform: none; } .fx-wrap input[type="search"] { -webkit-appearance: none; } /* ========== forms - inputs ========== */ .fx-wrap .fx-form-control, .fx-wrap [type="text"], .fx-wrap [type="search"], .fx-wrap [type="email"], .fx-wrap [type="url"], .fx-wrap [type="tel"], .fx-wrap [type="number"], .fx-wrap [type="range"], .fx-wrap [type="date"], .fx-wrap [type="month"], .fx-wrap [type="week"], .fx-wrap [type="time"], .fx-wrap [type="datetime"], .fx-wrap [type="datetime-local"], .fx-wrap [type="color"], .fx-wrap textarea { display: block; width: 100%; padding: 6px 12px; font-size: 16px; line-height: 16px; color: #333; background-color: #fff; background-image: none; border: 1px solid #555; } .fx-form-control:focus { border-color: #337ab7; outline: none; } .fx-wrap .fx-form-control:disabled, .fx-wrap .fx-form-control[readonly], .fx-wrap fieldset[disabled] .fx-form-control { background-color: #eceeef; opacity: 1; } .fx-wrap .fx-form-control[disabled], .fx-wrap fieldset[disabled] .fx-form-control { cursor: not-allowed; } /* ========== forms - buttons ========== */ .fx-wrap button { overflow: visible; text-transform: none; } .fx-wrap .fx-btn, .fx-wrap button, .fx-wrap [type="button"], .fx-wrap [type="reset"], .fx-wrap [type="submit"] { display: inline-block; cursor: pointer; padding: 6px 12px; font-size: 16px; font-weight: bold; line-height: 1.5; color: #333; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #eee; background-image: linear-gradient(#fcfcfc, #eee); border: 1px solid #d5d5d5; text-decoration: none; transition: all 0.3s ease; } .fx-wrap .fx-btn:hover, .fx-wrap .fx-btn:active, .fx-wrap button:hover, .fx-wrap button:active, .fx-wrap [type="submit"]:hover, .fx-wrap [type="submit"]:active, .fx-wrap [type="button"]:hover, .fx-wrap [type="button"]:active, .fx-wrap [type="reset"]:hover, .fx-wrap [type="reset"]:active { text-decoration: none; /*background-color: #ddd; background-image: linear-gradient(#eee, #ddd); border-color: #ccc;*/ -webkit-filter: brightness(85%); filter: brightness(85%); transition: all 0.3s ease; } .fx-wrap .fx-btn-primary { color: #fff; background-color: #265a88; background-image: linear-gradient(#337ab7, #265a88); border-color: #245580; } .fx-wrap .fx-btn-primary:hover, .fx-wrap .fx-btn-primary:active { color: #fff; } .fx-wrap .fx-btn-success { color: #fff; background-color: #60b044; background-image: linear-gradient(#8add6d, #60b044); border-color: #5ca941; } .fx-wrap .fx-btn-success:hover, .fx-wrap .fx-btn-success:active { color: #fff; } .fx-wrap .fx-btn-danger { color: #fff; background-color: #c12e2a; background-image: linear-gradient(#d9534f, #c12e2a); border-color: #b92c28; } .fx-wrap .fx-btn-danger:hover, .fx-wrap .fx-btn-danger:active { color: #fff; } .fx-btn-block { display: block; width: 100%; } .fx-wrap button[disabled], .fx-wrap html input[disabled] { cursor: default; } .fx-wrap button::-moz-focus-inner, .fx-wrap input::-moz-focus-inner { padding: 0; border: 0; } .fx-wrap input[type="checkbox"], .fx-wrap input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } .fx-wrap input[type="number"]::-webkit-inner-spin-button, .fx-wrap input[type="number"]::-webkit-outer-spin-button { height: auto; } /* ========== tables ========== */ .fx-wrap table { border-spacing: 0; border-collapse: collapse; background-color: transparent; width: 100%; max-width: 100%; margin-bottom: 15px; border-top: 2px solid #eceeef; } .fx-wrap table caption { display: table-caption; text-align: center; padding-top: 12px; padding-bottom: 12px; } .fx-wrap table th, .fx-wrap table td { font-weight: normal; text-align: left; vertical-align: top; } .fx-wrap table th, .fx-wrap table td { font-weight: normal; padding: 4px; line-height: 1.5; text-align: left; vertical-align: top; border-top: 1px solid #eceeef; } .fx-wrap table th { font-weight: bold; } .fx-wrap table thead th { vertical-align: bottom; } /* ========== columns ========== */ .fx-columns { -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; } .fx-columns-1 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } .fx-columns-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } .fx-columns-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } .fx-columns-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } .fx-columns-5 { -webkit-column-count: 5; -moz-column-count: 5; column-count: 5; } .fx-columns-6 { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6; } .fx-columns-7 { -webkit-column-count: 7; -moz-column-count: 7; column-count: 7; } .fx-columns-8 { -webkit-column-count: 8; -moz-column-count: 8; column-count: 8; } .fx-columns .fx-column { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; /* to fix the issue when bottom margin can go to the next column */ /* display: inline-block; width: 100%; */ } @media (max-width: 543px) { .fx-columns-1, .fx-columns-2, .fx-columns-3, .fx-columns-4, .fx-columns-5, .fx-columns-6, .fx-columns-7, .fx-columns-8 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } } /* ========== labels ========== */ .fx-label { background-color: #818a91; display: inline-block; padding: 2px 4px; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 3px; } .fx-label:empty { display: none; } .fx-label-primary { background-color: #0275d8; } .fx-label-success { background-color: #5cb85c; } .fx-label-info { background-color: #5bc0de; } .fx-label-warning { background-color: #f0ad4e; } .fx-label-danger { background-color: #d9534f; } /* ========== helpers ========== */ .fx-clearfix {} .fx-clearfix:before, .fx-clearfix:after { display: table; content: " "; } .fx-clearfix:after { clear: both; } /* ---------- helpers - bg color ---------- */ .fx-bg-black { background-color: rgb(0,0,0); } .fx-bg-gray-darkest { background-color: rgb(32,32,32); } .fx-bg-gray-darker { background-color: rgb(64,64,64); } .fx-bg-gray-dark { background-color: rgb(96,96,96); } .fx-bg-gray { background-color: rgb(128,128,128); } .fx-bg-gray-light { background-color: rgb(160,160,160); } .fx-bg-gray-lighter { background-color: rgb(192,192,192); } .fx-bg-gray-lightest { background-color: rgb(224,224,224); } .fx-bg-white { background-color: rgb(255,255,255); } /* ---------- helpers - position ---------- */ .fx-fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 500; } .fx-fixed-bottom { position: fixed; bottom: 0; right: 0; left: 0; z-index: 500; } /* ---------- helpers - text ---------- */ .fx-text-left { text-align: left; } .fx-text-right { text-align: right; } .fx-text-center { text-align: center; } .fx-text-justify { text-align: justify; } .fx-text-nowrap { white-space: nowrap; } .fx-text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .fx-text-lowercase { text-transform: lowercase; } .fx-text-uppercase { text-transform: uppercase; } .fx-text-capitalize { text-transform: capitalize; } .fx-text-hide { color: transparent; text-shadow: none; background-color: transparent; border: 0; } .fx-text-mute { color: #777; } /* ---------- helpers - position ---------- */ .fx-center-block { display: block; margin-right: auto; margin-left: auto; } .fx-pull-right { float: right !important; } .fx-pull-left { float: left !important; } .fx-affix { position: fixed; } /* ---------- helpers - visibility ---------- */ .fx-hide { display: none !important; } .fx-show { display: block !important; } .fx-invisible { visibility: hidden; } /* ---------- helpers - margin ---------- */ .fx-margin-all-none { margin: 0 !important; } .fx-margin-top-none { margin-top: 0 !important; } .fx-margin-right-none { margin-right: 0 !important; } .fx-margin-bottom-none { margin-bottom: 0 !important; } .fx-margin-left-none { margin-left: 0 !important; } .fx-margin-all { margin: 15px !important; } .fx-margin-top { margin-top: 15px !important; } .fx-margin-right { margin-right: 15px !important; } .fx-margin-bottom { margin-bottom: 15px !important; } .fx-margin-left { margin-left: 15px !important; } /* ---------- helpers - padding ---------- */ .fx-padding-all-none { padding: 0 !important; } .fx-padding-top-none { padding-top: 0 !important; } .fx-padding-right-none { padding-right: 0 !important; } .fx-padding-bottom-none { padding-bottom: 0 !important; } .fx-padding-left-none { padding-left: 0 !important; } .fx-padding-all { padding: 15px !important; } .fx-padding-top { padding-top: 15px !important; } .fx-padding-right { padding-right: 15px !important; } .fx-padding-bottom { padding-bottom: 15px !important; } .fx-padding-left { padding-left: 15px !important; } /* ---------- helpers - icons ---------- */ .fx-icon { display: inline-block; width: 16px; height: 16px; font-size: 16px; line-height: 1; text-decoration: inherit; font-weight: 400; font-style: normal; vertical-align: baseline; text-align: center; transition: color .1s ease-in 0; -webkit-font-smoothing: antialiased; } .fx-icon-20 { width: 20px; height: 20px; font-size: 20px; } .fx-icon-30 { width: 30px; height: 30px; font-size: 30px; } .fx-icon-40 { width: 40px; height: 40px; font-size: 40px; }
0.329068
0.046443
body { font-family: "Open Sans", Helvetica, Arial, sans-serif; background: url('../img/bg_new.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } h1, h2, h3, h4, h5, h6, .text-heading { font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { font-size: 4rem; } .fixedsize img { width: 100%; height: 620px; } .tagline-upper { font-size: 5rem; font-weight: 700; line-height: 1; } .tagline-lower { font-size: 1.2rem; line-height: 1; } .text-expanded { letter-spacing: 2px; } .text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .text-lg { font-size: 1.25rem; } .bg-faded { background-color: rgba(255, 255, 255, 0.9); } .bg-overlay { background-color: rgba(0, 0, 0, 0.7); } hr.divider { border-color: #292b2c; max-width: 200px; } .col-lg-6 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .links { margin: auto; text-align: left; } .dropdown-toggle { color: #8f8f8f; background-color: none; background-image: none; border-color: #0062cc; hover: black; } .textsong { position: relative; max-height: 200px; overflow-y: scroll; } .rocktitle { animation: pulse 10s infinite; } .col-centered { float: none; margin: 0 auto; } @keyframes pulse { 0% { color: #000000; } 50% { color : #ffffff ; } 100% { color : #000000 ; } } .btn { margin: 1rem; } .margin15 { margin-right: 15px; } .img-responsive { max-width: 100%; height: auto !important; width: auto !important; } @media screen and (max-width: 577px) { .col-sm-3 { display: none; } } @media only screen and (min-width : 320px) { .img-responsive { width: 40%; height: 60%; /*Images should be bigger in small devices*/ } } iframe { display: block; width: 100px; height: 40px; margin: 0 auto; } #lab_social_icon_footer { padding: 40px 0; background-color: #dedede; } #lab_social_icon_footer a { color: #333; } #lab_social_icon_footer .social:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); } #lab_social_icon_footer .social { -webkit-transform: scale(0.8); /* Browser Variations: */ -moz-transform: scale(0.8); -o-transform: scale(0.8); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } /* Multicoloured Hover Variations */ #lab_social_icon_footer #social-fb:hover { color: #3B5998; } #lab_social_icon_footer #social-tw:hover { color: #4099FF; } #lab_social_icon_footer #social-gp:hover { color: #d34836; } #lab_social_icon_footer #social-em:hover { color: #f39c12; }
css/business-casual.css
body { font-family: "Open Sans", Helvetica, Arial, sans-serif; background: url('../img/bg_new.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } h1, h2, h3, h4, h5, h6, .text-heading { font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } h1 { font-size: 4rem; } .fixedsize img { width: 100%; height: 620px; } .tagline-upper { font-size: 5rem; font-weight: 700; line-height: 1; } .tagline-lower { font-size: 1.2rem; line-height: 1; } .text-expanded { letter-spacing: 2px; } .text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .text-lg { font-size: 1.25rem; } .bg-faded { background-color: rgba(255, 255, 255, 0.9); } .bg-overlay { background-color: rgba(0, 0, 0, 0.7); } hr.divider { border-color: #292b2c; max-width: 200px; } .col-lg-6 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .links { margin: auto; text-align: left; } .dropdown-toggle { color: #8f8f8f; background-color: none; background-image: none; border-color: #0062cc; hover: black; } .textsong { position: relative; max-height: 200px; overflow-y: scroll; } .rocktitle { animation: pulse 10s infinite; } .col-centered { float: none; margin: 0 auto; } @keyframes pulse { 0% { color: #000000; } 50% { color : #ffffff ; } 100% { color : #000000 ; } } .btn { margin: 1rem; } .margin15 { margin-right: 15px; } .img-responsive { max-width: 100%; height: auto !important; width: auto !important; } @media screen and (max-width: 577px) { .col-sm-3 { display: none; } } @media only screen and (min-width : 320px) { .img-responsive { width: 40%; height: 60%; /*Images should be bigger in small devices*/ } } iframe { display: block; width: 100px; height: 40px; margin: 0 auto; } #lab_social_icon_footer { padding: 40px 0; background-color: #dedede; } #lab_social_icon_footer a { color: #333; } #lab_social_icon_footer .social:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); } #lab_social_icon_footer .social { -webkit-transform: scale(0.8); /* Browser Variations: */ -moz-transform: scale(0.8); -o-transform: scale(0.8); -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } /* Multicoloured Hover Variations */ #lab_social_icon_footer #social-fb:hover { color: #3B5998; } #lab_social_icon_footer #social-tw:hover { color: #4099FF; } #lab_social_icon_footer #social-gp:hover { color: #d34836; } #lab_social_icon_footer #social-em:hover { color: #f39c12; }
0.297266
0.069922
.shop-index { font-family: Roboto, sans-serif; } .main-shops-title { font-weight: bold; color: #454545; margin-bottom: 28px; } .under_title > span { font-weight: bold; font-size: 16px; color: #757575; } .content { /*height: 272px;*/ /*display: flex;*/ margin-top: 42px; background: #FFFFFF; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17); border-radius: 30px; } .content:first-child { margin-top: 20px; } .shop_img img { width: 100%; margin: 2vh auto; border-radius: 7px; } .right { padding: 0 30px 0 25px; display: flex; flex-direction: column; justify-content: space-between; } .name_and_rating { margin-top: 10px; display: flex; justify-content: space-between; align-items: center; height: 69px; } .rating-filled-stars { background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FE8A80%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') !important; } .shop_name { margin-top: 4px; font-weight: bold; font-size: 18px; color: #454545; /*max-height: 69px;*/ width: 560px; overflow: hidden; transition: color 0.3s; } .shop_name:hover { text-decoration: none; color: #FE8A80; } .shop_name:focus { text-decoration: none; outline: none; color: #FE8A80; } .shop_address { font-size: 18px; color: #5B5B5B; } .shop_address-line { border-bottom: 2px solid #F0F0F0; margin: 1rem 1rem; /*min-width: 111%;*/ } /*.text_and_like {*/ /* font-size: 18px;*/ /* color: #474747;*/ /* display: flex;*/ /* justify-content: space-between;*/ /* height: 115px;*/ /* overflow: hidden;*/ /*}*/ /*.text_and_like > span {*/ /* width: 559px;*/ /*}*/ .work_time_and_category { margin: 5px 0 5px 0; display: flex; justify-content: space-between; } .work_time { font-size: 18px; color: #474747; } .category { font-style: italic; font-size: 14px; color: #646464; } .pagination { display: flex; justify-content: center; font-style: normal; font-weight: bold; font-size: 18px; margin: 1rem auto; } .pagination > .active > a { background-color: inherit; color: #FE8A80; border-color: inherit; } .pagination > li > a, .pagination > li > span { color: #606060; border: 0 solid #ddd; } .shop-banner { background: white url("/img/shop/banner-bg.png") right no-repeat; display: flex; align-items: center; min-height: 376px; border-radius: 7px; margin-top: 50px; } .banner-left { width: 547px; margin-left: 39px; display: flex; flex-direction: column; } .banner-left > h1 { font-family: Yeseva One, sans-serif; font-size: 36px; color: #454545; margin-bottom: 28px; } .banner-left > div { font-size: 18px; line-height: 21px; color: rgba(78, 78, 78, 0.824); margin-bottom: 35px; } .banner-text { margin-top: 15px; } .banner-text > span { color: #0F979A; } .banner-left > a { font-weight: bold; font-size: 18px; padding: 11px 16px; width: 145px; color: #F9F9F9; background: #FE8A80; border-radius: 5px; transition: opacity 0.3s; text-decoration: none; } .banner-left > a:hover { opacity: 0.7; } .banner-left > a:focus { text-decoration: none; outline: none; color: #F9F9F9; } .banner-right > img { width: 474px; height: 319px; } .control-label { font-weight: bold; font-size: 16px; color: #757575; } .search-button { color: white; background: #FE8A80; } .search-button:hover { color: white; } #reset-button { color: #606060; } .shop_name { margin-top: 8px; font-size: 24px; max-height: 69px; } /* desktop only parametrs */ @media (min-width: 576px) { .shop_img img { border-radius: 7px 0 0 7px; } } @media (max-width: 768px) { .content { margin-top: 5px; border-radius: 5px; } .content>div { padding: 0 5px; } .shop_name { font-size: 16px; line-height: 19px; color: #454545; margin-top: 5px; } .distance { font-size: 14px; line-height: 16px; color: #8F8F8F; } .name_and_rating { margin-top: 0; height: auto; } .text_and_like>span { font-size: 14px; line-height: 16px; color: #454545; padding-bottom: 5px; } .shop_img img { margin: 5px 0; border-radius: 5px; } .under_title { visibility: hidden; height: 0; } .shop-find { position: absolute; z-index: 2; height: 38px; width: 98%; left: 5px; top: 10px; background: #FFFFFF; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); border-radius: 80px; font-size: 14px; line-height: 16px; color: #FE8A80; } .shop-find:focus { color: #FE8A80; } #loupe { position: absolute; width: 16px; height: 16px; right: 20px; top: 20px; margin-right: auto; border: 1px solid #FE8A80; border-radius: 8px; } #loupe-tail { position: absolute; width: 6.34px; height: 0px; right: 18.41px; top: 33.62px; border: 2px solid #FE8A80; transform: matrix(0.64, 0.77, -0.77, 0.64, 0, 0); } #find-close { display: none; position: absolute; top: 13px; right: 15px; z-index: 2; } #find-placeholder { display: none; position: absolute; z-index: 2; left: 20px; top: 20px; color: #FE8A80; } .loupe-img { position: relative; width: 16px; height: 16px; border: 1px solid #FE8A80; border-radius: 8px; } .loupe-tail-img { position: relative; width: 6.34px; height: 0px; right: 4px; top: 14px; border: 2px solid #FE8A80; transform: matrix(0.64, 0.77, -0.77, 0.64, 0, 0); } } .rating-empty { background: #C4C4C4 !important; } .mobile-rating span { position: relative; top: 20px; left: 10px; width: 32px; height: 24px; background: #FE8A80; border-radius: 5px; font-weight: 500; font-size: 14px; align-items: center; text-align: center; color: #F3F3F3; } #find-placeholder { display: none; } #find-close { display: none; } @media (max-width: 768px) { .shop-banner { background: inherit; } .banner-left { display: flex; flex-direction: column; align-items: center; text-align: center; } .banner-left>h1 { color: #FE8A80; } .banner-left>div { font-size: 14px; line-height: 16px; color: #454545; } .img-mobile { width: 220px; height: 157px; margin-bottom: 10px; } }
web/css/shop.css
.shop-index { font-family: Roboto, sans-serif; } .main-shops-title { font-weight: bold; color: #454545; margin-bottom: 28px; } .under_title > span { font-weight: bold; font-size: 16px; color: #757575; } .content { /*height: 272px;*/ /*display: flex;*/ margin-top: 42px; background: #FFFFFF; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17); border-radius: 30px; } .content:first-child { margin-top: 20px; } .shop_img img { width: 100%; margin: 2vh auto; border-radius: 7px; } .right { padding: 0 30px 0 25px; display: flex; flex-direction: column; justify-content: space-between; } .name_and_rating { margin-top: 10px; display: flex; justify-content: space-between; align-items: center; height: 69px; } .rating-filled-stars { background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FE8A80%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') !important; } .shop_name { margin-top: 4px; font-weight: bold; font-size: 18px; color: #454545; /*max-height: 69px;*/ width: 560px; overflow: hidden; transition: color 0.3s; } .shop_name:hover { text-decoration: none; color: #FE8A80; } .shop_name:focus { text-decoration: none; outline: none; color: #FE8A80; } .shop_address { font-size: 18px; color: #5B5B5B; } .shop_address-line { border-bottom: 2px solid #F0F0F0; margin: 1rem 1rem; /*min-width: 111%;*/ } /*.text_and_like {*/ /* font-size: 18px;*/ /* color: #474747;*/ /* display: flex;*/ /* justify-content: space-between;*/ /* height: 115px;*/ /* overflow: hidden;*/ /*}*/ /*.text_and_like > span {*/ /* width: 559px;*/ /*}*/ .work_time_and_category { margin: 5px 0 5px 0; display: flex; justify-content: space-between; } .work_time { font-size: 18px; color: #474747; } .category { font-style: italic; font-size: 14px; color: #646464; } .pagination { display: flex; justify-content: center; font-style: normal; font-weight: bold; font-size: 18px; margin: 1rem auto; } .pagination > .active > a { background-color: inherit; color: #FE8A80; border-color: inherit; } .pagination > li > a, .pagination > li > span { color: #606060; border: 0 solid #ddd; } .shop-banner { background: white url("/img/shop/banner-bg.png") right no-repeat; display: flex; align-items: center; min-height: 376px; border-radius: 7px; margin-top: 50px; } .banner-left { width: 547px; margin-left: 39px; display: flex; flex-direction: column; } .banner-left > h1 { font-family: Yeseva One, sans-serif; font-size: 36px; color: #454545; margin-bottom: 28px; } .banner-left > div { font-size: 18px; line-height: 21px; color: rgba(78, 78, 78, 0.824); margin-bottom: 35px; } .banner-text { margin-top: 15px; } .banner-text > span { color: #0F979A; } .banner-left > a { font-weight: bold; font-size: 18px; padding: 11px 16px; width: 145px; color: #F9F9F9; background: #FE8A80; border-radius: 5px; transition: opacity 0.3s; text-decoration: none; } .banner-left > a:hover { opacity: 0.7; } .banner-left > a:focus { text-decoration: none; outline: none; color: #F9F9F9; } .banner-right > img { width: 474px; height: 319px; } .control-label { font-weight: bold; font-size: 16px; color: #757575; } .search-button { color: white; background: #FE8A80; } .search-button:hover { color: white; } #reset-button { color: #606060; } .shop_name { margin-top: 8px; font-size: 24px; max-height: 69px; } /* desktop only parametrs */ @media (min-width: 576px) { .shop_img img { border-radius: 7px 0 0 7px; } } @media (max-width: 768px) { .content { margin-top: 5px; border-radius: 5px; } .content>div { padding: 0 5px; } .shop_name { font-size: 16px; line-height: 19px; color: #454545; margin-top: 5px; } .distance { font-size: 14px; line-height: 16px; color: #8F8F8F; } .name_and_rating { margin-top: 0; height: auto; } .text_and_like>span { font-size: 14px; line-height: 16px; color: #454545; padding-bottom: 5px; } .shop_img img { margin: 5px 0; border-radius: 5px; } .under_title { visibility: hidden; height: 0; } .shop-find { position: absolute; z-index: 2; height: 38px; width: 98%; left: 5px; top: 10px; background: #FFFFFF; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); border-radius: 80px; font-size: 14px; line-height: 16px; color: #FE8A80; } .shop-find:focus { color: #FE8A80; } #loupe { position: absolute; width: 16px; height: 16px; right: 20px; top: 20px; margin-right: auto; border: 1px solid #FE8A80; border-radius: 8px; } #loupe-tail { position: absolute; width: 6.34px; height: 0px; right: 18.41px; top: 33.62px; border: 2px solid #FE8A80; transform: matrix(0.64, 0.77, -0.77, 0.64, 0, 0); } #find-close { display: none; position: absolute; top: 13px; right: 15px; z-index: 2; } #find-placeholder { display: none; position: absolute; z-index: 2; left: 20px; top: 20px; color: #FE8A80; } .loupe-img { position: relative; width: 16px; height: 16px; border: 1px solid #FE8A80; border-radius: 8px; } .loupe-tail-img { position: relative; width: 6.34px; height: 0px; right: 4px; top: 14px; border: 2px solid #FE8A80; transform: matrix(0.64, 0.77, -0.77, 0.64, 0, 0); } } .rating-empty { background: #C4C4C4 !important; } .mobile-rating span { position: relative; top: 20px; left: 10px; width: 32px; height: 24px; background: #FE8A80; border-radius: 5px; font-weight: 500; font-size: 14px; align-items: center; text-align: center; color: #F3F3F3; } #find-placeholder { display: none; } #find-close { display: none; } @media (max-width: 768px) { .shop-banner { background: inherit; } .banner-left { display: flex; flex-direction: column; align-items: center; text-align: center; } .banner-left>h1 { color: #FE8A80; } .banner-left>div { font-size: 14px; line-height: 16px; color: #454545; } .img-mobile { width: 220px; height: 157px; margin-bottom: 10px; } }
0.392337
0.12711
.workouts { display: none; } .program-block, .list-block, .create-block { width: 100%; min-height: calc(100vh-120px); background-color: #000; } .program-banner { width: 100%; min-height: calc(100vh - 120px); } .program_section, .workouts, .list-section, .create-section { position: absolute; width: 90%; height: 70%; top: 15%; left: 5%; background-color: rgba(229,229,229, 0.85); color: #000; box-shadow: 3px 3px #3CB4D4; border: 1px solid #aaaaaa; overflow: scroll; } .program-div h1, .list-section-title { background: rgba(0, 0, 0, 0.3); color: #fff; float: left; padding: 10px; font-size: 25px; border-right: 3px solid #000; } .program-div h1 span { color: #42C79A; } .program-info { clear: both; border-top: 3px solid #000; padding: 10px 10px 50px 10px; } .program-info h3, .program-info p { padding-bottom: 10px; } .view-program-button { float: left; margin: 0; } .view-program-button button { margin: 0; } .workouts-header-text, .create-content-title{ background: rgba(0, 0, 0, 0.3); color: #fff; float: left; padding: 10px; font-size: 25px; border-right: 3px solid #000; } .back-button button { margin: 7px 7px 0 0; } .workouts-header { width: 100%; float: left; border-bottom: 3px solid #000; } .workouts-content-block { width: 100%; clear: both; float: left; } .singleWorkout { width: 100%; clear: both; float: left; padding: 5px 10px 10px 10px; border-top: 1px solid #000; } .singleWorkout h3 { padding-bottom: 5px; } .update-button { float: right; } .update-button button { margin: 0; float: right; } /*CLient List*/ .list-content, .create-content { clear: both; width: 100%; float: left; border-top: 3px solid #000; } .list-content ul { padding: 15px 15px 5px 15px; border-bottom: 1px solid #000; } .list-content li { display: inline-block; padding-right: 5%; font-size: 18px; } .client-bar { height: 30px; clear: both; width: 100%; background: #000; border-radius: 10px; padding: 5px; color:#fff; font-size: 16px; margin-top: 10px; } /*create page*/ .create-days-block { display: none; } .create-content { padding: 15px; } .program-form div { margin-bottom: 10px; } .program-label, .workout-enter-label { float: left; } #program-description, #workout-text { clear: both; width: 40%; height: 200px; float: left; } .submit-program, .submit-workout { clear: both; float: left; } .program-form input { color: #000; background: #fff; border-style: none; border-bottom: 1px solid #fff; margin-left: 5px; font-size: 16px; width: 20%; border-radius: 5px; } .program-form input:focus, .program-form input:hover { outline: none; border-bottom: 1px solid #000; } .program-form textarea, #workout-text { color: #000; background: #fff; border-style: none; border: 1px solid #000; font-size: 14px; border-radius: 5px; resize: none; } .program-form textarea:hover, .program-form textarea:focus { outline: none; }
public/assets/css/admin.css
.workouts { display: none; } .program-block, .list-block, .create-block { width: 100%; min-height: calc(100vh-120px); background-color: #000; } .program-banner { width: 100%; min-height: calc(100vh - 120px); } .program_section, .workouts, .list-section, .create-section { position: absolute; width: 90%; height: 70%; top: 15%; left: 5%; background-color: rgba(229,229,229, 0.85); color: #000; box-shadow: 3px 3px #3CB4D4; border: 1px solid #aaaaaa; overflow: scroll; } .program-div h1, .list-section-title { background: rgba(0, 0, 0, 0.3); color: #fff; float: left; padding: 10px; font-size: 25px; border-right: 3px solid #000; } .program-div h1 span { color: #42C79A; } .program-info { clear: both; border-top: 3px solid #000; padding: 10px 10px 50px 10px; } .program-info h3, .program-info p { padding-bottom: 10px; } .view-program-button { float: left; margin: 0; } .view-program-button button { margin: 0; } .workouts-header-text, .create-content-title{ background: rgba(0, 0, 0, 0.3); color: #fff; float: left; padding: 10px; font-size: 25px; border-right: 3px solid #000; } .back-button button { margin: 7px 7px 0 0; } .workouts-header { width: 100%; float: left; border-bottom: 3px solid #000; } .workouts-content-block { width: 100%; clear: both; float: left; } .singleWorkout { width: 100%; clear: both; float: left; padding: 5px 10px 10px 10px; border-top: 1px solid #000; } .singleWorkout h3 { padding-bottom: 5px; } .update-button { float: right; } .update-button button { margin: 0; float: right; } /*CLient List*/ .list-content, .create-content { clear: both; width: 100%; float: left; border-top: 3px solid #000; } .list-content ul { padding: 15px 15px 5px 15px; border-bottom: 1px solid #000; } .list-content li { display: inline-block; padding-right: 5%; font-size: 18px; } .client-bar { height: 30px; clear: both; width: 100%; background: #000; border-radius: 10px; padding: 5px; color:#fff; font-size: 16px; margin-top: 10px; } /*create page*/ .create-days-block { display: none; } .create-content { padding: 15px; } .program-form div { margin-bottom: 10px; } .program-label, .workout-enter-label { float: left; } #program-description, #workout-text { clear: both; width: 40%; height: 200px; float: left; } .submit-program, .submit-workout { clear: both; float: left; } .program-form input { color: #000; background: #fff; border-style: none; border-bottom: 1px solid #fff; margin-left: 5px; font-size: 16px; width: 20%; border-radius: 5px; } .program-form input:focus, .program-form input:hover { outline: none; border-bottom: 1px solid #000; } .program-form textarea, #workout-text { color: #000; background: #fff; border-style: none; border: 1px solid #000; font-size: 14px; border-radius: 5px; resize: none; } .program-form textarea:hover, .program-form textarea:focus { outline: none; }
0.539711
0.119691
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800&display=swap'); @import 'react-toastify/dist/ReactToastify.css'; @import 'bootstrap/dist/css/bootstrap.min.css'; * { box-sizing: border-box; } body { margin: 0; font-family: 'Roboto', sans-serif !important; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; } p { margin-top: 0 !important; margin-bottom: 0 !important; } a { color: #5d677a; text-decoration: none; transition: all 0.3s ease-in-out; } a:hover { color: #f79d25; text-decoration: underline; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { background-color: #f79d25 !important; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item:hover, .ant-menu:not(.ant-menu-horizontal) .ant-menu-item:hover > svg { color: #f79d25 !important; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item > svg { color: #5d677a; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected > svg, .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected:hover > svg { color: #fff !important; } .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left { border-right: none !important; } .ant-menu-vertical .ant-menu-item::after, .ant-menu-vertical-left .ant-menu-item::after, .ant-menu-vertical-right .ant-menu-item::after, .ant-menu-inline .ant-menu-item::after { border-right: 3px solid #0a426e !important; } .ant-menu-light .ant-menu-item:hover, .ant-menu-light .ant-menu-item-active, .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-light .ant-menu-submenu-active, .ant-menu-light .ant-menu-submenu-title:hover { color: #f79d25 !important; } .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon, .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow { color: #f79d25 !important; } .ant-menu-submenu-selected { color: #f79d25 !important; } .ant-menu-inline.ant-menu-root .ant-menu-item, .ant-menu-inline.ant-menu-root .ant-menu-submenu-title { font-size: 16px !important; } .ant-menu-item a:hover { color: #f79d25 !important; } .ant-menu-item-selected a, .ant-menu-item-selected a:hover { color: #fff !important; }
client-side/admin-recruitment/src/index.css
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800&display=swap'); @import 'react-toastify/dist/ReactToastify.css'; @import 'bootstrap/dist/css/bootstrap.min.css'; * { box-sizing: border-box; } body { margin: 0; font-family: 'Roboto', sans-serif !important; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 400; } p { margin-top: 0 !important; margin-bottom: 0 !important; } a { color: #5d677a; text-decoration: none; transition: all 0.3s ease-in-out; } a:hover { color: #f79d25; text-decoration: underline; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { background-color: #f79d25 !important; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item:hover, .ant-menu:not(.ant-menu-horizontal) .ant-menu-item:hover > svg { color: #f79d25 !important; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item > svg { color: #5d677a; } .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected > svg, .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected:hover > svg { color: #fff !important; } .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left { border-right: none !important; } .ant-menu-vertical .ant-menu-item::after, .ant-menu-vertical-left .ant-menu-item::after, .ant-menu-vertical-right .ant-menu-item::after, .ant-menu-inline .ant-menu-item::after { border-right: 3px solid #0a426e !important; } .ant-menu-light .ant-menu-item:hover, .ant-menu-light .ant-menu-item-active, .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-light .ant-menu-submenu-active, .ant-menu-light .ant-menu-submenu-title:hover { color: #f79d25 !important; } .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon, .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow { color: #f79d25 !important; } .ant-menu-submenu-selected { color: #f79d25 !important; } .ant-menu-inline.ant-menu-root .ant-menu-item, .ant-menu-inline.ant-menu-root .ant-menu-submenu-title { font-size: 16px !important; } .ant-menu-item a:hover { color: #f79d25 !important; } .ant-menu-item-selected a, .ant-menu-item-selected a:hover { color: #fff !important; }
0.23793
0.048949
body.scenario #jim-web { display: block; } body.scenario #web-clip-left, body.scenario #web-clip-right { display: none; } .ui-scenario.ui-page-active {background-color: #D8D8D8;} #scenarioWrapper > div {position: absolute; display: table;} .transitionWrapper > svg {overflow: visible; display: block;} #simulation .ui-scenario.hideDevices .scenarioDevice {background-image: none;} /* Nodes */ #scenarioWrapper .Page[value], #scenarioWrapper .OldPage {cursor: pointer;} #scenarioWrapper .Page[value]:hover, #scenarioWrapper .OldPage:hover {opacity: 0.5;} .commentsMode #scenarioWrapper .Page[value]:hover, .commentsMode #scenarioWrapper .OldPage:hover {opacity: 1;} #scenarioWrapper .OldPage {opacity: 0.01; background-color: #ffffff;} #scenarioWrapper .nodeImage, #scenarioWrapper .pageImage {width: 100.0%;} #scenarioWrapper .nodeName {margin: 4.0px auto 0.0px auto; text-align: center;} #scenarioWrapper .nodeImage div {width: 36.0px; height: 36.0px; margin: 0.0px auto 0.0px auto;} #scenarioWrapper .scenarioScreenThumbnail { margin: 0.0 auto 0.0 auto; display: block; position: relative; } #scenarioWrapper .scenarioDevice {margin: 0.0px auto 0.0 auto; background-repeat: no-repeat;} /* Note */ #scenarioWrapper .Note .valignmiddle {vertical-align: middle;} #scenarioWrapper .Note .valigntop {vertical-align: top;} #scenarioWrapper .Note .valignbottom {vertical-align: bottom;} #scenarioWrapper .Note .haligncenter { text-align: center;} #scenarioWrapper .Note .halignleft { text-align: left;} #scenarioWrapper .Note .halignright { text-align: right;} #scenarioWrapper .Note .content > div {display: table-cell;} /* Image */ #scenarioWrapper .Page > .scenarioScreenThumbnail {border: 1.0px solid #82888c; background-size: contain; background-position: center;} #scenarioWrapper div.scenarioScreenThumbnail {overflow: hidden; display: inline-block; background-repeat: no-repeat;} #scenarioWrapper .Image > svg { position: relative; } /* Default images*/ #scenarioWrapper .Decision .nodeImage div { background: url("../../../resources/jim/images/scenarios/decision.png") no-repeat right;} #scenarioWrapper .Action .nodeImage div { background: url("../../../resources/jim/images/scenarios/action.png") no-repeat right;} #scenarioWrapper .Page .nodeImage div { background: url("../../../resources/jim/images/scenarios/screen.png") no-repeat right;} /* Transition */ #scenarioWrapper > div.transitionWrapper {display: block;} #scenarioWrapper .scenarioEdge {position: absolute;} #scenarioWrapper .scenarioEdgeLine {position: absolute; height: 2.0px; background-color: #21C0C0;} #scenarioWrapper .transitionNameContainer {position: absolute; white-space: nowrap; padding: 4.0px; font-size: 0.0;} #scenarioWrapper .transitionNameContainer > * {display: inline-block; vertical-align: middle;} #scenarioWrapper .transitionWarning { width: 18.0px; height: 18.0px; padding-right: 5.0px; background: url("../../../resources/jim/images/scenarios/warning.png") no-repeat left; } /* Thumbnail */ #scenarioThumbnail #scenarioWrapper { transform-origin: 50.0% 50.0%; position: absolute; margin: 0.0 0.0 0.0 0.0; left: 50.0%; top: 50.0%; } /* Mobile */ #scenarioWrapper .customDevicePart {position:absolute;} #scenarioWrapper .tlDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downleft_landscape.png");} #scenarioWrapper .tcDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_left_landscape.png");} #scenarioWrapper .trDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upleft_landscape.png");} #scenarioWrapper .clDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz_landscape.png");} #scenarioWrapper .crDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz_landscape.png");} #scenarioWrapper .blDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downright_landscape.png");} #scenarioWrapper .bcDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_right_landscape.png");} #scenarioWrapper .brDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upright_landscape.png");} #scenarioWrapper .tlDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upleft.png");} #scenarioWrapper .tcDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz.png");} #scenarioWrapper .trDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upright.png");} #scenarioWrapper .clDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_left.png");} #scenarioWrapper .crDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_right.png");} #scenarioWrapper .blDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downleft.png");} #scenarioWrapper .bcDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz.png");} #scenarioWrapper .brDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downright.png");} #scenarioWrapper .tlDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_upleft.png");} #scenarioWrapper .tcDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_horiz.png");} #scenarioWrapper .trDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_upright.png");} #scenarioWrapper .clDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_vert.png");} #scenarioWrapper .crDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_vert.png");} #scenarioWrapper .blDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_downleft.png");} #scenarioWrapper .bcDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_horiz.png");} #scenarioWrapper .brDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_downright.png");}
Practica3/Iteracion2/JustInMind/MatchUp/resources/jim/css/function-jim-scenarios.css
body.scenario #jim-web { display: block; } body.scenario #web-clip-left, body.scenario #web-clip-right { display: none; } .ui-scenario.ui-page-active {background-color: #D8D8D8;} #scenarioWrapper > div {position: absolute; display: table;} .transitionWrapper > svg {overflow: visible; display: block;} #simulation .ui-scenario.hideDevices .scenarioDevice {background-image: none;} /* Nodes */ #scenarioWrapper .Page[value], #scenarioWrapper .OldPage {cursor: pointer;} #scenarioWrapper .Page[value]:hover, #scenarioWrapper .OldPage:hover {opacity: 0.5;} .commentsMode #scenarioWrapper .Page[value]:hover, .commentsMode #scenarioWrapper .OldPage:hover {opacity: 1;} #scenarioWrapper .OldPage {opacity: 0.01; background-color: #ffffff;} #scenarioWrapper .nodeImage, #scenarioWrapper .pageImage {width: 100.0%;} #scenarioWrapper .nodeName {margin: 4.0px auto 0.0px auto; text-align: center;} #scenarioWrapper .nodeImage div {width: 36.0px; height: 36.0px; margin: 0.0px auto 0.0px auto;} #scenarioWrapper .scenarioScreenThumbnail { margin: 0.0 auto 0.0 auto; display: block; position: relative; } #scenarioWrapper .scenarioDevice {margin: 0.0px auto 0.0 auto; background-repeat: no-repeat;} /* Note */ #scenarioWrapper .Note .valignmiddle {vertical-align: middle;} #scenarioWrapper .Note .valigntop {vertical-align: top;} #scenarioWrapper .Note .valignbottom {vertical-align: bottom;} #scenarioWrapper .Note .haligncenter { text-align: center;} #scenarioWrapper .Note .halignleft { text-align: left;} #scenarioWrapper .Note .halignright { text-align: right;} #scenarioWrapper .Note .content > div {display: table-cell;} /* Image */ #scenarioWrapper .Page > .scenarioScreenThumbnail {border: 1.0px solid #82888c; background-size: contain; background-position: center;} #scenarioWrapper div.scenarioScreenThumbnail {overflow: hidden; display: inline-block; background-repeat: no-repeat;} #scenarioWrapper .Image > svg { position: relative; } /* Default images*/ #scenarioWrapper .Decision .nodeImage div { background: url("../../../resources/jim/images/scenarios/decision.png") no-repeat right;} #scenarioWrapper .Action .nodeImage div { background: url("../../../resources/jim/images/scenarios/action.png") no-repeat right;} #scenarioWrapper .Page .nodeImage div { background: url("../../../resources/jim/images/scenarios/screen.png") no-repeat right;} /* Transition */ #scenarioWrapper > div.transitionWrapper {display: block;} #scenarioWrapper .scenarioEdge {position: absolute;} #scenarioWrapper .scenarioEdgeLine {position: absolute; height: 2.0px; background-color: #21C0C0;} #scenarioWrapper .transitionNameContainer {position: absolute; white-space: nowrap; padding: 4.0px; font-size: 0.0;} #scenarioWrapper .transitionNameContainer > * {display: inline-block; vertical-align: middle;} #scenarioWrapper .transitionWarning { width: 18.0px; height: 18.0px; padding-right: 5.0px; background: url("../../../resources/jim/images/scenarios/warning.png") no-repeat left; } /* Thumbnail */ #scenarioThumbnail #scenarioWrapper { transform-origin: 50.0% 50.0%; position: absolute; margin: 0.0 0.0 0.0 0.0; left: 50.0%; top: 50.0%; } /* Mobile */ #scenarioWrapper .customDevicePart {position:absolute;} #scenarioWrapper .tlDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downleft_landscape.png");} #scenarioWrapper .tcDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_left_landscape.png");} #scenarioWrapper .trDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upleft_landscape.png");} #scenarioWrapper .clDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz_landscape.png");} #scenarioWrapper .crDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz_landscape.png");} #scenarioWrapper .blDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downright_landscape.png");} #scenarioWrapper .bcDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_right_landscape.png");} #scenarioWrapper .brDevice.androidDevice.sclandscape {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upright_landscape.png");} #scenarioWrapper .tlDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upleft.png");} #scenarioWrapper .tcDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz.png");} #scenarioWrapper .trDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_upright.png");} #scenarioWrapper .clDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_left.png");} #scenarioWrapper .crDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_right.png");} #scenarioWrapper .blDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downleft.png");} #scenarioWrapper .bcDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_horiz.png");} #scenarioWrapper .brDevice.androidDevice {background-image: url("../../../resources/jim/images/mobile/devices/android_phone_downright.png");} #scenarioWrapper .tlDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_upleft.png");} #scenarioWrapper .tcDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_horiz.png");} #scenarioWrapper .trDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_upright.png");} #scenarioWrapper .clDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_vert.png");} #scenarioWrapper .crDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_vert.png");} #scenarioWrapper .blDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_downleft.png");} #scenarioWrapper .bcDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_horiz.png");} #scenarioWrapper .brDevice {background-image: url("../../../resources/jim/images/mobile/devices/custom_downright.png");}
0.439507
0.054702
@media (max-width: 800px){ .nav{ display: flex; justify-content: center; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 100; transition: transform 250ms cubic-bezier(0.5, 0, 0.5, 1); height: 80px; } .nav-list{ list-style: none; display: none; height: 100%; flex-direction: column; justify-content: space-evenly; text-align: center; margin: 0; padding: 135px; background-color: #fff; } .logo{ margin: 0; } .welcome{ padding-top: 180px; padding-bottom: 200px; } .container{ padding: 5px; } .text{ letter-spacing: 0; font-size: 23px; } .comant{ letter-spacing: 1px; font-size: 15px; } .comant p{ padding-top: 0; } /* lesson */ .lesson{ padding: 10px 25px; height: 1170px; } .lessons .html,.css,.php,.java{ text-align: left; margin-right: 15px; } .lesson .html,.css,.php,.java{ width: 100%; padding-bottom: 0; min-height: 250px; max-height: 300px; } .lesson img{ height: 150px; margin-left: 35%; } .lesson-icon p{ top: 12px; left: 47%; color: #fff; } /* End Lesson */ /* Bennefit */ .benefit-section{ background-color: rgba(59, 149, 240, 0.8); color: #fff; } .benefit-sign-up{ padding-top: 10px; } .benefit-sign-up p{ padding-bottom: 10px; } .benefit-list .sign-up{ background-color: rgb(44, 132, 220); box-shadow: 0 0 10px #3b94b7; border: none; } .benefit-sign-up .sign-up:hover{ background-color: rgba(59, 149, 240, 0.9); } .benefit-sign-up .sign-up:active{ background-color: rgba(59, 149, 240, 0.7); } /* End-Bennefit */ /* Contributor */ .contributor{ height: 1340px; padding-bottom: 50px; } .cards { width: 45%; margin-left: 16px; margin-top: 33px; border-radius: 0px 0px 25px 25px; } .tim{ font-size: 16px; } #image-container:hover { transform: scale(1.4); } .contributor-info .social-links a{ display: inline-block; height: 40px; width: 40px; background: rgba(75, 163, 214, 0.5); margin: 0 3px 10px 0; text-align: center; } /* End-Contributor */ /* Footer */ .footer-logo{ margin-left: 30px; padding-top: 10px; padding-bottom: 60px; } footer{ padding-bottom: 50px; padding-left: 8px; } .footer-col{ width: 27%; padding: 0 15px; } footer ul li a:hover{ padding-left: 0; } footer ul li a:active{ padding-left: 8px; } .footer-col h4::before{ height: 2px; width: 75%; } /* End-Footer */ }
asset/css/responsive.css
@media (max-width: 800px){ .nav{ display: flex; justify-content: center; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 100; transition: transform 250ms cubic-bezier(0.5, 0, 0.5, 1); height: 80px; } .nav-list{ list-style: none; display: none; height: 100%; flex-direction: column; justify-content: space-evenly; text-align: center; margin: 0; padding: 135px; background-color: #fff; } .logo{ margin: 0; } .welcome{ padding-top: 180px; padding-bottom: 200px; } .container{ padding: 5px; } .text{ letter-spacing: 0; font-size: 23px; } .comant{ letter-spacing: 1px; font-size: 15px; } .comant p{ padding-top: 0; } /* lesson */ .lesson{ padding: 10px 25px; height: 1170px; } .lessons .html,.css,.php,.java{ text-align: left; margin-right: 15px; } .lesson .html,.css,.php,.java{ width: 100%; padding-bottom: 0; min-height: 250px; max-height: 300px; } .lesson img{ height: 150px; margin-left: 35%; } .lesson-icon p{ top: 12px; left: 47%; color: #fff; } /* End Lesson */ /* Bennefit */ .benefit-section{ background-color: rgba(59, 149, 240, 0.8); color: #fff; } .benefit-sign-up{ padding-top: 10px; } .benefit-sign-up p{ padding-bottom: 10px; } .benefit-list .sign-up{ background-color: rgb(44, 132, 220); box-shadow: 0 0 10px #3b94b7; border: none; } .benefit-sign-up .sign-up:hover{ background-color: rgba(59, 149, 240, 0.9); } .benefit-sign-up .sign-up:active{ background-color: rgba(59, 149, 240, 0.7); } /* End-Bennefit */ /* Contributor */ .contributor{ height: 1340px; padding-bottom: 50px; } .cards { width: 45%; margin-left: 16px; margin-top: 33px; border-radius: 0px 0px 25px 25px; } .tim{ font-size: 16px; } #image-container:hover { transform: scale(1.4); } .contributor-info .social-links a{ display: inline-block; height: 40px; width: 40px; background: rgba(75, 163, 214, 0.5); margin: 0 3px 10px 0; text-align: center; } /* End-Contributor */ /* Footer */ .footer-logo{ margin-left: 30px; padding-top: 10px; padding-bottom: 60px; } footer{ padding-bottom: 50px; padding-left: 8px; } .footer-col{ width: 27%; padding: 0 15px; } footer ul li a:hover{ padding-left: 0; } footer ul li a:active{ padding-left: 8px; } .footer-col h4::before{ height: 2px; width: 75%; } /* End-Footer */ }
0.243013
0.058966
width: 888px; /* Set to slidorion width. Is equal to #slider + #accordion width */ height: 460px; /* Set to slidorion height. Is equal to #slider and #accordion height */ position: relative; margin: 0 auto; padding: 10px; background: #cbcbcb; border: 1px solid #bbb; -webkit-box-shadow: 0 0 34px #bbb; -moz-box-shadow: 0 0 34px #bbb; } #slider { width: 588px; /* Set to slider width */ height: 460px; /* Set to slider height */ position: relative; float: left; overflow: hidden; /* Hides the animations */ } .slider-image { position: relative; } #accordion { width: 300px; /* Set to accordion width */ height: 460px; /* Set to image height */ font-family: Verdana; background: #eee; -webkit-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3); -moz-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3); box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3); position: relative; z-index:998; float: left; } #accordion .header { height: 36px; color: #333; background: linear-gradient(180deg,#EBEBEB, #fff); background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%); background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%); background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%); background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%); background: linear-gradient(top, #ededed 59%,#dcdcdc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dcdcdc',GradientType=0 ); border: none; border-top: 1px solid #ccc; } #accordion .header a { background: none; padding: 8px 14px; text-decoration: none; font-weight: bold; font-size: 12px; display: block; } #accordion .header a:hover { background: #ededed; cursor: pointer; } #accordion .header a.active { border-bottom: none; background-color: #676767 !important; color: #fff; } #accordion .content { height: 257px; /* This height needs to be changed as it depends on the accordion height and number of tabs */ font-weight: bold; font-size: 12px; margin: 0; padding: 16px; border: none; background: #d6d6d6; background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%); background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%); background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%); background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%); background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); overflow:auto; } .slider-image img{ opacity: 1; } .content p{ text-indent: 15px; }
public/static/css/slidorion.css
width: 888px; /* Set to slidorion width. Is equal to #slider + #accordion width */ height: 460px; /* Set to slidorion height. Is equal to #slider and #accordion height */ position: relative; margin: 0 auto; padding: 10px; background: #cbcbcb; border: 1px solid #bbb; -webkit-box-shadow: 0 0 34px #bbb; -moz-box-shadow: 0 0 34px #bbb; } #slider { width: 588px; /* Set to slider width */ height: 460px; /* Set to slider height */ position: relative; float: left; overflow: hidden; /* Hides the animations */ } .slider-image { position: relative; } #accordion { width: 300px; /* Set to accordion width */ height: 460px; /* Set to image height */ font-family: Verdana; background: #eee; -webkit-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3); -moz-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3); box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3); position: relative; z-index:998; float: left; } #accordion .header { height: 36px; color: #333; background: linear-gradient(180deg,#EBEBEB, #fff); background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%); background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%); background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%); background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%); background: linear-gradient(top, #ededed 59%,#dcdcdc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dcdcdc',GradientType=0 ); border: none; border-top: 1px solid #ccc; } #accordion .header a { background: none; padding: 8px 14px; text-decoration: none; font-weight: bold; font-size: 12px; display: block; } #accordion .header a:hover { background: #ededed; cursor: pointer; } #accordion .header a.active { border-bottom: none; background-color: #676767 !important; color: #fff; } #accordion .content { height: 257px; /* This height needs to be changed as it depends on the accordion height and number of tabs */ font-weight: bold; font-size: 12px; margin: 0; padding: 16px; border: none; background: #d6d6d6; background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%); background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%); background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%); background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%); background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); overflow:auto; } .slider-image img{ opacity: 1; } .content p{ text-indent: 15px; }
0.201499
0.07117
@import "css/reset.css"; /* General */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ body { background: #ccc; font: normal 12px Verdana, sans-serif; color: #777; line-height:18px; border-top: 4px solid #fd7800; } a { color: #000; outline: 0; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:active, a:hover { color: #ccc; text-decoration: none; } h1,h2,h3,h4,h5,h6 { color: #000; margin-bottom: 18px; } h1 { font-weight: normal; font-size: 30px; line-height: 36px; } h2 { font-weight: normal; font-size: 24px; line-height: 30px; } h3 { font-weight: normal; font-size: 18px; line-height: 24px; } h4 { font-weight: normal; font-size: 12px; line-height: 18px; } hr { background-color: #c6c6c6; border:0; height: 1px; margin-bottom: 18px; clear:both; } div.hr { height: 1px; background: #c6c6c6; } div.hr2 { height: 1px; background: #c6c6c6; } div.hr hr, div.hr2 hr { display: none; } p { padding: 0 0 0.5em; line-height:1.6em; } ul { list-style: square; margin: 0 0 18px 0; } ol { list-style: decimal; margin: 0 0 18px 1.5em; } ol ol { list-style:upper-alpha; } ol ol ol { list-style:lower-roman; } ol ol ol ol { list-style:lower-alpha; } ul ul, ol ol, ul ol, ol ul { margin-bottom:0; } dl { margin:0 0 24px 0; } dt { font-weight: bold; } dd { margin-bottom: 18px; } strong { font-weight: bold; color: #000; } cite, em, i { font-style: italic; border: none; } big { font-size: 131.25%; } ins { background: #FFFFCC; border: none; color: #333; } del { text-decoration: line-through; color: #555; } blockquote { font-style: italic; padding: 0 3em; } blockquote cite, blockquote em, blockquote i { font-style: normal; } pre { background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: 1.5em; overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } abbr, acronym { border-bottom: 1px solid #666; cursor: help; } ins { text-decoration: none; } sup, sub { height: 0; line-height: 1; vertical-align: baseline; position: relative; font-size: 10px; } sup { bottom: 1ex; } sub { top: .5ex; } p, ul, ol, dd, pre, hr { margin-bottom:10px; } ul ul, ol ol, ul ol, ol ul { margin-bottom:0; } pre, kbd, tt, var { font-size: 15px; line-height: 21px; } code { font-size: 13px; } strong, b, dt, th { color: #000; } /* main_container */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #wrapper { padding: 0px 0px; margin-top: 20px; } /* header*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #search-header{ margin-top:15px; padding-bottom:13px; } #search-header #search{ background: #222; } #search-header #search #s{ background: #222; font-size:12px; color: #aaa; } #header_container{ padding-bottom: 25px; padding-top: 0px; background: #fff; } #header { } #header2 { } #content_container{ padding-top: 15px; } #left-col { padding: 10px 20px; padding-left: 0px; background: #fff; } /*footer*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #footer { padding: 5px 20px; background: #ddd; } #footer-container{ padding: 5px 20px; background: #303030; border-top: 8px solid #000; font-size:11px; } #footer-info { color:#ccc; text-align:left; background: #1b1b1b; padding: 20px 0; } #footer-info a{ text-decoration:none; color: #fff; } #footer-info a:hover{ color: #ebebeb; } #copyright{float: left;} .scroll-top { text-align:right; } #footer-widget{ padding: 8px 0px 8px 0px; color:#6f6f6f; } #footer-widget #search { width:120px; height:28px; background: #222; margin-left: 0px; position: relative; border: 1px solid #666; } #footer-widget #search #s { width:110px; height:23px; border:0px; margin-left:7px; margin-right:10px; margin-top:3px; color:#fff; display: inline; background: #222; float: left; } #footer-widget #calendar_wrap { padding: 8px 0px; } #footer-widget #wp-calendar td{ padding:2px; background: #000; color: #fff; } #footer-widget .textwidget { padding: 5px 0px; line-height: 23px; } #footer-widget .widget_tag_cloud a{ text-decoration: none; margin: 5px; line-height: 24px; margin-left: 0px; color: #6f6f6f; } #footer-widget .widget_tag_cloud a:hover{ color: #fff; } #footer-widget .widget-container ul li a { color:#fd7800; } #footer-widget .widget-container ul li a:hover { color: #ccc; } #footer-widget .widget-container h3 { color: #a5a5a5; text-transform: uppercase; margin-bottom: 0px; padding-top: 10px; padding-left: 0px; font-size: 25px; padding-bottom: 8px; font-weight: bold; } #footer-widget .widget-container ul li { padding: 5px 0px; background: none; } #footer-widget ul { margin-left: 0px; } #footer-bar1 { padding-right: 40px; } #footer-bar2 { padding-right: 40px; } #footer-bar3 { } #footer-bar4 { } span#follow-box{ position: absolute; right: 100px; } span#follow-box img{ margin: 0 2px; } /*logo*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #logo { margin: 0px 0px 0px 0px; } #logo2 { margin: 0px 0px 0px 0px; float: left; } #logo img{ border: none; } #logo2{ text-decoration: none; font-size: 42px; letter-spacing: -1pt; font-weight: bold; font-family:arial, "Times New Roman", Times, serif; text-align: left; line-height: 57px; padding-left: 0px; } #logo2 a, #slogan{ color: #fd7800; } #slogan{ text-align: left; padding-left: 0px; } /*search*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #search { width:180px; height:28px; border: 1px solid #ccc; margin-left: 10px; position: relative; } #sidebar #search { margin-top: 20px; } #search #searchsubmit { background:url(images/go-btn.png) no-repeat top right; width:28px; height:28px; border:0px; position:absolute; right: -35px; } #search #s { width:170px; height:23px; border:0px; margin-left:7px; margin-right:10px; margin-top:3px; color:#000; display: inline; float: left; } /*menu bar*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #menu_container{ padding-top: 0px; } /*responsive menu*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ /* default style */ .selectnav { display: none; } /* small screen */ @media screen and (max-width: 600px) { .js #nav { display: none; } .js #nav2 { display: none; } .js .selectnav { display: block; } } /*welcome*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #welcome_container h1{ margin-top: 0px; } /*homepage boxes*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #box_container{ padding-top: 35px; padding-bottom: 15px; } .box-head { float: left; padding-bottom: 20px; } .box-head img{ } .title-head{ padding-top:2px; } .title-box{ color: #333; line-height: 15px; text-transform: uppercase; } .title-box h1 { font-size: 25px; margin-bottom: 3px; } .box-content { float: left; padding-top: 10px; line-height: 20px; } /* POST */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .post { overflow: hidden; -ms-word-wrap: break-word; word-wrap: break-word; } .post-shadow{ background: url("images/post_shadow.png") no-repeat bottom; height: 9px; margin-bottom: 25px; } .post ol{ margin-left: 20px; } .post ul { margin-left: 15px; } .post-entry ul { margin: 0 0 10px 10px; } .post-entry ul li { display: block; margin: 5px 0; padding: 0 0 0 20px; background: url(images/bullet.png) no-repeat 0 7px; } .post-entry ol { list-style: decimal; margin: 0 0 18px 1.6em; } .post-entry ol li { list-style: decimal; } .post-entry { padding-bottom: 10px; padding-top: 10px; overflow: hidden; } .post-head { margin-bottom: 5px; padding-top: 15px; } .post-head h1 a, .post-head h1 { text-decoration:none; color:#000; margin: 0px; font-size: 27px; } .post-head h1 a:hover { color:#777; } .post-head-notfound h1, .post-head-404 h1, .post-head-archive h1, .post-head-search h1 { margin-bottom: 10px; font-weight:normal; text-decoration:none; color:#000; font-size: 27px; } .post-thumb img { border: 0px solid #ebebeb; } .post-entry img{ margin-bottom: 10px; height:auto; max-width:100% !important; } .meta-data{ line-height: 16px; padding: 6px 3px; margin-bottom: 3px; font-size: 11px; border-bottom: 1px solid #e9e9e9; } .meta-data a{ color: #fd7800; } .meta-data a:hover{ color: #777; } .read-more { color: #000; background: #fff; padding: 4px 12px; border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: inline-block; font-size: 11px; font-weight: bold; text-decoration: none; text-transform: capitalize; cursor: pointer; margin-top: 20px; line-height: 21px; } .read-more:hover{ background: #fff; color: #666; } .clear { clear:both; } .sticky { border-bottom: 1px solid #000; } .entry-thumbnail img { display: block; margin: 0 auto 10px; } /* content */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #content_container table { border: 1px solid #e7e7e7; margin: 0 -1px 24px 0; text-align: left; width: 100%; } #content_container tr th, #content_container thead th { color: #888; font-size: 12px; font-weight: bold; line-height: 18px; padding: 9px 10px; } #content_container tr td { padding: 6px 10px; } #content_container tr.odd td { background: #f2f7fc; } /* sidebar*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #sidebar { padding:0px 20px 20px 0px; } #sidebar ul { list-style: none; } #sidebar { word-wrap: break-word;} /* Buttons */ button, input[type="submit"], input[type="button"], input[type="reset"] { padding: 5px 15px; } /* =Comments -------------------------------------------------------------- */ #comments { clear: both; } #comments .navigation { padding: 0 0 18px 0; } h3#comments-title, h3#reply-title { color: #000; font-size: 20px; margin-bottom: 0; } h3#comments-title { padding: 24px 0; font-weight: normal; font-size: 16px; } .commentlist { list-style: none; margin: 0; border-left: 1px solid #bababa; } .commentlist li.comment { border-bottom: 1px solid #bababa; line-height: 24px; margin: 0 0 24px 0; padding: 0 0 0 30px; } .commentlist li:last-child { border-bottom: none; margin-bottom: 0; } #comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; } #comments .comment-body p:last-child { margin-bottom: 6px; } #comments .comment-body blockquote p:last-child { margin-bottom: 24px; } #comments .comment-body ul { margin: 0 0 10px 10px; } #comments .comment-body ul li { display: block; margin: 5px 0; padding: 0 0 0 20px; background: url(images/bullet.png) no-repeat 0 7px; } #comments .comment-body ol { margin: 5px 0 15px 20px; } #comments .comment-body ol li { margin: 5px 0; list-style: decimal; padding: 0 0 0 5px; } .commentlist ol { list-style: decimal; } .commentlist .avatar { padding: 4px; border: 1px solid #e6e1db; float: left; margin-right: 8px; } .comment-author .fn a{ text-decoration: none; } .comment-author cite { color: #000; font-style: normal; font-weight: bold; } .comment-author .says { font-style: italic; } .comment-meta { font-size: 12px; margin: 0 0 18px 0; } .comment-meta a:link, .comment-meta a:visited { color:#999999; text-decoration: none; } .comment-meta a:active, .comment-meta a:hover { color:#999999; } .commentlist .even { } .commentlist .bypostauthor { } .reply { font-size: 12px; padding: 0 0 24px 0; } .reply a { background:#ebebeb; text-decoration:none; width:53px; height:23px; display:block; text-align:center; color: #777; } .reply a:hover { background-color:#d2d2d2; } .commentlist .children { list-style: none; margin: 0; } .commentlist .children li { border: none; margin: 0; } .nopassword, .nocomments { display: none; } #comments .pingback { border-bottom: 1px solid #bababa; margin-bottom: 18px; padding-bottom: 18px; } .commentlist li.comment+li.pingback { margin-top: -6px; } #comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; } #comments .pingback .url { font-size: 13px; font-style: italic; } /* Comments form */ input[type=submit] { color: #000!important; cursor: pointer; display:block; border: 1px solid #ddd; background-color: #fff!important; } #respond { margin: 24px 0; overflow: hidden; position: relative; } #respond p { margin: 0; } #respond .comment-notes { margin-bottom: 1em; } .form-allowed-tags { line-height: 1em; } .children #respond { margin: 0 48px 0 0; } h3#reply-title { margin: 18px 0; font-weight: normal; } #comments-list #respond { margin: 0 0 18px 0; } #comments-list ul #respond { margin: 0; } #cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; } #respond .required { color: #ff4b33; font-weight: bold; } #respond label { color: #888; font-size: 12px; } #respond input { margin: 0 0 9px; width: 95%; border:1px solid #ccc; background: #fff; padding: 5px; color: #000; } #respond textarea { width: 95%; border:1px solid #ccc; background: #fff; color: #000; padding: 5px; } #respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; } #respond .form-allowed-tags code { font-size: 11px; } #respond .form-submit { margin: 12px 0; } #respond .form-submit input { font-size: 14px; width: auto; } /*contact form*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .contactform label { float:left; width:100px; font-size:12px; padding-top:4px; margin-right: 10px; color: #333; display:block; } .contactform input { padding:5px; width:350px; border:1px solid #ebebeb; color: #666; } .contactform textarea { color: #666; height:100px; width:350px; padding:5px; border:1px solid #ebebeb; } .contactform p { margin-bottom:10px; } .contactform .submit input { width: auto; padding: 5px 18px; background: #ebebeb; border: 0; font-size: 14px; color: #777; float: right; margin-right: 145px; } .contactform .submit input:hover { background-color:#d2d2d2; cursor:pointer; } .needsfilled { background:#d2d2d2; color:white; } #sidebar-contact{ padding-left: 10px; } /*gallery-wp*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #gallery-wp a{ text-decoration: none; font-size: 18px; } .gallery-caption { margin: 0 0 5px; } /*--navigation--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .navigation { float: left; width: 100%; margin: 20px 0; } .navigation .alignleft a { float: left; } .navigation .alignright a { float: right; } #nav-single { overflow:hidden; margin-top:20px; margin-bottom:10px; } .nav-previous { float: left; width: 50%; } .nav-next { float: right; text-align: right; width: 50%; } /*--slider--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #slider_container { background: #fff; } #slider_container h1{ color: #000; } #slider_container p{ color: #000; } .flex-caption{ background: #232323; color: #fff; padding: 7px; } .flexslider p{ margin: 0px; } /*--wp-pagenavi--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .wp-pagenavi { color: #464646; margin-top: 30px; } .wp-pagenavi a { margin-left: 3px; padding: 3px 7px; text-decoration: none; } .wp-pagenavi a.page { padding: 2px 5px; margin: 2px; text-decoration: none; background: #f6f6f6; } .wp-pagenavi span.current { padding: 2px 5px; margin: 2px; font-weight: bold; background: #000; color: #fff; } .wp-pagenavi span.extend { padding: 2px 5px; margin: 2px; background: #f6f6f6; text-decoration: none; } .wp-pagenavi span.pages { padding: 2px 5px; margin: 2px; background: #f6f6f6; } /*--sub head and breadcrumbs--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #subhead_container{ padding: 7px 0px; } #subhead h1{ color: #000; padding-top: 10px; padding-left: 0px; font-size: 30px; } #breadcrumbs { padding-left: 25px; margin-bottom: 15px; color: #9e9e9e; margin:0 auto; width: 964px; font-size: 10px; } #breadcrumbs a{ text-decoration: none; color: #9e9e9e; } /*--widget-formatting*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ /*general*/ .widget-container-primary { background: #fff; padding-bottom: 20px; } .widget-container-primary ul li a { text-decoration:none; color:#fd7800; } .widget-container-primary ul li a:hover { text-decoration:none; color:#333; } .widget-container-primary h3 { color: #fff; overflow: hidden; font-size: 18px; font-weight: 500; padding: 0; margin: 0; } .widget-container-primary .widget-title{ color: #333; display:block; padding: 10px; margin-bottom: 10px; } .widget-container-primary .widget-title span{ } .widget-container-primary ul li { padding: 0px 0px 0px 20px; margin-left: 12px; margin-right: 15px; } .widget-container-primary ul li { background: url("images/bullet.png") no-repeat 0px 7px; } .widget-container-primary ul li ul li{ margin-left: 12px; } /*widgets*/ .textwidget { padding: 5px 11px; } #calendar_wrap { text-align: left; padding: 8px 15px; margin: 0; } #wp-calendar { text-align: left; margin-top: 5px; width: 100%; } #footer-widget #wp-calendar a{ color: #fd7800; } #footer-widget #wp-calendar a:hover{ color: #ccc; } #wp-calendar caption{ font-weight: normal; font-size: 14px; margin-bottom: .4em; } #wp-calendar td{ padding:10px; } #wp-calendar #today{ font-weight: bold; color: #000; } #wp-calendar th{ color: #000; } .widget_tag_cloud a{ text-decoration: none; margin: 5px; line-height: 24px; } /*Alignments */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .alignleft, img.alignleft { display: inline; float: left; margin-right: 22px; margin-top: 9px; } .alignright, img.alignright { display: inline; float: right; margin-left: 22px; margin-top: 8px; } .aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .alignleft, .alignright, .aligncenter, img.alignleft, img.alignright, img.aligncenter { margin-bottom: 10px; } .wp-caption { border: none; background: #f1f1f1; color: #888; font-size: 12px; line-height: 18px; text-align: center; margin-bottom: 15px; padding: 4px; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; max-width:96%; } .wp-caption img { border:0 none; margin: 0px; height:auto; max-width:98.5%; padding:0; width:auto; } .wp-caption p.wp-caption-text { font-size:11px; line-height:18px; margin:0; padding:0 4px 5px; } a img.aligncenter { display:block; margin-left:auto; margin-right:auto; } .wp-smiley { margin:0; } /* WooCommerce compatibility styles */ .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty { margin-bottom: 0; } .woocommerce-tabs .panel { background: none; border: none; } .woocommerce h1 { font-size: 24px; line-height: 27px; } .woocommerce h2 { font-size: 18px; line-height: 24px; } .woocommerce h3 { font-size: 14px; line-height: 21px; margin-top: 0; } .button.alt { color: #fff !important; } .woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li, .woocommerce-pagination ul li { background: none; list-style: none; padding-left: 0; } .woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input, .woocommerce #payment ul.payment_methods li label, .woocommerce-page #payment ul.payment_methods li label { display: inline; } #slider_container h1 { font-size: 25px; }
public/css/discover-style.css
@import "css/reset.css"; /* General */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ body { background: #ccc; font: normal 12px Verdana, sans-serif; color: #777; line-height:18px; border-top: 4px solid #fd7800; } a { color: #000; outline: 0; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:active, a:hover { color: #ccc; text-decoration: none; } h1,h2,h3,h4,h5,h6 { color: #000; margin-bottom: 18px; } h1 { font-weight: normal; font-size: 30px; line-height: 36px; } h2 { font-weight: normal; font-size: 24px; line-height: 30px; } h3 { font-weight: normal; font-size: 18px; line-height: 24px; } h4 { font-weight: normal; font-size: 12px; line-height: 18px; } hr { background-color: #c6c6c6; border:0; height: 1px; margin-bottom: 18px; clear:both; } div.hr { height: 1px; background: #c6c6c6; } div.hr2 { height: 1px; background: #c6c6c6; } div.hr hr, div.hr2 hr { display: none; } p { padding: 0 0 0.5em; line-height:1.6em; } ul { list-style: square; margin: 0 0 18px 0; } ol { list-style: decimal; margin: 0 0 18px 1.5em; } ol ol { list-style:upper-alpha; } ol ol ol { list-style:lower-roman; } ol ol ol ol { list-style:lower-alpha; } ul ul, ol ol, ul ol, ol ul { margin-bottom:0; } dl { margin:0 0 24px 0; } dt { font-weight: bold; } dd { margin-bottom: 18px; } strong { font-weight: bold; color: #000; } cite, em, i { font-style: italic; border: none; } big { font-size: 131.25%; } ins { background: #FFFFCC; border: none; color: #333; } del { text-decoration: line-through; color: #555; } blockquote { font-style: italic; padding: 0 3em; } blockquote cite, blockquote em, blockquote i { font-style: normal; } pre { background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: 1.5em; overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } abbr, acronym { border-bottom: 1px solid #666; cursor: help; } ins { text-decoration: none; } sup, sub { height: 0; line-height: 1; vertical-align: baseline; position: relative; font-size: 10px; } sup { bottom: 1ex; } sub { top: .5ex; } p, ul, ol, dd, pre, hr { margin-bottom:10px; } ul ul, ol ol, ul ol, ol ul { margin-bottom:0; } pre, kbd, tt, var { font-size: 15px; line-height: 21px; } code { font-size: 13px; } strong, b, dt, th { color: #000; } /* main_container */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #wrapper { padding: 0px 0px; margin-top: 20px; } /* header*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #search-header{ margin-top:15px; padding-bottom:13px; } #search-header #search{ background: #222; } #search-header #search #s{ background: #222; font-size:12px; color: #aaa; } #header_container{ padding-bottom: 25px; padding-top: 0px; background: #fff; } #header { } #header2 { } #content_container{ padding-top: 15px; } #left-col { padding: 10px 20px; padding-left: 0px; background: #fff; } /*footer*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #footer { padding: 5px 20px; background: #ddd; } #footer-container{ padding: 5px 20px; background: #303030; border-top: 8px solid #000; font-size:11px; } #footer-info { color:#ccc; text-align:left; background: #1b1b1b; padding: 20px 0; } #footer-info a{ text-decoration:none; color: #fff; } #footer-info a:hover{ color: #ebebeb; } #copyright{float: left;} .scroll-top { text-align:right; } #footer-widget{ padding: 8px 0px 8px 0px; color:#6f6f6f; } #footer-widget #search { width:120px; height:28px; background: #222; margin-left: 0px; position: relative; border: 1px solid #666; } #footer-widget #search #s { width:110px; height:23px; border:0px; margin-left:7px; margin-right:10px; margin-top:3px; color:#fff; display: inline; background: #222; float: left; } #footer-widget #calendar_wrap { padding: 8px 0px; } #footer-widget #wp-calendar td{ padding:2px; background: #000; color: #fff; } #footer-widget .textwidget { padding: 5px 0px; line-height: 23px; } #footer-widget .widget_tag_cloud a{ text-decoration: none; margin: 5px; line-height: 24px; margin-left: 0px; color: #6f6f6f; } #footer-widget .widget_tag_cloud a:hover{ color: #fff; } #footer-widget .widget-container ul li a { color:#fd7800; } #footer-widget .widget-container ul li a:hover { color: #ccc; } #footer-widget .widget-container h3 { color: #a5a5a5; text-transform: uppercase; margin-bottom: 0px; padding-top: 10px; padding-left: 0px; font-size: 25px; padding-bottom: 8px; font-weight: bold; } #footer-widget .widget-container ul li { padding: 5px 0px; background: none; } #footer-widget ul { margin-left: 0px; } #footer-bar1 { padding-right: 40px; } #footer-bar2 { padding-right: 40px; } #footer-bar3 { } #footer-bar4 { } span#follow-box{ position: absolute; right: 100px; } span#follow-box img{ margin: 0 2px; } /*logo*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #logo { margin: 0px 0px 0px 0px; } #logo2 { margin: 0px 0px 0px 0px; float: left; } #logo img{ border: none; } #logo2{ text-decoration: none; font-size: 42px; letter-spacing: -1pt; font-weight: bold; font-family:arial, "Times New Roman", Times, serif; text-align: left; line-height: 57px; padding-left: 0px; } #logo2 a, #slogan{ color: #fd7800; } #slogan{ text-align: left; padding-left: 0px; } /*search*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #search { width:180px; height:28px; border: 1px solid #ccc; margin-left: 10px; position: relative; } #sidebar #search { margin-top: 20px; } #search #searchsubmit { background:url(images/go-btn.png) no-repeat top right; width:28px; height:28px; border:0px; position:absolute; right: -35px; } #search #s { width:170px; height:23px; border:0px; margin-left:7px; margin-right:10px; margin-top:3px; color:#000; display: inline; float: left; } /*menu bar*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #menu_container{ padding-top: 0px; } /*responsive menu*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ /* default style */ .selectnav { display: none; } /* small screen */ @media screen and (max-width: 600px) { .js #nav { display: none; } .js #nav2 { display: none; } .js .selectnav { display: block; } } /*welcome*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #welcome_container h1{ margin-top: 0px; } /*homepage boxes*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #box_container{ padding-top: 35px; padding-bottom: 15px; } .box-head { float: left; padding-bottom: 20px; } .box-head img{ } .title-head{ padding-top:2px; } .title-box{ color: #333; line-height: 15px; text-transform: uppercase; } .title-box h1 { font-size: 25px; margin-bottom: 3px; } .box-content { float: left; padding-top: 10px; line-height: 20px; } /* POST */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .post { overflow: hidden; -ms-word-wrap: break-word; word-wrap: break-word; } .post-shadow{ background: url("images/post_shadow.png") no-repeat bottom; height: 9px; margin-bottom: 25px; } .post ol{ margin-left: 20px; } .post ul { margin-left: 15px; } .post-entry ul { margin: 0 0 10px 10px; } .post-entry ul li { display: block; margin: 5px 0; padding: 0 0 0 20px; background: url(images/bullet.png) no-repeat 0 7px; } .post-entry ol { list-style: decimal; margin: 0 0 18px 1.6em; } .post-entry ol li { list-style: decimal; } .post-entry { padding-bottom: 10px; padding-top: 10px; overflow: hidden; } .post-head { margin-bottom: 5px; padding-top: 15px; } .post-head h1 a, .post-head h1 { text-decoration:none; color:#000; margin: 0px; font-size: 27px; } .post-head h1 a:hover { color:#777; } .post-head-notfound h1, .post-head-404 h1, .post-head-archive h1, .post-head-search h1 { margin-bottom: 10px; font-weight:normal; text-decoration:none; color:#000; font-size: 27px; } .post-thumb img { border: 0px solid #ebebeb; } .post-entry img{ margin-bottom: 10px; height:auto; max-width:100% !important; } .meta-data{ line-height: 16px; padding: 6px 3px; margin-bottom: 3px; font-size: 11px; border-bottom: 1px solid #e9e9e9; } .meta-data a{ color: #fd7800; } .meta-data a:hover{ color: #777; } .read-more { color: #000; background: #fff; padding: 4px 12px; border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: inline-block; font-size: 11px; font-weight: bold; text-decoration: none; text-transform: capitalize; cursor: pointer; margin-top: 20px; line-height: 21px; } .read-more:hover{ background: #fff; color: #666; } .clear { clear:both; } .sticky { border-bottom: 1px solid #000; } .entry-thumbnail img { display: block; margin: 0 auto 10px; } /* content */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #content_container table { border: 1px solid #e7e7e7; margin: 0 -1px 24px 0; text-align: left; width: 100%; } #content_container tr th, #content_container thead th { color: #888; font-size: 12px; font-weight: bold; line-height: 18px; padding: 9px 10px; } #content_container tr td { padding: 6px 10px; } #content_container tr.odd td { background: #f2f7fc; } /* sidebar*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #sidebar { padding:0px 20px 20px 0px; } #sidebar ul { list-style: none; } #sidebar { word-wrap: break-word;} /* Buttons */ button, input[type="submit"], input[type="button"], input[type="reset"] { padding: 5px 15px; } /* =Comments -------------------------------------------------------------- */ #comments { clear: both; } #comments .navigation { padding: 0 0 18px 0; } h3#comments-title, h3#reply-title { color: #000; font-size: 20px; margin-bottom: 0; } h3#comments-title { padding: 24px 0; font-weight: normal; font-size: 16px; } .commentlist { list-style: none; margin: 0; border-left: 1px solid #bababa; } .commentlist li.comment { border-bottom: 1px solid #bababa; line-height: 24px; margin: 0 0 24px 0; padding: 0 0 0 30px; } .commentlist li:last-child { border-bottom: none; margin-bottom: 0; } #comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; } #comments .comment-body p:last-child { margin-bottom: 6px; } #comments .comment-body blockquote p:last-child { margin-bottom: 24px; } #comments .comment-body ul { margin: 0 0 10px 10px; } #comments .comment-body ul li { display: block; margin: 5px 0; padding: 0 0 0 20px; background: url(images/bullet.png) no-repeat 0 7px; } #comments .comment-body ol { margin: 5px 0 15px 20px; } #comments .comment-body ol li { margin: 5px 0; list-style: decimal; padding: 0 0 0 5px; } .commentlist ol { list-style: decimal; } .commentlist .avatar { padding: 4px; border: 1px solid #e6e1db; float: left; margin-right: 8px; } .comment-author .fn a{ text-decoration: none; } .comment-author cite { color: #000; font-style: normal; font-weight: bold; } .comment-author .says { font-style: italic; } .comment-meta { font-size: 12px; margin: 0 0 18px 0; } .comment-meta a:link, .comment-meta a:visited { color:#999999; text-decoration: none; } .comment-meta a:active, .comment-meta a:hover { color:#999999; } .commentlist .even { } .commentlist .bypostauthor { } .reply { font-size: 12px; padding: 0 0 24px 0; } .reply a { background:#ebebeb; text-decoration:none; width:53px; height:23px; display:block; text-align:center; color: #777; } .reply a:hover { background-color:#d2d2d2; } .commentlist .children { list-style: none; margin: 0; } .commentlist .children li { border: none; margin: 0; } .nopassword, .nocomments { display: none; } #comments .pingback { border-bottom: 1px solid #bababa; margin-bottom: 18px; padding-bottom: 18px; } .commentlist li.comment+li.pingback { margin-top: -6px; } #comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; } #comments .pingback .url { font-size: 13px; font-style: italic; } /* Comments form */ input[type=submit] { color: #000!important; cursor: pointer; display:block; border: 1px solid #ddd; background-color: #fff!important; } #respond { margin: 24px 0; overflow: hidden; position: relative; } #respond p { margin: 0; } #respond .comment-notes { margin-bottom: 1em; } .form-allowed-tags { line-height: 1em; } .children #respond { margin: 0 48px 0 0; } h3#reply-title { margin: 18px 0; font-weight: normal; } #comments-list #respond { margin: 0 0 18px 0; } #comments-list ul #respond { margin: 0; } #cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; } #respond .required { color: #ff4b33; font-weight: bold; } #respond label { color: #888; font-size: 12px; } #respond input { margin: 0 0 9px; width: 95%; border:1px solid #ccc; background: #fff; padding: 5px; color: #000; } #respond textarea { width: 95%; border:1px solid #ccc; background: #fff; color: #000; padding: 5px; } #respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; } #respond .form-allowed-tags code { font-size: 11px; } #respond .form-submit { margin: 12px 0; } #respond .form-submit input { font-size: 14px; width: auto; } /*contact form*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .contactform label { float:left; width:100px; font-size:12px; padding-top:4px; margin-right: 10px; color: #333; display:block; } .contactform input { padding:5px; width:350px; border:1px solid #ebebeb; color: #666; } .contactform textarea { color: #666; height:100px; width:350px; padding:5px; border:1px solid #ebebeb; } .contactform p { margin-bottom:10px; } .contactform .submit input { width: auto; padding: 5px 18px; background: #ebebeb; border: 0; font-size: 14px; color: #777; float: right; margin-right: 145px; } .contactform .submit input:hover { background-color:#d2d2d2; cursor:pointer; } .needsfilled { background:#d2d2d2; color:white; } #sidebar-contact{ padding-left: 10px; } /*gallery-wp*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #gallery-wp a{ text-decoration: none; font-size: 18px; } .gallery-caption { margin: 0 0 5px; } /*--navigation--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .navigation { float: left; width: 100%; margin: 20px 0; } .navigation .alignleft a { float: left; } .navigation .alignright a { float: right; } #nav-single { overflow:hidden; margin-top:20px; margin-bottom:10px; } .nav-previous { float: left; width: 50%; } .nav-next { float: right; text-align: right; width: 50%; } /*--slider--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #slider_container { background: #fff; } #slider_container h1{ color: #000; } #slider_container p{ color: #000; } .flex-caption{ background: #232323; color: #fff; padding: 7px; } .flexslider p{ margin: 0px; } /*--wp-pagenavi--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .wp-pagenavi { color: #464646; margin-top: 30px; } .wp-pagenavi a { margin-left: 3px; padding: 3px 7px; text-decoration: none; } .wp-pagenavi a.page { padding: 2px 5px; margin: 2px; text-decoration: none; background: #f6f6f6; } .wp-pagenavi span.current { padding: 2px 5px; margin: 2px; font-weight: bold; background: #000; color: #fff; } .wp-pagenavi span.extend { padding: 2px 5px; margin: 2px; background: #f6f6f6; text-decoration: none; } .wp-pagenavi span.pages { padding: 2px 5px; margin: 2px; background: #f6f6f6; } /*--sub head and breadcrumbs--*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ #subhead_container{ padding: 7px 0px; } #subhead h1{ color: #000; padding-top: 10px; padding-left: 0px; font-size: 30px; } #breadcrumbs { padding-left: 25px; margin-bottom: 15px; color: #9e9e9e; margin:0 auto; width: 964px; font-size: 10px; } #breadcrumbs a{ text-decoration: none; color: #9e9e9e; } /*--widget-formatting*/ /*////////////////////////////////////////////////////////////////////////////////////////////*/ /*general*/ .widget-container-primary { background: #fff; padding-bottom: 20px; } .widget-container-primary ul li a { text-decoration:none; color:#fd7800; } .widget-container-primary ul li a:hover { text-decoration:none; color:#333; } .widget-container-primary h3 { color: #fff; overflow: hidden; font-size: 18px; font-weight: 500; padding: 0; margin: 0; } .widget-container-primary .widget-title{ color: #333; display:block; padding: 10px; margin-bottom: 10px; } .widget-container-primary .widget-title span{ } .widget-container-primary ul li { padding: 0px 0px 0px 20px; margin-left: 12px; margin-right: 15px; } .widget-container-primary ul li { background: url("images/bullet.png") no-repeat 0px 7px; } .widget-container-primary ul li ul li{ margin-left: 12px; } /*widgets*/ .textwidget { padding: 5px 11px; } #calendar_wrap { text-align: left; padding: 8px 15px; margin: 0; } #wp-calendar { text-align: left; margin-top: 5px; width: 100%; } #footer-widget #wp-calendar a{ color: #fd7800; } #footer-widget #wp-calendar a:hover{ color: #ccc; } #wp-calendar caption{ font-weight: normal; font-size: 14px; margin-bottom: .4em; } #wp-calendar td{ padding:10px; } #wp-calendar #today{ font-weight: bold; color: #000; } #wp-calendar th{ color: #000; } .widget_tag_cloud a{ text-decoration: none; margin: 5px; line-height: 24px; } /*Alignments */ /*////////////////////////////////////////////////////////////////////////////////////////////*/ .alignleft, img.alignleft { display: inline; float: left; margin-right: 22px; margin-top: 9px; } .alignright, img.alignright { display: inline; float: right; margin-left: 22px; margin-top: 8px; } .aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .alignleft, .alignright, .aligncenter, img.alignleft, img.alignright, img.aligncenter { margin-bottom: 10px; } .wp-caption { border: none; background: #f1f1f1; color: #888; font-size: 12px; line-height: 18px; text-align: center; margin-bottom: 15px; padding: 4px; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; max-width:96%; } .wp-caption img { border:0 none; margin: 0px; height:auto; max-width:98.5%; padding:0; width:auto; } .wp-caption p.wp-caption-text { font-size:11px; line-height:18px; margin:0; padding:0 4px 5px; } a img.aligncenter { display:block; margin-left:auto; margin-right:auto; } .wp-smiley { margin:0; } /* WooCommerce compatibility styles */ .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty { margin-bottom: 0; } .woocommerce-tabs .panel { background: none; border: none; } .woocommerce h1 { font-size: 24px; line-height: 27px; } .woocommerce h2 { font-size: 18px; line-height: 24px; } .woocommerce h3 { font-size: 14px; line-height: 21px; margin-top: 0; } .button.alt { color: #fff !important; } .woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li, .woocommerce-pagination ul li { background: none; list-style: none; padding-left: 0; } .woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input, .woocommerce #payment ul.payment_methods li label, .woocommerce-page #payment ul.payment_methods li label { display: inline; } #slider_container h1 { font-size: 25px; }
0.202443
0.060891
* { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; font-family: "Montserrat", sans-serif; } button:focus { outline: none; } body { background: whitesmoke; } body::-webkit-scrollbar { width: 0.35rem; } body::-webkit-scrollbar-track { background: red; background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, red), color-stop(27%, #ff841f), to(#00d4ff)); background: linear-gradient(0, red 0%, #ff841f 27%, #00d4ff 100%); } #root { background-color: whitesmoke; min-height: 100vh; } #root .navbar { background: whitesmoke; color: #222525; } .card { -webkit-box-shadow: 2px 5px 17px -1px #8d8d8da4; box-shadow: 2px 5px 17px -1px #8d8d8da1; } .btn-custom { background: #4947a3; color: #fff; display: inline-block; font-weight: 400; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.24rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } .btn-custom:hover { color: #fff; background-color: #333ba7; } footer { position: absolute; bottom: 0; left: 0; font-size: 14px; width: 100vw; background-color: whitesmoke; opacity: 0.2; } footer .footer-copyright a { text-decoration: none; color: #222525; } /* pulse animation */ .blob { border-radius: 50%; -webkit-box-shadow: 0 0 0 0 black; box-shadow: 0 0 0 0 black; -webkit-transform: scale(1); transform: scale(1); -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); color: #2c2c2c; background-color: rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); } 70% { -webkit-transform: scale(1); transform: scale(1); background-color: rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } } @keyframes pulse { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); color: #2c2c2c; background-color: rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); } 70% { -webkit-transform: scale(1); transform: scale(1); background-color: rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } } /*# sourceMappingURL=style.css.map */
Web/client/src/components/app/css/style.css
* { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; font-family: "Montserrat", sans-serif; } button:focus { outline: none; } body { background: whitesmoke; } body::-webkit-scrollbar { width: 0.35rem; } body::-webkit-scrollbar-track { background: red; background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, red), color-stop(27%, #ff841f), to(#00d4ff)); background: linear-gradient(0, red 0%, #ff841f 27%, #00d4ff 100%); } #root { background-color: whitesmoke; min-height: 100vh; } #root .navbar { background: whitesmoke; color: #222525; } .card { -webkit-box-shadow: 2px 5px 17px -1px #8d8d8da4; box-shadow: 2px 5px 17px -1px #8d8d8da1; } .btn-custom { background: #4947a3; color: #fff; display: inline-block; font-weight: 400; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.24rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } .btn-custom:hover { color: #fff; background-color: #333ba7; } footer { position: absolute; bottom: 0; left: 0; font-size: 14px; width: 100vw; background-color: whitesmoke; opacity: 0.2; } footer .footer-copyright a { text-decoration: none; color: #222525; } /* pulse animation */ .blob { border-radius: 50%; -webkit-box-shadow: 0 0 0 0 black; box-shadow: 0 0 0 0 black; -webkit-transform: scale(1); transform: scale(1); -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); color: #2c2c2c; background-color: rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); } 70% { -webkit-transform: scale(1); transform: scale(1); background-color: rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } } @keyframes pulse { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); color: #2c2c2c; background-color: rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); } 70% { -webkit-transform: scale(1); transform: scale(1); background-color: rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } } /*# sourceMappingURL=style.css.map */
0.380299
0.064124
ink[data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); } [data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); } ink[data-type="redacted"]:hover { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } ink[data-type="redacted"]:active { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted"]:hover { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted"]:active { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } ink[data-type="redacted ease-in"] { color:black; background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); -webkit-transition: background ease-in 1s; -apple-transition: background ease-in 1s; -ms-transition: background ease-in 1s; -o-transition: background ease-in 1s; -xv-transition: background ease-in 1s; -khtml-transition: background ease-in 1s; -kong-transition: background ease-in 1s; } [data-type="redacted ease-in"] { background: black; color:black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); -webkit-transition: background ease-in 1s; -apple-transition: background ease-in 1s; -ms-transition: background ease-in 1s; -o-transition: background ease-in 1s; -xv-transition: background ease-in 1s; -khtml-transition: background ease-in 1s; -kong-transition: background ease-in 1s; } ink[data-type="redacted ease-in"]:hover { color:black; background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } ink[data-type="redacted ease-in"]:active { color:black; background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted ease-in"]:hover { background: transparent; color:black; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted ease-in"]:active { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; color:black; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); }
src/source/redacted.css
ink[data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); } [data-type="redacted"] { background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); } ink[data-type="redacted"]:hover { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } ink[data-type="redacted"]:active { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted"]:hover { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted"]:active { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } ink[data-type="redacted ease-in"] { color:black; background: black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); -webkit-transition: background ease-in 1s; -apple-transition: background ease-in 1s; -ms-transition: background ease-in 1s; -o-transition: background ease-in 1s; -xv-transition: background ease-in 1s; -khtml-transition: background ease-in 1s; -kong-transition: background ease-in 1s; } [data-type="redacted ease-in"] { background: black; color:black; border-radius: 2%; box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); -webkit-transition: background ease-in 1s; -apple-transition: background ease-in 1s; -ms-transition: background ease-in 1s; -o-transition: background ease-in 1s; -xv-transition: background ease-in 1s; -khtml-transition: background ease-in 1s; -kong-transition: background ease-in 1s; } ink[data-type="redacted ease-in"]:hover { color:black; background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } ink[data-type="redacted ease-in"]:active { color:black; background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted ease-in"]:hover { background: transparent; color:black; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); position: static; } [data-type="redacted ease-in"]:active { background: transparent; border-radius: 0%; box-shadow: none; content: " "; height: 1.2em; color:black; -webkit-transform: skewY(-5deg) rotate(5deg); transform: skewY(-5deg) rotate(5deg); }
0.392686
0.263262
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); :root { --black: #242423; --mat-black: #333533; --light-white: #e8eddf; --light-gray: #cfdbd5; --gold: #f5cb5c; } body { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 0.9em; background-color: var(--mat-black); color: var(--light-gray); } header h1 { margin: 0; padding: 5px; text-align: center; background-color: var(--black); color: var(--gold); font-size: 2.5em; } header h2 { margin: 10px auto; text-align: center; } nav { position: sticky; top: 0; margin: 0 15px; background-color: var(--black); padding: 10px; border-radius: 6px; } nav ul { display: flex; padding: 0; justify-content: space-around; align-items: center; margin: auto 10px; } nav li { list-style: none; max-width: fit-content; } nav li a { text-decoration: none; color: var(--light-white); display: block; transition: 400ms; } nav li a:hover { transform: scale(1.1); color: var(--gold); } nav input { border-radius: 6px; width: 200px; height: 25px; } main { display: flex; flex-direction: column; margin: 2em; } main section { display: flex; flex-direction: column; padding: 2em; border: 6px solid var(--light-white); border-radius: 8px; } main section div.sec-content { display: flex; } main section h1#sec-title { text-align: center; margin-top: 0; margin-bottom: 25px; font-size: 2em; font-weight: bold; color: var(--gold); } main section article { width: 50%; } .line { display: none; } article { text-align: justify; border: 3px solid var(--light-white); border-radius: 8px; margin: auto 5%; box-shadow: 0 5px 3px #242423d0; padding: 1.4em; line-height: 1.6em; } article.bottom { margin: 2em auto; width: 40vw; } article h1{ text-align: center; font-size: 1.6em; margin: 4px auto; } footer { margin: 0 2vw 2vw 1vh; background-color: var(--black); text-align: center; padding: 10px; font-style: italic; letter-spacing: 2px; border-radius: 36px; box-shadow: 0 5px 3px #242423d0; } footer span { margin: 1.4em; } @media (min-width: 950px) { nav { display: flex; justify-content: center; } nav ul { white-space: nowrap; max-width: 1000px; margin: 0 auto; } nav li { display: inline-block; width: 20%; margin: 0 50px; } section { max-width: 1000px; margin: 0 auto; } article.bottom { max-width: 850px; } footer { display: flex; justify-content: center; margin: 0 auto 2vh !important; max-width: 400px; } } @media (max-width: 900px) { nav { margin: 0; border-radius: 0 0 6px 6px; } article { width: 80vw !important; } main section { border: none; } main section h1#sec-title { font-size: 2.8em; } main section div.sec-content { display: flex; flex-direction: column; align-items: center; } main section article { margin: 1em 0; } .line { display: block; width: 90vw; color: var(--light-white); } } @media (max-width: 620px) { nav { position: static; } nav ul { position: relative; display: block; padding: 10px; } nav ul li { margin: 12px 0; font-size: 1.8em; } nav li.search { position: absolute; right: 0; top: 0; } nav input#search-bar { height: 60px; } .line { max-width: 400px; } article { max-width: 350px; font-size: 1.5em; } } @media (max-width: 500px){ section { padding: 0; } article, article.bottom { margin: 1em 0; border: none; background-color: var(--mat-black); box-shadow: none; } .bottom-content { display: flex; flex-direction: column; align-items: center; } }
Experiments/HTML & CSS/01/style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); :root { --black: #242423; --mat-black: #333533; --light-white: #e8eddf; --light-gray: #cfdbd5; --gold: #f5cb5c; } body { margin: 0; font-family: 'Montserrat', sans-serif; font-size: 0.9em; background-color: var(--mat-black); color: var(--light-gray); } header h1 { margin: 0; padding: 5px; text-align: center; background-color: var(--black); color: var(--gold); font-size: 2.5em; } header h2 { margin: 10px auto; text-align: center; } nav { position: sticky; top: 0; margin: 0 15px; background-color: var(--black); padding: 10px; border-radius: 6px; } nav ul { display: flex; padding: 0; justify-content: space-around; align-items: center; margin: auto 10px; } nav li { list-style: none; max-width: fit-content; } nav li a { text-decoration: none; color: var(--light-white); display: block; transition: 400ms; } nav li a:hover { transform: scale(1.1); color: var(--gold); } nav input { border-radius: 6px; width: 200px; height: 25px; } main { display: flex; flex-direction: column; margin: 2em; } main section { display: flex; flex-direction: column; padding: 2em; border: 6px solid var(--light-white); border-radius: 8px; } main section div.sec-content { display: flex; } main section h1#sec-title { text-align: center; margin-top: 0; margin-bottom: 25px; font-size: 2em; font-weight: bold; color: var(--gold); } main section article { width: 50%; } .line { display: none; } article { text-align: justify; border: 3px solid var(--light-white); border-radius: 8px; margin: auto 5%; box-shadow: 0 5px 3px #242423d0; padding: 1.4em; line-height: 1.6em; } article.bottom { margin: 2em auto; width: 40vw; } article h1{ text-align: center; font-size: 1.6em; margin: 4px auto; } footer { margin: 0 2vw 2vw 1vh; background-color: var(--black); text-align: center; padding: 10px; font-style: italic; letter-spacing: 2px; border-radius: 36px; box-shadow: 0 5px 3px #242423d0; } footer span { margin: 1.4em; } @media (min-width: 950px) { nav { display: flex; justify-content: center; } nav ul { white-space: nowrap; max-width: 1000px; margin: 0 auto; } nav li { display: inline-block; width: 20%; margin: 0 50px; } section { max-width: 1000px; margin: 0 auto; } article.bottom { max-width: 850px; } footer { display: flex; justify-content: center; margin: 0 auto 2vh !important; max-width: 400px; } } @media (max-width: 900px) { nav { margin: 0; border-radius: 0 0 6px 6px; } article { width: 80vw !important; } main section { border: none; } main section h1#sec-title { font-size: 2.8em; } main section div.sec-content { display: flex; flex-direction: column; align-items: center; } main section article { margin: 1em 0; } .line { display: block; width: 90vw; color: var(--light-white); } } @media (max-width: 620px) { nav { position: static; } nav ul { position: relative; display: block; padding: 10px; } nav ul li { margin: 12px 0; font-size: 1.8em; } nav li.search { position: absolute; right: 0; top: 0; } nav input#search-bar { height: 60px; } .line { max-width: 400px; } article { max-width: 350px; font-size: 1.5em; } } @media (max-width: 500px){ section { padding: 0; } article, article.bottom { margin: 1em 0; border: none; background-color: var(--mat-black); box-shadow: none; } .bottom-content { display: flex; flex-direction: column; align-items: center; } }
0.424054
0.165796
* { margin: 0px; padding: 0px; box-sizing: border-box; } body { overflow-x: hidden; background-color: #11111A; } header { position: fixed; z-index: 2; top: 0; background-color: #15152A; height: 66px; width: 100%; } header h2 { margin-top: 16px; margin-left: 16px; display: inline-block; text-decoration: none; } header h2:hover { color: #00FFBA; transition: .5s; } header img { position: absolute; margin-top: 13px; right: 16px; } a { text-decoration: none; color: #fff; } h1 { font-family: 'Poppins', sans-serif; font-weight: bold; color: #fff; } h2 { font-family: 'Poppins', sans-serif; font-weight: bold; color: #fff; } h3 { font-family: 'Poppins', sans-serif; color: #fff; } h4 { font-family: 'Roboto', sans-serif; color: #fff; } h5 { font-family: 'Roboto', sans-serif; font-weight: 500; color: #fff; } h6 { font-family: 'Roboto', sans-serif; font-weight: lighter; color: #fff; } footer { padding: 5px; color: #fff; } footer a { color: #000000; color: #fff; } footer .social { margin: auto; width: 350px; height: auto; text-align: center; } footer .social img { border-radius: 5px; width: 40px; height: 40px; } footer .pricon a { margin-left: 10px; } footer .year { float: right; } @media only screen and (min-width: 600px) { body { } header { position: fixed; top: 0; height: 66px; width: 100%; } header h2 { margin-top: 16px; margin-left: 16px; display: inline-block; color: #ffffff; } header img { position: absolute; top: 0; right: 16px; } footer { } footer .social { float: left; } footer .pricon { text-decoration: underline; text-align: center; margin-top: 30px; } footer .year { margin-top: 8%; } /* other styles -- desktop */ .nav .line { display: none; } .nav .social { display: none; } } /* other styles -- mobile */ .body { margin-top: 66px; min-height: calc(75vh - 70px); } img { image-rendering: pixelated; } .nav { height: 100%; width: 250px; position: fixed; z-index: 3; top: 0; left: -250px; background-color: #15152A; overflow: auto; padding-top: 60px; transition: .4s; font-family: 'Poppins', sans-serif; } .nav .buttons h2 { display: block; padding: 20px 20px; font-size: 40px; text-decoration: none; } .nav .buttons h2:hover { color: #00ccff; transition: .3s; } .nav .buttons a { display: block; padding: 20px 20px; font-size: 20px; text-decoration: none; } .nav .buttons a h3:hover { color: #00ccff; margin-left: 10px; transition: .3s; } .nav h2.close { position: absolute; top: -16px; right: 16px; margin-left: 50px; font-size: 40px; } .nav .line { text-align: center; padding: 40px; } .nav .social { text-align: center; color: #ffffff; } .nav .social a img { width: 35px; height: 35px; border-radius: 4px; margin: 2px; }
style.css
* { margin: 0px; padding: 0px; box-sizing: border-box; } body { overflow-x: hidden; background-color: #11111A; } header { position: fixed; z-index: 2; top: 0; background-color: #15152A; height: 66px; width: 100%; } header h2 { margin-top: 16px; margin-left: 16px; display: inline-block; text-decoration: none; } header h2:hover { color: #00FFBA; transition: .5s; } header img { position: absolute; margin-top: 13px; right: 16px; } a { text-decoration: none; color: #fff; } h1 { font-family: 'Poppins', sans-serif; font-weight: bold; color: #fff; } h2 { font-family: 'Poppins', sans-serif; font-weight: bold; color: #fff; } h3 { font-family: 'Poppins', sans-serif; color: #fff; } h4 { font-family: 'Roboto', sans-serif; color: #fff; } h5 { font-family: 'Roboto', sans-serif; font-weight: 500; color: #fff; } h6 { font-family: 'Roboto', sans-serif; font-weight: lighter; color: #fff; } footer { padding: 5px; color: #fff; } footer a { color: #000000; color: #fff; } footer .social { margin: auto; width: 350px; height: auto; text-align: center; } footer .social img { border-radius: 5px; width: 40px; height: 40px; } footer .pricon a { margin-left: 10px; } footer .year { float: right; } @media only screen and (min-width: 600px) { body { } header { position: fixed; top: 0; height: 66px; width: 100%; } header h2 { margin-top: 16px; margin-left: 16px; display: inline-block; color: #ffffff; } header img { position: absolute; top: 0; right: 16px; } footer { } footer .social { float: left; } footer .pricon { text-decoration: underline; text-align: center; margin-top: 30px; } footer .year { margin-top: 8%; } /* other styles -- desktop */ .nav .line { display: none; } .nav .social { display: none; } } /* other styles -- mobile */ .body { margin-top: 66px; min-height: calc(75vh - 70px); } img { image-rendering: pixelated; } .nav { height: 100%; width: 250px; position: fixed; z-index: 3; top: 0; left: -250px; background-color: #15152A; overflow: auto; padding-top: 60px; transition: .4s; font-family: 'Poppins', sans-serif; } .nav .buttons h2 { display: block; padding: 20px 20px; font-size: 40px; text-decoration: none; } .nav .buttons h2:hover { color: #00ccff; transition: .3s; } .nav .buttons a { display: block; padding: 20px 20px; font-size: 20px; text-decoration: none; } .nav .buttons a h3:hover { color: #00ccff; margin-left: 10px; transition: .3s; } .nav h2.close { position: absolute; top: -16px; right: 16px; margin-left: 50px; font-size: 40px; } .nav .line { text-align: center; padding: 40px; } .nav .social { text-align: center; color: #ffffff; } .nav .social a img { width: 35px; height: 35px; border-radius: 4px; margin: 2px; }
0.455925
0.094385
position: relative; width: 100%; height: 5em; background: #ffffff44; color: #ccc; display: flex; flex-direction: row; } #cloud-icon-div{ width: 5em; display: flex; align-items: center; justify-content: center; } #cloud-icon{ overflow: hidden; position: relative; width: 3.5em; height: 3.5em; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #ffffff; } #cloud-icon-border{ border-radius: 50%; width: 100%; height: 100%; border: 2.5px solid #eee; box-sizing: border-box; position: absolute; box-shadow: 0px 0px 0.5em inset #000000cc; } #cloud-info-panel{ flex: 1; display: flex; flex-direction: column; justify-content: center; padding-bottom: 0.3em; overflow: hidden; } #cloud-info-service{ color: #aa9; font-size: 80%; } #cloud-info-username{ /* text-align: center; */ margin-bottom: 0.25em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #cloud-info-quota{ overflow: hidden; border-radius: 10em; /* very large value */ position: relative; background: #ffffee22; } #cloud-info-quota-rect{ position: absolute; top: 0px; left: 0px; width: 0%; height: 100%; background: #ffffee33; } #cloud-info-quota-text{ font-size: 80%; text-align: center; } .cloud-click{ opacity: 0.7; transition: opacity 0.3s; } .cloud-click:hover{ opacity: 1; } #cloud-button-sync{ padding: 0.4em; } #cloud-button-sync > img{ width: 1.2em; filter: invert(100%); display: block; } .sync-rotate:hover{ opacity: 0.7; /* do not change opacity when animation */ } .sync-rotate > img{ animation: rotate-sync 3s linear infinite; } @keyframes rotate-sync{ from { transform: rotate(0turn); } to { transform: rotate(1turn); } } #cloud-button{ display: inline-block; position: absolute; right: 0px; } #cloud-button img{ height: 1.5em; filter: invert(100%); transition: filter 0.3s; } #cloud-button.cloud-button-slash:hover img{ filter: invert(20%) sepia(100%) saturate(4000%) brightness(150%); }
gl/styles/cloud-block-style.css
position: relative; width: 100%; height: 5em; background: #ffffff44; color: #ccc; display: flex; flex-direction: row; } #cloud-icon-div{ width: 5em; display: flex; align-items: center; justify-content: center; } #cloud-icon{ overflow: hidden; position: relative; width: 3.5em; height: 3.5em; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #ffffff; } #cloud-icon-border{ border-radius: 50%; width: 100%; height: 100%; border: 2.5px solid #eee; box-sizing: border-box; position: absolute; box-shadow: 0px 0px 0.5em inset #000000cc; } #cloud-info-panel{ flex: 1; display: flex; flex-direction: column; justify-content: center; padding-bottom: 0.3em; overflow: hidden; } #cloud-info-service{ color: #aa9; font-size: 80%; } #cloud-info-username{ /* text-align: center; */ margin-bottom: 0.25em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #cloud-info-quota{ overflow: hidden; border-radius: 10em; /* very large value */ position: relative; background: #ffffee22; } #cloud-info-quota-rect{ position: absolute; top: 0px; left: 0px; width: 0%; height: 100%; background: #ffffee33; } #cloud-info-quota-text{ font-size: 80%; text-align: center; } .cloud-click{ opacity: 0.7; transition: opacity 0.3s; } .cloud-click:hover{ opacity: 1; } #cloud-button-sync{ padding: 0.4em; } #cloud-button-sync > img{ width: 1.2em; filter: invert(100%); display: block; } .sync-rotate:hover{ opacity: 0.7; /* do not change opacity when animation */ } .sync-rotate > img{ animation: rotate-sync 3s linear infinite; } @keyframes rotate-sync{ from { transform: rotate(0turn); } to { transform: rotate(1turn); } } #cloud-button{ display: inline-block; position: absolute; right: 0px; } #cloud-button img{ height: 1.5em; filter: invert(100%); transition: filter 0.3s; } #cloud-button.cloud-button-slash:hover img{ filter: invert(20%) sepia(100%) saturate(4000%) brightness(150%); }
0.454714
0.056888
/* General ----------------------------------------------------------------------------- */ body { padding-top: 70px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Styles for validation helpers ----------------------------------------------------------------------------- */ .field-validation-error { color: #b94a48; } .field-validation-valid { display: none; } input.input-validation-error { border: 1px solid #b94a48; } input[type="checkbox"].input-validation-error { border: 0 none; } .validation-summary-errors { color: #b94a48; } .validation-summary-valid { display: none; } /* Blog ----------------------------------------------------------------------------- */ h2.blog-headline { cursor: pointer; } .tag-cloud { margin: 0 auto; width: 100%; max-width: 600px; height: 250px; } .tag-cloud span { text-shadow: 0px 1px 1px #fff; } /* Revolution Slider ----------------------------------------------------------------------------- */ .slider-banner-container { width: 100%; position: relative; padding: 0; } .slider-banner-fullscreen, .slider-banner-fullwidth { width: 100%; position: relative; } .slider-banner-container ul.slides { display: none; } /*Spinner*/ .tp-loader.spinner2 { background-color: #999; } /*Captions*/ .tp-caption { z-index: 5; } .tp-caption a, .tp-caption a:hover { color: #ffffff; } .tp-caption a.btn-gray, .tp-caption a.btn-gray:hover { color: #333333; } .slideshow .dark-translucent-bg, .slideshow .light-translucent-bg { border-top: none; border-bottom: none; position: absolute; left: 0; top: 0 !important; width: 100%; height: 100%; } .slideshow .dark-translucent-bg { background-color: rgba(0, 0, 0, 0.4); } .slideshow .light-translucent-bg { background-color: rgba(255, 255, 255, 0.4); } .slideshow .dark-translucent-bg:after, .slideshow .light-translucent-bg:after { background-color: transparent; } .xlarge_white { font-size: 68px; font-family: 'Raleway', sans-serif; font-weight: 400; color: #ffffff; line-height: 1.2; } .large_white { font-size: 42px; font-family: 'Raleway', sans-serif; color: #ffffff; line-height: 1.2; } .medium_white { font-size: 24px; color: #ffffff; font-weight: 300; } .small_white { font-size: 16px; color: #ffffff; font-weight: 300; } .xlarge_dark { font-size: 68px; font-family: 'Raleway', sans-serif; font-weight: 400; color: #333; line-height: 1.2; } .large_dark { font-size: 42px; font-family: 'Raleway', sans-serif; color: #333; line-height: 1.2; } .tp-caption.medium_dark { font-family: 'Roboto', sans-serif; font-size: 24px; color: #333; font-weight: 400; letter-spacing: 0; line-height: 1.4583; } .small_dark { font-size: 16px; color: #333; font-weight: 400; } .tp-caption .separator, .tp-caption .separator-2, .tp-caption .separator-3 { width: 500px; } .slider-banner-boxedwidth .tp-caption[data-x="left"] { margin-left: 20px !important; } .slider-banner-boxedwidth .tp-caption[data-x="right"] { margin-right: 20px !important; } /* Large and Medium devices (desktops, tablets less than 1199px) */ @media (max-width: 1199px) { .tp-caption[data-x="left"] { margin-left: 20px !important; } .tp-caption[data-x="right"] { margin-right: 20px !important; } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .tp-caption .separator, .tp-caption .separator-2, .tp-caption .separator-3 { width: 250px; } } /*Slider Moving Button*/ .tp-caption .btn.moving { padding: 10px 0px 20px; } .tp-caption .btn.moving i { display: block; font-size: 24px; line-height: 1px; height: 10px; color: #ffffff; opacity: 1; filter: alpha(opacity=100); } .tp-caption .btn.moving i + i { opacity: 0.66; filter: alpha(opacity=66); } .tp-caption .btn.moving i + i + i { opacity: 0.33; filter: alpha(opacity=33); } .moving i + i + i { -webkit-animation: opacity_first 2s linear infinite; animation: opacity_first 2s linear infinite; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } .moving i + i { -webkit-animation: opacity_second 2s linear infinite; animation: opacity_second 2s linear infinite; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } .moving > i { -webkit-animation: opacity_third 2s linear infinite; animation: opacity_third 2s linear infinite; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } @-webkit-keyframes opacity_first { 0% { opacity: 0.33; filter: alpha(opacity=33); } 24.91% { opacity: 1; filter: alpha(opacity=100); } 49.833% { opacity: 0; filter: alpha(opacity=0); } } @keyframes opacity_first { 0% { opacity: 0.33; filter: alpha(opacity=33); } 24.91% { opacity: 1; filter: alpha(opacity=100); } 49.833% { opacity: 0; filter: alpha(opacity=0); } } @-webkit-keyframes opacity_second { 0% { opacity: 0.66; filter: alpha(opacity=66); } 16.66% { opacity: 1; filter: alpha(opacity=100); } 41.5833% { opacity: 0; filter: alpha(opacity=0); } } @keyframes opacity_second { 0% { opacity: 0.66; filter: alpha(opacity=66); } 16.66% { opacity: 1; filter: alpha(opacity=100); } 41.5833% { opacity: 0; filter: alpha(opacity=0); } } @-webkit-keyframes opacity_third { 0% { opacity: 1; filter: alpha(opacity=100); } 33.33% { opacity: 0; filter: alpha(opacity=0); } } @keyframes opacity_third { 0% { opacity: 1; filter: alpha(opacity=100); } 33.33% { opacity: 0; filter: alpha(opacity=0); } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .tp-caption .btn.moving { position: absolute; bottom: -100px; left: 50%; margin-left: -18px; } } /*Nav Controls*/ /*Prev/Next Nav Controls*/ .tparrows.preview2 { background-color: rgba(0, 0, 0, 0.4); color: #ffffff; -webkit-border-radius: 0px 3px 3px 0; -moz-border-radius: 0px 3px 3px 0; border-radius: 0px 3px 3px 0; } .tp-rightarrow.preview2 { -webkit-border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; } .tparrows.preview2:hover { background-color: rgba(0, 0, 0, 0.8); } .tparrows.preview2:after { content: ""; } .tparrows.preview2:before { font-family: "fontello"; content: "\e876"; color: #ffffff; font-size: 24px; line-height: 60px; left: 22px; position: absolute; } .tp-rightarrow.preview2:before { left: auto; content: "\e877"; right: 22px; } .tparrows.preview2 .tp-arr-titleholder { color: #ffffff; text-transform: none; font-weight: 300; font-family: 'Raleway', sans-serif; } /* Small devices (tablets, phones 768px and Up) */ @media (min-width: 768px) { .tparrows.preview4 { height: 200px; } .tparrows.preview4:after { line-height: 200px; height: 200px; } .tparrows.preview4 .tp-arr-imgholder { height: 200px; } .tparrows.preview4 .tp-arr-imgholder2 { height: 200px; } } /* Medium devices (laptops, tablets, phones 991px and below) */ @media (max-width: 991px) { .tparrows.preview2:before { font-size: 18px; line-height: 40px; left: 15px; } .tp-rightarrow.preview2:before { left: auto; right: 15px; } } /* Medium devices (desktops, tablets less than 991px) */ @media (min-width: 768px) and (max-width: 991px) { .tparrows.preview2 { min-width: 40px; min-height: 40px; } .tparrows.preview2 .tp-arr-titleholder { font-size: 12px; line-height: 40px; letter-spacing: 0px; } .tp-rightarrow.preview2 .tp-arr-titleholder { right: 35px; } .tp-leftarrow.preview2 .tp-arr-titleholder { left: 35px; } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .tparrows.preview2:before { font-size: 16px; line-height: 30px; left: 10px; } .tp-rightarrow.preview2:before { left: auto; right: 10px; } } .tp-bullets.preview4 .bullet, .tp-bullets.preview2 .bullet { background: rgba(0, 0, 0, 0.6) !important; border: none !important; width: 10px !important; height: 10px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-left: 1px !important; margin-right: 1px !important; } .tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected, .tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected { background: #000000 !important; border: none !important; width: 10px !important; height: 10px !important; } .tp-bannertimer { background-image: none; background-color: rgba(9, 175, 223, 0.8); z-index: 21; display: none; height: 2px; } /* Medium devices (netbooks, tablets, phones less than 991px) */ @media (max-width: 991px) { .slideshow .icon.large { font-size: 24px; width: 90px; height: 90px; line-height: 88px; } .slideshow .icon.small { font-size: 15px; width: 35px; height: 35px; line-height: 35px; } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .slideshow .icon.large { font-size: 18px; width: 60px; height: 60px; line-height: 58px; } } /* Extra small devices (phones, less than 480px) */ @media (max-width: 480px) { .slideshow .icon.large { font-size: 18px; width: 35px; height: 35px; line-height: 33px; } }
KoreCMS/Content/Site.css
/* General ----------------------------------------------------------------------------- */ body { padding-top: 70px; padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Styles for validation helpers ----------------------------------------------------------------------------- */ .field-validation-error { color: #b94a48; } .field-validation-valid { display: none; } input.input-validation-error { border: 1px solid #b94a48; } input[type="checkbox"].input-validation-error { border: 0 none; } .validation-summary-errors { color: #b94a48; } .validation-summary-valid { display: none; } /* Blog ----------------------------------------------------------------------------- */ h2.blog-headline { cursor: pointer; } .tag-cloud { margin: 0 auto; width: 100%; max-width: 600px; height: 250px; } .tag-cloud span { text-shadow: 0px 1px 1px #fff; } /* Revolution Slider ----------------------------------------------------------------------------- */ .slider-banner-container { width: 100%; position: relative; padding: 0; } .slider-banner-fullscreen, .slider-banner-fullwidth { width: 100%; position: relative; } .slider-banner-container ul.slides { display: none; } /*Spinner*/ .tp-loader.spinner2 { background-color: #999; } /*Captions*/ .tp-caption { z-index: 5; } .tp-caption a, .tp-caption a:hover { color: #ffffff; } .tp-caption a.btn-gray, .tp-caption a.btn-gray:hover { color: #333333; } .slideshow .dark-translucent-bg, .slideshow .light-translucent-bg { border-top: none; border-bottom: none; position: absolute; left: 0; top: 0 !important; width: 100%; height: 100%; } .slideshow .dark-translucent-bg { background-color: rgba(0, 0, 0, 0.4); } .slideshow .light-translucent-bg { background-color: rgba(255, 255, 255, 0.4); } .slideshow .dark-translucent-bg:after, .slideshow .light-translucent-bg:after { background-color: transparent; } .xlarge_white { font-size: 68px; font-family: 'Raleway', sans-serif; font-weight: 400; color: #ffffff; line-height: 1.2; } .large_white { font-size: 42px; font-family: 'Raleway', sans-serif; color: #ffffff; line-height: 1.2; } .medium_white { font-size: 24px; color: #ffffff; font-weight: 300; } .small_white { font-size: 16px; color: #ffffff; font-weight: 300; } .xlarge_dark { font-size: 68px; font-family: 'Raleway', sans-serif; font-weight: 400; color: #333; line-height: 1.2; } .large_dark { font-size: 42px; font-family: 'Raleway', sans-serif; color: #333; line-height: 1.2; } .tp-caption.medium_dark { font-family: 'Roboto', sans-serif; font-size: 24px; color: #333; font-weight: 400; letter-spacing: 0; line-height: 1.4583; } .small_dark { font-size: 16px; color: #333; font-weight: 400; } .tp-caption .separator, .tp-caption .separator-2, .tp-caption .separator-3 { width: 500px; } .slider-banner-boxedwidth .tp-caption[data-x="left"] { margin-left: 20px !important; } .slider-banner-boxedwidth .tp-caption[data-x="right"] { margin-right: 20px !important; } /* Large and Medium devices (desktops, tablets less than 1199px) */ @media (max-width: 1199px) { .tp-caption[data-x="left"] { margin-left: 20px !important; } .tp-caption[data-x="right"] { margin-right: 20px !important; } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .tp-caption .separator, .tp-caption .separator-2, .tp-caption .separator-3 { width: 250px; } } /*Slider Moving Button*/ .tp-caption .btn.moving { padding: 10px 0px 20px; } .tp-caption .btn.moving i { display: block; font-size: 24px; line-height: 1px; height: 10px; color: #ffffff; opacity: 1; filter: alpha(opacity=100); } .tp-caption .btn.moving i + i { opacity: 0.66; filter: alpha(opacity=66); } .tp-caption .btn.moving i + i + i { opacity: 0.33; filter: alpha(opacity=33); } .moving i + i + i { -webkit-animation: opacity_first 2s linear infinite; animation: opacity_first 2s linear infinite; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } .moving i + i { -webkit-animation: opacity_second 2s linear infinite; animation: opacity_second 2s linear infinite; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } .moving > i { -webkit-animation: opacity_third 2s linear infinite; animation: opacity_third 2s linear infinite; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; } @-webkit-keyframes opacity_first { 0% { opacity: 0.33; filter: alpha(opacity=33); } 24.91% { opacity: 1; filter: alpha(opacity=100); } 49.833% { opacity: 0; filter: alpha(opacity=0); } } @keyframes opacity_first { 0% { opacity: 0.33; filter: alpha(opacity=33); } 24.91% { opacity: 1; filter: alpha(opacity=100); } 49.833% { opacity: 0; filter: alpha(opacity=0); } } @-webkit-keyframes opacity_second { 0% { opacity: 0.66; filter: alpha(opacity=66); } 16.66% { opacity: 1; filter: alpha(opacity=100); } 41.5833% { opacity: 0; filter: alpha(opacity=0); } } @keyframes opacity_second { 0% { opacity: 0.66; filter: alpha(opacity=66); } 16.66% { opacity: 1; filter: alpha(opacity=100); } 41.5833% { opacity: 0; filter: alpha(opacity=0); } } @-webkit-keyframes opacity_third { 0% { opacity: 1; filter: alpha(opacity=100); } 33.33% { opacity: 0; filter: alpha(opacity=0); } } @keyframes opacity_third { 0% { opacity: 1; filter: alpha(opacity=100); } 33.33% { opacity: 0; filter: alpha(opacity=0); } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .tp-caption .btn.moving { position: absolute; bottom: -100px; left: 50%; margin-left: -18px; } } /*Nav Controls*/ /*Prev/Next Nav Controls*/ .tparrows.preview2 { background-color: rgba(0, 0, 0, 0.4); color: #ffffff; -webkit-border-radius: 0px 3px 3px 0; -moz-border-radius: 0px 3px 3px 0; border-radius: 0px 3px 3px 0; } .tp-rightarrow.preview2 { -webkit-border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; } .tparrows.preview2:hover { background-color: rgba(0, 0, 0, 0.8); } .tparrows.preview2:after { content: ""; } .tparrows.preview2:before { font-family: "fontello"; content: "\e876"; color: #ffffff; font-size: 24px; line-height: 60px; left: 22px; position: absolute; } .tp-rightarrow.preview2:before { left: auto; content: "\e877"; right: 22px; } .tparrows.preview2 .tp-arr-titleholder { color: #ffffff; text-transform: none; font-weight: 300; font-family: 'Raleway', sans-serif; } /* Small devices (tablets, phones 768px and Up) */ @media (min-width: 768px) { .tparrows.preview4 { height: 200px; } .tparrows.preview4:after { line-height: 200px; height: 200px; } .tparrows.preview4 .tp-arr-imgholder { height: 200px; } .tparrows.preview4 .tp-arr-imgholder2 { height: 200px; } } /* Medium devices (laptops, tablets, phones 991px and below) */ @media (max-width: 991px) { .tparrows.preview2:before { font-size: 18px; line-height: 40px; left: 15px; } .tp-rightarrow.preview2:before { left: auto; right: 15px; } } /* Medium devices (desktops, tablets less than 991px) */ @media (min-width: 768px) and (max-width: 991px) { .tparrows.preview2 { min-width: 40px; min-height: 40px; } .tparrows.preview2 .tp-arr-titleholder { font-size: 12px; line-height: 40px; letter-spacing: 0px; } .tp-rightarrow.preview2 .tp-arr-titleholder { right: 35px; } .tp-leftarrow.preview2 .tp-arr-titleholder { left: 35px; } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .tparrows.preview2:before { font-size: 16px; line-height: 30px; left: 10px; } .tp-rightarrow.preview2:before { left: auto; right: 10px; } } .tp-bullets.preview4 .bullet, .tp-bullets.preview2 .bullet { background: rgba(0, 0, 0, 0.6) !important; border: none !important; width: 10px !important; height: 10px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-left: 1px !important; margin-right: 1px !important; } .tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected, .tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected { background: #000000 !important; border: none !important; width: 10px !important; height: 10px !important; } .tp-bannertimer { background-image: none; background-color: rgba(9, 175, 223, 0.8); z-index: 21; display: none; height: 2px; } /* Medium devices (netbooks, tablets, phones less than 991px) */ @media (max-width: 991px) { .slideshow .icon.large { font-size: 24px; width: 90px; height: 90px; line-height: 88px; } .slideshow .icon.small { font-size: 15px; width: 35px; height: 35px; line-height: 35px; } } /* Small devices (tablets, phones less than 767px) */ @media (max-width: 767px) { .slideshow .icon.large { font-size: 18px; width: 60px; height: 60px; line-height: 58px; } } /* Extra small devices (phones, less than 480px) */ @media (max-width: 480px) { .slideshow .icon.large { font-size: 18px; width: 35px; height: 35px; line-height: 33px; } }
0.380759
0.061171
* This file defines custom screen styles. */ /* --------------------------------------------------------------------------------------------------- * BEGIN COMPASS PLUGIN IMPORT */ @font-face { font-family: "Gotham"; font-weight: 100; src: url("../font/gotham/gotham-thin.eot"); src: url("../font/gotham/gotham-thin.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-thin.woff") format("woff"), url("../font/gotham/gotham-thin.ttf") format("truetype"), url("../font/gotham/gotham-thin.svg#gotham-thin") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 100; font-style: italic; src: url("../font/gotham/gotham-thinitalic.eot"); src: url("../font/gotham/gotham-thinitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-thinitalic.woff") format("woff"), url("../font/gotham/gotham-thinitalic.ttf") format("truetype"), url("../font/gotham/gotham-thinitalic.svg#gotham-thinitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 200; src: url("../font/gotham/gotham-extralight.eot"); src: url("../font/gotham/gotham-extralight.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-extralight.woff") format("woff"), url("../font/gotham/gotham-extralight.ttf") format("truetype"), url("../font/gotham/gotham-extralight.svg#gotham-extralight") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 200; font-style: italic; src: url("../font/gotham/gotham-extralightitalic.eot"); src: url("../font/gotham/gotham-extralightitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-extralightitalic.woff") format("woff"), url("../font/gotham/gotham-extralightitalic.ttf") format("truetype"), url("../font/gotham/gotham-extralightitalic.svg#gotham-extralightitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 300; src: url("../font/gotham/gotham-light.eot"); src: url("../font/gotham/gotham-light.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-light.woff") format("woff"), url("../font/gotham/gotham-light.ttf") format("truetype"), url("../font/gotham/gotham-light.svg#gotham-light") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 300; font-style: italic; src: url("../font/gotham/gotham-lightitalic.eot"); src: url("../font/gotham/gotham-lightitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-lightitalic.woff") format("woff"), url("../font/gotham/gotham-lightitalic.ttf") format("truetype"), url("../font/gotham/gotham-lightitalic.svg#gotham-lightitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 400; src: url("../font/gotham/gotham-book.eot"); src: url("../font/gotham/gotham-book.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-book.woff") format("woff"), url("../font/gotham/gotham-book.ttf") format("truetype"), url("../font/gotham/gotham-book.svg#gotham-book") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 400; font-style: italic; src: url("../font/gotham/gotham-bookitalic.eot"); src: url("../font/gotham/gotham-bookitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-bookitalic.woff") format("woff"), url("../font/gotham/gotham-bookitalic.ttf") format("truetype"), url("../font/gotham/gotham-bookitalic.svg#gotham-bookitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 600; src: url("../font/gotham/gotham-medium.eot"); src: url("../font/gotham/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-medium.woff") format("woff"), url("../font/gotham/gotham-medium.ttf") format("truetype"), url("../font/gotham/gotham-medium.svg#gotham-medium") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 600; font-style: italic; src: url("../font/gotham/gotham-mediumitalic.eot"); src: url("../font/gotham/gotham-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-mediumitalic.woff") format("woff"), url("../font/gotham/gotham-mediumitalic.ttf") format("truetype"), url("../font/gotham/gotham-mediumitalic.svg#gotham-mediumitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 700; src: url("../font/gotham/gotham-bold.eot"); src: url("../font/gotham/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-bold.woff") format("woff"), url("../font/gotham/gotham-bold.ttf") format("truetype"), url("../font/gotham/gotham-bold.svg#gotham-bold") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 700; font-style: italic; src: url("../font/gotham/gotham-bolditalic.eot"); src: url("../font/gotham/gotham-bolditalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-bolditalic.woff") format("woff"), url("../font/gotham/gotham-bolditalic.ttf") format("truetype"), url("../font/gotham/gotham-bolditalic.svg#gotham-bolditalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 800; src: url("../font/gotham/gotham-black.eot"); src: url("../font/gotham/gotham-black.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-black.woff") format("woff"), url("../font/gotham/gotham-black.ttf") format("truetype"), url("../font/gotham/gotham-black.svg#gotham-black") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 800; font-style: italic; src: url("../font/gotham/gotham-blackitalic.eot"); src: url("../font/gotham/gotham-blackitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-blackitalic.woff") format("woff"), url("../font/gotham/gotham-blackitalic.ttf") format("truetype"), url("../font/gotham/gotham-blackitalic.svg#gotham-blackitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 900; src: url("../font/gotham/gotham-ultra.eot"); src: url("../font/gotham/gotham-ultra.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-ultra.woff") format("woff"), url("../font/gotham/gotham-ultra.ttf") format("truetype"), url("../font/gotham/gotham-ultra.svg#gotham-ultra") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 900; font-style: italic; src: url("../font/gotham/gotham-ultraitalic.eot"); src: url("../font/gotham/gotham-ultraitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-ultraitalic.woff") format("woff"), url("../font/gotham/gotham-ultraitalic.ttf") format("truetype"), url("../font/gotham/gotham-ultraitalic.svg#gotham-ultraitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 200; src: url("../font/source-sans-pro/sourcesanspro-extralight.eot"); src: url("../font/source-sans-pro/sourcesanspro-extralight.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-extralight.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-extralight.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-extralight.svg#sourcesanspro-extralight") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 200; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-extralightitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-extralightitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-extralightitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-extralightitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-extralightitalic.svg#sourcesanspro-extralightitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 300; src: url("../font/source-sans-pro/sourcesanspro-light.eot"); src: url("../font/source-sans-pro/sourcesanspro-light.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-light.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-light.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-light.svg#sourcesanspro-light") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 300; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-lightitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-lightitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-lightitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-lightitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-lightitalic.svg#sourcesanspro-lightitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 400; src: url("../font/source-sans-pro/sourcesanspro-regular.eot"); src: url("../font/source-sans-pro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-regular.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-regular.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-regular.svg#sourcesanspro-regular") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 400; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-regularitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-regularitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-regularitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-regularitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-regularitalic.svg#sourcesanspro-regularitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 600; src: url("../font/source-sans-pro/sourcesanspro-semibold.eot"); src: url("../font/source-sans-pro/sourcesanspro-semibold.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-semibold.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-semibold.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-semibold.svg#sourcesanspro-semibold") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 600; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-semibolditalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-semibolditalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-semibolditalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-semibolditalic.svg#sourcesanspro-semibolditalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 700; src: url("../font/source-sans-pro/sourcesanspro-bold.eot"); src: url("../font/source-sans-pro/sourcesanspro-bold.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-bold.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-bold.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-bold.svg#sourcesanspro-bold") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 700; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-bolditalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-bolditalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-bolditalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-bolditalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-bolditalic.svg#sourcesanspro-bolditalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 900; src: url("../font/source-sans-pro/sourcesanspro-black.eot"); src: url("../font/source-sans-pro/sourcesanspro-black.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-black.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-black.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-black.svg#sourcesanspro-black") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 900; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-blackitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-blackitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-blackitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-blackitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-blackitalic.svg#sourcesanspro-blackitalic") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 400; src: url("../font/heuristica/heuristica-regular.eot"); src: url("../font/heuristica/heuristica-regular.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-regular.woff") format("woff"), url("../font/heuristica/heuristica-regular.ttf") format("truetype"), url("../font/heuristica/heuristica-regular.svg#heuristica-regular") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 400; font-style: italic; src: url("../font/heuristica/heuristica-regularitalic.eot"); src: url("../font/heuristica/heuristica-regularitalic.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-regularitalic.woff") format("woff"), url("../font/heuristica/heuristica-regularitalic.ttf") format("truetype"), url("../font/heuristica/heuristica-regularitalic.svg#heuristica-regularitalic") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 700; src: url("../font/heuristica/heuristica-bold.eot"); src: url("../font/heuristica/heuristica-bold.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-bold.woff") format("woff"), url("../font/heuristica/heuristica-bold.ttf") format("truetype"), url("../font/heuristica/heuristica-bold.svg#heuristica-bold") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 700; font-style: italic; src: url("../font/heuristica/heuristica-bolditalic.eot"); src: url("../font/heuristica/heuristica-bolditalic.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-bolditalic.woff") format("woff"), url("../font/heuristica/heuristica-bolditalic.ttf") format("truetype"), url("../font/heuristica/heuristica-bolditalic.svg#heuristica-bolditalic") format("svg"); } @font-face { font-family: "FontCustom"; font-weight: 400; src: url("../font/font-custom/fontcustom.eot"); src: url("../font/font-custom/fontcustom.eot?#iefix") format("embedded-opentype"), url("../font/font-custom/fontcustom.woff") format("woff"), url("../font/font-custom/fontcustom.ttf") format("truetype"), url("../font/font-custom/fontcustom.svg#fontcustom") format("svg"); } [data-icon]:before { font-family: "FontCustom"; content: attr(data-icon); speak: none; } [data-icon]:before, .icon-GN:before, .icon-amp:before, .icon-comment:before, .icon-email:before, .icon-name:before { font-family: "FontCustom"; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } .icon-GN:before { content: "\f100"; } .icon-amp:before { content: "\f101"; } .icon-comment:before { content: "\f102"; } .icon-email:before { content: "\f103"; } .icon-name:before { content: "\f104"; } 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; } /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } /*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } /*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */ a { background: transparent; } a:active, a:hover { outline: 0; } /*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */ abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */ img { border: 0; } svg:not(:root) { overflow: hidden; } /*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */ figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */ button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } /*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /* * END COMPASS PLUGIN IMPORT * --------------------------------------------------------------------------------------------------- * BEGIN LOCAL PARTIALS ASSEMBLY */ /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _defaults.scss */ html, body { height: 100%; font-size: 100%; } *, *:before, *:after, hr, input[type="search"] { /* Override Normalize */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @-ms-viewport { width: device-width; } html { -webkit-overflow-scrolling: touch; background: #eee; } body { color: #222; padding: 0; margin: 0; font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; font-weight: normal; font-style: normal; line-height: 1.4; position: relative; cursor: default; } a:hover { cursor: pointer; } nav ul, nav li { margin: 0; } nav ul, ul { list-style: none; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } audio, canvas, img, video { /* Override Normalize */ vertical-align: middle; } img { max-width: 100%; height: auto; display: inline-block; } img { -ms-interpolation-mode: bicubic; } .left { float: left !important; } .right { float: right !important; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .hide { display: none; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } textarea { height: auto; min-height: 50px; } select { width: 100%; } /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _grids.scss */ /* Setting up the Magic Grid */ .contain { height: inherit; position: relative; padding-left: 2%; padding-right: 2%; } .contain p, .contain h1, .contain h2, .contain h3, .contain ul, .contain aside { max-width: 59rem; margin-left: auto; margin-right: auto; } header nav { z-index: 8; position: relative; margin: 0 auto; } header nav li { float: left; } header { z-index: 7; position: fixed; top: 0; left: 0; right: 0; max-width: 100%; margin-left: auto; margin-right: auto; clear: both; width: 100%; float: left; margin-left: 0; margin-right: 0; } header:after { content: " "; display: block; clear: both; } header h1 { width: auto; clear: both; } section { max-width: 100%; margin-left: auto; margin-right: auto; clear: both; width: 100%; float: left; margin-left: 0; margin-right: 0; } section:after { content: " "; display: block; clear: both; } #about { z-index: 6; position: relative; width: 100%; float: left; margin-left: 0; margin-right: 0; } #slug { z-index: 5; position: relative; width: 100%; float: left; margin-left: 0; margin-right: 0; } #skills { z-index: 4; position: relative; width: 100%; float: left; margin-left: 0; margin-right: 0; } #work { z-index: 3; position: relative; } #endslug { z-index: 3; position: relative; } #contact { z-index: 2; position: relative; } footer { width: 100%; float: left; margin-left: 0; margin-right: 0; z-index: 1; position: relative; } /* Setting the Breakpoints */ /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _typography.scss */ .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } /* Typography resets */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; } /* Default Link Styles */ a { color: #008CBA; text-shadow: #005e7d -1px 0.5px 0; border-color: #008CBA; text-decoration: none; border-bottom: 1px dotted #007095; line-height: inherit; padding-bottom: 0.1em; transition: 0.2s ease-out; transition-property: border-color, color, text-shadow; } a img { border: none; } /* Default paragraph styles */ p { font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; font-weight: normal; font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; } p.lead { font-size: 1.21875rem; line-height: 1.6; } p aside { font-size: 0.875rem; line-height: 1.35; font-style: italic; } p a { white-space: nowrap; } span { white-space: nowrap; } /* Default header styles */ h1, h2, h3, h4, h5, h6 { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: bold; font-style: normal; color: rgba(40, 65, 92, 0.95); text-rendering: optimizeLegibility; page-break-after: avoid; margin-top: 0.4rem; margin-bottom: 0.4rem; line-height: 1.4; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: rgba(84, 130, 181, 0.95); line-height: 0; } h1 { font-size: 2.5rem; text-transform: uppercase; margin-top: 2rem; } h2 { font-size: 1.6875rem; } h3 { font-size: 1.375rem; } h4 { font-size: 1.125rem; } h5 { font-size: 1.125rem; } h6 { font-size: 1rem; } .subheader { line-height: 1.4; color: rgba(84, 130, 181, 0.95); font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } hr { border: dotted #969696; border-width: 1px 0 0; clear: both; margin: 1.25rem 0 1.1875rem; height: 0; } /* Helpful Typography Defaults */ em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: 700; line-height: inherit; } code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #bd260d; } /* Lists */ ul, ol, dl { font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; list-style-position: outside; font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; } ul { margin-left: 1.1rem; } ul.no-bullet { margin-left: 0; } ul.no-bullet li ul, ul.no-bullet li ol { margin-left: 1.25rem; margin-bottom: 0; list-style: none; } /* Unordered Lists */ ul li ul, ul li ol { margin-left: 1.25rem; margin-bottom: 0; } ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } ul.square { list-style-type: square; margin-left: 1.1rem; } ul.circle { list-style-type: circle; margin-left: 1.1rem; } ul.disc { list-style-type: disc; margin-left: 1.1rem; } ul.no-bullet { list-style: none; } /* Ordered Lists */ ol { margin-left: 1.4rem; } ol li ul, ol li ol { margin-left: 1.25rem; margin-bottom: 0; } /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _media.scss */ .media { position: relative; padding-top: 30px; padding-bottom: 56.25%; height: 0; height: auto; max-width: 100%; margin-bottom: 1em; overflow: hidden; } .media.widescreen { padding-bottom: 45%; } .media iframe, .media object, .media embed, .media video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; outline: none; background-color: transparent; } .media img { position: absolute; top: -1000000%; right: -1000000%; bottom: -1000000%; left: -1000000%; margin: auto; width: 100%; } #slides { display: none; font-family: sans-serif; } #slides .slidesjs-navigation { margin: 3px 0.5em 0; float: right; font-size: 1.2em; } #slides .slidesjs-previous { margin: 0 0.5em; float: left; } #slides .slidesjs-next { margin: 0 0.5em; float: left; } .slidesjs-pagination { margin: 6px 0 0; float: right; list-style: none; } .slidesjs-pagination li { float: left; margin: 0 1px; } .slidesjs-pagination li a { display: block; width: 13px; height: 0; padding-top: 13px; background-image: url(../img/pagination.png); background-position: 0 0; float: left; overflow: hidden; } .slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { background-position: 0 -13px; } .slidesjs-pagination li a:hover { background-position: 0 -26px; } #slides a:link, #slides a:visited { color: #eeeeee; text-shadow: none; border-bottom: none; font-weight: 300; text-transform: uppercase; } #slides a:hover, #slides a:active { color: #9e2020; text-shadow: none; border-bottom: none; } .navbar { overflow: hidden; } .slideContain { margin: 0 auto; max-width: 65em; padding: 0; } .caption { z-index: 500; display: block !important; position: absolute; bottom: 0; left: 0; height: 30px; padding: 5px 20px 0 20px; background: #000; background: rgba(0, 0, 0, 0.5); width: 540px; font-size: 1.3em; line-height: 1.33; color: #fff; border-top: 1px solid #000; text-shadow: none; } .no-js header { border-top: 0.4em #008cba solid; } .no-js header h1 { font-size: 1.4em; } /* * END LOCAL PARTIALS ASSEMBLY * --------------------------------------------------------------------------------------------------- * BEGIN CUSTOM STYLES */ header.about { border-top: 0.4em #4eb188 solid; } header.work, header.endslug { border-top: 0.4em #008cba solid; } header.contact { border-top: 0.4em #c96363 solid; } header.blog { border-top: 0.4em #43679e solid; } #note { position: relative; z-index: 101; top: 0; left: 0; right: 0; background: #fde073; text-align: center; line-height: 1.1; padding: 0.5em; overflow: hidden; -moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black; } /* Header Styles */ header { margin: 0; padding: 0; background: #eee; border-top: 0.4em #eee solid; -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.about { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.work { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.contact { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.blog { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header h1 { margin: 0; padding: 0.07em 0; padding: 0.1em 0 0.15em 0; font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; color: #28415c; font-size: 1.7em; font-weight: 700; letter-spacing: 0.1em; line-height: 1; text-align: center; text-shadow: white -1px 1px 0, #214d72 -2px 2px 0; background-color: transparent; } header [data-icon='\f100'] { font-size: 1.25em; line-height: 0; margin: 0 -0.13em 0 -0.27em; text-shadow: -0.5px 0.5px 0px white, 0.5px 0.5px 0px white, 0.5px -0.5px 0px white, -0.5px -0.5px 0px white, -0.5px 0px 0px white, 0px -0.5px 0px white, 0px 0.5px 0px white; position: relative; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -webkit-transition-property: -webkit-transform; transition-property: transform; overflow: hidden; } header [data-icon='\f100']:hover, header [data-icon='\f100']:focus, header [data-icon='\f100']:active { -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } /* Navigation Styles */ header nav { max-width: 26em; } header nav li { text-align: center; -moz-transition: color 0.2s linear, box-shadow 0.3s ease; -o-transition: color 0.2s linear, box-shadow 0.3s ease; -webkit-transition: color 0.2s linear, box-shadow 0.3s ease; transition: color 0.2s linear, box-shadow 0.3s ease; } header nav li a { max-width: 6.5em; font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; text-transform: uppercase; font-size: 1rem; line-height: 1; font-weight: 700; color: #1a4a74; padding: 0; border: none; display: inline-block; text-shadow: none; } header nav li a:hover, header nav li a:focus { color: inherit; border-color: inherit; text-shadow: inherit; } header nav li:nth-of-type(1) { -moz-box-shadow: inset #4eb188 0px 0px 0; -webkit-box-shadow: inset #4eb188 0px 0px 0; box-shadow: inset #4eb188 0px 0px 0; } header nav li:nth-of-type(1):hover, header nav li:nth-of-type(1):focus { -moz-box-shadow: inset #4eb188 0px 2em 0; -webkit-box-shadow: inset #4eb188 0px 2em 0; box-shadow: inset #4eb188 0px 2em 0; } header nav li:nth-of-type(1):hover a, header nav li:nth-of-type(1):focus a { color: #eee; } header nav li:nth-of-type(1).selected { -moz-box-shadow: inset #4eb188 0px 2em 0; -webkit-box-shadow: inset #4eb188 0px 2em 0; box-shadow: inset #4eb188 0px 2em 0; } header nav li:nth-of-type(1).selected a { color: #eee; } header nav li:nth-of-type(2) { -moz-box-shadow: inset #008cba 0px 0px 0; -webkit-box-shadow: inset #008cba 0px 0px 0; box-shadow: inset #008cba 0px 0px 0; } header nav li:nth-of-type(2):hover, header nav li:nth-of-type(2):focus { -moz-box-shadow: inset #008cba 0px 2em 0; -webkit-box-shadow: inset #008cba 0px 2em 0; box-shadow: inset #008cba 0px 2em 0; } header nav li:nth-of-type(2):hover a, header nav li:nth-of-type(2):focus a { color: #eee; } header nav li:nth-of-type(2).selected { -moz-box-shadow: inset #008cba 0px 2em 0; -webkit-box-shadow: inset #008cba 0px 2em 0; box-shadow: inset #008cba 0px 2em 0; } header nav li:nth-of-type(2).selected a { color: #eee; } header nav li:nth-of-type(3) { -moz-box-shadow: inset #c96363 0px 0px 0; -webkit-box-shadow: inset #c96363 0px 0px 0; box-shadow: inset #c96363 0px 0px 0; } header nav li:nth-of-type(3):hover, header nav li:nth-of-type(3):focus { -moz-box-shadow: inset #c96363 0px 2em 0; -webkit-box-shadow: inset #c96363 0px 2em 0; box-shadow: inset #c96363 0px 2em 0; } header nav li:nth-of-type(3):hover a, header nav li:nth-of-type(3):focus a { color: #eee; } header nav li:nth-of-type(3).selected { -moz-box-shadow: inset #c96363 0px 2em 0; -webkit-box-shadow: inset #c96363 0px 2em 0; box-shadow: inset #c96363 0px 2em 0; } header nav li:nth-of-type(3).selected a { color: #eee; } header nav li:nth-of-type(4) { -moz-box-shadow: inset #43679e 0px 0px 0; -webkit-box-shadow: inset #43679e 0px 0px 0; box-shadow: inset #43679e 0px 0px 0; } header nav li:nth-of-type(4):hover, header nav li:nth-of-type(4):focus { -moz-box-shadow: inset #43679e 0px 2em 0; -webkit-box-shadow: inset #43679e 0px 2em 0; box-shadow: inset #43679e 0px 2em 0; } header nav li:nth-of-type(4):hover a, header nav li:nth-of-type(4):focus a { color: #eee; } header nav li:nth-of-type(4).selected { -moz-box-shadow: inset #43679e 0px 2em 0; -webkit-box-shadow: inset #43679e 0px 2em 0; box-shadow: inset #43679e 0px 2em 0; } header nav li:nth-of-type(4).selected a { color: #eee; } .middle { display: table-cell; vertical-align: middle; text-align: center; } /* Sections Styles */ .sectionName { max-width: 59em; margin-left: auto; margin-right: auto; height: inherit; position: relative; padding-left: 2%; padding-right: 2%; } #about, #blog { background: url(../img/vignette.png) scroll center center no-repeat, url(../img/graph-pattern.png) fixed 0 0 repeat, #285073; -moz-background-size: cover, auto; -o-background-size: cover, auto; -webkit-background-size: cover, auto; background-size: cover, auto; padding: 0 0 40px 0; overflow: hidden; min-height: 100%; display: table; } #about .tagline, #blog .tagline { margin: 1em 0; } #about .tagline span, #blog .tagline span { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: 700; font-size: 1.33em; text-transform: uppercase; letter-spacing: 0.1em; color: #285073; vertical-align: middle; position: relative; top: 0.2em; background-color: white; } #about .tagline span:nth-of-type(1), #blog .tagline span:nth-of-type(1) { padding: 0.3em 0.5em; margin-right: -1.5px; } #about .tagline span:nth-of-type(1):before, #blog .tagline span:nth-of-type(1):before { position: absolute; content: ""; border: 0.89em solid white; border-left-color: transparent; left: -1.6em; top: 0.3em; } #about .tagline span:nth-of-type(2), #blog .tagline span:nth-of-type(2) { padding: 0.3em 0.7em; margin-left: -1px; } #about .tagline span:nth-of-type(2):after, #blog .tagline span:nth-of-type(2):after { position: absolute; content: ""; border: 0.89em solid white; border-right-color: transparent; right: -1.6em; top: 0.3em; } #about .tagline img, #blog .tagline img { height: auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 -0.15em 0 -0.1em; position: relative; z-index: 1; } #about p, #blog p { color: #fafafa; text-shadow: #a8a8a8 -1px 0.5px 0; border-color: #fafafa; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.3; font-size: 2.5em; margin: 1em auto; padding: 0 1em; max-width: 35em; } #about p a, #blog p a { font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; color: #00b1eb; text-shadow: #00769d -1px 0.5px 0; border-color: #00b1eb; border: none; font-size: 1.2em; line-height: 0; } #about p a:hover, #blog p a:hover { color: inherit; text-shadow: inherit; } #about p strong, #blog p strong { font-weight: 700; text-transform: none; color: #4eb188; text-shadow: #34775b -1px 0.5px 0; border-color: #4eb188; } #about:before, #blog:before { position: absolute; width: 50%; left: 0; bottom: 0; content: ""; border-style: solid; border-width: 0px 40px 40px 0px; border-color: transparent transparent #323232 transparent; -moz-box-shadow: inset 0 5px 20px -10px #282828; -webkit-box-shadow: inset 0 5px 20px -10px #282828; box-shadow: inset 0 5px 20px -10px #282828; } #about:after, #blog:after { position: absolute; width: 50%; right: 0; bottom: 0; content: ""; border-style: solid; border-width: 0px 0px 40px 40px; border-color: transparent transparent #323232 transparent; -moz-box-shadow: inset 0 5px 20px -10px #282828; -webkit-box-shadow: inset 0 5px 20px -10px #282828; box-shadow: inset 0 5px 20px -10px #282828; } #slug { margin: 0; padding: 3em 1em 2em; background: #323232; text-align: center; } #slug p { color: #fafafa; text-shadow: #a8a8a8 -0.2px 0.1px 0; border-color: #fafafa; max-width: 40em; margin: 0 auto 0.6em; font-size: 1.2em; line-height: 1.45; letter-spacing: 0.025em; } #slug p:first-child { -moz-transition: -moz-transform 300ms linear; -o-transition: -o-transform 300ms linear; -webkit-transition: -webkit-transform 300ms linear; transition: transform 300ms linear; } #slug p:first-child.highlight { -moz-transform: scale(1.02); -ms-transform: scale(1.02); -webkit-transform: scale(1.02); transform: scale(1.02); } #slug p a:hover, #slug p a:focus { color: inherit; border-color: inherit; text-shadow: inherit; } #slug p .asterisk2 { font-size: 1.8em; color: gainsboro; text-shadow: #939393 -1px 0.5px 0; border-color: gainsboro; line-height: 0; vertical-align: middle; } #slug p:nth-of-type(1) { font-size: 1.4em; } #slug p:nth-of-type(1) i { width: 100%; display: block; margin-top: .1em; font-style: italic; color: #4eb188; text-shadow: #34775b -1px 0.5px 0; border-color: #4eb188; } #slug p:nth-of-type(2) { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: 600; font-style: normal; font-size: 1.9em; color: #969696; text-shadow: #656565 -1px 0.5px 0; border-color: #969696; text-rendering: optimizeLegibility; page-break-after: avoid; margin-top: 0; margin-bottom: 1rem; line-height: 1.4; text-transform: uppercase; } #slug p:nth-of-type(4) { margin-top: 1.2em; } #slug p:nth-of-type(4):before { color: gray; content: "\2014\00a0\00a0"; } #slug p:nth-of-type(4):after { color: #969696; content: "\00a0\00a0\2014"; } #slug hr { padding: 0; max-width: 40em; margin: 2em auto 1.8em; } article { background: #eee; } article h2 { font-size: 2em; } article a { text-shadow: none; padding-bottom: 0; } article a:hover { color: #005e7d; border-bottom-color: #005e7d; } article p { color: rgba(0, 0, 0, 0.8); font-size: 1.3rem; font-style: normal; font-weight: normal; letter-spacing: 0.015em; line-height: 1.4; } article p.alignRight { text-align: right; } article img.article { width: 50%; max-width: 19em; margin-left: 2%; margin-right: 2%; } article img.article:nth-of-type(odd) { float: right; } article img.article:nth-of-type(even) { float: left; } article img.article:nth-of-type(1) { margin-top: -4em; } #skills ul { list-style: none; max-width: 50em; } #skills ul > li { width: 32.6%; display: inline-block; padding: 0.2em; vertical-align: middle; background-color: rgba(75, 75, 75, 0.5); border: 0.2em #eeeeee solid; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; -moz-transition-duration: 1s; -o-transition-duration: 1s; -webkit-transition-duration: 1s; transition-duration: 1s; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -webkit-transition-property: -webkit-transform; transition-property: transform; overflow: hidden; } #skills ul > li:nth-of-type(2) { padding: 1.5em 0; } #skills ul > li:hover, #skills ul > li:focus, #skills ul > li:active { -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } #skills ul > li h3 { text-align: center; font-size: 1.7em; color: #eee; text-shadow: #9f9f9f -1px 0.5px 0; border-color: #eee; } #skills ul > li p { text-align: center; } #skills ul > li img { width: 48%; margin: 0 26%; } #work { background-color: #eee; position: relative; width: 100%; } #work > h1 { position: relative; z-index: 2; font-size: 2.5rem; border-bottom: solid #a8a8a8 1px; } #work figure, #minipagenav figure { display: inline-block; position: relative; max-width: 23.625em; border-color: transparent; vertical-align: top; } #work figure a, #minipagenav figure a { padding: 0; border: 1px solid white; -moz-box-shadow: 0px 2px 3px 0 #c8c8c8; -webkit-box-shadow: 0px 2px 3px 0 #c8c8c8; box-shadow: 0px 2px 3px 0 #c8c8c8; display: block; position: relative; -moz-transition: -moz-transform 0.2s linear, box-shadow 0.1s ease-out; -o-transition: -o-transform 0.2s linear, box-shadow 0.1s ease-out; -webkit-transition: -webkit-transform 0.2s linear, box-shadow 0.1s ease-out; transition: transform 0.2s linear, box-shadow 0.1s ease-out; overflow: hidden; } #work figure a:hover, #minipagenav figure a:hover { -moz-transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); -moz-box-shadow: 0px 2px 3px 0 transparent; -webkit-box-shadow: 0px 2px 3px 0 transparent; box-shadow: 0px 2px 3px 0 transparent; } #work figure a:hover figcaption, #minipagenav figure a:hover figcaption { -moz-transform: translate(0, 200%); -ms-transform: translate(0, 200%); -webkit-transform: translate(0, 200%); transform: translate(0, 200%); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; } #work figure a:hover + p, #minipagenav figure a:hover + p { color: #646464; } #work figure a:hover + p span, #minipagenav figure a:hover + p span { background: #828282; } #work figure img, #minipagenav figure img { max-width: 100%; } #work figure p, #minipagenav figure p { color: #7d7d7d; line-height: 1.2; padding-top: 0.5em; margin: 0; text-shadow: #c8c8c8 -0.1px -0.1px 0; vertical-align: top; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; } #work figure p span, #minipagenav figure p span { float: right; margin-left: 0.9em; font-weight: 400; color: #eeeeee; text-shadow: #9f9f9f -1px 0.5px 0; border-color: #eeeeee; padding: 0 0.2em 0 0.25em; letter-spacing: 0.03em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #a5a5a5; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; -webkit-transition: background 0.2s linear; transition: background 0.2s linear; } #work figcaption, #minipagenav figcaption { background-color: rgba(0, 0, 0, 0.77); position: absolute; bottom: 15%; left: 0; right: 0; width: 100%; padding: 3% 2%; white-space: pre-wrap; overflow: hidden; opacity: 1; text-align: center; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.5em; font-weight: 600; line-height: 1; letter-spacing: 0.02em; text-transform: none; color: #fafafa; text-shadow: black -1px 0.5px 0; -moz-transition: -moz-transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; -o-transition: -o-transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; transition: transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; } #contact { background-color: #dcceb3; background-image: url(../img/NOLA.jpg); -moz-background-size: 100%; -o-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; background-attachment: fixed; background-position: center center; background-repeat: repeat-y; } #contact .overlay { background-color: rgba(168, 156, 133, 0.6); height: 100%; width: 100%; } #contact .contain { text-align: center; padding-top: 0.5em; } #contact #form-div { background-color: rgba(72, 72, 72, 0.6); padding: 1.5em; width: 95%; max-width: 35em; margin: 2em auto; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; display: inline-block; } #contact .feedback-input { color: #3c3c3c; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 1.2em; line-height: 1; background-color: #fbfbfb; padding: 0.75em 0.5em 0.5em 2.5em; margin-bottom: 0.2em; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 3px solid transparent; } #contact .feedback-input:focus { background: #fff; box-shadow: 0; border: 3px solid rgba(53, 139, 196, 0.7); color: #3498db; outline: none; padding: 0.75em 0.5em 0.5em 2.5em; } #contact .focused { color: #30aed6; border: #30aed6 solid 3px; } #contact #name { background-image: url(../img/icon/name.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #name:focus { background-image: url(../img/icon/name-focus.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #email { background-image: url(../img/icon/email.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #email:focus { background-image: url(../img/icon/email-focus.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #message { background-image: url(../img/icon/message.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #message:focus { background-image: url(../img/icon/message-focus.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact textarea { width: 100%; height: 150px; line-height: 150%; resize: vertical; } #contact input:hover, #contact textarea:hover, #contact input:focus, #contact textarea:focus { background-color: white; } #contact .captcha { color: white; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 1.2em; line-height: 1.2; display: inline-block; margin-right: 0.1em; text-align: left; margin-bottom: 1.25rem; } #contact .captcha span { background-color: #373737; padding: 0.2em 0.4em; color: #dfdf46; font-weight: 700; margin: 0 0.1em; } #contact #captcha.feedback-input { max-width: 3em; padding: 0.5em 0.4em 0.4em; text-align: center; display: inline-block; } #contact #captcha.feedback-input:focus { padding: 0.5em 0.4em 0.4em; } #contact #submit { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: 700; float: left; width: 100%; border: 0px solid transparent; cursor: pointer; background-color: #008cba; color: white; font-size: 1.5em; padding-top: 0.5em; padding-bottom: 0.5em; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; } #contact #submit:hover { background-color: #398565; color: white; } #contact #submit:focus, #contact #submit:active { border: 0px solid transparent; outline: 0; } #contact #form-messages a { text-shadow: none; border-bottom: none; } #contact #form-messages.success { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #contact #form-messages.error { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #b94a48; background-color: #f2dede; border: 1px solid rgba(185, 74, 72, 0.3); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #endslug { margin: 0; display: inline-block; padding: 1em 0; background: #323232; text-align: center; width: 100%; } #endslug p { color: #fafafa; text-shadow: #a8a8a8 -0.2px 0.1px 0; border-color: #fafafa; max-width: 59rem; margin: 0 auto 0.6em; font-size: 1.1em; line-height: 1.2; color: rgba(250, 250, 250, 0.8); letter-spacing: 0.025em; } #endslug h1 { color: rgba(250, 250, 250, 0.8); padding: 0 0 1em; margin: 0 auto; font-size: 1.5em; } #endslug img { max-width: 16em; padding-top: 1em; } footer { background-color: #222222; -moz-box-shadow: inset 0 9px 20px -10px rgba(0, 0, 0, 0.8); -webkit-box-shadow: inset 0 9px 20px -10px rgba(0, 0, 0, 0.8); box-shadow: inset 0 9px 20px -10px rgba(0, 0, 0, 0.8); padding: 0.75em 1%; } footer > ul { list-style: none; margin: 0; } footer > ul > li { width: 32.5%; vertical-align: middle; display: inline-block; } footer > ul > li a:hover { color: #fafafa; } footer p { text-align: center; color: #7F7F7F; margin: 0; line-height: 1; } footer nav { text-align: right; color: #fafafa; } footer nav a { text-transform: uppercase; color: #7F7F7F; text-shadow: none; font-weight: 600; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; border-bottom: none; } footer nav a:hover { color: inherit; } /* Work Pages Styles */ #hero { color: white; background-position: top center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; width: 100%; text-align: center; height: 520px; padding: 0; overflow: hidden; display: inline-table; } #hero .overlay { width: 100%; height: 520px; position: absolute; left: 0; opacity: 0.60; z-index: 0; text-align: right; color: #828282; font-size: 0.9em; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; } #hero h1 { color: rgba(255, 255, 255, 0.7); text-shadow: rgba(171, 171, 171, 0.7) -1px 0.5px 0; border-color: rgba(255, 255, 255, 0.7); font-weight: 800; font-size: 4.5em; letter-spacing: -.025em; z-index: 1; line-height: 1.1; } #hero .tools { color: rgba(255, 255, 255, 0.8); font-size: 1em; margin: 2em 0; font-style: italic; display: block; } #hero .timespan { font-style: normal; line-height: 2; border: 1px solid #c8c8c8; padding: 0.15em 0.4em 0.22em; } #hero p { color: rgba(255, 255, 255, 0.8); font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.3rem; font-style: normal; font-weight: 200; letter-spacing: 0.015em; line-height: 1.3; max-width: 25em; } #imac { width: 90%; max-width: 50em; margin: 2em auto 0; text-align: center; display: block; position: relative; } #imac .overlay { position: relative; z-index: 9999; max-width: inherit; } #imac .overlay img { max-width: inherit; } #imac .screen { position: absolute; top: 0; max-width: inherit; } #imac .screen img { max-width: inherit; } body.work header { border-top: 0.4em #008cba solid; } body.work article .contain { margin-top: 2em; } body.work #slug { margin-top: 2em; } body.work nav#minipagenav { width: 100%; clear: both; display: block; position: relative; height: auto; margin: 3em 0 0; border: 0.5em solid #eeeeee; display: inline-block; } body.work nav#minipagenav h3 { padding: 0; margin: 0; text-align: center; text-transform: uppercase; } body.work nav#minipagenav div { width: 100%; white-space: nowrap; overflow-x: auto; overflow-y: hidden; height: auto; padding: 0 0.2em; text-align: center; } body.work nav#minipagenav figure { width: 8em; margin: 0.5em 0.2em; } body.work nav#minipagenav figure figcaption { bottom: 15%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; background-color: rgba(0, 0, 0, 0.67); font-size: 1em; } body.work nav#minipagenav figure p { display: none; } body.work nav#minipagenav figure a { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0px solid #5f5f5f; } body.work nav#minipagenav figure a:hover figcaption { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transition: opacity 0.4s ease-out; -o-transition: opacity 0.4s ease-out; -webkit-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } body.work nav#minipagenav figure.currentPage { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; } #blog { background-color: #dbdbdb; } /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _mediaqueries.scss */ @media (min-width: 19.375em) { section, #work article { border-top: 4em solid #eee; margin-top: -4.4em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 19.375em; } header nav a { width: 4.8em; } header h1 { font-size: 1.4em; } #about img { margin-top: 0.3em; width: 8em; } } @media (min-width: 21.25em) { section, #work article { border-top: 4.114em solid #eee; margin-top: -4.514em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 20.375em; } header nav a { width: 5.05em; } header h1 { font-size: 1.5em; } #about img { margin-top: 0.32em; width: 8.16667em; } } @media (min-width: 23.125em) { section, #work article { border-top: 4.228em solid #eee; margin-top: -4.628em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 21.375em; } header nav a { width: 5.3em; } header h1 { font-size: 1.6em; } #about img { margin-top: 0.34em; width: 8.33333em; } } @media (min-width: 25em) { section, #work article { border-top: 4.342em solid #eee; margin-top: -4.742em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 22.375em; } header nav a { width: 5.55em; } header h1 { font-size: 1.7em; } #about img { margin-top: 0.36em; width: 8.5em; } } @media (min-width: 26.875em) { section, #work article { border-top: 4.456em solid #eee; margin-top: -4.856em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 23.375em; } header nav a { width: 5.8em; } header h1 { font-size: 1.8em; } #about img { margin-top: 0.38em; width: 8.66667em; } } @media (min-width: 28.75em) { section, #work article { border-top: 4.57em solid #eee; margin-top: -4.97em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 24.375em; } header nav a { width: 6.05em; } header h1 { font-size: 1.9em; } #about img { margin-top: 0.4em; width: 8.83333em; } } @media (min-width: 30.625em) { section, #work article { border-top: 4.684em solid #eee; margin-top: -5.084em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 25.375em; } header nav a { width: 6.3em; } header h1 { font-size: 2em; } #about img { margin-top: 0.42em; width: 9em; } } @media (min-width: 32.5em) { section, #work article { border-top: 4.798em solid #eee; margin-top: -5.198em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 26.375em; } header nav a { width: 6.55em; } header h1 { font-size: 2.1em; } #about img { margin-top: 0.44em; width: 9.16667em; } } @media (min-width: 34.375em) { section, #work article { border-top: 4.912em solid #eee; margin-top: -5.312em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 27.375em; } header nav a { width: 6.8em; } header h1 { font-size: 2.2em; } #about img { margin-top: 0.46em; width: 9.33333em; } } @media (min-width: 36.25em) { section, #work article { border-top: 5.026em solid #eee; margin-top: -5.426em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 28.375em; } header nav a { width: 7.05em; } header h1 { font-size: 2.3em; } #about img { margin-top: 0.48em; width: 9.5em; } } @media (min-width: 38.125em) { section, #work article { border-top: 5.14em solid #eee; margin-top: -5.54em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 29.375em; } header nav a { width: 7.3em; } header h1 { font-size: 2.4em; } #about img { margin-top: 0.5em; width: 9.66667em; } } @media (min-width: 40em) { section, #work article { border-top: 5.254em solid #eee; margin-top: -5.654em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 30.375em; } header nav a { width: 7.55em; } header h1 { font-size: 2.5em; } #about img { margin-top: 0.52em; width: 9.83333em; } } @media (min-width: 41.875em) { section, #work article { border-top: 5.368em solid #eee; margin-top: -5.768em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 31.375em; } header nav a { width: 7.8em; } header h1 { font-size: 2.6em; } #about img { margin-top: 0.54em; width: 10em; } } @media (min-width: 43.75em) { section, #work article { border-top: 5.482em solid #eee; margin-top: -5.882em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 32.375em; } header nav a { width: 8.05em; } header h1 { font-size: 2.7em; } #about img { margin-top: 0.56em; width: 10.16667em; } } @media (min-width: 45.625em) { section, #work article { border-top: 5.596em solid #eee; margin-top: -5.996em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 33.375em; } header nav a { width: 8.3em; } header h1 { font-size: 2.8em; } #about img { margin-top: 0.58em; width: 10.33333em; } } @media (min-width: 47.5em) { section, #work article { border-top: 5.71em solid #eee; margin-top: -6.11em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 34.375em; } header nav a { width: 8.55em; } header h1 { font-size: 2.9em; } #about img { margin-top: 0.6em; width: 10.5em; } } @media (min-width: 49.375em) { section, #work article { border-top: 5.824em solid #eee; margin-top: -6.224em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 35.375em; } header nav a { width: 8.8em; } header h1 { font-size: 3em; } #about img { margin-top: 0.62em; width: 10.66667em; } } @media (min-width: 51.25em) { section, #work article { border-top: 5.938em solid #eee; margin-top: -6.338em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 36.375em; } header nav a { width: 9.05em; } header h1 { font-size: 3.1em; } #about img { margin-top: 0.64em; width: 10.83333em; } } @media (min-width: 53.125em) { section, #work article { border-top: 6.052em solid #eee; margin-top: -6.452em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 37.375em; } header nav a { width: 9.3em; } header h1 { font-size: 3.2em; } #about img { margin-top: 0.66em; width: 11em; } } @media (min-width: 55em) { section, #work article { border-top: 6.166em solid #eee; margin-top: -6.566em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 38.375em; } header nav a { width: 9.55em; } header h1 { font-size: 3.3em; } #about img { margin-top: 0.68em; width: 11.16667em; } } @media (min-width: 56.875em) { section, #work article { border-top: 6.28em solid #eee; margin-top: -6.68em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 39.375em; } header nav a { width: 9.8em; } header h1 { font-size: 3.4em; } #about img { margin-top: 0.7em; width: 11.33333em; } } @media (min-width: 58.75em) { section, #work article { border-top: 6.394em solid #eee; margin-top: -6.794em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 40.375em; } header nav a { width: 10.05em; } header h1 { font-size: 3.5em; } #about img { margin-top: 0.72em; width: 11.5em; } } @media (min-width: 60.625em) { section, #work article { border-top: 6.508em solid #eee; margin-top: -6.908em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 41.375em; } header nav a { width: 10.3em; } header h1 { font-size: 3.6em; } #about img { margin-top: 0.74em; width: 11.66667em; } } @media (min-width: 62.5em) { section, #work article { border-top: 6.622em solid #eee; margin-top: -7.022em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 42.375em; } header nav a { width: 10.55em; } header h1 { font-size: 3.7em; } #about img { margin-top: 0.76em; width: 11.83333em; } } @media (min-width: 64.375em) { section, #work article { border-top: 6.736em solid #eee; margin-top: -7.136em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 43.375em; } header nav a { width: 10.8em; } header h1 { font-size: 3.8em; } #about img { margin-top: 0.78em; width: 12em; } } @media (min-width: 66.25em) { section, #work article { border-top: 6.85em solid #eee; margin-top: -7.25em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 44.375em; } header nav a { width: 11.05em; } header h1 { font-size: 3.9em; } #about img { margin-top: 0.8em; width: 12.16667em; } } @media (max-width: 47.9em) { h1 { text-align: center; line-height: 1.1; } #about p { font-size: 1.6em; } #about .tagline span { font-size: 1.1em; } #slug { padding-top: 1em; padding-bottom: 1em; } #slug p { font-size: 1.05em; } #slug p:nth-of-type(1), #slug p i { font-size: 1.1em; } #slug p:nth-of-type(2) { font-size: 1.5em; } #work p { font-size: 1.1em; line-height: 1.4; } #work ul > li h3 { font-size: 1.25em; } #contact h3 { line-height: 1.1; } #hero h1 { font-size: 3.5em; } } @media (max-width: 30em) { #slides .slidesjs-navigation { font-size: 1em; } #skills img.article:nth-of-type(odd), #skills img.article:nth-of-type(even) { float: none; margin: 0; width: 100%; } #skills p { font-size: 1.2em; line-height: 1.25; } #skills p.alignRight { text-align: left; } #skills ul > li h3 { font-size: 1.2em; line-height: 1.1; } #hero { background-attachment: initial; } #hero h1 { font-size: 3em; } } @media (min-width: 20em) { .index #work #gallery { padding: 0 8% 2%; } .index #work #gallery figure { width: 99%; margin: 0%; } .index #work #gallery figure:nth-of-type(n) { margin: 0%; } .index #work #gallery figure:nth-of-type(1n) { margin-right: auto; } .index #work #gallery figure:nth-child(1n) { margin-left: auto; margin-top: 5%; margin-bottom: 5%; } .index #work #gallery figure figcaption { font-size: 1.5em; } } @media (max-width: 27.438em) { display: block; } @media (min-width: 27.5em) { .index #work #gallery figure { width: 45%; margin: 2.25%; } .index #work #gallery figure:nth-of-type(n) { margin: 2.25%; } .index #work #gallery figure:nth-of-type(2n) { margin-right: auto; } .index #work #gallery figure figcaption { font-size: 1.2em; } } @media (min-width: 43.75em) { .index #work #gallery { padding: 0 4% 2%; } .index #work #gallery figure { width: 30%; margin: 1.5%; } .index #work #gallery figure:nth-of-type(n) { margin: 1.5%; } .index #work #gallery figure:nth-of-type(3n) { margin-right: auto; } .index #work #gallery figure figcaption { font-size: 1.5em; } } @media (min-width: 53.125em) { .index #work #gallery { padding: 0 3% 2%; } .index #work #gallery figure { width: 22.25%; margin: 1.25%; } .index #work #gallery figure:nth-of-type(n) { margin: 1.25%; } .index #work #gallery figure:nth-of-type(4n) { margin-right: auto; } } @media (min-width: 75em) { .index #work #gallery { padding: 0 3% 2%; } .index #work #gallery figure { width: 18.3%; margin: 0.75%; } .index #work #gallery figure:nth-of-type(n) { margin: 0.75%; } .index #work #gallery figure:nth-of-type(5n) { margin-right: auto; } } @media (min-width: 100em) { .index #work #gallery { padding: 0 8% 2%; } .index #work #gallery figure { width: 18.3%; margin: 0.75%; } .index #work #gallery figure:nth-of-type(n) { margin: 0.75%; } .index #work #gallery figure:nth-of-type(5n) { margin-right: auto; } }
css/style.css
* This file defines custom screen styles. */ /* --------------------------------------------------------------------------------------------------- * BEGIN COMPASS PLUGIN IMPORT */ @font-face { font-family: "Gotham"; font-weight: 100; src: url("../font/gotham/gotham-thin.eot"); src: url("../font/gotham/gotham-thin.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-thin.woff") format("woff"), url("../font/gotham/gotham-thin.ttf") format("truetype"), url("../font/gotham/gotham-thin.svg#gotham-thin") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 100; font-style: italic; src: url("../font/gotham/gotham-thinitalic.eot"); src: url("../font/gotham/gotham-thinitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-thinitalic.woff") format("woff"), url("../font/gotham/gotham-thinitalic.ttf") format("truetype"), url("../font/gotham/gotham-thinitalic.svg#gotham-thinitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 200; src: url("../font/gotham/gotham-extralight.eot"); src: url("../font/gotham/gotham-extralight.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-extralight.woff") format("woff"), url("../font/gotham/gotham-extralight.ttf") format("truetype"), url("../font/gotham/gotham-extralight.svg#gotham-extralight") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 200; font-style: italic; src: url("../font/gotham/gotham-extralightitalic.eot"); src: url("../font/gotham/gotham-extralightitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-extralightitalic.woff") format("woff"), url("../font/gotham/gotham-extralightitalic.ttf") format("truetype"), url("../font/gotham/gotham-extralightitalic.svg#gotham-extralightitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 300; src: url("../font/gotham/gotham-light.eot"); src: url("../font/gotham/gotham-light.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-light.woff") format("woff"), url("../font/gotham/gotham-light.ttf") format("truetype"), url("../font/gotham/gotham-light.svg#gotham-light") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 300; font-style: italic; src: url("../font/gotham/gotham-lightitalic.eot"); src: url("../font/gotham/gotham-lightitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-lightitalic.woff") format("woff"), url("../font/gotham/gotham-lightitalic.ttf") format("truetype"), url("../font/gotham/gotham-lightitalic.svg#gotham-lightitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 400; src: url("../font/gotham/gotham-book.eot"); src: url("../font/gotham/gotham-book.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-book.woff") format("woff"), url("../font/gotham/gotham-book.ttf") format("truetype"), url("../font/gotham/gotham-book.svg#gotham-book") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 400; font-style: italic; src: url("../font/gotham/gotham-bookitalic.eot"); src: url("../font/gotham/gotham-bookitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-bookitalic.woff") format("woff"), url("../font/gotham/gotham-bookitalic.ttf") format("truetype"), url("../font/gotham/gotham-bookitalic.svg#gotham-bookitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 600; src: url("../font/gotham/gotham-medium.eot"); src: url("../font/gotham/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-medium.woff") format("woff"), url("../font/gotham/gotham-medium.ttf") format("truetype"), url("../font/gotham/gotham-medium.svg#gotham-medium") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 600; font-style: italic; src: url("../font/gotham/gotham-mediumitalic.eot"); src: url("../font/gotham/gotham-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-mediumitalic.woff") format("woff"), url("../font/gotham/gotham-mediumitalic.ttf") format("truetype"), url("../font/gotham/gotham-mediumitalic.svg#gotham-mediumitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 700; src: url("../font/gotham/gotham-bold.eot"); src: url("../font/gotham/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-bold.woff") format("woff"), url("../font/gotham/gotham-bold.ttf") format("truetype"), url("../font/gotham/gotham-bold.svg#gotham-bold") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 700; font-style: italic; src: url("../font/gotham/gotham-bolditalic.eot"); src: url("../font/gotham/gotham-bolditalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-bolditalic.woff") format("woff"), url("../font/gotham/gotham-bolditalic.ttf") format("truetype"), url("../font/gotham/gotham-bolditalic.svg#gotham-bolditalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 800; src: url("../font/gotham/gotham-black.eot"); src: url("../font/gotham/gotham-black.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-black.woff") format("woff"), url("../font/gotham/gotham-black.ttf") format("truetype"), url("../font/gotham/gotham-black.svg#gotham-black") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 800; font-style: italic; src: url("../font/gotham/gotham-blackitalic.eot"); src: url("../font/gotham/gotham-blackitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-blackitalic.woff") format("woff"), url("../font/gotham/gotham-blackitalic.ttf") format("truetype"), url("../font/gotham/gotham-blackitalic.svg#gotham-blackitalic") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 900; src: url("../font/gotham/gotham-ultra.eot"); src: url("../font/gotham/gotham-ultra.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-ultra.woff") format("woff"), url("../font/gotham/gotham-ultra.ttf") format("truetype"), url("../font/gotham/gotham-ultra.svg#gotham-ultra") format("svg"); } @font-face { font-family: "Gotham"; font-weight: 900; font-style: italic; src: url("../font/gotham/gotham-ultraitalic.eot"); src: url("../font/gotham/gotham-ultraitalic.eot?#iefix") format("embedded-opentype"), url("../font/gotham/gotham-ultraitalic.woff") format("woff"), url("../font/gotham/gotham-ultraitalic.ttf") format("truetype"), url("../font/gotham/gotham-ultraitalic.svg#gotham-ultraitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 200; src: url("../font/source-sans-pro/sourcesanspro-extralight.eot"); src: url("../font/source-sans-pro/sourcesanspro-extralight.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-extralight.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-extralight.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-extralight.svg#sourcesanspro-extralight") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 200; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-extralightitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-extralightitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-extralightitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-extralightitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-extralightitalic.svg#sourcesanspro-extralightitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 300; src: url("../font/source-sans-pro/sourcesanspro-light.eot"); src: url("../font/source-sans-pro/sourcesanspro-light.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-light.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-light.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-light.svg#sourcesanspro-light") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 300; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-lightitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-lightitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-lightitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-lightitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-lightitalic.svg#sourcesanspro-lightitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 400; src: url("../font/source-sans-pro/sourcesanspro-regular.eot"); src: url("../font/source-sans-pro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-regular.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-regular.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-regular.svg#sourcesanspro-regular") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 400; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-regularitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-regularitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-regularitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-regularitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-regularitalic.svg#sourcesanspro-regularitalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 600; src: url("../font/source-sans-pro/sourcesanspro-semibold.eot"); src: url("../font/source-sans-pro/sourcesanspro-semibold.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-semibold.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-semibold.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-semibold.svg#sourcesanspro-semibold") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 600; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-semibolditalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-semibolditalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-semibolditalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-semibolditalic.svg#sourcesanspro-semibolditalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 700; src: url("../font/source-sans-pro/sourcesanspro-bold.eot"); src: url("../font/source-sans-pro/sourcesanspro-bold.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-bold.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-bold.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-bold.svg#sourcesanspro-bold") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 700; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-bolditalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-bolditalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-bolditalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-bolditalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-bolditalic.svg#sourcesanspro-bolditalic") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 900; src: url("../font/source-sans-pro/sourcesanspro-black.eot"); src: url("../font/source-sans-pro/sourcesanspro-black.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-black.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-black.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-black.svg#sourcesanspro-black") format("svg"); } @font-face { font-family: "SourceSansPro"; font-weight: 900; font-style: italic; src: url("../font/source-sans-pro/sourcesanspro-blackitalic.eot"); src: url("../font/source-sans-pro/sourcesanspro-blackitalic.eot?#iefix") format("embedded-opentype"), url("../font/source-sans-pro/sourcesanspro-blackitalic.woff") format("woff"), url("../font/source-sans-pro/sourcesanspro-blackitalic.ttf") format("truetype"), url("../font/source-sans-pro/sourcesanspro-blackitalic.svg#sourcesanspro-blackitalic") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 400; src: url("../font/heuristica/heuristica-regular.eot"); src: url("../font/heuristica/heuristica-regular.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-regular.woff") format("woff"), url("../font/heuristica/heuristica-regular.ttf") format("truetype"), url("../font/heuristica/heuristica-regular.svg#heuristica-regular") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 400; font-style: italic; src: url("../font/heuristica/heuristica-regularitalic.eot"); src: url("../font/heuristica/heuristica-regularitalic.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-regularitalic.woff") format("woff"), url("../font/heuristica/heuristica-regularitalic.ttf") format("truetype"), url("../font/heuristica/heuristica-regularitalic.svg#heuristica-regularitalic") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 700; src: url("../font/heuristica/heuristica-bold.eot"); src: url("../font/heuristica/heuristica-bold.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-bold.woff") format("woff"), url("../font/heuristica/heuristica-bold.ttf") format("truetype"), url("../font/heuristica/heuristica-bold.svg#heuristica-bold") format("svg"); } @font-face { font-family: "Heuristica"; font-weight: 700; font-style: italic; src: url("../font/heuristica/heuristica-bolditalic.eot"); src: url("../font/heuristica/heuristica-bolditalic.eot?#iefix") format("embedded-opentype"), url("../font/heuristica/heuristica-bolditalic.woff") format("woff"), url("../font/heuristica/heuristica-bolditalic.ttf") format("truetype"), url("../font/heuristica/heuristica-bolditalic.svg#heuristica-bolditalic") format("svg"); } @font-face { font-family: "FontCustom"; font-weight: 400; src: url("../font/font-custom/fontcustom.eot"); src: url("../font/font-custom/fontcustom.eot?#iefix") format("embedded-opentype"), url("../font/font-custom/fontcustom.woff") format("woff"), url("../font/font-custom/fontcustom.ttf") format("truetype"), url("../font/font-custom/fontcustom.svg#fontcustom") format("svg"); } [data-icon]:before { font-family: "FontCustom"; content: attr(data-icon); speak: none; } [data-icon]:before, .icon-GN:before, .icon-amp:before, .icon-comment:before, .icon-email:before, .icon-name:before { font-family: "FontCustom"; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } .icon-GN:before { content: "\f100"; } .icon-amp:before { content: "\f101"; } .icon-comment:before { content: "\f102"; } .icon-email:before { content: "\f103"; } .icon-name:before { content: "\f104"; } 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; } /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ /*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } /*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } /*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */ a { background: transparent; } a:active, a:hover { outline: 0; } /*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */ abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */ img { border: 0; } svg:not(:root) { overflow: hidden; } /*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */ figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */ button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } /*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */ table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /* * END COMPASS PLUGIN IMPORT * --------------------------------------------------------------------------------------------------- * BEGIN LOCAL PARTIALS ASSEMBLY */ /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _defaults.scss */ html, body { height: 100%; font-size: 100%; } *, *:before, *:after, hr, input[type="search"] { /* Override Normalize */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } @-ms-viewport { width: device-width; } html { -webkit-overflow-scrolling: touch; background: #eee; } body { color: #222; padding: 0; margin: 0; font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; font-weight: normal; font-style: normal; line-height: 1.4; position: relative; cursor: default; } a:hover { cursor: pointer; } nav ul, nav li { margin: 0; } nav ul, ul { list-style: none; } ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } audio, canvas, img, video { /* Override Normalize */ vertical-align: middle; } img { max-width: 100%; height: auto; display: inline-block; } img { -ms-interpolation-mode: bicubic; } .left { float: left !important; } .right { float: right !important; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .hide { display: none; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } textarea { height: auto; min-height: 50px; } select { width: 100%; } /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _grids.scss */ /* Setting up the Magic Grid */ .contain { height: inherit; position: relative; padding-left: 2%; padding-right: 2%; } .contain p, .contain h1, .contain h2, .contain h3, .contain ul, .contain aside { max-width: 59rem; margin-left: auto; margin-right: auto; } header nav { z-index: 8; position: relative; margin: 0 auto; } header nav li { float: left; } header { z-index: 7; position: fixed; top: 0; left: 0; right: 0; max-width: 100%; margin-left: auto; margin-right: auto; clear: both; width: 100%; float: left; margin-left: 0; margin-right: 0; } header:after { content: " "; display: block; clear: both; } header h1 { width: auto; clear: both; } section { max-width: 100%; margin-left: auto; margin-right: auto; clear: both; width: 100%; float: left; margin-left: 0; margin-right: 0; } section:after { content: " "; display: block; clear: both; } #about { z-index: 6; position: relative; width: 100%; float: left; margin-left: 0; margin-right: 0; } #slug { z-index: 5; position: relative; width: 100%; float: left; margin-left: 0; margin-right: 0; } #skills { z-index: 4; position: relative; width: 100%; float: left; margin-left: 0; margin-right: 0; } #work { z-index: 3; position: relative; } #endslug { z-index: 3; position: relative; } #contact { z-index: 2; position: relative; } footer { width: 100%; float: left; margin-left: 0; margin-right: 0; z-index: 1; position: relative; } /* Setting the Breakpoints */ /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _typography.scss */ .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } /* Typography resets */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; } /* Default Link Styles */ a { color: #008CBA; text-shadow: #005e7d -1px 0.5px 0; border-color: #008CBA; text-decoration: none; border-bottom: 1px dotted #007095; line-height: inherit; padding-bottom: 0.1em; transition: 0.2s ease-out; transition-property: border-color, color, text-shadow; } a img { border: none; } /* Default paragraph styles */ p { font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; font-weight: normal; font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; } p.lead { font-size: 1.21875rem; line-height: 1.6; } p aside { font-size: 0.875rem; line-height: 1.35; font-style: italic; } p a { white-space: nowrap; } span { white-space: nowrap; } /* Default header styles */ h1, h2, h3, h4, h5, h6 { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: bold; font-style: normal; color: rgba(40, 65, 92, 0.95); text-rendering: optimizeLegibility; page-break-after: avoid; margin-top: 0.4rem; margin-bottom: 0.4rem; line-height: 1.4; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: rgba(84, 130, 181, 0.95); line-height: 0; } h1 { font-size: 2.5rem; text-transform: uppercase; margin-top: 2rem; } h2 { font-size: 1.6875rem; } h3 { font-size: 1.375rem; } h4 { font-size: 1.125rem; } h5 { font-size: 1.125rem; } h6 { font-size: 1rem; } .subheader { line-height: 1.4; color: rgba(84, 130, 181, 0.95); font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } hr { border: dotted #969696; border-width: 1px 0 0; clear: both; margin: 1.25rem 0 1.1875rem; height: 0; } /* Helpful Typography Defaults */ em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: 700; line-height: inherit; } code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #bd260d; } /* Lists */ ul, ol, dl { font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; list-style-position: outside; font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; } ul { margin-left: 1.1rem; } ul.no-bullet { margin-left: 0; } ul.no-bullet li ul, ul.no-bullet li ol { margin-left: 1.25rem; margin-bottom: 0; list-style: none; } /* Unordered Lists */ ul li ul, ul li ol { margin-left: 1.25rem; margin-bottom: 0; } ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } ul.square { list-style-type: square; margin-left: 1.1rem; } ul.circle { list-style-type: circle; margin-left: 1.1rem; } ul.disc { list-style-type: disc; margin-left: 1.1rem; } ul.no-bullet { list-style: none; } /* Ordered Lists */ ol { margin-left: 1.4rem; } ol li ul, ol li ol { margin-left: 1.25rem; margin-bottom: 0; } /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _media.scss */ .media { position: relative; padding-top: 30px; padding-bottom: 56.25%; height: 0; height: auto; max-width: 100%; margin-bottom: 1em; overflow: hidden; } .media.widescreen { padding-bottom: 45%; } .media iframe, .media object, .media embed, .media video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; outline: none; background-color: transparent; } .media img { position: absolute; top: -1000000%; right: -1000000%; bottom: -1000000%; left: -1000000%; margin: auto; width: 100%; } #slides { display: none; font-family: sans-serif; } #slides .slidesjs-navigation { margin: 3px 0.5em 0; float: right; font-size: 1.2em; } #slides .slidesjs-previous { margin: 0 0.5em; float: left; } #slides .slidesjs-next { margin: 0 0.5em; float: left; } .slidesjs-pagination { margin: 6px 0 0; float: right; list-style: none; } .slidesjs-pagination li { float: left; margin: 0 1px; } .slidesjs-pagination li a { display: block; width: 13px; height: 0; padding-top: 13px; background-image: url(../img/pagination.png); background-position: 0 0; float: left; overflow: hidden; } .slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { background-position: 0 -13px; } .slidesjs-pagination li a:hover { background-position: 0 -26px; } #slides a:link, #slides a:visited { color: #eeeeee; text-shadow: none; border-bottom: none; font-weight: 300; text-transform: uppercase; } #slides a:hover, #slides a:active { color: #9e2020; text-shadow: none; border-bottom: none; } .navbar { overflow: hidden; } .slideContain { margin: 0 auto; max-width: 65em; padding: 0; } .caption { z-index: 500; display: block !important; position: absolute; bottom: 0; left: 0; height: 30px; padding: 5px 20px 0 20px; background: #000; background: rgba(0, 0, 0, 0.5); width: 540px; font-size: 1.3em; line-height: 1.33; color: #fff; border-top: 1px solid #000; text-shadow: none; } .no-js header { border-top: 0.4em #008cba solid; } .no-js header h1 { font-size: 1.4em; } /* * END LOCAL PARTIALS ASSEMBLY * --------------------------------------------------------------------------------------------------- * BEGIN CUSTOM STYLES */ header.about { border-top: 0.4em #4eb188 solid; } header.work, header.endslug { border-top: 0.4em #008cba solid; } header.contact { border-top: 0.4em #c96363 solid; } header.blog { border-top: 0.4em #43679e solid; } #note { position: relative; z-index: 101; top: 0; left: 0; right: 0; background: #fde073; text-align: center; line-height: 1.1; padding: 0.5em; overflow: hidden; -moz-box-shadow: 0 0 5px black; -webkit-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black; } /* Header Styles */ header { margin: 0; padding: 0; background: #eee; border-top: 0.4em #eee solid; -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.about { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.work { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.contact { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header.blog { -moz-transition: border-top 0.2s linear; -o-transition: border-top 0.2s linear; -webkit-transition: border-top 0.2s linear; transition: border-top 0.2s linear; } header h1 { margin: 0; padding: 0.07em 0; padding: 0.1em 0 0.15em 0; font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; color: #28415c; font-size: 1.7em; font-weight: 700; letter-spacing: 0.1em; line-height: 1; text-align: center; text-shadow: white -1px 1px 0, #214d72 -2px 2px 0; background-color: transparent; } header [data-icon='\f100'] { font-size: 1.25em; line-height: 0; margin: 0 -0.13em 0 -0.27em; text-shadow: -0.5px 0.5px 0px white, 0.5px 0.5px 0px white, 0.5px -0.5px 0px white, -0.5px -0.5px 0px white, -0.5px 0px 0px white, 0px -0.5px 0px white, 0px 0.5px 0px white; position: relative; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -webkit-transition-property: -webkit-transform; transition-property: transform; overflow: hidden; } header [data-icon='\f100']:hover, header [data-icon='\f100']:focus, header [data-icon='\f100']:active { -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } /* Navigation Styles */ header nav { max-width: 26em; } header nav li { text-align: center; -moz-transition: color 0.2s linear, box-shadow 0.3s ease; -o-transition: color 0.2s linear, box-shadow 0.3s ease; -webkit-transition: color 0.2s linear, box-shadow 0.3s ease; transition: color 0.2s linear, box-shadow 0.3s ease; } header nav li a { max-width: 6.5em; font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; text-transform: uppercase; font-size: 1rem; line-height: 1; font-weight: 700; color: #1a4a74; padding: 0; border: none; display: inline-block; text-shadow: none; } header nav li a:hover, header nav li a:focus { color: inherit; border-color: inherit; text-shadow: inherit; } header nav li:nth-of-type(1) { -moz-box-shadow: inset #4eb188 0px 0px 0; -webkit-box-shadow: inset #4eb188 0px 0px 0; box-shadow: inset #4eb188 0px 0px 0; } header nav li:nth-of-type(1):hover, header nav li:nth-of-type(1):focus { -moz-box-shadow: inset #4eb188 0px 2em 0; -webkit-box-shadow: inset #4eb188 0px 2em 0; box-shadow: inset #4eb188 0px 2em 0; } header nav li:nth-of-type(1):hover a, header nav li:nth-of-type(1):focus a { color: #eee; } header nav li:nth-of-type(1).selected { -moz-box-shadow: inset #4eb188 0px 2em 0; -webkit-box-shadow: inset #4eb188 0px 2em 0; box-shadow: inset #4eb188 0px 2em 0; } header nav li:nth-of-type(1).selected a { color: #eee; } header nav li:nth-of-type(2) { -moz-box-shadow: inset #008cba 0px 0px 0; -webkit-box-shadow: inset #008cba 0px 0px 0; box-shadow: inset #008cba 0px 0px 0; } header nav li:nth-of-type(2):hover, header nav li:nth-of-type(2):focus { -moz-box-shadow: inset #008cba 0px 2em 0; -webkit-box-shadow: inset #008cba 0px 2em 0; box-shadow: inset #008cba 0px 2em 0; } header nav li:nth-of-type(2):hover a, header nav li:nth-of-type(2):focus a { color: #eee; } header nav li:nth-of-type(2).selected { -moz-box-shadow: inset #008cba 0px 2em 0; -webkit-box-shadow: inset #008cba 0px 2em 0; box-shadow: inset #008cba 0px 2em 0; } header nav li:nth-of-type(2).selected a { color: #eee; } header nav li:nth-of-type(3) { -moz-box-shadow: inset #c96363 0px 0px 0; -webkit-box-shadow: inset #c96363 0px 0px 0; box-shadow: inset #c96363 0px 0px 0; } header nav li:nth-of-type(3):hover, header nav li:nth-of-type(3):focus { -moz-box-shadow: inset #c96363 0px 2em 0; -webkit-box-shadow: inset #c96363 0px 2em 0; box-shadow: inset #c96363 0px 2em 0; } header nav li:nth-of-type(3):hover a, header nav li:nth-of-type(3):focus a { color: #eee; } header nav li:nth-of-type(3).selected { -moz-box-shadow: inset #c96363 0px 2em 0; -webkit-box-shadow: inset #c96363 0px 2em 0; box-shadow: inset #c96363 0px 2em 0; } header nav li:nth-of-type(3).selected a { color: #eee; } header nav li:nth-of-type(4) { -moz-box-shadow: inset #43679e 0px 0px 0; -webkit-box-shadow: inset #43679e 0px 0px 0; box-shadow: inset #43679e 0px 0px 0; } header nav li:nth-of-type(4):hover, header nav li:nth-of-type(4):focus { -moz-box-shadow: inset #43679e 0px 2em 0; -webkit-box-shadow: inset #43679e 0px 2em 0; box-shadow: inset #43679e 0px 2em 0; } header nav li:nth-of-type(4):hover a, header nav li:nth-of-type(4):focus a { color: #eee; } header nav li:nth-of-type(4).selected { -moz-box-shadow: inset #43679e 0px 2em 0; -webkit-box-shadow: inset #43679e 0px 2em 0; box-shadow: inset #43679e 0px 2em 0; } header nav li:nth-of-type(4).selected a { color: #eee; } .middle { display: table-cell; vertical-align: middle; text-align: center; } /* Sections Styles */ .sectionName { max-width: 59em; margin-left: auto; margin-right: auto; height: inherit; position: relative; padding-left: 2%; padding-right: 2%; } #about, #blog { background: url(../img/vignette.png) scroll center center no-repeat, url(../img/graph-pattern.png) fixed 0 0 repeat, #285073; -moz-background-size: cover, auto; -o-background-size: cover, auto; -webkit-background-size: cover, auto; background-size: cover, auto; padding: 0 0 40px 0; overflow: hidden; min-height: 100%; display: table; } #about .tagline, #blog .tagline { margin: 1em 0; } #about .tagline span, #blog .tagline span { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: 700; font-size: 1.33em; text-transform: uppercase; letter-spacing: 0.1em; color: #285073; vertical-align: middle; position: relative; top: 0.2em; background-color: white; } #about .tagline span:nth-of-type(1), #blog .tagline span:nth-of-type(1) { padding: 0.3em 0.5em; margin-right: -1.5px; } #about .tagline span:nth-of-type(1):before, #blog .tagline span:nth-of-type(1):before { position: absolute; content: ""; border: 0.89em solid white; border-left-color: transparent; left: -1.6em; top: 0.3em; } #about .tagline span:nth-of-type(2), #blog .tagline span:nth-of-type(2) { padding: 0.3em 0.7em; margin-left: -1px; } #about .tagline span:nth-of-type(2):after, #blog .tagline span:nth-of-type(2):after { position: absolute; content: ""; border: 0.89em solid white; border-right-color: transparent; right: -1.6em; top: 0.3em; } #about .tagline img, #blog .tagline img { height: auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 -0.15em 0 -0.1em; position: relative; z-index: 1; } #about p, #blog p { color: #fafafa; text-shadow: #a8a8a8 -1px 0.5px 0; border-color: #fafafa; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.3; font-size: 2.5em; margin: 1em auto; padding: 0 1em; max-width: 35em; } #about p a, #blog p a { font-family: "Heuristica", "Hoefler Text", Garamond, Baskerville, "Baskerville Old Face", "Times New Roman", serif; color: #00b1eb; text-shadow: #00769d -1px 0.5px 0; border-color: #00b1eb; border: none; font-size: 1.2em; line-height: 0; } #about p a:hover, #blog p a:hover { color: inherit; text-shadow: inherit; } #about p strong, #blog p strong { font-weight: 700; text-transform: none; color: #4eb188; text-shadow: #34775b -1px 0.5px 0; border-color: #4eb188; } #about:before, #blog:before { position: absolute; width: 50%; left: 0; bottom: 0; content: ""; border-style: solid; border-width: 0px 40px 40px 0px; border-color: transparent transparent #323232 transparent; -moz-box-shadow: inset 0 5px 20px -10px #282828; -webkit-box-shadow: inset 0 5px 20px -10px #282828; box-shadow: inset 0 5px 20px -10px #282828; } #about:after, #blog:after { position: absolute; width: 50%; right: 0; bottom: 0; content: ""; border-style: solid; border-width: 0px 0px 40px 40px; border-color: transparent transparent #323232 transparent; -moz-box-shadow: inset 0 5px 20px -10px #282828; -webkit-box-shadow: inset 0 5px 20px -10px #282828; box-shadow: inset 0 5px 20px -10px #282828; } #slug { margin: 0; padding: 3em 1em 2em; background: #323232; text-align: center; } #slug p { color: #fafafa; text-shadow: #a8a8a8 -0.2px 0.1px 0; border-color: #fafafa; max-width: 40em; margin: 0 auto 0.6em; font-size: 1.2em; line-height: 1.45; letter-spacing: 0.025em; } #slug p:first-child { -moz-transition: -moz-transform 300ms linear; -o-transition: -o-transform 300ms linear; -webkit-transition: -webkit-transform 300ms linear; transition: transform 300ms linear; } #slug p:first-child.highlight { -moz-transform: scale(1.02); -ms-transform: scale(1.02); -webkit-transform: scale(1.02); transform: scale(1.02); } #slug p a:hover, #slug p a:focus { color: inherit; border-color: inherit; text-shadow: inherit; } #slug p .asterisk2 { font-size: 1.8em; color: gainsboro; text-shadow: #939393 -1px 0.5px 0; border-color: gainsboro; line-height: 0; vertical-align: middle; } #slug p:nth-of-type(1) { font-size: 1.4em; } #slug p:nth-of-type(1) i { width: 100%; display: block; margin-top: .1em; font-style: italic; color: #4eb188; text-shadow: #34775b -1px 0.5px 0; border-color: #4eb188; } #slug p:nth-of-type(2) { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: 600; font-style: normal; font-size: 1.9em; color: #969696; text-shadow: #656565 -1px 0.5px 0; border-color: #969696; text-rendering: optimizeLegibility; page-break-after: avoid; margin-top: 0; margin-bottom: 1rem; line-height: 1.4; text-transform: uppercase; } #slug p:nth-of-type(4) { margin-top: 1.2em; } #slug p:nth-of-type(4):before { color: gray; content: "\2014\00a0\00a0"; } #slug p:nth-of-type(4):after { color: #969696; content: "\00a0\00a0\2014"; } #slug hr { padding: 0; max-width: 40em; margin: 2em auto 1.8em; } article { background: #eee; } article h2 { font-size: 2em; } article a { text-shadow: none; padding-bottom: 0; } article a:hover { color: #005e7d; border-bottom-color: #005e7d; } article p { color: rgba(0, 0, 0, 0.8); font-size: 1.3rem; font-style: normal; font-weight: normal; letter-spacing: 0.015em; line-height: 1.4; } article p.alignRight { text-align: right; } article img.article { width: 50%; max-width: 19em; margin-left: 2%; margin-right: 2%; } article img.article:nth-of-type(odd) { float: right; } article img.article:nth-of-type(even) { float: left; } article img.article:nth-of-type(1) { margin-top: -4em; } #skills ul { list-style: none; max-width: 50em; } #skills ul > li { width: 32.6%; display: inline-block; padding: 0.2em; vertical-align: middle; background-color: rgba(75, 75, 75, 0.5); border: 0.2em #eeeeee solid; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; -moz-transition-duration: 1s; -o-transition-duration: 1s; -webkit-transition-duration: 1s; transition-duration: 1s; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -webkit-transition-property: -webkit-transform; transition-property: transform; overflow: hidden; } #skills ul > li:nth-of-type(2) { padding: 1.5em 0; } #skills ul > li:hover, #skills ul > li:focus, #skills ul > li:active { -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } #skills ul > li h3 { text-align: center; font-size: 1.7em; color: #eee; text-shadow: #9f9f9f -1px 0.5px 0; border-color: #eee; } #skills ul > li p { text-align: center; } #skills ul > li img { width: 48%; margin: 0 26%; } #work { background-color: #eee; position: relative; width: 100%; } #work > h1 { position: relative; z-index: 2; font-size: 2.5rem; border-bottom: solid #a8a8a8 1px; } #work figure, #minipagenav figure { display: inline-block; position: relative; max-width: 23.625em; border-color: transparent; vertical-align: top; } #work figure a, #minipagenav figure a { padding: 0; border: 1px solid white; -moz-box-shadow: 0px 2px 3px 0 #c8c8c8; -webkit-box-shadow: 0px 2px 3px 0 #c8c8c8; box-shadow: 0px 2px 3px 0 #c8c8c8; display: block; position: relative; -moz-transition: -moz-transform 0.2s linear, box-shadow 0.1s ease-out; -o-transition: -o-transform 0.2s linear, box-shadow 0.1s ease-out; -webkit-transition: -webkit-transform 0.2s linear, box-shadow 0.1s ease-out; transition: transform 0.2s linear, box-shadow 0.1s ease-out; overflow: hidden; } #work figure a:hover, #minipagenav figure a:hover { -moz-transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); -moz-box-shadow: 0px 2px 3px 0 transparent; -webkit-box-shadow: 0px 2px 3px 0 transparent; box-shadow: 0px 2px 3px 0 transparent; } #work figure a:hover figcaption, #minipagenav figure a:hover figcaption { -moz-transform: translate(0, 200%); -ms-transform: translate(0, 200%); -webkit-transform: translate(0, 200%); transform: translate(0, 200%); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; } #work figure a:hover + p, #minipagenav figure a:hover + p { color: #646464; } #work figure a:hover + p span, #minipagenav figure a:hover + p span { background: #828282; } #work figure img, #minipagenav figure img { max-width: 100%; } #work figure p, #minipagenav figure p { color: #7d7d7d; line-height: 1.2; padding-top: 0.5em; margin: 0; text-shadow: #c8c8c8 -0.1px -0.1px 0; vertical-align: top; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; } #work figure p span, #minipagenav figure p span { float: right; margin-left: 0.9em; font-weight: 400; color: #eeeeee; text-shadow: #9f9f9f -1px 0.5px 0; border-color: #eeeeee; padding: 0 0.2em 0 0.25em; letter-spacing: 0.03em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #a5a5a5; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; -webkit-transition: background 0.2s linear; transition: background 0.2s linear; } #work figcaption, #minipagenav figcaption { background-color: rgba(0, 0, 0, 0.77); position: absolute; bottom: 15%; left: 0; right: 0; width: 100%; padding: 3% 2%; white-space: pre-wrap; overflow: hidden; opacity: 1; text-align: center; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.5em; font-weight: 600; line-height: 1; letter-spacing: 0.02em; text-transform: none; color: #fafafa; text-shadow: black -1px 0.5px 0; -moz-transition: -moz-transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; -o-transition: -o-transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; transition: transform 0.3s ease-out, opacity 0.4s ease-out, font-size 0.05s ease; } #contact { background-color: #dcceb3; background-image: url(../img/NOLA.jpg); -moz-background-size: 100%; -o-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; background-attachment: fixed; background-position: center center; background-repeat: repeat-y; } #contact .overlay { background-color: rgba(168, 156, 133, 0.6); height: 100%; width: 100%; } #contact .contain { text-align: center; padding-top: 0.5em; } #contact #form-div { background-color: rgba(72, 72, 72, 0.6); padding: 1.5em; width: 95%; max-width: 35em; margin: 2em auto; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; display: inline-block; } #contact .feedback-input { color: #3c3c3c; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 1.2em; line-height: 1; background-color: #fbfbfb; padding: 0.75em 0.5em 0.5em 2.5em; margin-bottom: 0.2em; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: 3px solid transparent; } #contact .feedback-input:focus { background: #fff; box-shadow: 0; border: 3px solid rgba(53, 139, 196, 0.7); color: #3498db; outline: none; padding: 0.75em 0.5em 0.5em 2.5em; } #contact .focused { color: #30aed6; border: #30aed6 solid 3px; } #contact #name { background-image: url(../img/icon/name.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #name:focus { background-image: url(../img/icon/name-focus.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #email { background-image: url(../img/icon/email.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #email:focus { background-image: url(../img/icon/email-focus.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #message { background-image: url(../img/icon/message.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact #message:focus { background-image: url(../img/icon/message-focus.svg); background-size: 1.5em 1.5em; background-position: 0.65em 0.5em; background-repeat: no-repeat; } #contact textarea { width: 100%; height: 150px; line-height: 150%; resize: vertical; } #contact input:hover, #contact textarea:hover, #contact input:focus, #contact textarea:focus { background-color: white; } #contact .captcha { color: white; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; font-size: 1.2em; line-height: 1.2; display: inline-block; margin-right: 0.1em; text-align: left; margin-bottom: 1.25rem; } #contact .captcha span { background-color: #373737; padding: 0.2em 0.4em; color: #dfdf46; font-weight: 700; margin: 0 0.1em; } #contact #captcha.feedback-input { max-width: 3em; padding: 0.5em 0.4em 0.4em; text-align: center; display: inline-block; } #contact #captcha.feedback-input:focus { padding: 0.5em 0.4em 0.4em; } #contact #submit { font-family: "Gotham", "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif; font-weight: 700; float: left; width: 100%; border: 0px solid transparent; cursor: pointer; background-color: #008cba; color: white; font-size: 1.5em; padding-top: 0.5em; padding-bottom: 0.5em; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; } #contact #submit:hover { background-color: #398565; color: white; } #contact #submit:focus, #contact #submit:active { border: 0px solid transparent; outline: 0; } #contact #form-messages a { text-shadow: none; border-bottom: none; } #contact #form-messages.success { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #contact #form-messages.error { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #b94a48; background-color: #f2dede; border: 1px solid rgba(185, 74, 72, 0.3); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #endslug { margin: 0; display: inline-block; padding: 1em 0; background: #323232; text-align: center; width: 100%; } #endslug p { color: #fafafa; text-shadow: #a8a8a8 -0.2px 0.1px 0; border-color: #fafafa; max-width: 59rem; margin: 0 auto 0.6em; font-size: 1.1em; line-height: 1.2; color: rgba(250, 250, 250, 0.8); letter-spacing: 0.025em; } #endslug h1 { color: rgba(250, 250, 250, 0.8); padding: 0 0 1em; margin: 0 auto; font-size: 1.5em; } #endslug img { max-width: 16em; padding-top: 1em; } footer { background-color: #222222; -moz-box-shadow: inset 0 9px 20px -10px rgba(0, 0, 0, 0.8); -webkit-box-shadow: inset 0 9px 20px -10px rgba(0, 0, 0, 0.8); box-shadow: inset 0 9px 20px -10px rgba(0, 0, 0, 0.8); padding: 0.75em 1%; } footer > ul { list-style: none; margin: 0; } footer > ul > li { width: 32.5%; vertical-align: middle; display: inline-block; } footer > ul > li a:hover { color: #fafafa; } footer p { text-align: center; color: #7F7F7F; margin: 0; line-height: 1; } footer nav { text-align: right; color: #fafafa; } footer nav a { text-transform: uppercase; color: #7F7F7F; text-shadow: none; font-weight: 600; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; border-bottom: none; } footer nav a:hover { color: inherit; } /* Work Pages Styles */ #hero { color: white; background-position: top center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; width: 100%; text-align: center; height: 520px; padding: 0; overflow: hidden; display: inline-table; } #hero .overlay { width: 100%; height: 520px; position: absolute; left: 0; opacity: 0.60; z-index: 0; text-align: right; color: #828282; font-size: 0.9em; font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; } #hero h1 { color: rgba(255, 255, 255, 0.7); text-shadow: rgba(171, 171, 171, 0.7) -1px 0.5px 0; border-color: rgba(255, 255, 255, 0.7); font-weight: 800; font-size: 4.5em; letter-spacing: -.025em; z-index: 1; line-height: 1.1; } #hero .tools { color: rgba(255, 255, 255, 0.8); font-size: 1em; margin: 2em 0; font-style: italic; display: block; } #hero .timespan { font-style: normal; line-height: 2; border: 1px solid #c8c8c8; padding: 0.15em 0.4em 0.22em; } #hero p { color: rgba(255, 255, 255, 0.8); font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.3rem; font-style: normal; font-weight: 200; letter-spacing: 0.015em; line-height: 1.3; max-width: 25em; } #imac { width: 90%; max-width: 50em; margin: 2em auto 0; text-align: center; display: block; position: relative; } #imac .overlay { position: relative; z-index: 9999; max-width: inherit; } #imac .overlay img { max-width: inherit; } #imac .screen { position: absolute; top: 0; max-width: inherit; } #imac .screen img { max-width: inherit; } body.work header { border-top: 0.4em #008cba solid; } body.work article .contain { margin-top: 2em; } body.work #slug { margin-top: 2em; } body.work nav#minipagenav { width: 100%; clear: both; display: block; position: relative; height: auto; margin: 3em 0 0; border: 0.5em solid #eeeeee; display: inline-block; } body.work nav#minipagenav h3 { padding: 0; margin: 0; text-align: center; text-transform: uppercase; } body.work nav#minipagenav div { width: 100%; white-space: nowrap; overflow-x: auto; overflow-y: hidden; height: auto; padding: 0 0.2em; text-align: center; } body.work nav#minipagenav figure { width: 8em; margin: 0.5em 0.2em; } body.work nav#minipagenav figure figcaption { bottom: 15%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; background-color: rgba(0, 0, 0, 0.67); font-size: 1em; } body.work nav#minipagenav figure p { display: none; } body.work nav#minipagenav figure a { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0px solid #5f5f5f; } body.work nav#minipagenav figure a:hover figcaption { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transition: opacity 0.4s ease-out; -o-transition: opacity 0.4s ease-out; -webkit-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0); } body.work nav#minipagenav figure.currentPage { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; } #blog { background-color: #dbdbdb; } /* - - - local partials assembly - - - - - - - - - - - - - - - - - - - - * FILE: _mediaqueries.scss */ @media (min-width: 19.375em) { section, #work article { border-top: 4em solid #eee; margin-top: -4.4em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 19.375em; } header nav a { width: 4.8em; } header h1 { font-size: 1.4em; } #about img { margin-top: 0.3em; width: 8em; } } @media (min-width: 21.25em) { section, #work article { border-top: 4.114em solid #eee; margin-top: -4.514em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 20.375em; } header nav a { width: 5.05em; } header h1 { font-size: 1.5em; } #about img { margin-top: 0.32em; width: 8.16667em; } } @media (min-width: 23.125em) { section, #work article { border-top: 4.228em solid #eee; margin-top: -4.628em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 21.375em; } header nav a { width: 5.3em; } header h1 { font-size: 1.6em; } #about img { margin-top: 0.34em; width: 8.33333em; } } @media (min-width: 25em) { section, #work article { border-top: 4.342em solid #eee; margin-top: -4.742em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 22.375em; } header nav a { width: 5.55em; } header h1 { font-size: 1.7em; } #about img { margin-top: 0.36em; width: 8.5em; } } @media (min-width: 26.875em) { section, #work article { border-top: 4.456em solid #eee; margin-top: -4.856em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 23.375em; } header nav a { width: 5.8em; } header h1 { font-size: 1.8em; } #about img { margin-top: 0.38em; width: 8.66667em; } } @media (min-width: 28.75em) { section, #work article { border-top: 4.57em solid #eee; margin-top: -4.97em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 24.375em; } header nav a { width: 6.05em; } header h1 { font-size: 1.9em; } #about img { margin-top: 0.4em; width: 8.83333em; } } @media (min-width: 30.625em) { section, #work article { border-top: 4.684em solid #eee; margin-top: -5.084em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 25.375em; } header nav a { width: 6.3em; } header h1 { font-size: 2em; } #about img { margin-top: 0.42em; width: 9em; } } @media (min-width: 32.5em) { section, #work article { border-top: 4.798em solid #eee; margin-top: -5.198em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 26.375em; } header nav a { width: 6.55em; } header h1 { font-size: 2.1em; } #about img { margin-top: 0.44em; width: 9.16667em; } } @media (min-width: 34.375em) { section, #work article { border-top: 4.912em solid #eee; margin-top: -5.312em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 27.375em; } header nav a { width: 6.8em; } header h1 { font-size: 2.2em; } #about img { margin-top: 0.46em; width: 9.33333em; } } @media (min-width: 36.25em) { section, #work article { border-top: 5.026em solid #eee; margin-top: -5.426em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 28.375em; } header nav a { width: 7.05em; } header h1 { font-size: 2.3em; } #about img { margin-top: 0.48em; width: 9.5em; } } @media (min-width: 38.125em) { section, #work article { border-top: 5.14em solid #eee; margin-top: -5.54em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 29.375em; } header nav a { width: 7.3em; } header h1 { font-size: 2.4em; } #about img { margin-top: 0.5em; width: 9.66667em; } } @media (min-width: 40em) { section, #work article { border-top: 5.254em solid #eee; margin-top: -5.654em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 30.375em; } header nav a { width: 7.55em; } header h1 { font-size: 2.5em; } #about img { margin-top: 0.52em; width: 9.83333em; } } @media (min-width: 41.875em) { section, #work article { border-top: 5.368em solid #eee; margin-top: -5.768em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 31.375em; } header nav a { width: 7.8em; } header h1 { font-size: 2.6em; } #about img { margin-top: 0.54em; width: 10em; } } @media (min-width: 43.75em) { section, #work article { border-top: 5.482em solid #eee; margin-top: -5.882em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 32.375em; } header nav a { width: 8.05em; } header h1 { font-size: 2.7em; } #about img { margin-top: 0.56em; width: 10.16667em; } } @media (min-width: 45.625em) { section, #work article { border-top: 5.596em solid #eee; margin-top: -5.996em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 33.375em; } header nav a { width: 8.3em; } header h1 { font-size: 2.8em; } #about img { margin-top: 0.58em; width: 10.33333em; } } @media (min-width: 47.5em) { section, #work article { border-top: 5.71em solid #eee; margin-top: -6.11em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 34.375em; } header nav a { width: 8.55em; } header h1 { font-size: 2.9em; } #about img { margin-top: 0.6em; width: 10.5em; } } @media (min-width: 49.375em) { section, #work article { border-top: 5.824em solid #eee; margin-top: -6.224em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 35.375em; } header nav a { width: 8.8em; } header h1 { font-size: 3em; } #about img { margin-top: 0.62em; width: 10.66667em; } } @media (min-width: 51.25em) { section, #work article { border-top: 5.938em solid #eee; margin-top: -6.338em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 36.375em; } header nav a { width: 9.05em; } header h1 { font-size: 3.1em; } #about img { margin-top: 0.64em; width: 10.83333em; } } @media (min-width: 53.125em) { section, #work article { border-top: 6.052em solid #eee; margin-top: -6.452em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 37.375em; } header nav a { width: 9.3em; } header h1 { font-size: 3.2em; } #about img { margin-top: 0.66em; width: 11em; } } @media (min-width: 55em) { section, #work article { border-top: 6.166em solid #eee; margin-top: -6.566em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 38.375em; } header nav a { width: 9.55em; } header h1 { font-size: 3.3em; } #about img { margin-top: 0.68em; width: 11.16667em; } } @media (min-width: 56.875em) { section, #work article { border-top: 6.28em solid #eee; margin-top: -6.68em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 39.375em; } header nav a { width: 9.8em; } header h1 { font-size: 3.4em; } #about img { margin-top: 0.7em; width: 11.33333em; } } @media (min-width: 58.75em) { section, #work article { border-top: 6.394em solid #eee; margin-top: -6.794em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 40.375em; } header nav a { width: 10.05em; } header h1 { font-size: 3.5em; } #about img { margin-top: 0.72em; width: 11.5em; } } @media (min-width: 60.625em) { section, #work article { border-top: 6.508em solid #eee; margin-top: -6.908em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 41.375em; } header nav a { width: 10.3em; } header h1 { font-size: 3.6em; } #about img { margin-top: 0.74em; width: 11.66667em; } } @media (min-width: 62.5em) { section, #work article { border-top: 6.622em solid #eee; margin-top: -7.022em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 42.375em; } header nav a { width: 10.55em; } header h1 { font-size: 3.7em; } #about img { margin-top: 0.76em; width: 11.83333em; } } @media (min-width: 64.375em) { section, #work article { border-top: 6.736em solid #eee; margin-top: -7.136em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 43.375em; } header nav a { width: 10.8em; } header h1 { font-size: 3.8em; } #about img { margin-top: 0.78em; width: 12em; } } @media (min-width: 66.25em) { section, #work article { border-top: 6.85em solid #eee; margin-top: -7.25em; } section:nth-of-type(1) { margin-top: 0; } #work article { border-color: transparent; } header nav { width: 44.375em; } header nav a { width: 11.05em; } header h1 { font-size: 3.9em; } #about img { margin-top: 0.8em; width: 12.16667em; } } @media (max-width: 47.9em) { h1 { text-align: center; line-height: 1.1; } #about p { font-size: 1.6em; } #about .tagline span { font-size: 1.1em; } #slug { padding-top: 1em; padding-bottom: 1em; } #slug p { font-size: 1.05em; } #slug p:nth-of-type(1), #slug p i { font-size: 1.1em; } #slug p:nth-of-type(2) { font-size: 1.5em; } #work p { font-size: 1.1em; line-height: 1.4; } #work ul > li h3 { font-size: 1.25em; } #contact h3 { line-height: 1.1; } #hero h1 { font-size: 3.5em; } } @media (max-width: 30em) { #slides .slidesjs-navigation { font-size: 1em; } #skills img.article:nth-of-type(odd), #skills img.article:nth-of-type(even) { float: none; margin: 0; width: 100%; } #skills p { font-size: 1.2em; line-height: 1.25; } #skills p.alignRight { text-align: left; } #skills ul > li h3 { font-size: 1.2em; line-height: 1.1; } #hero { background-attachment: initial; } #hero h1 { font-size: 3em; } } @media (min-width: 20em) { .index #work #gallery { padding: 0 8% 2%; } .index #work #gallery figure { width: 99%; margin: 0%; } .index #work #gallery figure:nth-of-type(n) { margin: 0%; } .index #work #gallery figure:nth-of-type(1n) { margin-right: auto; } .index #work #gallery figure:nth-child(1n) { margin-left: auto; margin-top: 5%; margin-bottom: 5%; } .index #work #gallery figure figcaption { font-size: 1.5em; } } @media (max-width: 27.438em) { display: block; } @media (min-width: 27.5em) { .index #work #gallery figure { width: 45%; margin: 2.25%; } .index #work #gallery figure:nth-of-type(n) { margin: 2.25%; } .index #work #gallery figure:nth-of-type(2n) { margin-right: auto; } .index #work #gallery figure figcaption { font-size: 1.2em; } } @media (min-width: 43.75em) { .index #work #gallery { padding: 0 4% 2%; } .index #work #gallery figure { width: 30%; margin: 1.5%; } .index #work #gallery figure:nth-of-type(n) { margin: 1.5%; } .index #work #gallery figure:nth-of-type(3n) { margin-right: auto; } .index #work #gallery figure figcaption { font-size: 1.5em; } } @media (min-width: 53.125em) { .index #work #gallery { padding: 0 3% 2%; } .index #work #gallery figure { width: 22.25%; margin: 1.25%; } .index #work #gallery figure:nth-of-type(n) { margin: 1.25%; } .index #work #gallery figure:nth-of-type(4n) { margin-right: auto; } } @media (min-width: 75em) { .index #work #gallery { padding: 0 3% 2%; } .index #work #gallery figure { width: 18.3%; margin: 0.75%; } .index #work #gallery figure:nth-of-type(n) { margin: 0.75%; } .index #work #gallery figure:nth-of-type(5n) { margin-right: auto; } } @media (min-width: 100em) { .index #work #gallery { padding: 0 8% 2%; } .index #work #gallery figure { width: 18.3%; margin: 0.75%; } .index #work #gallery figure:nth-of-type(n) { margin: 0.75%; } .index #work #gallery figure:nth-of-type(5n) { margin-right: auto; } }
0.311113
0.078642
.u-section-1 { min-height: 624px; } .u-section-1 .u-group-1 { width: calc(((100% - 1140px) / 2) + 123px); min-height: 748px; text-align: left; height: auto; margin: -124px auto 0 0; } .u-section-1 .u-container-layout-1 { padding: 0; } .u-section-1 .u-image-1 { object-position: 50% 0%; height: 148px; margin-top: 10px; margin-bottom: 0; } .u-section-1 .u-text-1 { font-size: 1.25rem; text-align: left; margin: 440px auto 0 52px; } .u-section-1 .u-group-2 { width: 216px; min-height: 150px; text-align: left; margin: -558px auto 0 545px; } .u-section-1 .u-container-layout-2 { padding: 1px 30px; } .u-section-1 .u-text-2 { font-size: 1.25rem; text-align: left; margin: -1px 14px 0 26px; } .u-section-1 .u-image-2 { width: 87px; height: 87px; margin: 14px auto 0 28px; } .u-section-1 .u-group-3 { width: 216px; text-align: start; min-height: 149px; margin: 119px auto 94px 539px; } .u-section-1 .u-container-layout-3 { padding: 0 30px; } .u-section-1 .u-text-3 { font-size: 1.25rem; text-align: left; margin: 0 auto; } .u-section-1 .u-image-3 { width: 76px; height: 76px; margin: 17px auto 0; } @media (max-width: 1199px) { .u-section-1 .u-group-1 { width: calc(((100% - 940px) / 2) + 123px); height: auto; } .u-section-1 .u-image-1 { object-position: 50% 100%; height: 129px; width: 173px; margin-top: 12px; margin-right: auto; margin-left: -1px; } .u-section-1 .u-text-1 { width: auto; margin-top: 456px; margin-left: 51px; } } @media (max-width: 991px) { .u-section-1 .u-group-1 { width: calc(((100% - 720px) / 2) + 123px); } .u-section-1 .u-image-1 { height: 92px; margin-top: -124px; width: 123px; margin-left: 0; } .u-section-1 .u-text-1 { margin-top: 568px; } .u-section-1 .u-group-2 { margin-left: 504px; } .u-section-1 .u-group-3 { margin-left: 504px; } } @media (max-width: 767px) { .u-section-1 { min-height: 942px; } .u-section-1 .u-group-1 { width: calc(((100% - 540px) / 2) + 123px); min-height: 1009px; } .u-section-1 .u-container-layout-1 { padding-bottom: 20px; } .u-section-1 .u-image-1 { margin-top: 17px; margin-left: 13px; } .u-section-1 .u-text-1 { margin-top: 848px; } .u-section-1 .u-group-2 { margin-left: 324px; } .u-section-1 .u-container-layout-2 { padding-left: 10px; padding-right: 10px; } .u-section-1 .u-text-2 { width: auto; margin-top: 0; margin-left: 40px; } .u-section-1 .u-image-2 { margin-top: 13px; margin-left: 50px; } .u-section-1 .u-group-3 { margin-left: 324px; } .u-section-1 .u-container-layout-3 { padding-left: 10px; padding-right: 10px; } } @media (max-width: 575px) { .u-section-1 { min-height: 1417px; } .u-section-1 .u-group-1 { width: calc(((100% - 340px) / 2) + 123px); } .u-section-1 .u-image-1 { margin-top: 14px; margin-left: auto; } .u-section-1 .u-text-1 { margin-top: 791px; } .u-section-1 .u-group-2 { margin-top: -750px; margin-right: calc(((100% - 340px) / 2) + -19px); margin-left: auto; } .u-section-1 .u-group-3 { margin: 135px calc(((100% - 340px) / 2) + -12px) 60px auto; } } #dropdown{ border-radius: 10px; border-color: #6C63FF; margin-top: 0px; margin-left: 440px; width:500px; height:40px; color:#6C63FF; justify-content: center; } .submit{ margin-left:650px; margin-top:5px; color:#6C63FF; border-color:#6C63FF; color:#6C63FF; border-radius:10px; } .scroll{ width:900px; height:400px; overflow:scroll; margin-top: 30px; margin-bottom: 10px; margin-left:250px; font-family:Poppins; font-size:16px; color:#6C63FF; border: 1px solid #6C63FF; border-radius: 10px; } #name{ font-size:16px; width:150px; height:50px; border-radius:10px; font-family: Poppins; } #address{ font-size:16px; width:620px; height:50px; border-radius:10px; font-family: Poppins; } #review{ border: 1px solid #6C63FF; width:100px; height:50px; border-radius:10px; font-family: Poppins; font-size:16px; } .move{ color:#6C63FF; } #dropdownMenuButton1{ background-color:#6C63FF; border:none; margin-right:15px; } #Logo{ height:120px; width:150px; margin-right:1100px; margin-top:-17px; } .drop{ justify-content: center;justify-content: center; } .table{ margin-left: 5px; border-radius: 10px; } #head1{ font-size: 18px; font-family: Poppins; } #head2{ font-size: 18px; font-family: Poppins; margin-left:100px ; }
MainInterface/Tailor.css
.u-section-1 { min-height: 624px; } .u-section-1 .u-group-1 { width: calc(((100% - 1140px) / 2) + 123px); min-height: 748px; text-align: left; height: auto; margin: -124px auto 0 0; } .u-section-1 .u-container-layout-1 { padding: 0; } .u-section-1 .u-image-1 { object-position: 50% 0%; height: 148px; margin-top: 10px; margin-bottom: 0; } .u-section-1 .u-text-1 { font-size: 1.25rem; text-align: left; margin: 440px auto 0 52px; } .u-section-1 .u-group-2 { width: 216px; min-height: 150px; text-align: left; margin: -558px auto 0 545px; } .u-section-1 .u-container-layout-2 { padding: 1px 30px; } .u-section-1 .u-text-2 { font-size: 1.25rem; text-align: left; margin: -1px 14px 0 26px; } .u-section-1 .u-image-2 { width: 87px; height: 87px; margin: 14px auto 0 28px; } .u-section-1 .u-group-3 { width: 216px; text-align: start; min-height: 149px; margin: 119px auto 94px 539px; } .u-section-1 .u-container-layout-3 { padding: 0 30px; } .u-section-1 .u-text-3 { font-size: 1.25rem; text-align: left; margin: 0 auto; } .u-section-1 .u-image-3 { width: 76px; height: 76px; margin: 17px auto 0; } @media (max-width: 1199px) { .u-section-1 .u-group-1 { width: calc(((100% - 940px) / 2) + 123px); height: auto; } .u-section-1 .u-image-1 { object-position: 50% 100%; height: 129px; width: 173px; margin-top: 12px; margin-right: auto; margin-left: -1px; } .u-section-1 .u-text-1 { width: auto; margin-top: 456px; margin-left: 51px; } } @media (max-width: 991px) { .u-section-1 .u-group-1 { width: calc(((100% - 720px) / 2) + 123px); } .u-section-1 .u-image-1 { height: 92px; margin-top: -124px; width: 123px; margin-left: 0; } .u-section-1 .u-text-1 { margin-top: 568px; } .u-section-1 .u-group-2 { margin-left: 504px; } .u-section-1 .u-group-3 { margin-left: 504px; } } @media (max-width: 767px) { .u-section-1 { min-height: 942px; } .u-section-1 .u-group-1 { width: calc(((100% - 540px) / 2) + 123px); min-height: 1009px; } .u-section-1 .u-container-layout-1 { padding-bottom: 20px; } .u-section-1 .u-image-1 { margin-top: 17px; margin-left: 13px; } .u-section-1 .u-text-1 { margin-top: 848px; } .u-section-1 .u-group-2 { margin-left: 324px; } .u-section-1 .u-container-layout-2 { padding-left: 10px; padding-right: 10px; } .u-section-1 .u-text-2 { width: auto; margin-top: 0; margin-left: 40px; } .u-section-1 .u-image-2 { margin-top: 13px; margin-left: 50px; } .u-section-1 .u-group-3 { margin-left: 324px; } .u-section-1 .u-container-layout-3 { padding-left: 10px; padding-right: 10px; } } @media (max-width: 575px) { .u-section-1 { min-height: 1417px; } .u-section-1 .u-group-1 { width: calc(((100% - 340px) / 2) + 123px); } .u-section-1 .u-image-1 { margin-top: 14px; margin-left: auto; } .u-section-1 .u-text-1 { margin-top: 791px; } .u-section-1 .u-group-2 { margin-top: -750px; margin-right: calc(((100% - 340px) / 2) + -19px); margin-left: auto; } .u-section-1 .u-group-3 { margin: 135px calc(((100% - 340px) / 2) + -12px) 60px auto; } } #dropdown{ border-radius: 10px; border-color: #6C63FF; margin-top: 0px; margin-left: 440px; width:500px; height:40px; color:#6C63FF; justify-content: center; } .submit{ margin-left:650px; margin-top:5px; color:#6C63FF; border-color:#6C63FF; color:#6C63FF; border-radius:10px; } .scroll{ width:900px; height:400px; overflow:scroll; margin-top: 30px; margin-bottom: 10px; margin-left:250px; font-family:Poppins; font-size:16px; color:#6C63FF; border: 1px solid #6C63FF; border-radius: 10px; } #name{ font-size:16px; width:150px; height:50px; border-radius:10px; font-family: Poppins; } #address{ font-size:16px; width:620px; height:50px; border-radius:10px; font-family: Poppins; } #review{ border: 1px solid #6C63FF; width:100px; height:50px; border-radius:10px; font-family: Poppins; font-size:16px; } .move{ color:#6C63FF; } #dropdownMenuButton1{ background-color:#6C63FF; border:none; margin-right:15px; } #Logo{ height:120px; width:150px; margin-right:1100px; margin-top:-17px; } .drop{ justify-content: center;justify-content: center; } .table{ margin-left: 5px; border-radius: 10px; } #head1{ font-size: 18px; font-family: Poppins; } #head2{ font-size: 18px; font-family: Poppins; margin-left:100px ; }
0.383641
0.085556
.as-results { padding: 0em; margin-bottom: 3px;} /* AutoSuggest CSS - Version 1.2 */ ul.as-selections { list-style-type: none; background-color: #fff; border-top: 1px solid #888; border-bottom: 1px solid #b6b6b6; border-left: 1px solid #aaa; border-right: 1px solid #aaa; padding: 1px 0px 0px 4px; margin: 0 0 8px; overflow: auto; width: 420px; height: 29px; border-radius: 4px;} ul.as-selections.loading { background-color: #eee;} ul.as-selections li { float: left; margin: 1px 4px 1px 0;} ul.as-selections li.as-selection-item { color: #2b3840; font-size: 13px; font-family: "Lucida Grande", arial, sans-serif; text-shadow: 0 1px 1px #fff; background-color: #ddeefe; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1)); border: 1px solid #acc3ec; border-top-color: #c0d9e9; padding: 1px 3px 1px 5px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; box-shadow: 0 1px 1px #e4edf2; -webkit-box-shadow: 0 1px 1px #e4edf2; -moz-box-shadow: 0 1px 1px #e4edf2;} ul.as-selections li.as-selection-item:last-child { margin-left: 30px;} ul.as-selections li.as-selection-item a.as-close { float: right; margin: 1px 0 0 7px; padding: 0 2px; cursor: pointer; color: #5491be; font-family: "Helvetica", helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; text-shadow: 0 1px 1px #fff; -webkit-transition: color .1s ease-in;} ul.as-selections li.as-selection-item.blur { color: #666666; background-color: #f4f4f4; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5)); border-color: #bbb; border-top-color: #ccc; box-shadow: 0 1px 1px #e9e9e9; -webkit-box-shadow: 0 1px 1px #e9e9e9; -moz-box-shadow: 0 1px 1px #e9e9e9;} ul.as-selections li.as-selection-item.blur a.as-close { color: #999;} ul.as-selections li:hover.as-selection-item { color: #2b3840; background-color: #bbd4f1; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5)); border-color: #6da0e0; border-top-color: #8bb7ed;} ul.as-selections li:hover.as-selection-item a.as-close { color: #4d70b0;} ul.as-selections li.as-selection-item.selected { border-color: #1f30e4;} ul.as-selections li.as-selection-item a:hover.as-close { color: #1b3c65;} ul.as-selections li.as-selection-item a:active.as-close { color: #4d70b0;} ul.as-selections li.as-original { margin-left: 0;} ul.as-selections li.as-original input { border: none; outline: none; font-size: 13px; padding-top: 3px; width: 61px;} ul.as-list { position: absolute; list-style-type: none; margin: -5px 0 0 0; padding: 0; font-size: 14px; color: #000; font-family: "Lucida Grande", arial, sans-serif; background-color: #fff; background-color: rgba(255,255,255,0.95); z-index: 2; box-shadow: 0 2px 12px #222; -webkit-box-shadow: 0 2px 12px #222; -moz-box-shadow: 0 2px 12px #222; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;} li.as-result-item, li.as-message { margin: 0 0 0 0; padding: 3px 12px; background-color: transparent; border: 1px solid #fff; border-bottom: 1px solid #ddd; cursor: pointer; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;} li:first-child.as-result-item { margin: 0;} li.as-message { margin: 0; cursor: default;} li.as-result-item.active { background-color: #D9D9D9; background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(#f1f1d4), to(#DDD)); border-color: #004F86; color: #333;} li.as-result-item em { font-style: normal; background: #EDEEF8; padding: 0 2px; color: #333;} /* Webkit Hacks */ @media screen and (-webkit-min-device-pixel-ratio:0) { ul.as-selections li.as-selection-item { padding-top: 3px; padding-bottom: 3px; } ul.as-selections li.as-selection-item a.as-close { margin-top: -1px; } ul.as-selections li.as-original input { height: auto; } } /* Opera Hacks */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { ul.as-list { border: 1px solid #888; } ul.as-selections li.as-selection-item a.as-close { margin-left: 4px; margin-top: 0; } } /* IE Hacks */ ul.as-list { border: 1px solid #888\9; margin-top: -7px;} ul.as-selections li.as-selection-item a.as-close { margin-left: 4px\9; margin-top: 0\9;} /* Firefox 3.0 Hacks */ ul.as-list, x:-moz-any-link, x:default { border: 1px solid #888;} BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */ border: none;}
webroot/css/autoSuggest.css
.as-results { padding: 0em; margin-bottom: 3px;} /* AutoSuggest CSS - Version 1.2 */ ul.as-selections { list-style-type: none; background-color: #fff; border-top: 1px solid #888; border-bottom: 1px solid #b6b6b6; border-left: 1px solid #aaa; border-right: 1px solid #aaa; padding: 1px 0px 0px 4px; margin: 0 0 8px; overflow: auto; width: 420px; height: 29px; border-radius: 4px;} ul.as-selections.loading { background-color: #eee;} ul.as-selections li { float: left; margin: 1px 4px 1px 0;} ul.as-selections li.as-selection-item { color: #2b3840; font-size: 13px; font-family: "Lucida Grande", arial, sans-serif; text-shadow: 0 1px 1px #fff; background-color: #ddeefe; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1)); border: 1px solid #acc3ec; border-top-color: #c0d9e9; padding: 1px 3px 1px 5px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; box-shadow: 0 1px 1px #e4edf2; -webkit-box-shadow: 0 1px 1px #e4edf2; -moz-box-shadow: 0 1px 1px #e4edf2;} ul.as-selections li.as-selection-item:last-child { margin-left: 30px;} ul.as-selections li.as-selection-item a.as-close { float: right; margin: 1px 0 0 7px; padding: 0 2px; cursor: pointer; color: #5491be; font-family: "Helvetica", helvetica, arial, sans-serif; font-size: 14px; font-weight: bold; text-shadow: 0 1px 1px #fff; -webkit-transition: color .1s ease-in;} ul.as-selections li.as-selection-item.blur { color: #666666; background-color: #f4f4f4; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5)); border-color: #bbb; border-top-color: #ccc; box-shadow: 0 1px 1px #e9e9e9; -webkit-box-shadow: 0 1px 1px #e9e9e9; -moz-box-shadow: 0 1px 1px #e9e9e9;} ul.as-selections li.as-selection-item.blur a.as-close { color: #999;} ul.as-selections li:hover.as-selection-item { color: #2b3840; background-color: #bbd4f1; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5)); border-color: #6da0e0; border-top-color: #8bb7ed;} ul.as-selections li:hover.as-selection-item a.as-close { color: #4d70b0;} ul.as-selections li.as-selection-item.selected { border-color: #1f30e4;} ul.as-selections li.as-selection-item a:hover.as-close { color: #1b3c65;} ul.as-selections li.as-selection-item a:active.as-close { color: #4d70b0;} ul.as-selections li.as-original { margin-left: 0;} ul.as-selections li.as-original input { border: none; outline: none; font-size: 13px; padding-top: 3px; width: 61px;} ul.as-list { position: absolute; list-style-type: none; margin: -5px 0 0 0; padding: 0; font-size: 14px; color: #000; font-family: "Lucida Grande", arial, sans-serif; background-color: #fff; background-color: rgba(255,255,255,0.95); z-index: 2; box-shadow: 0 2px 12px #222; -webkit-box-shadow: 0 2px 12px #222; -moz-box-shadow: 0 2px 12px #222; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;} li.as-result-item, li.as-message { margin: 0 0 0 0; padding: 3px 12px; background-color: transparent; border: 1px solid #fff; border-bottom: 1px solid #ddd; cursor: pointer; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;} li:first-child.as-result-item { margin: 0;} li.as-message { margin: 0; cursor: default;} li.as-result-item.active { background-color: #D9D9D9; background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(#f1f1d4), to(#DDD)); border-color: #004F86; color: #333;} li.as-result-item em { font-style: normal; background: #EDEEF8; padding: 0 2px; color: #333;} /* Webkit Hacks */ @media screen and (-webkit-min-device-pixel-ratio:0) { ul.as-selections li.as-selection-item { padding-top: 3px; padding-bottom: 3px; } ul.as-selections li.as-selection-item a.as-close { margin-top: -1px; } ul.as-selections li.as-original input { height: auto; } } /* Opera Hacks */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { ul.as-list { border: 1px solid #888; } ul.as-selections li.as-selection-item a.as-close { margin-left: 4px; margin-top: 0; } } /* IE Hacks */ ul.as-list { border: 1px solid #888\9; margin-top: -7px;} ul.as-selections li.as-selection-item a.as-close { margin-left: 4px\9; margin-top: 0\9;} /* Firefox 3.0 Hacks */ ul.as-list, x:-moz-any-link, x:default { border: 1px solid #888;} BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */ border: none;}
0.142232
0.126138
:root { --width:calc(100%) } body { background-color: #ffffff; font-family: Lato, Arial, Helvetica, sans-serif; font-size: 10pt; } .navbar-brand img{ display:inline-block !important; } .circle{ background-color: #FFFFFF; position: absolute; top:-270px; left:-10vw; width:120vw ; height: 380px; border-radius: calc(60%); } .top { background: #3498db; height:110px; color: #fff; } .main { margin-top:90px; padding-left:15px; padding-right:15px; } .avatar { position: relative; margin-top: 10px; z-index: 100; width: 100px; height: 100px; } .avatar img { width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 5px solid rgb(103, 141, 223); } .center-block { display: block; margin-left: auto; margin-right: auto; } h5 { font-size: 1.28571429em; font-weight: 700; line-height: 1.2857em; margin: 0; } .round { position: relative; } .round label { background-color: #fff; border: 1px solid #ccc; border-radius: 50%; cursor: pointer; height: 28px; left: 0; position: absolute; top: 0; width: 28px; } .round label:after { border: 2px solid #fff; border-top: none; border-right: none; content: ""; height: 6px; left: 7px; opacity: 0; position: absolute; top: 8px; transform: rotate(-45deg); width: 12px; } .round input[type="checkbox"] { visibility: hidden; } .round input[type="checkbox"]:checked + label { background-color: #66bb6a; border-color: #66bb6a; } .round input[type="checkbox"]:checked + label:after { opacity: 1; } .link { cursor: pointer; } .dropdown-item { color:#555 !important; } .menu-item { font-family: Lato; font-size: 10pt !important; color:#555 !important; padding:10px; } .menu-item:hover { background-color:#00a8ff; color:#fff; } /*=========================================================*/ .home { min-height:100vh; } .details { padding:15px; } .home .subtop { background: #3498db; height:40px; } .home .top::before { background: #FFFF; width: 800px; height: 800px; border-radius:2000px; position: absolute; top:-700px; left:calc(50% - 400px); } .home .user{ color:rgb(40, 75, 145); font-size:1.0em; text-transform: capitalize; } .home-card { position: relative; font-size: 1em; overflow: hidden; padding: 0; width:calc(100vw - 25px); border: none; min-height: 80px; max-height: 80px; box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; margin-bottom: 5px; } .home-card-block { font-size: 1.2em; margin: 0; padding: 1em; border: none; border-top: 1px solid rgba(34, 36, 38, .1); box-shadow: none; } .home-card-img-top { display: block; width: 100%; height: auto; } .home-card-text{ position: relative; top:30px; left:120px; font-size: 1.2em; color:#FFFFFF; text-shadow: 0px 0px 4px rgba(79, 79, 79, 0.77); } .home-card-logo{ position: relative; top:-22px; left:20px; } .home-card-logo img { width: 60px; height: 60px; border: 0px; } body{margin:40px;} .btn-circle { width: 30px; height: 30px; text-align: center; padding: 2px 0; font-size: 18px; line-height: 1.428571429; border-radius: 15px; } .btn-circle.btn-lg { width: 50px; height: 50px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 25px; } .btn-circle.btn-xl { width: 70px; height: 70px; padding: 10px 16px; font-size: 24px; line-height: 1.33; border-radius: 35px; } .nav-tabs li a, .nav-tabs li a:active, .nav-tabs li a:focus { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; outline:0px !important; -webkit-appearance:none; text-decoration:none; }
engine/themes/default.css
:root { --width:calc(100%) } body { background-color: #ffffff; font-family: Lato, Arial, Helvetica, sans-serif; font-size: 10pt; } .navbar-brand img{ display:inline-block !important; } .circle{ background-color: #FFFFFF; position: absolute; top:-270px; left:-10vw; width:120vw ; height: 380px; border-radius: calc(60%); } .top { background: #3498db; height:110px; color: #fff; } .main { margin-top:90px; padding-left:15px; padding-right:15px; } .avatar { position: relative; margin-top: 10px; z-index: 100; width: 100px; height: 100px; } .avatar img { width: 100px; height: 100px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 5px solid rgb(103, 141, 223); } .center-block { display: block; margin-left: auto; margin-right: auto; } h5 { font-size: 1.28571429em; font-weight: 700; line-height: 1.2857em; margin: 0; } .round { position: relative; } .round label { background-color: #fff; border: 1px solid #ccc; border-radius: 50%; cursor: pointer; height: 28px; left: 0; position: absolute; top: 0; width: 28px; } .round label:after { border: 2px solid #fff; border-top: none; border-right: none; content: ""; height: 6px; left: 7px; opacity: 0; position: absolute; top: 8px; transform: rotate(-45deg); width: 12px; } .round input[type="checkbox"] { visibility: hidden; } .round input[type="checkbox"]:checked + label { background-color: #66bb6a; border-color: #66bb6a; } .round input[type="checkbox"]:checked + label:after { opacity: 1; } .link { cursor: pointer; } .dropdown-item { color:#555 !important; } .menu-item { font-family: Lato; font-size: 10pt !important; color:#555 !important; padding:10px; } .menu-item:hover { background-color:#00a8ff; color:#fff; } /*=========================================================*/ .home { min-height:100vh; } .details { padding:15px; } .home .subtop { background: #3498db; height:40px; } .home .top::before { background: #FFFF; width: 800px; height: 800px; border-radius:2000px; position: absolute; top:-700px; left:calc(50% - 400px); } .home .user{ color:rgb(40, 75, 145); font-size:1.0em; text-transform: capitalize; } .home-card { position: relative; font-size: 1em; overflow: hidden; padding: 0; width:calc(100vw - 25px); border: none; min-height: 80px; max-height: 80px; box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; margin-bottom: 5px; } .home-card-block { font-size: 1.2em; margin: 0; padding: 1em; border: none; border-top: 1px solid rgba(34, 36, 38, .1); box-shadow: none; } .home-card-img-top { display: block; width: 100%; height: auto; } .home-card-text{ position: relative; top:30px; left:120px; font-size: 1.2em; color:#FFFFFF; text-shadow: 0px 0px 4px rgba(79, 79, 79, 0.77); } .home-card-logo{ position: relative; top:-22px; left:20px; } .home-card-logo img { width: 60px; height: 60px; border: 0px; } body{margin:40px;} .btn-circle { width: 30px; height: 30px; text-align: center; padding: 2px 0; font-size: 18px; line-height: 1.428571429; border-radius: 15px; } .btn-circle.btn-lg { width: 50px; height: 50px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 25px; } .btn-circle.btn-xl { width: 70px; height: 70px; padding: 10px 16px; font-size: 24px; line-height: 1.33; border-radius: 35px; } .nav-tabs li a, .nav-tabs li a:active, .nav-tabs li a:focus { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; outline:0px !important; -webkit-appearance:none; text-decoration:none; }
0.433622
0.138345
* { /*margin: 10px;*/ } /* body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; } */ table { margin-left: 15%; width: 70%; border-collapse: separate; border-spacing: 0px auto; border: 2px solid #28b463; margin: 50px auto; border-radius: .25rem; } thead tr:first-child { background: #82e0aa; color: #000; border: none; } th:first-child, td:first-child { } th { font-weight: 600; color: #000; } thead tr:last-child th { border-bottom: 3px solid #ddd; } tbody tr:hover { background-color: #f2f2f2; cursor: default; } tbody tr:last-child td { border: none; } tbody td { border-bottom: 1px solid #ddd; } td:last-child { text-align: left; } .button { color: #aaa; cursor: pointer; vertical-align: middle; margin-top: -4px; } .edit:hover { color: #0a79df; } .delete:hover { color: #dc2a2a; } i{ color: #000; } td{ color: #000; } /*========================================*/ @import url(https://fonts.googleapis.com/css?family=Open+Sans); @import url(https://fonts.googleapis.com/css?family=Bree+Serif); body { background: #fafafa; font-size:16px; line-height: 20px; color: #ffffff; word-wrap:break-word !important; font-family: 'Open Sans', sans-serif; } a { color: #FFF; } #container { margin: 0 auto; } p{ text-align: center; } nav { margin: 30px auto; background-color: #2175bc; box-shadow: 0px 3px 20px 3px #162433; } nav ul { padding: 0; margin: 0 auto; list-style: none; position: relative; text-align: center; } nav ul li { display:inline-block; background-color: #2175bc; } nav a { top: -20; display:block; padding:0 20px; color:#FFF; font-size:16px; line-height: 60px; text-decoration:none; } nav a:hover { background-color: #000000; } /* Hide Dropdowns by Default */ nav ul ul { display: none; position: absolute; top: 60px; /* the height of the main nav */ } /* Display Dropdowns on Hover */ nav ul li:hover > ul { display:inherit; } /* Fisrt Tier Dropdown */ nav ul ul li { width:170px; float:none; display:list-item; position: relative; } /* Second, Third and more Tiers */ nav ul ul ul li { position: relative; top:60px; left:170px; } i { border: solid white; border-width: 0 3px 3px 0; display: inline-block; padding: 4px; margin: -7px 0 0px 7px; vertical-align: middle; } .right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .left { transform: rotate(135deg); -webkit-transform: rotate(135deg); } .up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); } .down { transform: rotate(45deg); -webkit-transform: rotate(45deg); } .prodep{ padding-left: 700px; display: inline-block; } * { box-sizing: border-box; } form { width: 20px; padding: 10px; height: 10px; margin: 55px; position: relative; } /* Ok, HTML markup is complete */ /* submit button will also be the same but with a different color. We'll style the label and the submit input */ /* a faky 3D look */ .submit { display: none; } form .icon, form .submit { width: 25px; height: 25px; background: #d75813; display: block; position: absolute; top: 10; right: 10px; } /* Now, we'll create a search (magnifying glass) icon using pseudo elements */ form .icon:after, form .submit:after { content: ''; position: absolute; width: 8px; height: 8px; border: 2px solid white; border-radius: 50%; left: 3px; top: 3px; } form .icon:before, form .submit:before { content: ''; position: absolute; height: 8px; width: 2px; background: white; transform: rotate(-35deg); top: 12px; left: 15px; }
public/css/adminbeneficiario.css
* { /*margin: 10px;*/ } /* body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #333; } */ table { margin-left: 15%; width: 70%; border-collapse: separate; border-spacing: 0px auto; border: 2px solid #28b463; margin: 50px auto; border-radius: .25rem; } thead tr:first-child { background: #82e0aa; color: #000; border: none; } th:first-child, td:first-child { } th { font-weight: 600; color: #000; } thead tr:last-child th { border-bottom: 3px solid #ddd; } tbody tr:hover { background-color: #f2f2f2; cursor: default; } tbody tr:last-child td { border: none; } tbody td { border-bottom: 1px solid #ddd; } td:last-child { text-align: left; } .button { color: #aaa; cursor: pointer; vertical-align: middle; margin-top: -4px; } .edit:hover { color: #0a79df; } .delete:hover { color: #dc2a2a; } i{ color: #000; } td{ color: #000; } /*========================================*/ @import url(https://fonts.googleapis.com/css?family=Open+Sans); @import url(https://fonts.googleapis.com/css?family=Bree+Serif); body { background: #fafafa; font-size:16px; line-height: 20px; color: #ffffff; word-wrap:break-word !important; font-family: 'Open Sans', sans-serif; } a { color: #FFF; } #container { margin: 0 auto; } p{ text-align: center; } nav { margin: 30px auto; background-color: #2175bc; box-shadow: 0px 3px 20px 3px #162433; } nav ul { padding: 0; margin: 0 auto; list-style: none; position: relative; text-align: center; } nav ul li { display:inline-block; background-color: #2175bc; } nav a { top: -20; display:block; padding:0 20px; color:#FFF; font-size:16px; line-height: 60px; text-decoration:none; } nav a:hover { background-color: #000000; } /* Hide Dropdowns by Default */ nav ul ul { display: none; position: absolute; top: 60px; /* the height of the main nav */ } /* Display Dropdowns on Hover */ nav ul li:hover > ul { display:inherit; } /* Fisrt Tier Dropdown */ nav ul ul li { width:170px; float:none; display:list-item; position: relative; } /* Second, Third and more Tiers */ nav ul ul ul li { position: relative; top:60px; left:170px; } i { border: solid white; border-width: 0 3px 3px 0; display: inline-block; padding: 4px; margin: -7px 0 0px 7px; vertical-align: middle; } .right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .left { transform: rotate(135deg); -webkit-transform: rotate(135deg); } .up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); } .down { transform: rotate(45deg); -webkit-transform: rotate(45deg); } .prodep{ padding-left: 700px; display: inline-block; } * { box-sizing: border-box; } form { width: 20px; padding: 10px; height: 10px; margin: 55px; position: relative; } /* Ok, HTML markup is complete */ /* submit button will also be the same but with a different color. We'll style the label and the submit input */ /* a faky 3D look */ .submit { display: none; } form .icon, form .submit { width: 25px; height: 25px; background: #d75813; display: block; position: absolute; top: 10; right: 10px; } /* Now, we'll create a search (magnifying glass) icon using pseudo elements */ form .icon:after, form .submit:after { content: ''; position: absolute; width: 8px; height: 8px; border: 2px solid white; border-radius: 50%; left: 3px; top: 3px; } form .icon:before, form .submit:before { content: ''; position: absolute; height: 8px; width: 2px; background: white; transform: rotate(-35deg); top: 12px; left: 15px; }
0.365683
0.104021
@charset "utf-8"; /* CSS Document */ html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,button,h1,h2,h3,h4,h5,h6,b,em,strong,small{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;} dl,dt,dd{display:block;margin:0;} a{text-decoration:none;} body{font-family:Microsoft YaHei,Verdana,Arial,SimSun;color:#666;font-size:14px;background:#f6f6f6; overflow:hidden} .block, #block{display:block;} .none, #none{display:none;} /*****头部和尾部******/ .top{height:5px;line-height:5px;background:#f6f6f6;width:100%;position:fixed;z-index:255;top:79px;text-align:center;} .bottom{height:5px;line-height:5px;background:#f6f6f6;width:100%;position:fixed;z-index:255;bottom:50px;text-align:center;} #header{height:80px;line-height:80px;background:#00a5a5;width:100%;position:absolute;z-index:5;top:0;text-align:center;} .logo{line-height:80px;font-size:30px;color:#fff; letter-spacing:3px;margin-left:50px;float:left;} .navigation{float:right;margin:5px 50px 0 0;color:#fff;font-size:14px;} .navigation ul li{height:30px;line-height:30px;text-align:center;float:left;margin-left:15px;} .navigation ul li a{color:#fff;} .navigation ul li a:hover{color:#32323a;} #footer{height:50px;line-height:50px;background:#5e5e5e;width:100%;position:absolute;z-index:200;bottom:0;text-align:center;} #footer p{text-align:center;line-height:50px;color:#fbfbfb;} /*****主体部分******/ #content{ background:#FC0;width:100%;top:80px;position:absolute;z-index:10;bottom:50px;} /**左侧菜单***/ .left_menu{float:left;width:300px;background:#32323a;height:100%;position:absolute;top:0;left:0;overflow:auto;border-left:5px solid #f6f6f6;} .left_menu ul li {width:300px; display:inline; } .left_menu ul li .list-item a{width:230px;padding-left:110px;text-decoration:none;font-size:14px;color:#f5f5f5;line-height:30px;display:block;} .left_menu ul li a.noline { border-bottom:none; } .left_menu ul li a:hover{ color:#fff; } .left_menu ul li a.selected:hover { color:#fff; } .left_menu ul li h4 { cursor:pointer; /*background:url(../images/bg1.png) no-repeat 270px 18px; */ padding-left:60px; text-decoration:none; font-size:16px; color:#f5f5f5; display:block; line-height:48px; font-weight:normal; } .left_menu ul li.noline { border-bottom:none; } .left_menu ul li.selected h4 { background-position:270px -45px;background-color:#00a5a5;} .left_menu li .list-item { padding:5px 0; position:relative; zoom:1 ;background:#11b6b6;overflow:hidden;} .left_menu h4 span{display: block;float: left;width: 20px;height: 26px;margin-right: 10px;padding-right: 10px;background-repeat: no-repeat;margin-top: 12px;} /*.M1 span{background:url(../images/ioc.png) 0 -6px;}*/ /*.M2 span{background:url(../images/ioc.png) -36px -6px;}*/ /*.M3 span{background:url(../images/ioc.png) -72px -6px;}*/ /*.M4 span{background:url(../images/ioc.png) -36px -40px;}*/ /*.M5 span{background:url(../images/ioc.png) -72px -40px;}*/ /*.M6 span{background:url(../images/ioc.png) -1px -40px;}*/ /*.M7 span{background:url(../images/ioc.png) -1px -70px;}*/ /*.M8 span{background:url(../images/ioc.png) -36px -70px;}*/ /*.M9 span{background:url(../images/ioc.png) -72px -70px;}*/ /*.M10 span{background:url(../images/ioc.png) -3px -105px;}*/ /***右侧内容****/ .m-right{margin-left:300px;height:100%;} .right-nav{height:50px;border-bottom:1px solid #d1d1d1;background:#f6f6f6;} .right-nav li{float:left;margin-left:5px;line-height:50px;color:#464646;font-size: 14px;} .right-nav li img{position:relative;top:17px;left:15px;} .right-nav li a{color:#464646;} .right-nav li a:hover{color:#00a5a5; text-decoration:underline;} .main{width:100%;height:100%;background:#f6f6f6;overflow:auto;} /*==========以下部分是Validform必须的===========*/ .Validform_checktip{ margin-left:8px; line-height:20px; height:20px; overflow:hidden; color:#999; font-size:12px; } .Validform_right{ color:#71b83d; padding-left:20px; background:url(../img/right.png) no-repeat left center; } .Validform_wrong{ color:red; padding-left:20px; white-space:nowrap; background:url(../img/error.png) no-repeat left center; } .Validform_loading{ padding-left:20px; background:url(../img/onLoad.gif) no-repeat left center; } .Validform_error{ background-color:#ffe7e7; } #Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');} #Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;} #Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;} #Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;} #Validform_msg a.Validform_close:hover{color:#cc0;} #Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
application/admin/views/css/style.css
@charset "utf-8"; /* CSS Document */ html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,button,h1,h2,h3,h4,h5,h6,b,em,strong,small{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;} dl,dt,dd{display:block;margin:0;} a{text-decoration:none;} body{font-family:Microsoft YaHei,Verdana,Arial,SimSun;color:#666;font-size:14px;background:#f6f6f6; overflow:hidden} .block, #block{display:block;} .none, #none{display:none;} /*****头部和尾部******/ .top{height:5px;line-height:5px;background:#f6f6f6;width:100%;position:fixed;z-index:255;top:79px;text-align:center;} .bottom{height:5px;line-height:5px;background:#f6f6f6;width:100%;position:fixed;z-index:255;bottom:50px;text-align:center;} #header{height:80px;line-height:80px;background:#00a5a5;width:100%;position:absolute;z-index:5;top:0;text-align:center;} .logo{line-height:80px;font-size:30px;color:#fff; letter-spacing:3px;margin-left:50px;float:left;} .navigation{float:right;margin:5px 50px 0 0;color:#fff;font-size:14px;} .navigation ul li{height:30px;line-height:30px;text-align:center;float:left;margin-left:15px;} .navigation ul li a{color:#fff;} .navigation ul li a:hover{color:#32323a;} #footer{height:50px;line-height:50px;background:#5e5e5e;width:100%;position:absolute;z-index:200;bottom:0;text-align:center;} #footer p{text-align:center;line-height:50px;color:#fbfbfb;} /*****主体部分******/ #content{ background:#FC0;width:100%;top:80px;position:absolute;z-index:10;bottom:50px;} /**左侧菜单***/ .left_menu{float:left;width:300px;background:#32323a;height:100%;position:absolute;top:0;left:0;overflow:auto;border-left:5px solid #f6f6f6;} .left_menu ul li {width:300px; display:inline; } .left_menu ul li .list-item a{width:230px;padding-left:110px;text-decoration:none;font-size:14px;color:#f5f5f5;line-height:30px;display:block;} .left_menu ul li a.noline { border-bottom:none; } .left_menu ul li a:hover{ color:#fff; } .left_menu ul li a.selected:hover { color:#fff; } .left_menu ul li h4 { cursor:pointer; /*background:url(../images/bg1.png) no-repeat 270px 18px; */ padding-left:60px; text-decoration:none; font-size:16px; color:#f5f5f5; display:block; line-height:48px; font-weight:normal; } .left_menu ul li.noline { border-bottom:none; } .left_menu ul li.selected h4 { background-position:270px -45px;background-color:#00a5a5;} .left_menu li .list-item { padding:5px 0; position:relative; zoom:1 ;background:#11b6b6;overflow:hidden;} .left_menu h4 span{display: block;float: left;width: 20px;height: 26px;margin-right: 10px;padding-right: 10px;background-repeat: no-repeat;margin-top: 12px;} /*.M1 span{background:url(../images/ioc.png) 0 -6px;}*/ /*.M2 span{background:url(../images/ioc.png) -36px -6px;}*/ /*.M3 span{background:url(../images/ioc.png) -72px -6px;}*/ /*.M4 span{background:url(../images/ioc.png) -36px -40px;}*/ /*.M5 span{background:url(../images/ioc.png) -72px -40px;}*/ /*.M6 span{background:url(../images/ioc.png) -1px -40px;}*/ /*.M7 span{background:url(../images/ioc.png) -1px -70px;}*/ /*.M8 span{background:url(../images/ioc.png) -36px -70px;}*/ /*.M9 span{background:url(../images/ioc.png) -72px -70px;}*/ /*.M10 span{background:url(../images/ioc.png) -3px -105px;}*/ /***右侧内容****/ .m-right{margin-left:300px;height:100%;} .right-nav{height:50px;border-bottom:1px solid #d1d1d1;background:#f6f6f6;} .right-nav li{float:left;margin-left:5px;line-height:50px;color:#464646;font-size: 14px;} .right-nav li img{position:relative;top:17px;left:15px;} .right-nav li a{color:#464646;} .right-nav li a:hover{color:#00a5a5; text-decoration:underline;} .main{width:100%;height:100%;background:#f6f6f6;overflow:auto;} /*==========以下部分是Validform必须的===========*/ .Validform_checktip{ margin-left:8px; line-height:20px; height:20px; overflow:hidden; color:#999; font-size:12px; } .Validform_right{ color:#71b83d; padding-left:20px; background:url(../img/right.png) no-repeat left center; } .Validform_wrong{ color:red; padding-left:20px; white-space:nowrap; background:url(../img/error.png) no-repeat left center; } .Validform_loading{ padding-left:20px; background:url(../img/onLoad.gif) no-repeat left center; } .Validform_error{ background-color:#ffe7e7; } #Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');} #Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;} #Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;} #Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;} #Validform_msg a.Validform_close:hover{color:#cc0;} #Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
0.20466
0.054099
body{overflow-x:hidden;} /*.login_rest input[type=text]{ padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; }*/ .login_rest input[type=password] { padding: 12px 20px; display: inline-block; box-sizing: border-box; } .navbar-brand{padding: 0 !important;} /* Set a style for all buttons */ .login_rest .rest_close { background-color: #b47920; color: white; padding: 10px 20px; float: left; border: none; cursor: pointer; } .login_rest a{color: #fff;} .login_rest a:hover{color: #b47920;text-decoration: none} .login_rest button:hover { opacity: 0.8; } /* Extra styles for the cancel button */ .login_rest .cancelbtn { width: auto; padding: 10px 18px; background-color: #f44336; } /* Center the image and position the close button */ .login_rest .imgcontainer { text-align: center; margin: 24px 0 12px 0; position: relative; } .login_rest img.avatar { width: 40%; border-radius: 50%; } .login_rest span.psw { float: right; padding-top: 16px; } /* The Modal (background) */ .login_rest .modal-content { margin: 30px; background: #000000ad; color: #fff; } .login_rest .modal-dialog { margin: 10px auto; } /* The Close Button (x) */ .login_rest .close { position: absolute; right: 25px; top: 0; color: #fff; font-size: 35px; font-weight: bold; } .login_rest .rest_log { background-color: #e39200; } .login_rest .close:hover, .close:focus { color: #e39200; cursor: pointer; } .login_rest .input-group-addon { max-width: 42px; text-align: center; border-top-left-radius: 10px; border-top-right-radius: 0px; border-bottom-left-radius: 10px; border-bottom-right-radius: 0px; } /* Add Zoom Animation */ .login_rest .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } /*=================================================SIGN PAGE CSS ======================================================*/ .rest_signform .form-control, .form-control:focus, .input-group-addon { border-color: #e1e1e1; } .rest_signform .form-control, .btn { border-radius: 3px; } .rest_signform .signup-form { /*width: 390px;*/ margin: 0 auto; padding: 20px 0; } .rest_signform .signup-form form { color: #fff; border-radius: 5px; margin-bottom: 15px; background: #151515b8; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px; } .rest_signform .signup-form p{font-size: 13px;text-align: center} .rest_signform .signup-form h2 { color: #fff; font-weight: bold; margin-top: 0; text-align: center; } .rest_signform .signup-form hr { margin: 0 -30px 20px; } .rest_signform .signup-form .form-group { margin-bottom: 20px; } .rest_signform .signup-form label { font-weight: normal; font-size: 13px; } .rest_signform .signup-form .form-control { min-height: 38px; border: 1px solid #b88521; box-shadow: none !important; border-top-left-radius: 0; border-top-right-radius: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 10px; } .rest_signform .signup-form .input-group-addon { max-width: 42px; text-align: center; border-top-left-radius: 10px; border-top-right-radius: 0px; border-bottom-left-radius: 10px; border-bottom-right-radius: 0px; } .rest_signform .signup-form input[type="checkbox"] { margin-top: 2px; } .rest_signform .signup-form .btn{ font-size: 16px; background: #c37806; border: none; min-width: 140px; } .rest_signform .end_sign{text-align: center} .rest_signform .signup-form .btn:hover, .signup-form .btn:focus { background: #c37806; outline: none; } .rest_signform .signup-form a { color: #fff; text-decoration: underline; } .rest_signform .signup-form a:hover { text-decoration: none; } .rest_signform .signup-form form a { color: #c37806; text-decoration: none; } .rest_signform .signup-form form a:hover { text-decoration: underline; } .rest_signform .signup-form .fa { font-size: 21px; } .rest_signform .signup-form .fa-paper-plane { font-size: 18px; } .rest_signform .signup-form .fa-check { color: #fff; left: 17px; top: 18px; font-size: 7px; position: absolute; } .rest_catering { background-color: #ffb124; padding: 30px 20px; text-align: center; margin-bottom: 30px;border-radius: 10px; } .rest_catering h2{color:#fff;} .rest_catering a{color: #fff;text-decoration: none;} .rest_catering a:hover{color:#000;text-decoration: none; } .rest_bookform option{color: #000} .main-bg-book { background-repeat: no-repeat; background-image: url(../images/gallery/back_ground_img.png);} .rest_bookform .form-control{ color: #fff; background-color: #9a622605;background-image:none;border: 1px solid #ffffff;} .rest_bookform .end_sign { text-align: center; } .rest_bookform{color: #fff;text-align: center} .rest_bookform .booktable {background-color: #00000005;border: 1px solid #fff;} .rest_bookform .booktable:active:focus{background-color: #f2b743;border:1px solid #f2b743;} .rest_catering_button {background-color: #000;color: #fff;border: 1px solid #000;} .main-bg-soups{background-image:url(../images/gallery/soups-bg.jpg)} .rest-product tbody {background-color: #0000008f;color: #fff;} .rest-product thead { color: #f2af40; background-color: #191919;} .rest-product td input { width: 67px;color:#000;} .rest-product .table>tbody>tr>td{padding-top:5px !important;padding-bottom:5px !important; border: 1px solid #000;} .rest-product .add-cart { background-color: #f2b743; padding: 10px 40px; margin: 10px;} .main-bg-biryani{background-image:url(../images/gallery/bg-biryani.jpg);background-repeat:no-repeat;} .main-bg-appet{background-image:url(../images/gallery/bg-appet.jpg);background-repeat:no-repeat;} .main-bg-roti{background-image:url(../images/gallery/bg-roti.jpg);background-repeat:no-repeat;} .main-bg-salad{background-image:url(../images/gallery/bg-salad.jpg);background-repeat:no-repeat;} .cart_quantity_button {display: inline-flex;} .cart_quantity_button .value-button { color: #fff; font-size: 10px; padding: 1px 14px 0px 14px; border-radius: 5px; background: #f2af40;border: 1px solid #f1aa3d;cursor:pointer;} .order-progress {padding: 20px;background: #000;color: #fff;border-radius: 10px;text-align: center;} .cart-list-unstyled.mb-4 li { padding: 10px;}.procc-check {background-color: #fff;}.user-add { margin-top: 94px; background-color: #000000b8; padding: 30px; color: #fff;}.user-add .card-header { text-align: center; border-bottom: 1px solid #fff; padding: 10px; margin-bottom: 10px; font-size: 24px;}.add_page_user { background-color: #f39707; width: 100%;} .rest-ship button {background-color: #f39707; padding: 4px 11px; font-size: 14px; border-radius: 6px; border: 2px solid #f39707;} #order-succe { background-color: #0b0b0b; padding: 14px 30px; color: #fff;} #order-succe h1{color: #f1ad3f;}.order-customer { background-color: #f2b743; font-size: 17px; color: #fff; padding: 10px; border-radius: 5px;} #order-succe a:hover { text-decoration: none;} .check-box-select { margin-top: 89px; display: inline-flex; width: 100%;padding: 20px 40px; background-color: #000; }.check-box-select .custom-control.custom-radio { margin: 10px 17px; color: #fff; font-size: 21px; }.ch-er{margin-bottom: 20px !important;}.ch-er .nav-tabs>li{margin-right: 15px !important;} /*================================================== MEDIA QUIRIES=================================================================*/ /* Change styles for span and cancel button on extra small screens */ @media screen and (max-width: 300px) { .login_rest span.psw { display: block; float: none; } .login_rest .cancelbtn { width: 100%; } } .head_log {margin-top:6px; background-color: #f2b743; border-color: #f3bd46; padding: 2px 15px; } .head_log:focus{border-color: #f3bd46;} @media screen and (max-width: 640px){ .logo{width:unset !important;} }
assets/front/css/restaurant.css
body{overflow-x:hidden;} /*.login_rest input[type=text]{ padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; }*/ .login_rest input[type=password] { padding: 12px 20px; display: inline-block; box-sizing: border-box; } .navbar-brand{padding: 0 !important;} /* Set a style for all buttons */ .login_rest .rest_close { background-color: #b47920; color: white; padding: 10px 20px; float: left; border: none; cursor: pointer; } .login_rest a{color: #fff;} .login_rest a:hover{color: #b47920;text-decoration: none} .login_rest button:hover { opacity: 0.8; } /* Extra styles for the cancel button */ .login_rest .cancelbtn { width: auto; padding: 10px 18px; background-color: #f44336; } /* Center the image and position the close button */ .login_rest .imgcontainer { text-align: center; margin: 24px 0 12px 0; position: relative; } .login_rest img.avatar { width: 40%; border-radius: 50%; } .login_rest span.psw { float: right; padding-top: 16px; } /* The Modal (background) */ .login_rest .modal-content { margin: 30px; background: #000000ad; color: #fff; } .login_rest .modal-dialog { margin: 10px auto; } /* The Close Button (x) */ .login_rest .close { position: absolute; right: 25px; top: 0; color: #fff; font-size: 35px; font-weight: bold; } .login_rest .rest_log { background-color: #e39200; } .login_rest .close:hover, .close:focus { color: #e39200; cursor: pointer; } .login_rest .input-group-addon { max-width: 42px; text-align: center; border-top-left-radius: 10px; border-top-right-radius: 0px; border-bottom-left-radius: 10px; border-bottom-right-radius: 0px; } /* Add Zoom Animation */ .login_rest .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } /*=================================================SIGN PAGE CSS ======================================================*/ .rest_signform .form-control, .form-control:focus, .input-group-addon { border-color: #e1e1e1; } .rest_signform .form-control, .btn { border-radius: 3px; } .rest_signform .signup-form { /*width: 390px;*/ margin: 0 auto; padding: 20px 0; } .rest_signform .signup-form form { color: #fff; border-radius: 5px; margin-bottom: 15px; background: #151515b8; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); padding: 30px; } .rest_signform .signup-form p{font-size: 13px;text-align: center} .rest_signform .signup-form h2 { color: #fff; font-weight: bold; margin-top: 0; text-align: center; } .rest_signform .signup-form hr { margin: 0 -30px 20px; } .rest_signform .signup-form .form-group { margin-bottom: 20px; } .rest_signform .signup-form label { font-weight: normal; font-size: 13px; } .rest_signform .signup-form .form-control { min-height: 38px; border: 1px solid #b88521; box-shadow: none !important; border-top-left-radius: 0; border-top-right-radius: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 10px; } .rest_signform .signup-form .input-group-addon { max-width: 42px; text-align: center; border-top-left-radius: 10px; border-top-right-radius: 0px; border-bottom-left-radius: 10px; border-bottom-right-radius: 0px; } .rest_signform .signup-form input[type="checkbox"] { margin-top: 2px; } .rest_signform .signup-form .btn{ font-size: 16px; background: #c37806; border: none; min-width: 140px; } .rest_signform .end_sign{text-align: center} .rest_signform .signup-form .btn:hover, .signup-form .btn:focus { background: #c37806; outline: none; } .rest_signform .signup-form a { color: #fff; text-decoration: underline; } .rest_signform .signup-form a:hover { text-decoration: none; } .rest_signform .signup-form form a { color: #c37806; text-decoration: none; } .rest_signform .signup-form form a:hover { text-decoration: underline; } .rest_signform .signup-form .fa { font-size: 21px; } .rest_signform .signup-form .fa-paper-plane { font-size: 18px; } .rest_signform .signup-form .fa-check { color: #fff; left: 17px; top: 18px; font-size: 7px; position: absolute; } .rest_catering { background-color: #ffb124; padding: 30px 20px; text-align: center; margin-bottom: 30px;border-radius: 10px; } .rest_catering h2{color:#fff;} .rest_catering a{color: #fff;text-decoration: none;} .rest_catering a:hover{color:#000;text-decoration: none; } .rest_bookform option{color: #000} .main-bg-book { background-repeat: no-repeat; background-image: url(../images/gallery/back_ground_img.png);} .rest_bookform .form-control{ color: #fff; background-color: #9a622605;background-image:none;border: 1px solid #ffffff;} .rest_bookform .end_sign { text-align: center; } .rest_bookform{color: #fff;text-align: center} .rest_bookform .booktable {background-color: #00000005;border: 1px solid #fff;} .rest_bookform .booktable:active:focus{background-color: #f2b743;border:1px solid #f2b743;} .rest_catering_button {background-color: #000;color: #fff;border: 1px solid #000;} .main-bg-soups{background-image:url(../images/gallery/soups-bg.jpg)} .rest-product tbody {background-color: #0000008f;color: #fff;} .rest-product thead { color: #f2af40; background-color: #191919;} .rest-product td input { width: 67px;color:#000;} .rest-product .table>tbody>tr>td{padding-top:5px !important;padding-bottom:5px !important; border: 1px solid #000;} .rest-product .add-cart { background-color: #f2b743; padding: 10px 40px; margin: 10px;} .main-bg-biryani{background-image:url(../images/gallery/bg-biryani.jpg);background-repeat:no-repeat;} .main-bg-appet{background-image:url(../images/gallery/bg-appet.jpg);background-repeat:no-repeat;} .main-bg-roti{background-image:url(../images/gallery/bg-roti.jpg);background-repeat:no-repeat;} .main-bg-salad{background-image:url(../images/gallery/bg-salad.jpg);background-repeat:no-repeat;} .cart_quantity_button {display: inline-flex;} .cart_quantity_button .value-button { color: #fff; font-size: 10px; padding: 1px 14px 0px 14px; border-radius: 5px; background: #f2af40;border: 1px solid #f1aa3d;cursor:pointer;} .order-progress {padding: 20px;background: #000;color: #fff;border-radius: 10px;text-align: center;} .cart-list-unstyled.mb-4 li { padding: 10px;}.procc-check {background-color: #fff;}.user-add { margin-top: 94px; background-color: #000000b8; padding: 30px; color: #fff;}.user-add .card-header { text-align: center; border-bottom: 1px solid #fff; padding: 10px; margin-bottom: 10px; font-size: 24px;}.add_page_user { background-color: #f39707; width: 100%;} .rest-ship button {background-color: #f39707; padding: 4px 11px; font-size: 14px; border-radius: 6px; border: 2px solid #f39707;} #order-succe { background-color: #0b0b0b; padding: 14px 30px; color: #fff;} #order-succe h1{color: #f1ad3f;}.order-customer { background-color: #f2b743; font-size: 17px; color: #fff; padding: 10px; border-radius: 5px;} #order-succe a:hover { text-decoration: none;} .check-box-select { margin-top: 89px; display: inline-flex; width: 100%;padding: 20px 40px; background-color: #000; }.check-box-select .custom-control.custom-radio { margin: 10px 17px; color: #fff; font-size: 21px; }.ch-er{margin-bottom: 20px !important;}.ch-er .nav-tabs>li{margin-right: 15px !important;} /*================================================== MEDIA QUIRIES=================================================================*/ /* Change styles for span and cancel button on extra small screens */ @media screen and (max-width: 300px) { .login_rest span.psw { display: block; float: none; } .login_rest .cancelbtn { width: 100%; } } .head_log {margin-top:6px; background-color: #f2b743; border-color: #f3bd46; padding: 2px 15px; } .head_log:focus{border-color: #f3bd46;} @media screen and (max-width: 640px){ .logo{width:unset !important;} }
0.332094
0.068351
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); /* ---------------variable*/ :root{ --green-color: green; --white-color: white; --black-color: black; /*tipografria*/ --normal:12px; /* Espaciado */ --space:10px; } /* ---------------variable*/ /html,body{ padding:0px; margin:0px; color: black; font-family: 'Open Sans', sans-serif; } p{ font-size: 12px; } label{ font-size: 12px; padding-bottom: 10px; } nav{ display: flex; background-color: var(--green-color); padding: 10px; justify-content: space-between; align-items: center; width: 100%; } nav ul{ display: flex; } nav li{ padding-left: 30px; list-style: none; } nav li a{ color: var(--black-color); text-decoration: none; font-size: 12px; } nav li a:hover{ color: var(--white-color); } hr{ opacity: 2; } /* -------------------------- Main section */ .main_section{ padding: 15%; text-align: center; } .products{ background-image: url("../images/curva.png"); height: 95px; background-size: cover; background-position: center top; padding: 15%; display: flex; background-repeat: no-repeat; } .product{ padding: 20px; margin-top: -226px; } .product .content{ background-color: var(--white-color); padding: 20px; border-radius: 3px; box-shadow: 0 0 8px black; } .img_content{ text-align: center; } .main_button{ background-color: var(--green-color); width: 100%; padding: var(--space); font-size: var(--normal); color: var(--black-color); cursor: pointer; border-radius: 40px; } .main_button:hover{ background-color: lightgreen; } /*----------------benefits*/ .benefits{ display: flex; padding: 15%; } .benefit{ padding: 20px; text-align: center; } .benefit_h3{ text-align: center; } .benefitImg{ text-align: center; margin-bottom: 100px; } /* --------------mencionar*/ .mentionSection{ padding: 10px; text-align: center; } .mentions{ display: flex; padding: 20px; } .mention{ padding: 30px; text-align: center; } .mention .content{ background-color: white; padding: 10px; box-shadow: 0px 0px 8px green; } .content{ padding: 12px; text-align: center; } /* ------------------------------------------- venta */ .modulo_pago{ background-color: var(--white-color); box-shadow: 0px 0px 10px black; padding: 12px; } .modulo_pago_images{ max-width: 200px; text-align: center; padding: 20px; margin:auto; } .data{ margin-top: 10px; width: 100%; height: 35px; border-radius: 4px; box-sizing: border-box; } .modulo_pago .main_btn{ margin-top: 10px; } /* ------------------------------------------- Footer */ footer{ display: flex; justify-content: space-between; font-size: var(--normal); background-color: var(--black-color); padding: var(--space); color: var(--white-color); } .contact a{ color: green; }
css/estilos.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); /* ---------------variable*/ :root{ --green-color: green; --white-color: white; --black-color: black; /*tipografria*/ --normal:12px; /* Espaciado */ --space:10px; } /* ---------------variable*/ /html,body{ padding:0px; margin:0px; color: black; font-family: 'Open Sans', sans-serif; } p{ font-size: 12px; } label{ font-size: 12px; padding-bottom: 10px; } nav{ display: flex; background-color: var(--green-color); padding: 10px; justify-content: space-between; align-items: center; width: 100%; } nav ul{ display: flex; } nav li{ padding-left: 30px; list-style: none; } nav li a{ color: var(--black-color); text-decoration: none; font-size: 12px; } nav li a:hover{ color: var(--white-color); } hr{ opacity: 2; } /* -------------------------- Main section */ .main_section{ padding: 15%; text-align: center; } .products{ background-image: url("../images/curva.png"); height: 95px; background-size: cover; background-position: center top; padding: 15%; display: flex; background-repeat: no-repeat; } .product{ padding: 20px; margin-top: -226px; } .product .content{ background-color: var(--white-color); padding: 20px; border-radius: 3px; box-shadow: 0 0 8px black; } .img_content{ text-align: center; } .main_button{ background-color: var(--green-color); width: 100%; padding: var(--space); font-size: var(--normal); color: var(--black-color); cursor: pointer; border-radius: 40px; } .main_button:hover{ background-color: lightgreen; } /*----------------benefits*/ .benefits{ display: flex; padding: 15%; } .benefit{ padding: 20px; text-align: center; } .benefit_h3{ text-align: center; } .benefitImg{ text-align: center; margin-bottom: 100px; } /* --------------mencionar*/ .mentionSection{ padding: 10px; text-align: center; } .mentions{ display: flex; padding: 20px; } .mention{ padding: 30px; text-align: center; } .mention .content{ background-color: white; padding: 10px; box-shadow: 0px 0px 8px green; } .content{ padding: 12px; text-align: center; } /* ------------------------------------------- venta */ .modulo_pago{ background-color: var(--white-color); box-shadow: 0px 0px 10px black; padding: 12px; } .modulo_pago_images{ max-width: 200px; text-align: center; padding: 20px; margin:auto; } .data{ margin-top: 10px; width: 100%; height: 35px; border-radius: 4px; box-sizing: border-box; } .modulo_pago .main_btn{ margin-top: 10px; } /* ------------------------------------------- Footer */ footer{ display: flex; justify-content: space-between; font-size: var(--normal); background-color: var(--black-color); padding: var(--space); color: var(--white-color); } .contact a{ color: green; }
0.334263
0.062417
@-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") { /************** * General CSS * **************/ body { background: url("https://cdn.dribbble.com/users/44136/screenshots/670871/attachments/59345/pokemon_wallpaper_2560x1440.jpg") !important; background-size: cover !important; } /******************* * General CSS ~end * *******************/ /****************** * Mainmenuwrapper * ******************/ .menugroup { background: rgba(255, 255, 255, 0.5); border: 1px solid #000; color: #FFF; text-shadow: 0px 1px 0px #000; } .mainmenu .menugroup:nth-child(1) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button, .mainmenu .menugroup:nth-child(1) .button:focus, .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button:focus, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button:focus, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button:focus, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button:focus, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button:focus { border: 1px solid #4C5081; background: transparent -moz-linear-gradient(center top , #7CAAC3, #526180); background: linear-gradient(to bottom,hsl(201, 37%, 63%),hsl(220, 22%, 41%)); text-shadow: 0px -1px 0px #4C5081; } .mainmenu .menugroup:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button:hover, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button:hover { border: 1px solid #F26330; background: transparent -moz-linear-gradient(center top , #EECC49, #F6AB52); background: linear-gradient(to bottom,hsl(48, 83%, 61%),hsl(33, 90%, 64%)); text-shadow: 0px -1px 0px #F26330; } .menugroup .button.disabled, .menugroup .button.disabled:hover, .menugroup .button.disabled:active { border: 1px solid #4C5081; background: #526180; text-shadow: 0px -1px 0px #4C5081; color: #FFF; } .select { border-color: #000; color: #252525; background: rgba(255, 255, 255, 0.9); text-shadow: none; } .select:hover { border-color: #000; color: #252525; background: rgba(255, 255, 255, 1); } .select:disabled, .select:disabled:hover { border-color: #000; background: rgba(255, 255, 255, 0.5); } .mainmenufooter { padding: 10px; border: 1px solid #000; background: rgba(255, 255, 255, 0.5); border-radius: 20px; color: #F6AB52; } .mainmenufooter a { color: #F6AB52; } .mainmenufooter a:hover { color: #EECC49; } .pm-window h3 { background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); border-color: #000; color: #000; } .pm-window h3:hover, .pm-window.focused h3, .pm-window.focused h3:hover { background: #E3E3E3; border-color: #000; color: #000; } .pm-window h3.pm-notifying { border: 1px solid #F26330; background: transparent -moz-linear-gradient(center top , #EECC49, #F6AB52); background: linear-gradient(to bottom,hsl(48, 83%, 61%),hsl(33, 90%, 64%)); text-shadow: 0px -1px 0px #F26330; color: #FFF; } .pm-window h3.pm-notifying:hover { background: #F6AB52; border-color: #F26330; color: #FFF; text-shadow: 0px -1px 0px #F26330; } .pm-log, .pm-window.focused .pm-log { border-color: #000; } .pm-log-add, .pm-window.focused .pm-log-add { border-color: #000; background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); } .pm-log-add .textbox { border-color: #000; } .pm-log-add .textbox:focus { border: 1px solid #000; box-shadow: none; } .message-pm { color: #000; font-style: italic; } .pm-window.news-embed { opacity: 0.6; } .pm-window.news-embed:hover { opacity: 0.95; } .challenge { border-color: #000; background: #F3BC54; color: #000; } /*********************** * Mainmenuwrapper ~end * ***********************/ /*********** * Room CSS * ***********/ /***************** * Rooms CSS ~end * *****************/ /***************** * Teambuider CSS * *****************/ ul li button { margin-bottom: 1px; } .teamchartbox { border-top: 1px solid #000; background: rgba(255, 255, 255, 0.5); } .ps-room.ps-room-light .textbox { border: 1px solid #000; box-shadow: none; } .teamchart li.format-select select { border: 1px solid #000; } .setmenu { top: 3px; } .setmenu button:hover { background: #E3E3E3; border-color: #000; } .setchart, .setchart-nickname { border: 1px solid #000; background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); } .setchart input, .setchart-nickname input, .statform input.inputform, .setdetails, .setstats, .setchart input:hover, .setchart-nickname input:hover, .statform input.inputform:hover, .setdetails:hover, .setstats:hover, .setchart input:focus, .setchart-nickname input:focus, .statform input.inputform:focus, .setdetails:focus, .setstats:focus { border: 1px solid #000; box-shadow: none; } .setchart label, .setchart-nickname label { color: #000; text-shadow: none; } .teambuilder-results h3, .teambuilder-results .utilichart h3 { border-color: #000; background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); color: #000; text-shadow: none; } .utilichart { text-shadow: none; } .teambuilder-results .firstresult a, .teambuilder-results .firstresult a:hover, .teambuilder-results .result a:hover { background: #EEE; border-color: #000; } .utilichart b { color: #5F769D; } .teambar button { background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); border-color: #000; } .teambar button:hover { background: #E3E3E3; border-color: #000; } .teambar button:disabled, .teambar button:disabled:hover, .teambar button:disabled:active { background: #E3E3E3; border-color: #000; } /* #999 */ .utilichart .labelcol em, .utilichart .widelabelcol em, .utilichart .pplabelcol em, .utilichart .statcol em, .utilichart .bstcol em { color: #666; } /* #777 */ .utilichart .itemdesccol, .utilichart .abilitydesccol, .utilichart .movedesccol { color: #444; } /* #444 */ .utilichart .col { color: #222; } .utilichart .illegalcol em { border: 1px solid #CD2B2B; color: #CD2B2B; } .teambuilder-clipboard-data, .teambuilder-clipboard-data:hover { background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); border-color: #000; } .teambuilder-clipboard-data .section { border-color: #000; } .teambuilder-clipboard-title { text-shadow: none; text-decoration: underline; } .teambuilder-clipboard-container { border-color: #F26130; } /*********************** * Teambuilder CSS ~end * ***********************/ /************* * Battle CSS * *************/ .controls { background: rgba(255, 255, 255, 0.5); color: #000000; text-shadow: 0px 0px 1px #FFF; } .battle-log { background: transparent; border-left: none; color: #000; text-shadow: 0px 0px 1px #FFF; } .battle-log .chat strong { color: #000; } .battle-log .chat em { color: #000; text-shadow: none; border: 1px solid #000; background: #EEE; } .battle-log .chat small { color: #444; text-shadow: none; } em[style="color:#445566;display:block;"] { color: #000 !important; text-shadow: 0px 0px 3px #000; font-style: italic !important; } .battle-log h2 { border-color: #000; border-left: 1px solid #000; background: rgba(255, 255, 255, 0.3); } .battle-log-add { background: #000; } .battle-log-add .textbox { border-color: #000; } .battle-log-add { border-top-left-radius: 5px; border: none; text-shadow: none; } .battle-log .rated strong { background: #000; text-shadow: none; } .battle-controls .whatdo { color: #000000; } .message-error { color: #000; border: 1px solid #000; background: #EEE; margin-top: 1px; padding-left: 5px !important; } .moveselect button, .switchselect button { color: #212121; } .chat small { color: #454545; } .ps-room.ps-room-opaque { background: rgba(255, 255, 255, 0.5); color: #000; text-shadow: none; border-right: none; } /* Battle Background */ .backdrop:after { display: block; content: ""; background: url("https://i.imgur.com/uHaHmEJ.jpg"); background-size: cover; width: 700px; height: 455px; } /* Battle Background ~end */ /******************* * Leftbar/Rigthbar * *******************/ .rightbar { border-color: rgba(215,215,215,0.5); } .leftbar { border-color: rgba(215,215,215,0.5); } /************************ * Leftbar/Rigthbar ~end * ************************/ /***************** * Battle Weather * *****************/ .weather { text-shadow: none; color: rgba(0,0,0,0); } .weather em small { font-size: 7pt; color: white; text-shadow: 1px 1px black; position: absolute; left: 0; top: 85px; width: 95px; text-align: center; } .sunweather, .sunnydayweather, .desolatelandweather { background: url(http://i.imgur.com/DNMtOWR.gif) scroll left top; } .rainweather, .raindanceweather, .primordialseaweather { background: url(http://i.imgur.com/NQqkU6j.gif) scroll left top; } .deltastreamweather { background: url(http://i.imgur.com/OEB3hum.gif) scroll left top; } .hailweather { background: url(http://i.imgur.com/PweinWm.gif) scroll left top; } .sandstormweather { background: url(http://i.imgur.com/OEB3hum.gif) scroll left top; } .pseudoweather { background: url(http://play.pokemonshowdown.com/fx/weather-trickroom.png) scroll left top; } /********************** * Battle Weather ~end * **********************/ .messagebar { z-index: 10; } .foehint div { z-index: 11; } .battle-controls { background: rgba(51,51,51,0.7); } .whatdo .healthy { position: absolute; right: 8px; } .movecontrols { float: left; } .movemenu { width: 302px; } .movemenu button { width: 150px; height: 50px; border-radius: 25px; border-width: 0; box-shadow: none; color: black; font-size: 10pt; font-family: Arial, sans-serif; padding-top: 0px; margin: 0px; margin-bottom: 2px; } .movemenu button:hover { top: -2px; } .movemenu button small { text-align: center; width: 62px; margin-top: 0px; } .movemenu button small.type { display: none; } .movemenu button small.pp { padding: 6px 0px 2px; color: white; font-size: 8pt; text-shadow: none; } .movemenu button small.pp:before { content: 'PP '; } .movemenu button.type-Normal, .movemenu button.type-Normal:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -50px !important; } .movemenu button.type-Fire, .movemenu button.type-Fire:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -50px !important; } .movemenu button.type-Water, .movemenu button.type-Water:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px -150px !important; } .movemenu button.type-Electric, .movemenu button.type-Electric:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px 0px !important; } .movemenu button.type-Grass, .movemenu button.type-Grass:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px -100px !important; } .movemenu button.type-Ice, .movemenu button.type-Ice:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px 0px !important; } .movemenu button.type-Fighting, .movemenu button.type-Fighting:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -150px !important; } .movemenu button.type-Poison, .movemenu button.type-Poison:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px 0px !important; } .movemenu button.type-Ground, .movemenu button.type-Ground:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -150px !important; } .movemenu button.type-Flying, .movemenu button.type-Flying:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -50px !important; } .movemenu button.type-Psychic, .movemenu button.type-Psychic:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px 0px !important; } .movemenu button.type-Bug, .movemenu button.type-Bug:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -100px !important; } .movemenu button.type-Rock, .movemenu button.type-Rock:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -200px !important; } .movemenu button.type-Ghost, .movemenu button.type-Ghost:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px -50px !important; } .movemenu button.type-Dragon, .movemenu button.type-Dragon:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -150px !important; } .movemenu button.type-Dark, .movemenu button.type-Dark:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -100px !important; } .movemenu button.type-Steel, .movemenu button.type-Steel:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -200px !important; } .movemenu button.type-Fairy, .movemenu button.type-Fairy:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -100px !important; } .movemenu button.type-undefined, .movemenu button.type-undefined:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -200px !important; } .movemenu button:disabled { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -200px !important; opacity: .5; } .movemenu button.mega .movemenu button.type-undefined:hover { background: url(https://i.imgur.com/qNIpGIK.png) no-repeat scroll -0px -10px !important; width: 80px; text-align: center; font-size: 50; position: absolute; top: 143px; right: 340px; font-family: Arial, sans-serif; padding-top: 0px; margin: 0px; margin-bottom: 2px; border-radius: 25px; } .movemenu button input { position: relative; top: 0px; right: 4px; } .movemenu button:after { content: " "; font-size: 50pt; color: #000; } .shiftselect { float: left; padding-left: 20px; width: 72px; } .switchcontrols { float: left; } .switchselect button { text-shadow: 0px 0px 1px #EEE; color: #151515; box-shadow: none; } .movecontrols ~ .switchcontrols { float: right; } .switchselect ~ .switchmenu { width: 248px; margin: 0px; } .switchmenu button, .switchmenu button:hover, .switchmenu button.disabled { border: 1px solid black !important; box-shadow: none; font-size: 8pt; right: 0px; color: #111111 !important; border-radius: 18px; height: 36px; width: 60px; color: rgba(0,0,0,0) !important; text-shadow: none; margin: 1px; } .switchmenu:nth-child(2) button, .switchmenu:nth-child(2) button:hover, .switchmenu:nth-child(2) button:disabled { background: linear-gradient(#71231e, #84261d 49%, #541812 51%, #99201a) !important; } .switchmenu:nth-child(3) button, .switchmenu:nth-child(3) button:hover, .switchmenu:nth-child(3) button:disabled { background: linear-gradient(#246e3f, #2d8f54 49%, #165029 51%, #39a161) !important; } .switchmenu button .pokemonicon { margin: -4px 10px; } .switchmenu button .hpbar, .switchmenu button .status { display: none; } .switchselect ~ .switchmenu button, .switchselect ~ .switchmenu button:hover, .switchselect ~ .switchmenu button:disabled { background: linear-gradient(#40aa40, #70dd70 30%, #159040 80%, #208020) !important; background: -moz-linear-gradient(#40aa40, #70dd70 30%, #159040 80%, #208020) !important; border-radius: 15px; color: #111 !important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); height: 30px; width: 122px; } .switchselect ~ .switchmenu button .pokemonicon { margin: -4px 0; } .switchselect ~ .switchmenu button .status { display: block; } .switchselect ~ .switchmenu button .hpbar { display: block; border-color: #333333; width: 92px; margin-left: 11px; } .switchselect ~ .switchmenu button .status { position: relative; left: 106px; } .switchmenu button:hover { top: -2px; } .switchmenu button:disabled { top: 0px; opacity: .5; } .movecontrols, .shiftselect, .switchcontrols { z-index: 12; } .moveselect button, .shiftselect button, .switchselect button { background: rgba(0,0,0,0) !important; box-shadow: none; text-shadow: 0px 0px 1px #EEE; } /* SwitchMenu buttons CSS */ /* Health, State, Info bar */ .statbar { background-image: url(http://i.imgur.com/r8456dy.png); background-size: 162px 44px; } .statbar .hpbar { position:relative; border:1px solid #777777; background: #161616; padding:1px; height:8px; margin:0 0 0 0; width:151px; border-radius:0px !important; transform:skewx(-20deg); } .status { transform:skewx(20deg); } .statbar .hpbar .hptext { position:absolute; background:#7777777; color:#EEEEEE; text-shadow:#000000 0 1px 0; font-size:9px; width:32px; height:12px; top:-1px; text-align:center; } .statbar .hpbar .hp { height:4px; border-top:2px solid #46E930; background:#46E930; border-bottom:2px solid #46E930; border-right:1px solid #46E930; border-radius:0px !important; } .statbar .hpbar .hp-yellow { border-top-color:#f5d538; background-color:#f5d538; border-bottom-color:#f5d538; border-right-color:#f5d538; } .statbar .hpbar .hp-red { border-top-color:#ee4928; background-color:#ee4928; border-bottom-color:#ee4928; border-right-color:#ee4928; } .statbar .hpbar .prevhp{ background:#3a3a3a; height:8px; border-radius:0px !important; } .statbar .hpbar .prevhp-yellow { background-color:#3a3a3a; } .statbar .hpbar .prevhp-red { background-color:#3a3a3a; } .lstatbar .hpbar .hptext { left:-32px; } /* Health, State, Info bar ~end */ .pfx-panel { background: rgba(0, 0, 0, 0.5); } .pfx-topbar { background: rgba(0, 0, 0, 0.5); border-bottom-color: #87C1F2; } .replay-wrapper .battle-log { height: 410px; top: -35px; } .replay-wrapper { top: 40px; } .jslider .jslider-value { color: #000; text-shadow: 0px 0px 1px #DDD; } .jslider .jslider-label { opacity: 0.8; text-shadow: 0px 0px 1px #AB8995; } #tooltipwrapper { z-index: 1000; } /****************** * Battle CSS ~end * ******************/ .ps-room .battle-controls { background: transparent !important; } /* i really want this to be global */ }
data/usercss/176018.user.css
@-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") { /************** * General CSS * **************/ body { background: url("https://cdn.dribbble.com/users/44136/screenshots/670871/attachments/59345/pokemon_wallpaper_2560x1440.jpg") !important; background-size: cover !important; } /******************* * General CSS ~end * *******************/ /****************** * Mainmenuwrapper * ******************/ .menugroup { background: rgba(255, 255, 255, 0.5); border: 1px solid #000; color: #FFF; text-shadow: 0px 1px 0px #000; } .mainmenu .menugroup:nth-child(1) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button, .mainmenu .menugroup:nth-child(1) .button:focus, .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button:focus, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button:focus, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button:focus, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button:focus, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button:focus { border: 1px solid #4C5081; background: transparent -moz-linear-gradient(center top , #7CAAC3, #526180); background: linear-gradient(to bottom,hsl(201, 37%, 63%),hsl(220, 22%, 41%)); text-shadow: 0px -1px 0px #4C5081; } .mainmenu .menugroup:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(2) .button:hover, .mainmenu .menugroup:nth-child(2) p:nth-child(3) .button:hover, .mainmenu .menugroup:nth-child(3) p:nth-child(1) .button:hover, .mainmenu .menugroup:nth-child(3) p:nth-child(2) .button:hover { border: 1px solid #F26330; background: transparent -moz-linear-gradient(center top , #EECC49, #F6AB52); background: linear-gradient(to bottom,hsl(48, 83%, 61%),hsl(33, 90%, 64%)); text-shadow: 0px -1px 0px #F26330; } .menugroup .button.disabled, .menugroup .button.disabled:hover, .menugroup .button.disabled:active { border: 1px solid #4C5081; background: #526180; text-shadow: 0px -1px 0px #4C5081; color: #FFF; } .select { border-color: #000; color: #252525; background: rgba(255, 255, 255, 0.9); text-shadow: none; } .select:hover { border-color: #000; color: #252525; background: rgba(255, 255, 255, 1); } .select:disabled, .select:disabled:hover { border-color: #000; background: rgba(255, 255, 255, 0.5); } .mainmenufooter { padding: 10px; border: 1px solid #000; background: rgba(255, 255, 255, 0.5); border-radius: 20px; color: #F6AB52; } .mainmenufooter a { color: #F6AB52; } .mainmenufooter a:hover { color: #EECC49; } .pm-window h3 { background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); border-color: #000; color: #000; } .pm-window h3:hover, .pm-window.focused h3, .pm-window.focused h3:hover { background: #E3E3E3; border-color: #000; color: #000; } .pm-window h3.pm-notifying { border: 1px solid #F26330; background: transparent -moz-linear-gradient(center top , #EECC49, #F6AB52); background: linear-gradient(to bottom,hsl(48, 83%, 61%),hsl(33, 90%, 64%)); text-shadow: 0px -1px 0px #F26330; color: #FFF; } .pm-window h3.pm-notifying:hover { background: #F6AB52; border-color: #F26330; color: #FFF; text-shadow: 0px -1px 0px #F26330; } .pm-log, .pm-window.focused .pm-log { border-color: #000; } .pm-log-add, .pm-window.focused .pm-log-add { border-color: #000; background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); } .pm-log-add .textbox { border-color: #000; } .pm-log-add .textbox:focus { border: 1px solid #000; box-shadow: none; } .message-pm { color: #000; font-style: italic; } .pm-window.news-embed { opacity: 0.6; } .pm-window.news-embed:hover { opacity: 0.95; } .challenge { border-color: #000; background: #F3BC54; color: #000; } /*********************** * Mainmenuwrapper ~end * ***********************/ /*********** * Room CSS * ***********/ /***************** * Rooms CSS ~end * *****************/ /***************** * Teambuider CSS * *****************/ ul li button { margin-bottom: 1px; } .teamchartbox { border-top: 1px solid #000; background: rgba(255, 255, 255, 0.5); } .ps-room.ps-room-light .textbox { border: 1px solid #000; box-shadow: none; } .teamchart li.format-select select { border: 1px solid #000; } .setmenu { top: 3px; } .setmenu button:hover { background: #E3E3E3; border-color: #000; } .setchart, .setchart-nickname { border: 1px solid #000; background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); } .setchart input, .setchart-nickname input, .statform input.inputform, .setdetails, .setstats, .setchart input:hover, .setchart-nickname input:hover, .statform input.inputform:hover, .setdetails:hover, .setstats:hover, .setchart input:focus, .setchart-nickname input:focus, .statform input.inputform:focus, .setdetails:focus, .setstats:focus { border: 1px solid #000; box-shadow: none; } .setchart label, .setchart-nickname label { color: #000; text-shadow: none; } .teambuilder-results h3, .teambuilder-results .utilichart h3 { border-color: #000; background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); color: #000; text-shadow: none; } .utilichart { text-shadow: none; } .teambuilder-results .firstresult a, .teambuilder-results .firstresult a:hover, .teambuilder-results .result a:hover { background: #EEE; border-color: #000; } .utilichart b { color: #5F769D; } .teambar button { background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); border-color: #000; } .teambar button:hover { background: #E3E3E3; border-color: #000; } .teambar button:disabled, .teambar button:disabled:hover, .teambar button:disabled:active { background: #E3E3E3; border-color: #000; } /* #999 */ .utilichart .labelcol em, .utilichart .widelabelcol em, .utilichart .pplabelcol em, .utilichart .statcol em, .utilichart .bstcol em { color: #666; } /* #777 */ .utilichart .itemdesccol, .utilichart .abilitydesccol, .utilichart .movedesccol { color: #444; } /* #444 */ .utilichart .col { color: #222; } .utilichart .illegalcol em { border: 1px solid #CD2B2B; color: #CD2B2B; } .teambuilder-clipboard-data, .teambuilder-clipboard-data:hover { background: transparent -moz-linear-gradient(center top , #F6F6F6, #E3E3E3); background: linear-gradient(to bottom,hsl(0, 0%, 96%),hsl(0, 0%, 89%)); border-color: #000; } .teambuilder-clipboard-data .section { border-color: #000; } .teambuilder-clipboard-title { text-shadow: none; text-decoration: underline; } .teambuilder-clipboard-container { border-color: #F26130; } /*********************** * Teambuilder CSS ~end * ***********************/ /************* * Battle CSS * *************/ .controls { background: rgba(255, 255, 255, 0.5); color: #000000; text-shadow: 0px 0px 1px #FFF; } .battle-log { background: transparent; border-left: none; color: #000; text-shadow: 0px 0px 1px #FFF; } .battle-log .chat strong { color: #000; } .battle-log .chat em { color: #000; text-shadow: none; border: 1px solid #000; background: #EEE; } .battle-log .chat small { color: #444; text-shadow: none; } em[style="color:#445566;display:block;"] { color: #000 !important; text-shadow: 0px 0px 3px #000; font-style: italic !important; } .battle-log h2 { border-color: #000; border-left: 1px solid #000; background: rgba(255, 255, 255, 0.3); } .battle-log-add { background: #000; } .battle-log-add .textbox { border-color: #000; } .battle-log-add { border-top-left-radius: 5px; border: none; text-shadow: none; } .battle-log .rated strong { background: #000; text-shadow: none; } .battle-controls .whatdo { color: #000000; } .message-error { color: #000; border: 1px solid #000; background: #EEE; margin-top: 1px; padding-left: 5px !important; } .moveselect button, .switchselect button { color: #212121; } .chat small { color: #454545; } .ps-room.ps-room-opaque { background: rgba(255, 255, 255, 0.5); color: #000; text-shadow: none; border-right: none; } /* Battle Background */ .backdrop:after { display: block; content: ""; background: url("https://i.imgur.com/uHaHmEJ.jpg"); background-size: cover; width: 700px; height: 455px; } /* Battle Background ~end */ /******************* * Leftbar/Rigthbar * *******************/ .rightbar { border-color: rgba(215,215,215,0.5); } .leftbar { border-color: rgba(215,215,215,0.5); } /************************ * Leftbar/Rigthbar ~end * ************************/ /***************** * Battle Weather * *****************/ .weather { text-shadow: none; color: rgba(0,0,0,0); } .weather em small { font-size: 7pt; color: white; text-shadow: 1px 1px black; position: absolute; left: 0; top: 85px; width: 95px; text-align: center; } .sunweather, .sunnydayweather, .desolatelandweather { background: url(http://i.imgur.com/DNMtOWR.gif) scroll left top; } .rainweather, .raindanceweather, .primordialseaweather { background: url(http://i.imgur.com/NQqkU6j.gif) scroll left top; } .deltastreamweather { background: url(http://i.imgur.com/OEB3hum.gif) scroll left top; } .hailweather { background: url(http://i.imgur.com/PweinWm.gif) scroll left top; } .sandstormweather { background: url(http://i.imgur.com/OEB3hum.gif) scroll left top; } .pseudoweather { background: url(http://play.pokemonshowdown.com/fx/weather-trickroom.png) scroll left top; } /********************** * Battle Weather ~end * **********************/ .messagebar { z-index: 10; } .foehint div { z-index: 11; } .battle-controls { background: rgba(51,51,51,0.7); } .whatdo .healthy { position: absolute; right: 8px; } .movecontrols { float: left; } .movemenu { width: 302px; } .movemenu button { width: 150px; height: 50px; border-radius: 25px; border-width: 0; box-shadow: none; color: black; font-size: 10pt; font-family: Arial, sans-serif; padding-top: 0px; margin: 0px; margin-bottom: 2px; } .movemenu button:hover { top: -2px; } .movemenu button small { text-align: center; width: 62px; margin-top: 0px; } .movemenu button small.type { display: none; } .movemenu button small.pp { padding: 6px 0px 2px; color: white; font-size: 8pt; text-shadow: none; } .movemenu button small.pp:before { content: 'PP '; } .movemenu button.type-Normal, .movemenu button.type-Normal:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -50px !important; } .movemenu button.type-Fire, .movemenu button.type-Fire:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -50px !important; } .movemenu button.type-Water, .movemenu button.type-Water:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px -150px !important; } .movemenu button.type-Electric, .movemenu button.type-Electric:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px 0px !important; } .movemenu button.type-Grass, .movemenu button.type-Grass:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px -100px !important; } .movemenu button.type-Ice, .movemenu button.type-Ice:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px 0px !important; } .movemenu button.type-Fighting, .movemenu button.type-Fighting:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -150px !important; } .movemenu button.type-Poison, .movemenu button.type-Poison:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px 0px !important; } .movemenu button.type-Ground, .movemenu button.type-Ground:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -150px !important; } .movemenu button.type-Flying, .movemenu button.type-Flying:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -50px !important; } .movemenu button.type-Psychic, .movemenu button.type-Psychic:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px 0px !important; } .movemenu button.type-Bug, .movemenu button.type-Bug:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -100px !important; } .movemenu button.type-Rock, .movemenu button.type-Rock:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -200px !important; } .movemenu button.type-Ghost, .movemenu button.type-Ghost:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -450px -50px !important; } .movemenu button.type-Dragon, .movemenu button.type-Dragon:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -150px !important; } .movemenu button.type-Dark, .movemenu button.type-Dark:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -150px -100px !important; } .movemenu button.type-Steel, .movemenu button.type-Steel:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll 0px -200px !important; } .movemenu button.type-Fairy, .movemenu button.type-Fairy:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -100px !important; } .movemenu button.type-undefined, .movemenu button.type-undefined:hover { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -200px !important; } .movemenu button:disabled { background: url(http://i.imgur.com/VmJQj2Y.png) no-repeat scroll -300px -200px !important; opacity: .5; } .movemenu button.mega .movemenu button.type-undefined:hover { background: url(https://i.imgur.com/qNIpGIK.png) no-repeat scroll -0px -10px !important; width: 80px; text-align: center; font-size: 50; position: absolute; top: 143px; right: 340px; font-family: Arial, sans-serif; padding-top: 0px; margin: 0px; margin-bottom: 2px; border-radius: 25px; } .movemenu button input { position: relative; top: 0px; right: 4px; } .movemenu button:after { content: " "; font-size: 50pt; color: #000; } .shiftselect { float: left; padding-left: 20px; width: 72px; } .switchcontrols { float: left; } .switchselect button { text-shadow: 0px 0px 1px #EEE; color: #151515; box-shadow: none; } .movecontrols ~ .switchcontrols { float: right; } .switchselect ~ .switchmenu { width: 248px; margin: 0px; } .switchmenu button, .switchmenu button:hover, .switchmenu button.disabled { border: 1px solid black !important; box-shadow: none; font-size: 8pt; right: 0px; color: #111111 !important; border-radius: 18px; height: 36px; width: 60px; color: rgba(0,0,0,0) !important; text-shadow: none; margin: 1px; } .switchmenu:nth-child(2) button, .switchmenu:nth-child(2) button:hover, .switchmenu:nth-child(2) button:disabled { background: linear-gradient(#71231e, #84261d 49%, #541812 51%, #99201a) !important; } .switchmenu:nth-child(3) button, .switchmenu:nth-child(3) button:hover, .switchmenu:nth-child(3) button:disabled { background: linear-gradient(#246e3f, #2d8f54 49%, #165029 51%, #39a161) !important; } .switchmenu button .pokemonicon { margin: -4px 10px; } .switchmenu button .hpbar, .switchmenu button .status { display: none; } .switchselect ~ .switchmenu button, .switchselect ~ .switchmenu button:hover, .switchselect ~ .switchmenu button:disabled { background: linear-gradient(#40aa40, #70dd70 30%, #159040 80%, #208020) !important; background: -moz-linear-gradient(#40aa40, #70dd70 30%, #159040 80%, #208020) !important; border-radius: 15px; color: #111 !important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); height: 30px; width: 122px; } .switchselect ~ .switchmenu button .pokemonicon { margin: -4px 0; } .switchselect ~ .switchmenu button .status { display: block; } .switchselect ~ .switchmenu button .hpbar { display: block; border-color: #333333; width: 92px; margin-left: 11px; } .switchselect ~ .switchmenu button .status { position: relative; left: 106px; } .switchmenu button:hover { top: -2px; } .switchmenu button:disabled { top: 0px; opacity: .5; } .movecontrols, .shiftselect, .switchcontrols { z-index: 12; } .moveselect button, .shiftselect button, .switchselect button { background: rgba(0,0,0,0) !important; box-shadow: none; text-shadow: 0px 0px 1px #EEE; } /* SwitchMenu buttons CSS */ /* Health, State, Info bar */ .statbar { background-image: url(http://i.imgur.com/r8456dy.png); background-size: 162px 44px; } .statbar .hpbar { position:relative; border:1px solid #777777; background: #161616; padding:1px; height:8px; margin:0 0 0 0; width:151px; border-radius:0px !important; transform:skewx(-20deg); } .status { transform:skewx(20deg); } .statbar .hpbar .hptext { position:absolute; background:#7777777; color:#EEEEEE; text-shadow:#000000 0 1px 0; font-size:9px; width:32px; height:12px; top:-1px; text-align:center; } .statbar .hpbar .hp { height:4px; border-top:2px solid #46E930; background:#46E930; border-bottom:2px solid #46E930; border-right:1px solid #46E930; border-radius:0px !important; } .statbar .hpbar .hp-yellow { border-top-color:#f5d538; background-color:#f5d538; border-bottom-color:#f5d538; border-right-color:#f5d538; } .statbar .hpbar .hp-red { border-top-color:#ee4928; background-color:#ee4928; border-bottom-color:#ee4928; border-right-color:#ee4928; } .statbar .hpbar .prevhp{ background:#3a3a3a; height:8px; border-radius:0px !important; } .statbar .hpbar .prevhp-yellow { background-color:#3a3a3a; } .statbar .hpbar .prevhp-red { background-color:#3a3a3a; } .lstatbar .hpbar .hptext { left:-32px; } /* Health, State, Info bar ~end */ .pfx-panel { background: rgba(0, 0, 0, 0.5); } .pfx-topbar { background: rgba(0, 0, 0, 0.5); border-bottom-color: #87C1F2; } .replay-wrapper .battle-log { height: 410px; top: -35px; } .replay-wrapper { top: 40px; } .jslider .jslider-value { color: #000; text-shadow: 0px 0px 1px #DDD; } .jslider .jslider-label { opacity: 0.8; text-shadow: 0px 0px 1px #AB8995; } #tooltipwrapper { z-index: 1000; } /****************** * Battle CSS ~end * ******************/ .ps-room .battle-controls { background: transparent !important; } /* i really want this to be global */ }
0.299003
0.039416
@import url('node_modules/normalize.css/normalize.css'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700'); :root { --color-main: #a1a1a1; --color-main-dark: #747474; --color-secondary: #15cf89; --color-tertiary: #f1f1f1; --color-light: #fff; --color-dark: #000; --color-red: #e44141; --text-subinfo: .9em; --text-search: 1.12em; --text-empty: 1.5em; --text-main: 2.5em; --weight-normal: 500; --weight-bold: 700; --weight-light: 400; } html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { background-color: var(--color-tertiary); font-family: 'Open-Sans', sans-serif; } .main-title { color: var(--color-main); font-size: var(--text-main); font-weight: var(--weight-bold); text-transform: uppercase; letter-spacing: 2px; margin-top: 8vh; } #content { margin-top: 20px; } input { background-color: var(--color-light); font-size: var(--text-search); border: none; padding: 10px; width: 100%; } input:focus { outline-color: var(--color-secondary); } .search-area { color: var(--color-main); margin-top: 30px; box-shadow: 0px 1px 16px 1px rgba(0,0,0,.1); font-family: 'Open Sans', sans-serif; } button { background-color: var(--color-secondary); color: var(--color-light); font-size: var(--text-search); font-weight: var(--weight-bold); border: none; padding: 15px; } .empty-content { color: var(--color-main); font-size: var(--text-empty); padding: 0 20px; margin-top: 40px; } .empty-content::before { content: "\2639"; font-size: calc(var(--text-empty) - .3em); margin-right: 15px; } @media screen and (max-width: 780px) { .empty-content { font-size: calc(var(--text-empty) - 50%); } .main-title { font-size: calc(var(--text-main) - 60%); } input, button { font-size: calc(var(--text-search) - 25%); } } .bookCard__inner { background-color: var(--color-light); margin: 20px 10px; padding: 20px; position: relative; min-height: 280px; } .bookCard__image { position: absolute; top: -20%; box-shadow: 2px 4px 8px 2px rgba(0,0,0,.3); transition: all .4s ease; } .bookCard__image a { display: block; } @media screen and (max-width: 767px) { .bookCard__image { position: initial; top: auto; box-shadow: none; } } .bookCard__image:hover { top: -15%; } .bookCard__title { font-weight: var(--weight-bold); color: var(--color-main-dark); padding-top: 10px; } .bookCard__info { color: var(--color-main); font-size: var(--text-subinfo); font-weight: var(--weight-bold); margin-bottom: 0; } .bookCard__btn { border-radius: 10px; margin-top: 10px; } .bookCard__btn a { color: var(--color-light); font-size: var(--text-subinfo); display: block; } .bookCard__btn a:hover { text-decoration: none; } .warning { border: 2px solid var(--color-red); } .warning-text { font-size: 13px; color: var(--color-red); padding: 6px 0; }
style.css
@import url('node_modules/normalize.css/normalize.css'); @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700'); :root { --color-main: #a1a1a1; --color-main-dark: #747474; --color-secondary: #15cf89; --color-tertiary: #f1f1f1; --color-light: #fff; --color-dark: #000; --color-red: #e44141; --text-subinfo: .9em; --text-search: 1.12em; --text-empty: 1.5em; --text-main: 2.5em; --weight-normal: 500; --weight-bold: 700; --weight-light: 400; } html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { background-color: var(--color-tertiary); font-family: 'Open-Sans', sans-serif; } .main-title { color: var(--color-main); font-size: var(--text-main); font-weight: var(--weight-bold); text-transform: uppercase; letter-spacing: 2px; margin-top: 8vh; } #content { margin-top: 20px; } input { background-color: var(--color-light); font-size: var(--text-search); border: none; padding: 10px; width: 100%; } input:focus { outline-color: var(--color-secondary); } .search-area { color: var(--color-main); margin-top: 30px; box-shadow: 0px 1px 16px 1px rgba(0,0,0,.1); font-family: 'Open Sans', sans-serif; } button { background-color: var(--color-secondary); color: var(--color-light); font-size: var(--text-search); font-weight: var(--weight-bold); border: none; padding: 15px; } .empty-content { color: var(--color-main); font-size: var(--text-empty); padding: 0 20px; margin-top: 40px; } .empty-content::before { content: "\2639"; font-size: calc(var(--text-empty) - .3em); margin-right: 15px; } @media screen and (max-width: 780px) { .empty-content { font-size: calc(var(--text-empty) - 50%); } .main-title { font-size: calc(var(--text-main) - 60%); } input, button { font-size: calc(var(--text-search) - 25%); } } .bookCard__inner { background-color: var(--color-light); margin: 20px 10px; padding: 20px; position: relative; min-height: 280px; } .bookCard__image { position: absolute; top: -20%; box-shadow: 2px 4px 8px 2px rgba(0,0,0,.3); transition: all .4s ease; } .bookCard__image a { display: block; } @media screen and (max-width: 767px) { .bookCard__image { position: initial; top: auto; box-shadow: none; } } .bookCard__image:hover { top: -15%; } .bookCard__title { font-weight: var(--weight-bold); color: var(--color-main-dark); padding-top: 10px; } .bookCard__info { color: var(--color-main); font-size: var(--text-subinfo); font-weight: var(--weight-bold); margin-bottom: 0; } .bookCard__btn { border-radius: 10px; margin-top: 10px; } .bookCard__btn a { color: var(--color-light); font-size: var(--text-subinfo); display: block; } .bookCard__btn a:hover { text-decoration: none; } .warning { border: 2px solid var(--color-red); } .warning-text { font-size: 13px; color: var(--color-red); padding: 6px 0; }
0.344003
0.079675
.w-checkbox { display: block; margin-bottom: 5px; padding-left: 20px; } .w-checkbox::before { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } .w-checkbox::after { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; clear: both; } .w-checkbox-input { float: left; margin-bottom: 0px; margin-left: -20px; margin-right: 0px; margin-top: 4px; line-height: normal; } .w-checkbox-input--inputType-custom { border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-color: #ccc; border-bottom-color: #ccc; border-left-color: #ccc; border-right-color: #ccc; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; width: 12px; height: 12px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; } .w-checkbox-input--inputType-custom.w--redirected-checked { background-color: #3898ec; border-top-color: #3898ec; border-bottom-color: #3898ec; border-left-color: #3898ec; border-right-color: #3898ec; background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg'); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; } .w-checkbox-input--inputType-custom.w--redirected-focus { box-shadow: 0px 0px 3px 1px #3898ec; } .w-form-formradioinput--inputType-custom { border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-color: #ccc; border-bottom-color: #ccc; border-left-color: #ccc; border-right-color: #ccc; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; width: 12px; height: 12px; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; } .w-form-formradioinput--inputType-custom.w--redirected-focus { box-shadow: 0px 0px 3px 1px #3898ec; } .w-form-formradioinput--inputType-custom.w--redirected-checked { border-top-width: 4px; border-bottom-width: 4px; border-left-width: 4px; border-right-width: 4px; border-top-color: #3898ec; border-bottom-color: #3898ec; border-left-color: #3898ec; border-right-color: #3898ec; } .blue-body { height: 100vh; padding: 10px; background-color: #2c49ac; font-family: Manrope, sans-serif; color: #3f3f3f; font-size: 13.5px; line-height: 140%; } .base-column { width: 100%; height: 100%; } .side-navbar-col-1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .main-content-col-2 { height: 100%; padding: 10px; border-radius: 20px; background-color: #fff; } .navigation-text { color: #dbe0f1; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; } .list { padding-left: 0px; list-style-type: none; } .link-block { padding: 10px; text-decoration: none; } .main-content-div---scroll { overflow: scroll; width: 100%; height: 100%; } .small-paragraph { font-size: 12px; line-height: 17px; font-weight: 600; } .site-label { margin-right: 20px; padding-bottom: 0px; font-family: Roboto, sans-serif; color: #7387c8; font-weight: 400; text-align: right; text-transform: uppercase; } .cite-paragraph { color: #999; line-height: 21px; font-style: italic; } .row { margin-bottom: 30px; } .paragraph { font-weight: 400; } .list-item { padding-top: 3px; padding-bottom: 3px; line-height: 165%; } .section-tags { margin-top: 30px; margin-bottom: 30px; margin-left: -10px; padding-left: 40px; border-left-width: 2px; border-left-color: #b9c3e4; border-radius: 20px; background-image: url('../images/Green-Check.svg'), -webkit-gradient(linear, left top, right top, from(#dbe0f1), to(transparent)); background-image: url('../images/Green-Check.svg'), linear-gradient(90deg, #dbe0f1, transparent); background-position: 5px 50%, 0px 0px; background-size: 25px, auto; background-repeat: no-repeat, repeat; color: #0055d6; font-size: 16px; line-height: 34px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .section-heading { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; } .container { padding-top: 50px; } .lead-paragraph { color: #2c49ac; font-size: 18px; line-height: 145%; font-weight: 300; } .heading { color: #3b3f4c; letter-spacing: -0.25px; } .heading.blue { color: #2c49ac; font-size: 28px; font-weight: 600; letter-spacing: -0.25px; } .table-wrapper.border { border: 1px solid #ccc; } .table-heading { color: #0055d6; font-size: 10px; line-height: 136%; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; } .table-cell { width: 25%; padding-left: 10px; } .table-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ccc; cursor: pointer; } .table-row:hover { background-color: #ededf0; } .table-row.odd { background-color: #f5f5f5; } .table-row.odd:hover { background-color: #ededf0; } .table-head { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; padding-left: 5px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #0055d6; } .div-block-2 { width: 75%; margin-right: auto; margin-left: auto; border-top: 2px dashed #7387c8; } .white-section { margin: 40px; border-radius: 20px; background-color: #fff; box-shadow: 0 0 5px 2px #d1d3d9; } .col { padding-right: 15px; padding-left: 15px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .col.lg-6 { -webkit-box-flex: 0; -webkit-flex: 0 50%; -ms-flex: 0 50%; flex: 0 50%; } .col.lg-6.md-12.col-p-right { padding-right: 30px; } .check-box { width: 16px; height: 16px; margin-top: 0px; margin-right: 10px; } .site-label-2 { margin-top: 0px; margin-right: 20px; padding-bottom: 0px; font-family: Roboto, sans-serif; color: #7387c8; font-weight: 400; text-align: right; text-transform: uppercase; } .textarea { border: 1px solid #ccc; border-radius: 7px; font-size: 13px; } .input-group-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; height: 33px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #ccc; border-radius: 7px; } .input-group-wrapper.success { border-color: #38ce78; } .input-group-wrapper.error { border-color: #e74c3c; } .input-group-wrapper.warning { border-color: #f4a427; } .input-group-left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 44px; height: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-right: 1px solid #ccc; background-color: #ccc; } .input-group-left.warning { border-right-color: #f4a427; background-color: #f4b34a; } .input-group-left.error { border-right-color: #e74c3c; background-color: #e95e4f; } .input-group-left.success { border-right-color: #38ce78; background-color: #3bcf79; } .field-label { margin-bottom: 3px; padding-left: 5px; font-family: Lato, sans-serif; font-size: 11px; line-height: 130%; font-weight: 700; } .field-label.disabled { color: #c5c5c5; text-decoration: line-through; } .field-label.checkbox { padding-left: 0px; } .field-label.checkbox.disabled { color: #c5c5c5; text-decoration: line-through; } .input { height: 30px; margin-bottom: 0px; padding-right: 10px; padding-left: 10px; border-style: solid; border-width: 1px; border-color: #d3d3d3; border-radius: 5px; color: #3b3f4c; font-size: 12px; } .input:hover { border-color: #0055d6; } .input:focus { border-color: #0055d6; } .input.group { border-style: none; } .input.group.error { color: #e95e4f; } .input.group.error::-webkit-input-placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.group.error:-ms-input-placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.group.error::-ms-input-placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.group.error::placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.disabled { background-color: #f5f5f5; cursor: not-allowed; } .input.small { height: 30px; font-size: 12px; } .input.large { height: 42px; padding-top: 12px; padding-bottom: 12px; font-size: 14px; } .input.icon { padding-left: 40px; background-image: url('../images/Add-Patient.svg'); background-position: 8px 50%; background-size: 20px; background-repeat: no-repeat; } .input.search { padding-left: 45px; background-image: url('../images/Search-Blue.svg'); background-position: 0px 50%; background-size: 35px; background-repeat: no-repeat; } .input.dropdown { margin-right: 10px; margin-bottom: 5px; padding: 6px 30px 6px 15px; } .input.dropdown:hover { color: #0055d6; } .input.dropdown:focus { color: #0055d6; } .input.dropdown.w--open { cursor: pointer; } .input.form-dropdown { margin-right: 10px; margin-bottom: 5px; padding: 4px 10px 6px; } .input.form-dropdown:focus { color: #0055d6; } .input.form-dropdown.w--open { cursor: pointer; } .input.age { margin-right: 3px; } .input-group-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 44px; height: 44px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-left: 1px solid #ccc; background-color: #e5e5e5; } .input-group-right.error { border-left-style: none; background-color: #fff; color: #e94b35; font-weight: 900; } .input-group-right.warning { border-left-style: none; background-color: #fff; color: #f4a427; font-weight: 900; } .input-group-right.success { border-left-style: none; background-color: #fff; color: #38ce78; font-weight: 900; } .select-field { height: 36px; border-radius: 7px; background-color: #fff; } .select-field:hover { border-style: solid; border-width: 1px; border-color: #0055d6; } .select-field:focus { border-style: solid; border-width: 1px; border-color: #0055d6; } .table-columns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .table-columns:hover { background-color: #eaedf7; } .checkbox-label.success { color: #3bcf79; } .checkbox-label.error { color: #e95e4f; } .checkbox-label.alert-yellow { color: #f4b34a; } .checkbox-field { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; } .checkbox-field:hover { color: #4f68ba; } .radio-button { width: 16px; height: 16px; margin-top: 0px; margin-right: 10px; } .radio-button-field { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; } .radio-button-field:hover { color: #4f68ba; } .chip-button { height: 35px; margin-top: 3px; margin-right: 5px; margin-bottom: 5px; border-style: solid; border-width: 1px; border-color: #d3d3d3; border-radius: 20px; background-color: transparent; color: #6c6c6c; font-size: 13px; line-height: 135%; font-weight: 500; letter-spacing: 0.1px; cursor: pointer; } .chip-button:hover { border-style: solid; border-color: transparent; background-color: #2c49ac; color: #fff; } .chip-button:focus { border-color: #2c49ac; background-color: #2c49ac; color: #fff; } .chip-button.select-state { border-style: none; background-color: #2c49ac; color: #fff; } .chip-button.secondary { border-color: #2c49ac; background-color: #eaedf7; color: #2c49ac; } .chip-button.secondary:hover { background-color: #2c49ac; color: #fff; } .chip-button.secondary:focus { background-color: #2c49ac; color: #fff; } .button { height: 35px; margin-right: 5px; margin-bottom: 3px; border: 1px solid transparent; border-radius: 7px; background-color: #2c49ac; font-size: 13px; line-height: 135%; text-align: center; letter-spacing: 1px; text-transform: uppercase; } .button:hover { background-color: #223985; } .button:focus { background-color: #223985; } .button.secondary { border-style: solid; border-width: 1px; border-color: #2c49ac; background-color: transparent; color: #2c49ac; } .button.secondary:hover { background-color: #b9c3e4; color: #2c49ac; } .button.secondary:focus { border-color: #0055d6; background-color: #0055d6; color: #fff; } .button.secondary.small { height: 28px; padding-top: 6px; padding-bottom: 6px; } .button.secondary.small.red { border-color: #e95e4f; color: #e95e4f; } .button.secondary.small.red:hover { background-color: rgba(255, 163, 117, 0.41); } .button.secondary.small.red:focus { background-color: rgba(255, 163, 117, 0.41); } .button.secondary.small.green { border-color: #29a655; color: #29a655; } .button.secondary.small.green:hover { background-color: rgba(59, 207, 121, 0.31); } .button.secondary.small.green:focus { background-color: rgba(59, 207, 121, 0.31); } .button.secondary.round.small { height: 26px; padding-right: 12px; padding-left: 12px; background-color: #eaedf7; font-size: 11px; font-weight: 500; } .button.secondary.round.small:hover { border-color: #0055d6; background-color: #0055d6; color: #fff; } .button.secondary.round.small:focus { background-color: #0055d6; } .button.tertiary { border-color: #a0a0a0; background-color: transparent; color: #898989; } .button.tertiary:hover { background-color: #a0a0a0; color: #fff; } .button.small { height: 30px; padding-top: 5px; padding-bottom: 5px; font-size: 12px; text-decoration: none; } .button.large { height: 42px; padding-top: 12px; padding-bottom: 12px; font-size: 14px; } .button.round { border-radius: 20px; } .button.cancel { border-width: 0px; background-color: transparent; color: #898989; } .button.cancel:hover { background-color: #e1e1e1; color: #6c6c6c; } .button.cancel:focus { border-top-color: #898989; } .button.cancel.blue { color: #0055d6; } .button.cancel.blue:hover { background-color: #dbe0f1; } .button.special { border-style: solid; border-width: 1px; border-color: #2c49ac; background-color: transparent; color: #2c49ac; } .button.special:hover { background-color: #b9c3e4; color: #2c49ac; } .button.special.round { background-color: #dbe0f1; } .button.special.round:hover { border-color: #0055d6; background-color: #0055d6; color: #fff; } .button.special.round:focus { background-color: #0055d6; color: #fff; } .button.icon { padding-right: 40px; background-image: url('../images/Button-Arrow.svg'); background-position: 95% 50%; background-size: 25px; background-repeat: no-repeat; } .block-quote { color: #898989; line-height: 140%; } .data-tags { height: 26px; margin-right: 3px; margin-bottom: 3px; padding: 4px 10px; border-style: solid; border-width: 1px; border-color: #b0b3bd; border-radius: 20px; background-color: transparent; color: #666c80; font-size: 12px; font-weight: 500; } .data-tags.moderate { border-color: #f4b34a; background-color: #ffe2b3; color: #3b3f4c; } .data-tags.mild { border-color: #ffa375; background-color: #ffcfcc; color: #3f3f3f; } .data-tags.severe { border-color: #e95e4f; background-color: #e95e4f; color: #f8f9fc; } .data-tags.pending { border-color: #c4c4c4; background-color: #d3d3d3; color: #3f3f3f; } .data-tags.untested { border-color: #e95e4f; background-color: #f9f9fa; color: #e95e4f; font-weight: 600; } .plain-tag { background-color: transparent; color: #6c6c6c; font-size: 12px; line-height: 130%; font-weight: 600; } .plain-tag.red { color: #e95e4f; } .plain-tag.green { color: #29a655; } .checkbox-label-2 { display: none; } .checkbox-field-3 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 30px; height: 30px; margin-bottom: 0px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .table-checkbox { width: 16px; height: 16px; margin-top: 4px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; border-style: solid; border-width: 2px; border-color: #b0b3bd; border-radius: 5px; } .table-checkbox:hover { border-color: #0055d6; } .table-checkbox.w--redirected-checked { border-color: #0055d6; background-color: #0055d6; } .table-checkbox.w--redirected-focus { border-color: #0055d6; box-shadow: 0 0 0 5px #dbe0f1; } .form-block { margin-bottom: 0px; } .columns-2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .columns-2._2-line-col { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .table-header-column { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #c4c4c4; } ._2-line-table { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 70px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ededf0; } ._2-line-table:hover { background-color: #f9f9fa; } .name-text { padding-bottom: 3px; font-weight: 700; } .name-text.grey { color: #6c6c6c; font-weight: 400; } .name-text.info-text { padding-left: 10px; color: #6c6c6c; font-size: 12px; font-weight: 400; } .heading-3 { margin-right: 20px; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #b9c3e4; color: #fff; font-weight: 600; } .heading-3._2 { border-top: 1px solid #7387c8; border-bottom-style: none; font-weight: 400; } .div-block-3 { padding-left: 10px; } .sub-section { margin-top: 10px; color: #2c49ac; font-size: 16px; line-height: 140%; } .form-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: scroll; height: 85vh; padding-right: 20px; padding-bottom: 15px; padding-left: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .form-grid-2-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 18px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto auto auto auto auto; grid-template-rows: auto auto auto auto auto auto; } .form-grid-3-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .form-grid-6-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .sub-sub-section { color: #6c6c6c; font-size: 14px; line-height: 140%; font-weight: 500; } .sub-sub-section.white { padding-top: 5px; padding-bottom: 5px; color: #b9c3e4; font-size: 13px; } .sub-sub-section.white.bold { margin-right: 5px; margin-left: 5px; padding-right: 5px; padding-left: 5px; color: #fff; font-weight: 300; } .sub-sub-section.white.message { font-size: 13px; font-style: italic; font-weight: 400; } .form-action-grid { display: -ms-grid; display: grid; margin-top: 10px; padding-top: 20px; -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: end; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-top: 1px solid #c4c4c4; } .tab__pane { width: 100%; height: 100%; padding: 10px 30px 20px; background-color: #fff; box-shadow: inset 0 0 0 1px #eff2f7; } .tabs-content { height: 100%; } .tab-link { display: inline-block; height: 44px; padding: 0px 2em; background-color: #eaedf7; box-shadow: inset 0 0 0 0.75px #dbe0f1; -webkit-transition-property: none; transition-property: none; color: #4f68ba; font-size: 12px; line-height: 44px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; } .tab-link:hover { background-color: #fff; box-shadow: inset 0 3px 0 0 #7387c8; color: #3c4858; } .tab-link.w--current { background-color: #fff; box-shadow: inset 0 3px 0 0 #2c49ac; color: #2c49ac; } .tab-link.vertical { display: block; width: 100%; border-top: 1px none #000; border-right: 1px none #000; border-bottom: 1px none #000; background-color: #eaedf7; box-shadow: none; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 500ms; transition-duration: 500ms; line-height: 44px; text-align: center; } .tab-link.vertical:hover { background-color: hsla(0, 0%, 100%, 0.5); box-shadow: inset 3px 0 0 0 #7387c8; color: #273444; } .tab-link.vertical.w--current { z-index: 2; border-right: 0px solid #fff; border-top-style: none; border-bottom-width: 0px; background-color: #fff; box-shadow: inset 3px 0 0 0 #2c49ac; } .tab__menu { top: 1px; z-index: 2; border-left: 1px solid #eff2f7; background-color: transparent; } .tab__menu.tab__menu--vertical { left: 1px; top: 0px; overflow: hidden; width: 25%; max-height: none; float: left; border-top: 1px solid #eff2f7; } .tabs { position: relative; width: 100%; height: 100%; margin-top: 25px; margin-bottom: 20px; } .secondary-navigation-button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 45px; padding-right: 5px; padding-left: 35px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 0px; background-color: transparent; background-image: url('../images/Add-Icon.svg'); background-position: 13px 50%; background-size: 20px; background-repeat: no-repeat; color: #6c6c6c; font-size: 12px; font-weight: 600; letter-spacing: 0px; text-transform: uppercase; } .secondary-navigation-button:hover { background-color: #dbe0f1; color: #2c49ac; } .secondary-navigation-button.w--current { background-color: #fff; color: #0055d6; } .secondary-navigation-button.w--current:hover { background-color: #fff; } .primary-navigation-button { margin-bottom: 3px; margin-left: 5px; padding-right: 25px; padding-left: 15px; background-color: transparent; color: #b9c3e4; font-weight: 500; text-align: left; letter-spacing: 0.5px; } .primary-navigation-button:hover { border-radius: 10px; color: #fff; } .primary-navigation-button:active { background-color: #4b67bd; } .primary-navigation-button.w--current { border-radius: 10px; background-color: rgba(132, 159, 222, 0.35); color: #fff; } .primary-navigation-button.icon { margin-left: 15px; padding-left: 45px; background-image: url('../images/Logout-Button.svg'); background-position: 12px 50%; background-size: 25px; background-repeat: no-repeat; } .primary-navigation-button.icon.settings { background-image: url('../images/Settings-Button.svg'); } .div-block-4 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 5px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; background-color: #2c49ac; } .multiple-buttons { height: 36px; border-style: solid; border-width: 1px; border-color: transparent #d3d3d3 transparent transparent; border-radius: 0px; background-color: transparent; color: #6c6c6c; font-size: 13px; text-align: center; letter-spacing: 1px; text-transform: uppercase; } .multiple-buttons:hover { border-right-color: transparent; background-color: #f9f9f9; } .multiple-buttons:focus { border-right-color: transparent; background-color: #0055d6; color: #fff; } .multi-button-wrapper { display: inline-block; overflow: hidden; border-radius: 10px; box-shadow: inset 0 0 0 1px #c4c4c4; } .pagination { width: 28px; height: 28px; margin-left: 5px; border-radius: 7px; background-color: #2c49ac; background-image: url('../images/RHS-Arrow.svg'); background-position: 55% 50%; background-size: 12px; background-repeat: no-repeat; } .pagination:hover { background-color: #7387c8; } .pagination:focus { background-color: #7387c8; } .pagination.rhs { background-image: url('../images/LHS-Arrow.svg'); background-position: 50% 50%; background-size: 12px; } .blue-text { padding-right: 5px; color: #2c49ac; font-size: 13px; } .pagination-controls { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 180px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .utility-page-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100vw; height: 100vh; max-height: 100%; max-width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .utility-page-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 260px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } .utility-page-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } .panel-wrapper { overflow: hidden; width: 620px; min-height: 88px; border: 1px solid #cecece; border-radius: 10px; box-shadow: 0 0 5px 1px #d1d3d9; } .panel-title { height: 44px; padding-left: 20px; background-color: #e5e5e5; font-size: 18px; line-height: 44px; } .panel-title.error { background-color: #ffb6b3; } .panel-content { min-height: 44px; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; background-color: #fff; } .modal-wrapper { width: 620px; border: 1px solid #cfcfcf; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d1d3d9; } .modal-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 70px; padding-top: 10px; padding-right: 30px; padding-left: 30px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-top-left-radius: 15px; border-top-right-radius: 15px; font-size: 18px; font-weight: 700; } .modal-footer { display: -ms-grid; display: grid; height: 70px; padding-top: 10px; padding-right: 30px; padding-bottom: 10px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; grid-auto-columns: 1fr; grid-column-gap: 16px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-top: 1px none #ccc; background-color: #ededf0; } .modal-content { min-height: 66px; padding: 20px 30px 30px; } .title-text { margin-top: 0px; margin-bottom: 0px; color: #2c49ac; font-size: 18px; line-height: 38px; font-weight: 600; } .image { padding: 10px; border-radius: 10px; } .image:hover { background-color: #ededf0; } .faq-p { overflow: hidden; width: 100%; margin-bottom: 10px; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d1d3d9; } .faq { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 60px; padding-top: 0px; padding-right: 50px; padding-bottom: 0px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 15px; background-color: #4f68ba; box-shadow: 0 0 4px 0 #a0a0a0; color: #fff; font-size: 16px; font-weight: 500; white-space: break-spaces; } .faq.w--open { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .faq-img { position: relative; left: 0%; top: 0%; right: auto; bottom: 0%; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 40px; height: 40px; margin-right: 10px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .toggle-text { position: relative; z-index: 2; } .faq-icon { position: absolute; left: auto; top: 0%; right: 0%; bottom: 0%; z-index: 2; width: 24px; margin-right: 16px; } .faq-body { position: relative; display: block; background-color: transparent; } .faq-body.w--open { background-color: transparent; } .faq-body-cont { padding: 40px; border-top: 1px none #000; font-size: 16px; line-height: 32px; font-weight: 300; } .text-content-regular { line-height: 140%; } .top-navbar-grid-div { position: relative; z-index: 1; display: -ms-grid; display: grid; height: 45px; padding-right: 25px; padding-left: 25px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; grid-auto-columns: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .form-section-heading { margin-top: 20px; margin-bottom: 20px; margin-left: -30px; padding-left: 35px; border-left-width: 2px; border-left-color: #b9c3e4; border-radius: 20px; background-image: url('../images/Green-Check.svg'), -webkit-gradient(linear, left top, right top, from(#e5ecff), to(transparent)); background-image: url('../images/Green-Check.svg'), linear-gradient(90deg, #e5ecff, transparent); background-position: 5px 50%, 0px 0px; background-size: 20px, auto; background-repeat: no-repeat, repeat; color: #0055d6; font-size: 12px; line-height: 28px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .form-section-heading.error { background-image: url('../images/Red-Cross.svg'), -webkit-gradient(linear, left top, right top, from(#e5ecff), to(transparent)); background-image: url('../images/Red-Cross.svg'), linear-gradient(90deg, #e5ecff, transparent); background-position: 5px 50%, 0px 0px; background-size: 22px, auto; background-repeat: no-repeat, repeat; } .form-section-heading.alert { background-image: url('../images/Yellow-Alert.svg'), -webkit-gradient(linear, left top, right top, from(#e5ecff), to(transparent)); background-image: url('../images/Yellow-Alert.svg'), linear-gradient(90deg, #e5ecff, transparent); } .bread-crums { padding-left: 3px; color: #6c6c6c; font-weight: 400; text-decoration: none; cursor: pointer; } .bread-crums:hover { color: #0055d6; } .bread-crums.w--current { color: #0055d6; font-weight: 700; } .icon-2 { margin-right: 10px; } .dropdown-list { background-color: #fff; } .dropdown-link { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #d3d3d3; font-size: 13px; line-height: 135%; } .dropdown-link:hover { background-color: #f9f9f9; color: #0055d6; } .filter-checkbox-ticker { width: 16px; height: 16px; margin-top: 0px; margin-right: 10px; margin-left: -10px; border-style: solid; border-width: 1px; border-color: #a0a0a0; } .filter-checkbox-ticker:hover { border-color: #0055d6; } .filter-checkbox-ticker.w--redirected-checked { border-color: #0055d6; background-color: #0055d6; } .filter-checkbox-ticker.w--redirected-focus { box-shadow: 0 0 0 5px #b9c3e4; } .filter-dropdown { display: block; } .form-block-2 { margin-bottom: 0px; } ._100 { height: 100%; padding-top: 7px; padding-right: 0px; padding-left: 10px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } ._100.patient-list { padding-left: 0px; } .form-grid-4-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 14px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .form-action-grid-2 { display: -ms-grid; display: grid; margin-top: 10px; padding-top: 15px; -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: end; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-top: 1px solid #c4c4c4; } .profile-wrapper { width: 300px; margin-left: 10px; padding: 10px 20px 30px; border-radius: 15px; background-color: #2c49ac; box-shadow: none; } .form-block-10px-bottom-padding { margin-bottom: 10px; } .main-grey-div { position: absolute; left: auto; top: 1vh; right: 1vh; bottom: 1vh; width: 85%; height: 98vh; border-radius: 20px; background-color: #f9f9f9; box-shadow: 0 0 5px 0 rgba(63, 63, 63, 0.82); } .main-white-div { position: absolute; left: 0%; top: 45px; right: 0%; bottom: 0%; border-radius: 20px; background-color: #fff; box-shadow: 0 0 5px 1px hsla(0, 0%, 52%, 0.25); } .icon-button { height: 100px; padding-top: 55px; background-color: transparent; background-image: url('../images/Icon-Button-`.svg'); background-position: 50% 10px; background-size: 35px; background-repeat: no-repeat; color: #6c6c6c; text-align: center; } .side-navbar { position: fixed; left: 0vh; top: 1vh; right: auto; bottom: 1vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 13%; padding-bottom: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .logo-div { height: 90px; background-image: url('../images/Logo.png'); background-position: 25px 50%; background-size: 135px; background-repeat: no-repeat; } .navbar-links-main-div { margin-bottom: 10px; padding-top: 20px; padding-bottom: 20px; padding-left: 10px; border-top: 1px solid #7387c8; border-bottom: 1px solid #7387c8; } .div-lables { padding-top: 10px; padding-bottom: 10px; padding-left: 25px; font-family: Roboto, sans-serif; color: #b9c3e4; font-size: 11px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; } .form-container { width: 660px; padding-top: 10px; padding-right: 10px; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d3d3d3; } .tabs-2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tabs-menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 180px; margin-top: 60px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .tabs-menu.update-patient { width: 120px; margin-top: 20px; } .form-tab-links { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 15px 15px 15px 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; background-color: transparent; box-shadow: inset 1px 0 0 0 #d3d3d3; font-family: Roboto, sans-serif; color: #898989; font-size: 13px; font-weight: 300; } .form-tab-links:hover { background-color: #f9f9f9; box-shadow: inset 1px 0 0 0 #2c49ac; color: #3f3f3f; font-weight: 400; } .form-tab-links:visited { box-shadow: inset 4px 0 0 0 #2c49ac; } .form-tab-links.w--current { background-color: #f9f9f9; box-shadow: inset 5px 0 0 0 #2c49ac; color: #6c6c6c; font-weight: 700; } .form-tab-links.icons { padding-top: 12px; padding-bottom: 12px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #6c6c6c; font-weight: 400; text-align: center; } .form-number-link { padding-right: 7px; } .form-heading { position: relative; margin-top: 10px; margin-bottom: 0px; color: #6c6c6c; font-size: 17px; line-height: 32px; font-weight: 300; } .form-heading.status { font-weight: 400; } .form-heading.white { padding-left: 10px; color: #dbe0f1; font-weight: 400; } .form-heading.white.name { overflow: hidden; width: 200px; margin-top: 10px; margin-right: 5px; font-size: 17px; white-space: nowrap; } .div-block-10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 5px; padding-top: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .page-heading { position: relative; margin-top: 15px; margin-bottom: 0px; font-family: Roboto, sans-serif; color: #898989; font-size: 16px; line-height: 135%; font-weight: 400; } .div-block-11 { position: absolute; z-index: 5; width: 160px; padding-top: 5px; padding-left: 5px; } .div-block-12 { position: absolute; left: 10px; top: 410px; right: auto; bottom: auto; width: 160px; padding: 10px; border-style: solid; border-width: 1px; border-color: #a0a0a0; border-radius: 5px; } .error-heading { margin-top: 10px; color: #6c6c6c; font-size: 14px; line-height: 140%; font-weight: 500; } ._12px-text { color: #898989; font-size: 12px; line-height: 135%; } .form-sub-section-heading { margin-top: 0px; margin-bottom: 0px; margin-left: -21px; padding-left: 23px; background-image: url('../images/Green-Check.svg'); background-position: 0% 50%; background-size: 15px; background-repeat: no-repeat; color: #0055d6; font-size: 13px; line-height: 140%; font-weight: 600; letter-spacing: 0.2px; text-transform: capitalize; } .form-sub-section-heading-div { margin-top: 5px; margin-bottom: 10px; padding-top: 3px; padding-bottom: 3px; border-bottom: 1px solid #d3d3d3; } .profile-name-div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 10px; margin-right: 5px; margin-bottom: 15px; padding-top: 3px; padding-bottom: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px dashed #7387c8; text-decoration: none; } .image-2 { width: 45px; height: 45px; } .patient-details { color: #6c6c6c; font-size: 14px; line-height: 140%; font-weight: 500; } .patient-details.white { padding-left: 10px; color: #ffe2b3; font-size: 12px; font-weight: 400; } .profile-details-div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 5px; margin-bottom: 5px; padding-left: 30px; background-image: url('../images/Green-Check.svg'); background-position: 0% 50%; background-size: 20px; background-repeat: no-repeat; text-decoration: none; } .profile-details-div.alert { background-image: url('../images/Yellow-Alert.svg'); text-decoration: none; } .profile-details-div.error { background-image: url('../images/Red-Cross.svg'); text-decoration: none; } .chip-input-div { display: inline-block; padding-top: 5px; padding-bottom: 5px; } .form-label-heading { margin-top: 0px; margin-bottom: 0px; margin-left: 10px; padding-right: 5px; padding-left: 5px; background-color: #fff; color: #6c6c6c; font-size: 13px; line-height: 140%; font-weight: 500; } .plain-div { margin-bottom: 20px; padding: 10px; border-style: solid; border-width: 1px; border-color: #d3d3d3; border-radius: 10px; } .form-label-heading-div { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: -10px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .form-question-div { display: -ms-grid; display: grid; margin-top: 10px; margin-bottom: 10px; padding: 7px 10px 7px 20px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; grid-auto-columns: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-style: solid; border-width: 1px; border-color: #b9c3e4; border-radius: 10px; background-color: #f8f9fc; } .form-question-div.test-div { margin-bottom: 15px; border-style: none; background-color: #f9f9f9; } .form-question-div.test-schedule-div { -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; border-style: none; background-color: #f9f9f9; } .div-block-13 { margin-left: 5px; padding-right: 5px; padding-left: 5px; } .form-question-heading { margin-right: 5px; color: #2c49ac; font-size: 12px; line-height: 145%; font-weight: 600; } .form-question-heading.small { margin-right: 0px; margin-bottom: 5px; color: #6c6c6c; font-size: 11px; font-weight: 400; text-align: right; } .form-question-heading.small.rhs { font-size: 14px; text-align: left; } .form-question-heading.grey { margin-bottom: 7px; color: #b54c00; } .table-rows { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #e1e1e1; } .table-rows:hover { background-color: #eaedf7; } .alert-text { margin-top: 3px; margin-bottom: 10px; padding-top: 3px; padding-bottom: 3px; border-radius: 7px; background-color: hsla(3, 100%, 85%, 0.31); color: #e95e4f; font-size: 11px; text-align: center; text-decoration: none; } .alert-text.right { background-color: rgba(137, 236, 144, 0.31); color: #29a655; } .bold-text { color: #e95e4f; text-decoration: none; } .link { text-decoration: none; } .link:hover { text-decoration: none; } .center { text-align: center; } .form-block-10px-bottom-padding-copy { margin-top: 3px; margin-bottom: 0px; } .div-block-14 { overflow: scroll; height: 55vh; margin-right: -10px; margin-left: -5px; } .div-block-15 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .bold { font-weight: 600; } .icons-45px { width: 35px; margin-bottom: 10px; } .form-container-icons { padding-top: 10px; padding-right: 10px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d3d3d3; } .form-container-icons.update-patient { margin-top: 10px; margin-right: 5px; } .tabs-menu-patient-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 220px; margin-top: 100px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .sub-grid-2-x-2 { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 14px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .sub-grid-container { display: -ms-grid; display: grid; margin-top: 10px; margin-bottom: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .sub-grid-container-5-x-n { display: -ms-grid; display: grid; margin-top: 10px; margin-bottom: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; grid-auto-columns: 1fr; grid-column-gap: 10px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .list-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .update-patient-tab { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .div-block-16 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: scroll; margin-right: -10px; margin-left: -5px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } @media screen and (min-width: 1440px) { .blue-body { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; font-size: 14px; } .field-label { font-size: 13px; } .input { height: 37px; padding-right: 12px; padding-left: 12px; border-radius: 7px; font-size: 14px; } .button { height: 40px; padding-top: 12px; padding-bottom: 12px; } .form-wrapper { height: 88vh; padding-left: 45px; } .form-grid-2-x-n { -ms-grid-rows: auto auto auto auto; grid-template-rows: auto auto auto auto; } .sub-sub-section.white { font-size: 14px; } .secondary-navigation-button { padding-right: 5px; padding-left: 45px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; font-size: 12px; text-align: left; letter-spacing: 1px; } .top-navbar-grid-div { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } ._100 { height: 100%; padding-top: 20px; padding-right: 5px; padding-left: 25px; } ._100.patient-list { padding-top: 5px; } ._100.update-patient { padding-top: 5px; padding-left: 10px; } .profile-wrapper { width: 340px; margin-left: 0px; } .form-block-10px-bottom-padding { margin-bottom: 15px; } .main-grey-div { background-color: #ededed; } .form-container { width: 780px; box-shadow: 0 0 20px 1px #d3d3d3; } .tabs-menu { width: 240px; margin-top: 120px; } .tabs-menu.update-patient { width: 140px; } .form-tab-links { padding-top: 20px; padding-bottom: 20px; color: #6c6c6c; font-weight: 400; } .form-tab-links.icons { padding-top: 20px; padding-bottom: 15px; font-size: 16px; } .form-heading { margin-top: 20px; margin-bottom: 15px; font-size: 20px; font-weight: 400; } .page-heading { font-size: 24px; } .div-block-11 { width: 240px; } .div-block-12 { top: 60vh; padding-top: 10px; } .error-heading { margin-top: 10px; } .form-sub-section-heading { font-size: 14px; } .form-sub-section-heading-div { margin-top: 10px; margin-bottom: 15px; padding-top: 5px; padding-bottom: 5px; } .form-question-div { margin-bottom: 25px; padding-top: 15px; padding-bottom: 15px; } .form-question-heading { font-size: 14px; } .form-question-heading.small { font-size: 13px; } .form-question-heading.grey { color: #b54c00; } .alert-text { padding-top: 4px; } .icons-45px { width: 50px; } .form-container-icons { box-shadow: 0 0 20px 1px #d3d3d3; } .tabs-menu-patient-form { width: 260px; margin-top: 120px; } .list-wrapper { overflow: visible; } .div-block-16 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 0px; margin-left: 0px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .table-wrapper-scroll { overflow: scroll; margin-right: -10px; } .div-block-17 { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 10px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; } } @media screen and (max-width: 991px) { .col.lg-6.md-12.col-p-right { padding-right: 15px; } .modal-wrapper { min-width: 80vw; } .faq-img { width: 50px; height: 50px; } } @media screen and (max-width: 767px) { .site-label { margin-bottom: 5px; text-align: left; } .container { padding-right: 2%; padding-left: 2%; } .site-label-2 { margin-bottom: 5px; text-align: left; } .faq-img { min-height: 40px; min-width: 50px; } } @media screen and (max-width: 479px) { .col { max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .tab__pane { padding-right: 25px; padding-bottom: 15px; padding-left: 25px; } .tabs-content { float: left; } .tab-link { width: 100%; padding-right: 1.5em; padding-left: 1.5em; border-left: 1px solid #eff2f7; border-top-width: 0px; } .tab-link:hover { box-shadow: inset 3px 0 0 0 #0094ea; } .tab-link.w--current { border-right: 1px solid #eff2f7; box-shadow: inset 3px 0 0 0 #0094ea; } .tab-link.vertical.w--current { border-right: 1px solid #eff2f7; } .tab__menu { max-height: none; border-top: 1px solid #eff2f7; border-left-width: 0px; } .tab__menu.tab__menu--vertical { left: 0px; top: 1px; width: 100%; border-top-style: solid; } .modal-wrapper { min-width: 95vw; } .faq-img { display: none; } } #w-node-856ebe77ce27-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-5d6de597fd10-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 3; grid-column-start: span 3; -ms-grid-column-span: 3; grid-column-end: span 3; } #w-node-b339501097e1-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-3be0f33d79ad-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 3; grid-column-start: span 3; -ms-grid-column-span: 3; grid-column-end: span 3; } #w-node-7551d58aa9e8-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-359b4f143802-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a51329b95466-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a555cd0e043b-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3778d8ec86a9-1c770957 { -ms-grid-row-align: center; align-self: center; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-column-span: 2; grid-column-end: 3; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-39e91e174af2-1c770957 { -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-5cbf63cdda7c-1c770957 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-56cbb4396db1-1c770957 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1b4354e4b4fd-1c770957 { -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0e58-1c770957 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0e6e-1c770957 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0e7a-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0e85-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0e90-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0e9b-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0ea6-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0eb1-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0ed5-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0ee1-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0ee3-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-5ba4206c42bb-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-2129503340fd-1c770957 { -ms-grid-column-span: 2; grid-column-end: 8; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7d-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7f-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f6291f-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-c5e4b3f62926-1c770957 { -ms-grid-column-span: 2; grid-column-end: 8; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-e521aa31a25c-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-3e3193f0907e-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-ead377d6d559-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-0d2bf3482c2b-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-dbba47484e18-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-2816bcac1415-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-2816bcac142b-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 3; -ms-grid-row: 2; grid-row-start: 2; } #w-node-2816bcac1441-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 4; -ms-grid-row: 3; grid-row-start: 3; } #w-node-ce08c283f0a0-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 5; -ms-grid-row: 4; grid-row-start: 4; } #w-node-e3d3119e6ff1-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 6; -ms-grid-row: 5; grid-row-start: 5; } #w-node-c3f4f6c2eeae-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-c5e4b3f62953-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f62955-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f2f-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-0d50841e3f63-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f65-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c35c06682409-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-e05d6d411e55-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-48c909ab8794-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-48c909ab8796-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13a60-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13aac-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13aae-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-34627c03b3db-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34627c03b3e4-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 8; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3be34b943db1-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34627c03b3f3-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3f5-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3f7-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3f9-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3fb-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3fd-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-34627c03b406-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 3; -ms-grid-row: 2; grid-row-start: 2; } #w-node-34627c03b40f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 4; -ms-grid-row: 3; grid-row-start: 3; } #w-node-34627c03b41b-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 5; -ms-grid-row: 4; grid-row-start: 4; } #w-node-34627c03b424-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 6; -ms-grid-row: 5; grid-row-start: 5; } #w-node-34627c03b42e-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13b24-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b26-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b34-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b3e-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b40-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b43-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b4d-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b57-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b59-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b5c-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b66-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b70-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b72-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b75-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b7f-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b89-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b8b-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b8e-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b98-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13ba2-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13ba4-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13ba7-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bb1-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bbb-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13bbd-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13bc0-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bca-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bcc-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bda-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bdb-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13bf3-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bf4-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c10-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c11-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c29-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c2a-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c43-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c44-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c5c-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c5e-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c60-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c70-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c71-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c7c-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13c88-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13c94-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c9f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13ca0-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13cac-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13cb7-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13cb8-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13cc3-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13ccf-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13cdb-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13cdc-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13cf1-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13cfd-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d0e-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d1a-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d2b-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d37-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d48-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d54-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d60-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13d62-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec5197-10d3da74 { -ms-grid-row-align: center; align-self: center; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-column-span: 2; grid-column-end: 3; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec5199-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec519b-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec519d-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec519f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3778d8ec86a9-2db00fe2 { -ms-grid-row-align: center; align-self: center; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-column-span: 2; grid-column-end: 3; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-39e91e174af2-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-5cbf63cdda7c-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1b4354e4b4fd-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-e0305edcf5b1-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0ee1-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0ee3-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1bf3006fe038-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-5fa7ebf0b2d8-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7d-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7f-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-7dc1106b5e17-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-7dc1106b5e21-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-7dc1106b5e23-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-7dc1106b5e26-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-295f7198154c-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-295f71981556-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-295f71981558-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-295f7198155b-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-07dd2d677faf-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-07dd2d677fb9-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-07dd2d677fbb-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-07dd2d677fbe-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-032f7e5bda56-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-032f7e5bda60-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-032f7e5bda62-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-032f7e5bda65-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-074cd4fddc88-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-074cd4fddc92-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-074cd4fddc94-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-074cd4fddc97-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-489506908bd2-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-489506908bdc-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-489506908bde-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-489506908be1-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f62953-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f62955-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-402022cf5410-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-2d281f4162c9-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-de26623f3cd6-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-de26623f3cd7-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-1ecae064a83f-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1ecae064a840-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-1ecae064a858-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1ecae064a859-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34fe91f52c07-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-34fe91f52c08-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34fe91f52c20-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f63-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f65-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-f6f21759a7de-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-f6f21759a7df-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-48226b8d4c8b-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-9d0415e31cdd-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-f49d9fffa8e2-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-f49d9fffa8d6-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-f49d9fffa8d7-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-3a5358401406-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-3a5358401411-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3a5358401412-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a26f48173966-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-d65dbd685ff5-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-d65dbd686000-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-d65dbd68600c-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-e464a7d6b7b0-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-e464a7d6b7bc-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a028347b94c5-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a028347b94d1-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a5e2d025908b-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a5e2d0259097-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-f6f21759a7f9-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-624102fbff37-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-48c909ab8794-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-48c909ab8796-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } @media screen and (min-width: 1440px) { #w-node-39e91e174af2-1c770957 { -ms-grid-column: 6; grid-column-start: 6; -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-5cbf63cdda7c-1c770957 { -ms-grid-column: 5; grid-column-start: 5; -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-56cbb4396db1-1c770957 { -ms-grid-column: 4; grid-column-start: 4; -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-1b4354e4b4fd-1c770957 { -ms-grid-column-span: 1; grid-column-end: 8; -ms-grid-column: 7; grid-column-start: 7; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec5199-10d3da74 { -ms-grid-column: 6; grid-column-start: 6; -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec519b-10d3da74 { -ms-grid-column: 5; grid-column-start: 5; -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec519d-10d3da74 { -ms-grid-column: 4; grid-column-start: 4; -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec519f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 8; -ms-grid-column: 7; grid-column-start: 7; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-39e91e174af2-2db00fe2 { -ms-grid-column: 6; grid-column-start: 6; -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-5cbf63cdda7c-2db00fe2 { -ms-grid-column: 5; grid-column-start: 5; -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-1b4354e4b4fd-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 8; -ms-grid-column: 7; grid-column-start: 7; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraLight.otf') format('opentype'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraBold.otf') format('opentype'); font-weight: 800; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Light.otf') format('opentype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-SemiBold.otf') format('opentype'); font-weight: 600; font-style: normal; }
design/css/design-framework-691604.webflow.css
.w-checkbox { display: block; margin-bottom: 5px; padding-left: 20px; } .w-checkbox::before { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } .w-checkbox::after { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; clear: both; } .w-checkbox-input { float: left; margin-bottom: 0px; margin-left: -20px; margin-right: 0px; margin-top: 4px; line-height: normal; } .w-checkbox-input--inputType-custom { border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-color: #ccc; border-bottom-color: #ccc; border-left-color: #ccc; border-right-color: #ccc; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; width: 12px; height: 12px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; } .w-checkbox-input--inputType-custom.w--redirected-checked { background-color: #3898ec; border-top-color: #3898ec; border-bottom-color: #3898ec; border-left-color: #3898ec; border-right-color: #3898ec; background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg'); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; } .w-checkbox-input--inputType-custom.w--redirected-focus { box-shadow: 0px 0px 3px 1px #3898ec; } .w-form-formradioinput--inputType-custom { border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-color: #ccc; border-bottom-color: #ccc; border-left-color: #ccc; border-right-color: #ccc; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; width: 12px; height: 12px; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; border-top-left-radius: 50%; border-top-right-radius: 50%; } .w-form-formradioinput--inputType-custom.w--redirected-focus { box-shadow: 0px 0px 3px 1px #3898ec; } .w-form-formradioinput--inputType-custom.w--redirected-checked { border-top-width: 4px; border-bottom-width: 4px; border-left-width: 4px; border-right-width: 4px; border-top-color: #3898ec; border-bottom-color: #3898ec; border-left-color: #3898ec; border-right-color: #3898ec; } .blue-body { height: 100vh; padding: 10px; background-color: #2c49ac; font-family: Manrope, sans-serif; color: #3f3f3f; font-size: 13.5px; line-height: 140%; } .base-column { width: 100%; height: 100%; } .side-navbar-col-1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .main-content-col-2 { height: 100%; padding: 10px; border-radius: 20px; background-color: #fff; } .navigation-text { color: #dbe0f1; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; } .list { padding-left: 0px; list-style-type: none; } .link-block { padding: 10px; text-decoration: none; } .main-content-div---scroll { overflow: scroll; width: 100%; height: 100%; } .small-paragraph { font-size: 12px; line-height: 17px; font-weight: 600; } .site-label { margin-right: 20px; padding-bottom: 0px; font-family: Roboto, sans-serif; color: #7387c8; font-weight: 400; text-align: right; text-transform: uppercase; } .cite-paragraph { color: #999; line-height: 21px; font-style: italic; } .row { margin-bottom: 30px; } .paragraph { font-weight: 400; } .list-item { padding-top: 3px; padding-bottom: 3px; line-height: 165%; } .section-tags { margin-top: 30px; margin-bottom: 30px; margin-left: -10px; padding-left: 40px; border-left-width: 2px; border-left-color: #b9c3e4; border-radius: 20px; background-image: url('../images/Green-Check.svg'), -webkit-gradient(linear, left top, right top, from(#dbe0f1), to(transparent)); background-image: url('../images/Green-Check.svg'), linear-gradient(90deg, #dbe0f1, transparent); background-position: 5px 50%, 0px 0px; background-size: 25px, auto; background-repeat: no-repeat, repeat; color: #0055d6; font-size: 16px; line-height: 34px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .section-heading { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; } .container { padding-top: 50px; } .lead-paragraph { color: #2c49ac; font-size: 18px; line-height: 145%; font-weight: 300; } .heading { color: #3b3f4c; letter-spacing: -0.25px; } .heading.blue { color: #2c49ac; font-size: 28px; font-weight: 600; letter-spacing: -0.25px; } .table-wrapper.border { border: 1px solid #ccc; } .table-heading { color: #0055d6; font-size: 10px; line-height: 136%; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; } .table-cell { width: 25%; padding-left: 10px; } .table-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ccc; cursor: pointer; } .table-row:hover { background-color: #ededf0; } .table-row.odd { background-color: #f5f5f5; } .table-row.odd:hover { background-color: #ededf0; } .table-head { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; padding-left: 5px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #0055d6; } .div-block-2 { width: 75%; margin-right: auto; margin-left: auto; border-top: 2px dashed #7387c8; } .white-section { margin: 40px; border-radius: 20px; background-color: #fff; box-shadow: 0 0 5px 2px #d1d3d9; } .col { padding-right: 15px; padding-left: 15px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .col.lg-6 { -webkit-box-flex: 0; -webkit-flex: 0 50%; -ms-flex: 0 50%; flex: 0 50%; } .col.lg-6.md-12.col-p-right { padding-right: 30px; } .check-box { width: 16px; height: 16px; margin-top: 0px; margin-right: 10px; } .site-label-2 { margin-top: 0px; margin-right: 20px; padding-bottom: 0px; font-family: Roboto, sans-serif; color: #7387c8; font-weight: 400; text-align: right; text-transform: uppercase; } .textarea { border: 1px solid #ccc; border-radius: 7px; font-size: 13px; } .input-group-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; height: 33px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #ccc; border-radius: 7px; } .input-group-wrapper.success { border-color: #38ce78; } .input-group-wrapper.error { border-color: #e74c3c; } .input-group-wrapper.warning { border-color: #f4a427; } .input-group-left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 44px; height: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-right: 1px solid #ccc; background-color: #ccc; } .input-group-left.warning { border-right-color: #f4a427; background-color: #f4b34a; } .input-group-left.error { border-right-color: #e74c3c; background-color: #e95e4f; } .input-group-left.success { border-right-color: #38ce78; background-color: #3bcf79; } .field-label { margin-bottom: 3px; padding-left: 5px; font-family: Lato, sans-serif; font-size: 11px; line-height: 130%; font-weight: 700; } .field-label.disabled { color: #c5c5c5; text-decoration: line-through; } .field-label.checkbox { padding-left: 0px; } .field-label.checkbox.disabled { color: #c5c5c5; text-decoration: line-through; } .input { height: 30px; margin-bottom: 0px; padding-right: 10px; padding-left: 10px; border-style: solid; border-width: 1px; border-color: #d3d3d3; border-radius: 5px; color: #3b3f4c; font-size: 12px; } .input:hover { border-color: #0055d6; } .input:focus { border-color: #0055d6; } .input.group { border-style: none; } .input.group.error { color: #e95e4f; } .input.group.error::-webkit-input-placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.group.error:-ms-input-placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.group.error::-ms-input-placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.group.error::placeholder { background-color: rgba(233, 94, 79, 0.06); color: #e95e4f; } .input.disabled { background-color: #f5f5f5; cursor: not-allowed; } .input.small { height: 30px; font-size: 12px; } .input.large { height: 42px; padding-top: 12px; padding-bottom: 12px; font-size: 14px; } .input.icon { padding-left: 40px; background-image: url('../images/Add-Patient.svg'); background-position: 8px 50%; background-size: 20px; background-repeat: no-repeat; } .input.search { padding-left: 45px; background-image: url('../images/Search-Blue.svg'); background-position: 0px 50%; background-size: 35px; background-repeat: no-repeat; } .input.dropdown { margin-right: 10px; margin-bottom: 5px; padding: 6px 30px 6px 15px; } .input.dropdown:hover { color: #0055d6; } .input.dropdown:focus { color: #0055d6; } .input.dropdown.w--open { cursor: pointer; } .input.form-dropdown { margin-right: 10px; margin-bottom: 5px; padding: 4px 10px 6px; } .input.form-dropdown:focus { color: #0055d6; } .input.form-dropdown.w--open { cursor: pointer; } .input.age { margin-right: 3px; } .input-group-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 44px; height: 44px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-left: 1px solid #ccc; background-color: #e5e5e5; } .input-group-right.error { border-left-style: none; background-color: #fff; color: #e94b35; font-weight: 900; } .input-group-right.warning { border-left-style: none; background-color: #fff; color: #f4a427; font-weight: 900; } .input-group-right.success { border-left-style: none; background-color: #fff; color: #38ce78; font-weight: 900; } .select-field { height: 36px; border-radius: 7px; background-color: #fff; } .select-field:hover { border-style: solid; border-width: 1px; border-color: #0055d6; } .select-field:focus { border-style: solid; border-width: 1px; border-color: #0055d6; } .table-columns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .table-columns:hover { background-color: #eaedf7; } .checkbox-label.success { color: #3bcf79; } .checkbox-label.error { color: #e95e4f; } .checkbox-label.alert-yellow { color: #f4b34a; } .checkbox-field { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; } .checkbox-field:hover { color: #4f68ba; } .radio-button { width: 16px; height: 16px; margin-top: 0px; margin-right: 10px; } .radio-button-field { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; } .radio-button-field:hover { color: #4f68ba; } .chip-button { height: 35px; margin-top: 3px; margin-right: 5px; margin-bottom: 5px; border-style: solid; border-width: 1px; border-color: #d3d3d3; border-radius: 20px; background-color: transparent; color: #6c6c6c; font-size: 13px; line-height: 135%; font-weight: 500; letter-spacing: 0.1px; cursor: pointer; } .chip-button:hover { border-style: solid; border-color: transparent; background-color: #2c49ac; color: #fff; } .chip-button:focus { border-color: #2c49ac; background-color: #2c49ac; color: #fff; } .chip-button.select-state { border-style: none; background-color: #2c49ac; color: #fff; } .chip-button.secondary { border-color: #2c49ac; background-color: #eaedf7; color: #2c49ac; } .chip-button.secondary:hover { background-color: #2c49ac; color: #fff; } .chip-button.secondary:focus { background-color: #2c49ac; color: #fff; } .button { height: 35px; margin-right: 5px; margin-bottom: 3px; border: 1px solid transparent; border-radius: 7px; background-color: #2c49ac; font-size: 13px; line-height: 135%; text-align: center; letter-spacing: 1px; text-transform: uppercase; } .button:hover { background-color: #223985; } .button:focus { background-color: #223985; } .button.secondary { border-style: solid; border-width: 1px; border-color: #2c49ac; background-color: transparent; color: #2c49ac; } .button.secondary:hover { background-color: #b9c3e4; color: #2c49ac; } .button.secondary:focus { border-color: #0055d6; background-color: #0055d6; color: #fff; } .button.secondary.small { height: 28px; padding-top: 6px; padding-bottom: 6px; } .button.secondary.small.red { border-color: #e95e4f; color: #e95e4f; } .button.secondary.small.red:hover { background-color: rgba(255, 163, 117, 0.41); } .button.secondary.small.red:focus { background-color: rgba(255, 163, 117, 0.41); } .button.secondary.small.green { border-color: #29a655; color: #29a655; } .button.secondary.small.green:hover { background-color: rgba(59, 207, 121, 0.31); } .button.secondary.small.green:focus { background-color: rgba(59, 207, 121, 0.31); } .button.secondary.round.small { height: 26px; padding-right: 12px; padding-left: 12px; background-color: #eaedf7; font-size: 11px; font-weight: 500; } .button.secondary.round.small:hover { border-color: #0055d6; background-color: #0055d6; color: #fff; } .button.secondary.round.small:focus { background-color: #0055d6; } .button.tertiary { border-color: #a0a0a0; background-color: transparent; color: #898989; } .button.tertiary:hover { background-color: #a0a0a0; color: #fff; } .button.small { height: 30px; padding-top: 5px; padding-bottom: 5px; font-size: 12px; text-decoration: none; } .button.large { height: 42px; padding-top: 12px; padding-bottom: 12px; font-size: 14px; } .button.round { border-radius: 20px; } .button.cancel { border-width: 0px; background-color: transparent; color: #898989; } .button.cancel:hover { background-color: #e1e1e1; color: #6c6c6c; } .button.cancel:focus { border-top-color: #898989; } .button.cancel.blue { color: #0055d6; } .button.cancel.blue:hover { background-color: #dbe0f1; } .button.special { border-style: solid; border-width: 1px; border-color: #2c49ac; background-color: transparent; color: #2c49ac; } .button.special:hover { background-color: #b9c3e4; color: #2c49ac; } .button.special.round { background-color: #dbe0f1; } .button.special.round:hover { border-color: #0055d6; background-color: #0055d6; color: #fff; } .button.special.round:focus { background-color: #0055d6; color: #fff; } .button.icon { padding-right: 40px; background-image: url('../images/Button-Arrow.svg'); background-position: 95% 50%; background-size: 25px; background-repeat: no-repeat; } .block-quote { color: #898989; line-height: 140%; } .data-tags { height: 26px; margin-right: 3px; margin-bottom: 3px; padding: 4px 10px; border-style: solid; border-width: 1px; border-color: #b0b3bd; border-radius: 20px; background-color: transparent; color: #666c80; font-size: 12px; font-weight: 500; } .data-tags.moderate { border-color: #f4b34a; background-color: #ffe2b3; color: #3b3f4c; } .data-tags.mild { border-color: #ffa375; background-color: #ffcfcc; color: #3f3f3f; } .data-tags.severe { border-color: #e95e4f; background-color: #e95e4f; color: #f8f9fc; } .data-tags.pending { border-color: #c4c4c4; background-color: #d3d3d3; color: #3f3f3f; } .data-tags.untested { border-color: #e95e4f; background-color: #f9f9fa; color: #e95e4f; font-weight: 600; } .plain-tag { background-color: transparent; color: #6c6c6c; font-size: 12px; line-height: 130%; font-weight: 600; } .plain-tag.red { color: #e95e4f; } .plain-tag.green { color: #29a655; } .checkbox-label-2 { display: none; } .checkbox-field-3 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 30px; height: 30px; margin-bottom: 0px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .table-checkbox { width: 16px; height: 16px; margin-top: 4px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; border-style: solid; border-width: 2px; border-color: #b0b3bd; border-radius: 5px; } .table-checkbox:hover { border-color: #0055d6; } .table-checkbox.w--redirected-checked { border-color: #0055d6; background-color: #0055d6; } .table-checkbox.w--redirected-focus { border-color: #0055d6; box-shadow: 0 0 0 5px #dbe0f1; } .form-block { margin-bottom: 0px; } .columns-2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .columns-2._2-line-col { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .table-header-column { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 35px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #c4c4c4; } ._2-line-table { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 70px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ededf0; } ._2-line-table:hover { background-color: #f9f9fa; } .name-text { padding-bottom: 3px; font-weight: 700; } .name-text.grey { color: #6c6c6c; font-weight: 400; } .name-text.info-text { padding-left: 10px; color: #6c6c6c; font-size: 12px; font-weight: 400; } .heading-3 { margin-right: 20px; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #b9c3e4; color: #fff; font-weight: 600; } .heading-3._2 { border-top: 1px solid #7387c8; border-bottom-style: none; font-weight: 400; } .div-block-3 { padding-left: 10px; } .sub-section { margin-top: 10px; color: #2c49ac; font-size: 16px; line-height: 140%; } .form-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: scroll; height: 85vh; padding-right: 20px; padding-bottom: 15px; padding-left: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .form-grid-2-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 18px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto auto auto auto auto; grid-template-rows: auto auto auto auto auto auto; } .form-grid-3-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .form-grid-6-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .sub-sub-section { color: #6c6c6c; font-size: 14px; line-height: 140%; font-weight: 500; } .sub-sub-section.white { padding-top: 5px; padding-bottom: 5px; color: #b9c3e4; font-size: 13px; } .sub-sub-section.white.bold { margin-right: 5px; margin-left: 5px; padding-right: 5px; padding-left: 5px; color: #fff; font-weight: 300; } .sub-sub-section.white.message { font-size: 13px; font-style: italic; font-weight: 400; } .form-action-grid { display: -ms-grid; display: grid; margin-top: 10px; padding-top: 20px; -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: end; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-top: 1px solid #c4c4c4; } .tab__pane { width: 100%; height: 100%; padding: 10px 30px 20px; background-color: #fff; box-shadow: inset 0 0 0 1px #eff2f7; } .tabs-content { height: 100%; } .tab-link { display: inline-block; height: 44px; padding: 0px 2em; background-color: #eaedf7; box-shadow: inset 0 0 0 0.75px #dbe0f1; -webkit-transition-property: none; transition-property: none; color: #4f68ba; font-size: 12px; line-height: 44px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; } .tab-link:hover { background-color: #fff; box-shadow: inset 0 3px 0 0 #7387c8; color: #3c4858; } .tab-link.w--current { background-color: #fff; box-shadow: inset 0 3px 0 0 #2c49ac; color: #2c49ac; } .tab-link.vertical { display: block; width: 100%; border-top: 1px none #000; border-right: 1px none #000; border-bottom: 1px none #000; background-color: #eaedf7; box-shadow: none; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 500ms; transition-duration: 500ms; line-height: 44px; text-align: center; } .tab-link.vertical:hover { background-color: hsla(0, 0%, 100%, 0.5); box-shadow: inset 3px 0 0 0 #7387c8; color: #273444; } .tab-link.vertical.w--current { z-index: 2; border-right: 0px solid #fff; border-top-style: none; border-bottom-width: 0px; background-color: #fff; box-shadow: inset 3px 0 0 0 #2c49ac; } .tab__menu { top: 1px; z-index: 2; border-left: 1px solid #eff2f7; background-color: transparent; } .tab__menu.tab__menu--vertical { left: 1px; top: 0px; overflow: hidden; width: 25%; max-height: none; float: left; border-top: 1px solid #eff2f7; } .tabs { position: relative; width: 100%; height: 100%; margin-top: 25px; margin-bottom: 20px; } .secondary-navigation-button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 45px; padding-right: 5px; padding-left: 35px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 0px; background-color: transparent; background-image: url('../images/Add-Icon.svg'); background-position: 13px 50%; background-size: 20px; background-repeat: no-repeat; color: #6c6c6c; font-size: 12px; font-weight: 600; letter-spacing: 0px; text-transform: uppercase; } .secondary-navigation-button:hover { background-color: #dbe0f1; color: #2c49ac; } .secondary-navigation-button.w--current { background-color: #fff; color: #0055d6; } .secondary-navigation-button.w--current:hover { background-color: #fff; } .primary-navigation-button { margin-bottom: 3px; margin-left: 5px; padding-right: 25px; padding-left: 15px; background-color: transparent; color: #b9c3e4; font-weight: 500; text-align: left; letter-spacing: 0.5px; } .primary-navigation-button:hover { border-radius: 10px; color: #fff; } .primary-navigation-button:active { background-color: #4b67bd; } .primary-navigation-button.w--current { border-radius: 10px; background-color: rgba(132, 159, 222, 0.35); color: #fff; } .primary-navigation-button.icon { margin-left: 15px; padding-left: 45px; background-image: url('../images/Logout-Button.svg'); background-position: 12px 50%; background-size: 25px; background-repeat: no-repeat; } .primary-navigation-button.icon.settings { background-image: url('../images/Settings-Button.svg'); } .div-block-4 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 5px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; background-color: #2c49ac; } .multiple-buttons { height: 36px; border-style: solid; border-width: 1px; border-color: transparent #d3d3d3 transparent transparent; border-radius: 0px; background-color: transparent; color: #6c6c6c; font-size: 13px; text-align: center; letter-spacing: 1px; text-transform: uppercase; } .multiple-buttons:hover { border-right-color: transparent; background-color: #f9f9f9; } .multiple-buttons:focus { border-right-color: transparent; background-color: #0055d6; color: #fff; } .multi-button-wrapper { display: inline-block; overflow: hidden; border-radius: 10px; box-shadow: inset 0 0 0 1px #c4c4c4; } .pagination { width: 28px; height: 28px; margin-left: 5px; border-radius: 7px; background-color: #2c49ac; background-image: url('../images/RHS-Arrow.svg'); background-position: 55% 50%; background-size: 12px; background-repeat: no-repeat; } .pagination:hover { background-color: #7387c8; } .pagination:focus { background-color: #7387c8; } .pagination.rhs { background-image: url('../images/LHS-Arrow.svg'); background-position: 50% 50%; background-size: 12px; } .blue-text { padding-right: 5px; color: #2c49ac; font-size: 13px; } .pagination-controls { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 180px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .utility-page-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100vw; height: 100vh; max-height: 100%; max-width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .utility-page-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 260px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } .utility-page-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } .panel-wrapper { overflow: hidden; width: 620px; min-height: 88px; border: 1px solid #cecece; border-radius: 10px; box-shadow: 0 0 5px 1px #d1d3d9; } .panel-title { height: 44px; padding-left: 20px; background-color: #e5e5e5; font-size: 18px; line-height: 44px; } .panel-title.error { background-color: #ffb6b3; } .panel-content { min-height: 44px; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; background-color: #fff; } .modal-wrapper { width: 620px; border: 1px solid #cfcfcf; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d1d3d9; } .modal-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 70px; padding-top: 10px; padding-right: 30px; padding-left: 30px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-top-left-radius: 15px; border-top-right-radius: 15px; font-size: 18px; font-weight: 700; } .modal-footer { display: -ms-grid; display: grid; height: 70px; padding-top: 10px; padding-right: 30px; padding-bottom: 10px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; grid-auto-columns: 1fr; grid-column-gap: 16px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-top: 1px none #ccc; background-color: #ededf0; } .modal-content { min-height: 66px; padding: 20px 30px 30px; } .title-text { margin-top: 0px; margin-bottom: 0px; color: #2c49ac; font-size: 18px; line-height: 38px; font-weight: 600; } .image { padding: 10px; border-radius: 10px; } .image:hover { background-color: #ededf0; } .faq-p { overflow: hidden; width: 100%; margin-bottom: 10px; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d1d3d9; } .faq { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 60px; padding-top: 0px; padding-right: 50px; padding-bottom: 0px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 15px; background-color: #4f68ba; box-shadow: 0 0 4px 0 #a0a0a0; color: #fff; font-size: 16px; font-weight: 500; white-space: break-spaces; } .faq.w--open { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .faq-img { position: relative; left: 0%; top: 0%; right: auto; bottom: 0%; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 40px; height: 40px; margin-right: 10px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .toggle-text { position: relative; z-index: 2; } .faq-icon { position: absolute; left: auto; top: 0%; right: 0%; bottom: 0%; z-index: 2; width: 24px; margin-right: 16px; } .faq-body { position: relative; display: block; background-color: transparent; } .faq-body.w--open { background-color: transparent; } .faq-body-cont { padding: 40px; border-top: 1px none #000; font-size: 16px; line-height: 32px; font-weight: 300; } .text-content-regular { line-height: 140%; } .top-navbar-grid-div { position: relative; z-index: 1; display: -ms-grid; display: grid; height: 45px; padding-right: 25px; padding-left: 25px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; grid-auto-columns: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .form-section-heading { margin-top: 20px; margin-bottom: 20px; margin-left: -30px; padding-left: 35px; border-left-width: 2px; border-left-color: #b9c3e4; border-radius: 20px; background-image: url('../images/Green-Check.svg'), -webkit-gradient(linear, left top, right top, from(#e5ecff), to(transparent)); background-image: url('../images/Green-Check.svg'), linear-gradient(90deg, #e5ecff, transparent); background-position: 5px 50%, 0px 0px; background-size: 20px, auto; background-repeat: no-repeat, repeat; color: #0055d6; font-size: 12px; line-height: 28px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .form-section-heading.error { background-image: url('../images/Red-Cross.svg'), -webkit-gradient(linear, left top, right top, from(#e5ecff), to(transparent)); background-image: url('../images/Red-Cross.svg'), linear-gradient(90deg, #e5ecff, transparent); background-position: 5px 50%, 0px 0px; background-size: 22px, auto; background-repeat: no-repeat, repeat; } .form-section-heading.alert { background-image: url('../images/Yellow-Alert.svg'), -webkit-gradient(linear, left top, right top, from(#e5ecff), to(transparent)); background-image: url('../images/Yellow-Alert.svg'), linear-gradient(90deg, #e5ecff, transparent); } .bread-crums { padding-left: 3px; color: #6c6c6c; font-weight: 400; text-decoration: none; cursor: pointer; } .bread-crums:hover { color: #0055d6; } .bread-crums.w--current { color: #0055d6; font-weight: 700; } .icon-2 { margin-right: 10px; } .dropdown-list { background-color: #fff; } .dropdown-link { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #d3d3d3; font-size: 13px; line-height: 135%; } .dropdown-link:hover { background-color: #f9f9f9; color: #0055d6; } .filter-checkbox-ticker { width: 16px; height: 16px; margin-top: 0px; margin-right: 10px; margin-left: -10px; border-style: solid; border-width: 1px; border-color: #a0a0a0; } .filter-checkbox-ticker:hover { border-color: #0055d6; } .filter-checkbox-ticker.w--redirected-checked { border-color: #0055d6; background-color: #0055d6; } .filter-checkbox-ticker.w--redirected-focus { box-shadow: 0 0 0 5px #b9c3e4; } .filter-dropdown { display: block; } .form-block-2 { margin-bottom: 0px; } ._100 { height: 100%; padding-top: 7px; padding-right: 0px; padding-left: 10px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } ._100.patient-list { padding-left: 0px; } .form-grid-4-x-n { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 14px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .form-action-grid-2 { display: -ms-grid; display: grid; margin-top: 10px; padding-top: 15px; -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: end; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-top: 1px solid #c4c4c4; } .profile-wrapper { width: 300px; margin-left: 10px; padding: 10px 20px 30px; border-radius: 15px; background-color: #2c49ac; box-shadow: none; } .form-block-10px-bottom-padding { margin-bottom: 10px; } .main-grey-div { position: absolute; left: auto; top: 1vh; right: 1vh; bottom: 1vh; width: 85%; height: 98vh; border-radius: 20px; background-color: #f9f9f9; box-shadow: 0 0 5px 0 rgba(63, 63, 63, 0.82); } .main-white-div { position: absolute; left: 0%; top: 45px; right: 0%; bottom: 0%; border-radius: 20px; background-color: #fff; box-shadow: 0 0 5px 1px hsla(0, 0%, 52%, 0.25); } .icon-button { height: 100px; padding-top: 55px; background-color: transparent; background-image: url('../images/Icon-Button-`.svg'); background-position: 50% 10px; background-size: 35px; background-repeat: no-repeat; color: #6c6c6c; text-align: center; } .side-navbar { position: fixed; left: 0vh; top: 1vh; right: auto; bottom: 1vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 13%; padding-bottom: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .logo-div { height: 90px; background-image: url('../images/Logo.png'); background-position: 25px 50%; background-size: 135px; background-repeat: no-repeat; } .navbar-links-main-div { margin-bottom: 10px; padding-top: 20px; padding-bottom: 20px; padding-left: 10px; border-top: 1px solid #7387c8; border-bottom: 1px solid #7387c8; } .div-lables { padding-top: 10px; padding-bottom: 10px; padding-left: 25px; font-family: Roboto, sans-serif; color: #b9c3e4; font-size: 11px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; } .form-container { width: 660px; padding-top: 10px; padding-right: 10px; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d3d3d3; } .tabs-2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .tabs-menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 180px; margin-top: 60px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .tabs-menu.update-patient { width: 120px; margin-top: 20px; } .form-tab-links { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 15px 15px 15px 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; background-color: transparent; box-shadow: inset 1px 0 0 0 #d3d3d3; font-family: Roboto, sans-serif; color: #898989; font-size: 13px; font-weight: 300; } .form-tab-links:hover { background-color: #f9f9f9; box-shadow: inset 1px 0 0 0 #2c49ac; color: #3f3f3f; font-weight: 400; } .form-tab-links:visited { box-shadow: inset 4px 0 0 0 #2c49ac; } .form-tab-links.w--current { background-color: #f9f9f9; box-shadow: inset 5px 0 0 0 #2c49ac; color: #6c6c6c; font-weight: 700; } .form-tab-links.icons { padding-top: 12px; padding-bottom: 12px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #6c6c6c; font-weight: 400; text-align: center; } .form-number-link { padding-right: 7px; } .form-heading { position: relative; margin-top: 10px; margin-bottom: 0px; color: #6c6c6c; font-size: 17px; line-height: 32px; font-weight: 300; } .form-heading.status { font-weight: 400; } .form-heading.white { padding-left: 10px; color: #dbe0f1; font-weight: 400; } .form-heading.white.name { overflow: hidden; width: 200px; margin-top: 10px; margin-right: 5px; font-size: 17px; white-space: nowrap; } .div-block-10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 5px; padding-top: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .page-heading { position: relative; margin-top: 15px; margin-bottom: 0px; font-family: Roboto, sans-serif; color: #898989; font-size: 16px; line-height: 135%; font-weight: 400; } .div-block-11 { position: absolute; z-index: 5; width: 160px; padding-top: 5px; padding-left: 5px; } .div-block-12 { position: absolute; left: 10px; top: 410px; right: auto; bottom: auto; width: 160px; padding: 10px; border-style: solid; border-width: 1px; border-color: #a0a0a0; border-radius: 5px; } .error-heading { margin-top: 10px; color: #6c6c6c; font-size: 14px; line-height: 140%; font-weight: 500; } ._12px-text { color: #898989; font-size: 12px; line-height: 135%; } .form-sub-section-heading { margin-top: 0px; margin-bottom: 0px; margin-left: -21px; padding-left: 23px; background-image: url('../images/Green-Check.svg'); background-position: 0% 50%; background-size: 15px; background-repeat: no-repeat; color: #0055d6; font-size: 13px; line-height: 140%; font-weight: 600; letter-spacing: 0.2px; text-transform: capitalize; } .form-sub-section-heading-div { margin-top: 5px; margin-bottom: 10px; padding-top: 3px; padding-bottom: 3px; border-bottom: 1px solid #d3d3d3; } .profile-name-div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 10px; margin-right: 5px; margin-bottom: 15px; padding-top: 3px; padding-bottom: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px dashed #7387c8; text-decoration: none; } .image-2 { width: 45px; height: 45px; } .patient-details { color: #6c6c6c; font-size: 14px; line-height: 140%; font-weight: 500; } .patient-details.white { padding-left: 10px; color: #ffe2b3; font-size: 12px; font-weight: 400; } .profile-details-div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 5px; margin-bottom: 5px; padding-left: 30px; background-image: url('../images/Green-Check.svg'); background-position: 0% 50%; background-size: 20px; background-repeat: no-repeat; text-decoration: none; } .profile-details-div.alert { background-image: url('../images/Yellow-Alert.svg'); text-decoration: none; } .profile-details-div.error { background-image: url('../images/Red-Cross.svg'); text-decoration: none; } .chip-input-div { display: inline-block; padding-top: 5px; padding-bottom: 5px; } .form-label-heading { margin-top: 0px; margin-bottom: 0px; margin-left: 10px; padding-right: 5px; padding-left: 5px; background-color: #fff; color: #6c6c6c; font-size: 13px; line-height: 140%; font-weight: 500; } .plain-div { margin-bottom: 20px; padding: 10px; border-style: solid; border-width: 1px; border-color: #d3d3d3; border-radius: 10px; } .form-label-heading-div { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: -10px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .form-question-div { display: -ms-grid; display: grid; margin-top: 10px; margin-bottom: 10px; padding: 7px 10px 7px 20px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; grid-auto-columns: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; border-style: solid; border-width: 1px; border-color: #b9c3e4; border-radius: 10px; background-color: #f8f9fc; } .form-question-div.test-div { margin-bottom: 15px; border-style: none; background-color: #f9f9f9; } .form-question-div.test-schedule-div { -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; border-style: none; background-color: #f9f9f9; } .div-block-13 { margin-left: 5px; padding-right: 5px; padding-left: 5px; } .form-question-heading { margin-right: 5px; color: #2c49ac; font-size: 12px; line-height: 145%; font-weight: 600; } .form-question-heading.small { margin-right: 0px; margin-bottom: 5px; color: #6c6c6c; font-size: 11px; font-weight: 400; text-align: right; } .form-question-heading.small.rhs { font-size: 14px; text-align: left; } .form-question-heading.grey { margin-bottom: 7px; color: #b54c00; } .table-rows { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #e1e1e1; } .table-rows:hover { background-color: #eaedf7; } .alert-text { margin-top: 3px; margin-bottom: 10px; padding-top: 3px; padding-bottom: 3px; border-radius: 7px; background-color: hsla(3, 100%, 85%, 0.31); color: #e95e4f; font-size: 11px; text-align: center; text-decoration: none; } .alert-text.right { background-color: rgba(137, 236, 144, 0.31); color: #29a655; } .bold-text { color: #e95e4f; text-decoration: none; } .link { text-decoration: none; } .link:hover { text-decoration: none; } .center { text-align: center; } .form-block-10px-bottom-padding-copy { margin-top: 3px; margin-bottom: 0px; } .div-block-14 { overflow: scroll; height: 55vh; margin-right: -10px; margin-left: -5px; } .div-block-15 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .bold { font-weight: 600; } .icons-45px { width: 35px; margin-bottom: 10px; } .form-container-icons { padding-top: 10px; padding-right: 10px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; border-radius: 15px; background-color: #fff; box-shadow: 0 0 5px 1px #d3d3d3; } .form-container-icons.update-patient { margin-top: 10px; margin-right: 5px; } .tabs-menu-patient-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 220px; margin-top: 100px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .sub-grid-2-x-2 { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 14px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .sub-grid-container { display: -ms-grid; display: grid; margin-top: 10px; margin-bottom: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .sub-grid-container-5-x-n { display: -ms-grid; display: grid; margin-top: 10px; margin-bottom: 10px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; grid-auto-columns: 1fr; grid-column-gap: 10px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .list-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } .update-patient-tab { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .div-block-16 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: scroll; margin-right: -10px; margin-left: -5px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } @media screen and (min-width: 1440px) { .blue-body { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; font-size: 14px; } .field-label { font-size: 13px; } .input { height: 37px; padding-right: 12px; padding-left: 12px; border-radius: 7px; font-size: 14px; } .button { height: 40px; padding-top: 12px; padding-bottom: 12px; } .form-wrapper { height: 88vh; padding-left: 45px; } .form-grid-2-x-n { -ms-grid-rows: auto auto auto auto; grid-template-rows: auto auto auto auto; } .sub-sub-section.white { font-size: 14px; } .secondary-navigation-button { padding-right: 5px; padding-left: 45px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; font-size: 12px; text-align: left; letter-spacing: 1px; } .top-navbar-grid-div { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } ._100 { height: 100%; padding-top: 20px; padding-right: 5px; padding-left: 25px; } ._100.patient-list { padding-top: 5px; } ._100.update-patient { padding-top: 5px; padding-left: 10px; } .profile-wrapper { width: 340px; margin-left: 0px; } .form-block-10px-bottom-padding { margin-bottom: 15px; } .main-grey-div { background-color: #ededed; } .form-container { width: 780px; box-shadow: 0 0 20px 1px #d3d3d3; } .tabs-menu { width: 240px; margin-top: 120px; } .tabs-menu.update-patient { width: 140px; } .form-tab-links { padding-top: 20px; padding-bottom: 20px; color: #6c6c6c; font-weight: 400; } .form-tab-links.icons { padding-top: 20px; padding-bottom: 15px; font-size: 16px; } .form-heading { margin-top: 20px; margin-bottom: 15px; font-size: 20px; font-weight: 400; } .page-heading { font-size: 24px; } .div-block-11 { width: 240px; } .div-block-12 { top: 60vh; padding-top: 10px; } .error-heading { margin-top: 10px; } .form-sub-section-heading { font-size: 14px; } .form-sub-section-heading-div { margin-top: 10px; margin-bottom: 15px; padding-top: 5px; padding-bottom: 5px; } .form-question-div { margin-bottom: 25px; padding-top: 15px; padding-bottom: 15px; } .form-question-heading { font-size: 14px; } .form-question-heading.small { font-size: 13px; } .form-question-heading.grey { color: #b54c00; } .alert-text { padding-top: 4px; } .icons-45px { width: 50px; } .form-container-icons { box-shadow: 0 0 20px 1px #d3d3d3; } .tabs-menu-patient-form { width: 260px; margin-top: 120px; } .list-wrapper { overflow: visible; } .div-block-16 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 0px; margin-left: 0px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .table-wrapper-scroll { overflow: scroll; margin-right: -10px; } .div-block-17 { display: -ms-grid; display: grid; grid-auto-columns: 1fr; grid-column-gap: 10px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; } } @media screen and (max-width: 991px) { .col.lg-6.md-12.col-p-right { padding-right: 15px; } .modal-wrapper { min-width: 80vw; } .faq-img { width: 50px; height: 50px; } } @media screen and (max-width: 767px) { .site-label { margin-bottom: 5px; text-align: left; } .container { padding-right: 2%; padding-left: 2%; } .site-label-2 { margin-bottom: 5px; text-align: left; } .faq-img { min-height: 40px; min-width: 50px; } } @media screen and (max-width: 479px) { .col { max-width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .tab__pane { padding-right: 25px; padding-bottom: 15px; padding-left: 25px; } .tabs-content { float: left; } .tab-link { width: 100%; padding-right: 1.5em; padding-left: 1.5em; border-left: 1px solid #eff2f7; border-top-width: 0px; } .tab-link:hover { box-shadow: inset 3px 0 0 0 #0094ea; } .tab-link.w--current { border-right: 1px solid #eff2f7; box-shadow: inset 3px 0 0 0 #0094ea; } .tab-link.vertical.w--current { border-right: 1px solid #eff2f7; } .tab__menu { max-height: none; border-top: 1px solid #eff2f7; border-left-width: 0px; } .tab__menu.tab__menu--vertical { left: 0px; top: 1px; width: 100%; border-top-style: solid; } .modal-wrapper { min-width: 95vw; } .faq-img { display: none; } } #w-node-856ebe77ce27-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-5d6de597fd10-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 3; grid-column-start: span 3; -ms-grid-column-span: 3; grid-column-end: span 3; } #w-node-b339501097e1-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-3be0f33d79ad-f8116e79 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 3; grid-column-start: span 3; -ms-grid-column-span: 3; grid-column-end: span 3; } #w-node-7551d58aa9e8-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-359b4f143802-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a51329b95466-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a555cd0e043b-f8116e79 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3778d8ec86a9-1c770957 { -ms-grid-row-align: center; align-self: center; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-column-span: 2; grid-column-end: 3; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-39e91e174af2-1c770957 { -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-5cbf63cdda7c-1c770957 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-56cbb4396db1-1c770957 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1b4354e4b4fd-1c770957 { -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0e58-1c770957 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0e6e-1c770957 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0e7a-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0e85-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0e90-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0e9b-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0ea6-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0eb1-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0ed5-1c770957 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-a7535adb0ee1-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0ee3-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-5ba4206c42bb-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-2129503340fd-1c770957 { -ms-grid-column-span: 2; grid-column-end: 8; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7d-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7f-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f6291f-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-c5e4b3f62926-1c770957 { -ms-grid-column-span: 2; grid-column-end: 8; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-e521aa31a25c-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-3e3193f0907e-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-ead377d6d559-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-0d2bf3482c2b-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-dbba47484e18-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-2816bcac1415-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-2816bcac142b-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 3; -ms-grid-row: 2; grid-row-start: 2; } #w-node-2816bcac1441-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 4; -ms-grid-row: 3; grid-row-start: 3; } #w-node-ce08c283f0a0-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 5; -ms-grid-row: 4; grid-row-start: 4; } #w-node-e3d3119e6ff1-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 6; -ms-grid-row: 5; grid-row-start: 5; } #w-node-c3f4f6c2eeae-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-c5e4b3f62953-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f62955-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f2f-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-0d50841e3f63-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f65-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c35c06682409-1c770957 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-e05d6d411e55-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-48c909ab8794-1c770957 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-48c909ab8796-1c770957 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13a60-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13aac-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13aae-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-34627c03b3db-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34627c03b3e4-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 8; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3be34b943db1-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34627c03b3f3-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3f5-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3f7-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3f9-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3fb-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-row-align: center; align-self: center; } #w-node-34627c03b3fd-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-34627c03b406-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 3; -ms-grid-row: 2; grid-row-start: 2; } #w-node-34627c03b40f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 4; -ms-grid-row: 3; grid-row-start: 3; } #w-node-34627c03b41b-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 5; -ms-grid-row: 4; grid-row-start: 4; } #w-node-34627c03b424-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 6; -ms-grid-row: 5; grid-row-start: 5; } #w-node-34627c03b42e-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13b24-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b26-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b34-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b3e-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b40-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b43-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b4d-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b57-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b59-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b5c-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b66-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b70-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b72-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b75-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b7f-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b89-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b8b-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13b8e-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13b98-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13ba2-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13ba4-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13ba7-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bb1-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bbb-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13bbd-10d3da74 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-287c1df13bc0-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bca-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bcc-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bda-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bdb-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13bf3-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13bf4-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c10-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c11-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c29-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c2a-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c43-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c44-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c5c-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c5e-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c60-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c70-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13c71-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c7c-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13c88-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13c94-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13c9f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13ca0-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13cac-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13cb7-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13cb8-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13cc3-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13ccf-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13cdb-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13cdc-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-287c1df13cf1-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13cfd-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d0e-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d1a-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d2b-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d37-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d48-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d54-10d3da74 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-287c1df13d60-10d3da74 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-287c1df13d62-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec5197-10d3da74 { -ms-grid-row-align: center; align-self: center; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-column-span: 2; grid-column-end: 3; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec5199-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec519b-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec519d-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec519f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3778d8ec86a9-2db00fe2 { -ms-grid-row-align: center; align-self: center; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-column-span: 2; grid-column-end: 3; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-39e91e174af2-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-5cbf63cdda7c-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1b4354e4b4fd-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-column: 6; grid-column-start: 6; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-e0305edcf5b1-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0ee1-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-a7535adb0ee3-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1bf3006fe038-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-row: span 1; grid-row-start: span 1; } #w-node-5fa7ebf0b2d8-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7d-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5ad22b89d7f-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-7dc1106b5e17-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-7dc1106b5e21-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-7dc1106b5e23-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-7dc1106b5e26-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-295f7198154c-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-295f71981556-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-295f71981558-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-295f7198155b-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-07dd2d677faf-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-07dd2d677fb9-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-07dd2d677fbb-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-07dd2d677fbe-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-032f7e5bda56-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-032f7e5bda60-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-032f7e5bda62-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-032f7e5bda65-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-074cd4fddc88-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-074cd4fddc92-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-074cd4fddc94-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-074cd4fddc97-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-489506908bd2-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 7; -ms-grid-column: 5; grid-column-start: 5; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-489506908bdc-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-row-align: center; align-self: center; } #w-node-489506908bde-2db00fe2 { -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 3; grid-column-end: 4; -ms-grid-row-align: center; align-self: center; } #w-node-489506908be1-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-column: 4; grid-column-start: 4; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f62953-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-c5e4b3f62955-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-402022cf5410-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-2d281f4162c9-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-de26623f3cd6-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-de26623f3cd7-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-1ecae064a83f-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1ecae064a840-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-1ecae064a858-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-1ecae064a859-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34fe91f52c07-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-34fe91f52c08-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-34fe91f52c20-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f63-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-0d50841e3f65-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-f6f21759a7de-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-f6f21759a7df-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-48226b8d4c8b-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-9d0415e31cdd-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-f49d9fffa8e2-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-f49d9fffa8d6-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-f49d9fffa8d7-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-3a5358401406-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-3a5358401411-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-3a5358401412-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a26f48173966-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-d65dbd685ff5-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-d65dbd686000-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 4; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-d65dbd68600c-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } #w-node-e464a7d6b7b0-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-e464a7d6b7bc-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a028347b94c5-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a028347b94d1-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a5e2d025908b-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-a5e2d0259097-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-f6f21759a7f9-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-624102fbff37-2db00fe2 { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; } #w-node-48c909ab8794-2db00fe2 { -ms-grid-column-span: 2; grid-column-end: 5; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-48c909ab8796-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 3; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } @media screen and (min-width: 1440px) { #w-node-39e91e174af2-1c770957 { -ms-grid-column: 6; grid-column-start: 6; -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-5cbf63cdda7c-1c770957 { -ms-grid-column: 5; grid-column-start: 5; -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-56cbb4396db1-1c770957 { -ms-grid-column: 4; grid-column-start: 4; -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-1b4354e4b4fd-1c770957 { -ms-grid-column-span: 1; grid-column-end: 8; -ms-grid-column: 7; grid-column-start: 7; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-590d16ec5199-10d3da74 { -ms-grid-column: 6; grid-column-start: 6; -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec519b-10d3da74 { -ms-grid-column: 5; grid-column-start: 5; -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec519d-10d3da74 { -ms-grid-column: 4; grid-column-start: 4; -ms-grid-column-span: 1; grid-column-end: 5; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-590d16ec519f-10d3da74 { -ms-grid-column-span: 1; grid-column-end: 8; -ms-grid-column: 7; grid-column-start: 7; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } #w-node-39e91e174af2-2db00fe2 { -ms-grid-column: 6; grid-column-start: 6; -ms-grid-column-span: 1; grid-column-end: 7; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-5cbf63cdda7c-2db00fe2 { -ms-grid-column: 5; grid-column-start: 5; -ms-grid-column-span: 1; grid-column-end: 6; -ms-grid-row: 1; grid-row-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; } #w-node-1b4354e4b4fd-2db00fe2 { -ms-grid-column-span: 1; grid-column-end: 8; -ms-grid-column: 7; grid-column-start: 7; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraLight.otf') format('opentype'); font-weight: 200; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-ExtraBold.otf') format('opentype'); font-weight: 800; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Light.otf') format('opentype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-SemiBold.otf') format('opentype'); font-weight: 600; font-style: normal; }
0.47171
0.112089
#cartes-section{ text-align:center; } /* Div principal des cartes */ .carte{ background-color: #eeeeee; display:inline-block; margin:5px; height:auto; border-radius:3px; overflow:hidden; vertical-align: bottom; -webkit-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); } /* Div rectangle rouge en bas de page */ #carte-deux{ background-color:#c2262b; max-width:500px; border-radius:3px; margin: 50px auto 0; padding:20px 0; font-size:19px; text-align: center; } /* Entete qui signale l'annonce de l'utilisateur si connecté */ .entete-uti{ position:absolute; background-color: rgba(24, 200, 49, 0.7); color:black; padding:2px 0; border-top-right-radius: 3px; border-top-left-radius: 3px; transition:background-color 0.3s; } .entete-uti:hover{ background-color: rgb(22, 177, 44); color:white; transition:background-color 0.3s; } #lien-annonce-uti{ font-size:1.2em; } #msg1{ display:inline-block; visibility: visible; opacity: 1; transition: visibility 0.5s; } #msg2{ text-shadow: 1px 1px 2px black; display:none; visibility: hidden; opacity: 0; transition: visibility 0.5s; } #lien-annonce-uti:hover #msg1{ display:none; visibility: hidden; opacity: 0; transition: visibility 0.5s; } #lien-annonce-uti:hover #msg2{ display:inline-block; visibility: visible; opacity: 1; } /* Style de l'image de la carte */ .annonce-image{ height:auto; background-image:radial-gradient(#c2262b,white); } /* Style de la description de l'annonce */ .annonce-description{ height:auto; text-align:center; } /* Titre de l'annonce */ .description-titre{ display:inline-block; background-color:#c2262b; color:white; width:100%; font-weight:bold; margin-bottom:5px; font-size:1.3em; height:auto; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0 3px 7px -3px rgba(0,0,0,0.75); box-shadow: 0 3px 7px -3px rgba(0,0,0,0.75); } /* Etiquettes */ .description-divers{ display:inline-block; font-size:0.9em; border:solid grey 1px; border-radius:3px; padding-right:3px; padding-left:3px; margin-bottom:3px; background-color:white; } /* Bouton en savoir plus */ .description-plus{ display:inline-block; font-size:0.9em; padding-right:3px; padding-left:3px; margin-bottom:3px; } .description-plus a{ color:black; transition:color 0.2s, text-shadow 0.2s; } .description-plus a:hover{ color:#c2262b; text-shadow: 1px 1px 2px black; transition:color 0.2s, text-shadow 0.2s; } /* Entete qui signale l'etat de l'annonce */ .entete-etat{ position:absolute; color:black; padding:2px 0; border-top-right-radius: 3px; border-top-left-radius: 3px; font-size:1.2em; font-weight:bold; } /* media queries pour l'affichage responsif */ @media (min-width:1020px){ .carte, .entete-uti, .entete-etat{ width:320px; } .img-responsive{ max-width: 320px; vertical-align: bottom; } } @media (max-width:1020px){ .carte, .entete-uti, .entete-etat{ width:260px; } .img-responsive{ max-width: 260px; vertical-align: bottom; } }
public/css/carte.css
#cartes-section{ text-align:center; } /* Div principal des cartes */ .carte{ background-color: #eeeeee; display:inline-block; margin:5px; height:auto; border-radius:3px; overflow:hidden; vertical-align: bottom; -webkit-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); box-shadow: 0 0 7px -3px rgba(0,0,0,0.75); } /* Div rectangle rouge en bas de page */ #carte-deux{ background-color:#c2262b; max-width:500px; border-radius:3px; margin: 50px auto 0; padding:20px 0; font-size:19px; text-align: center; } /* Entete qui signale l'annonce de l'utilisateur si connecté */ .entete-uti{ position:absolute; background-color: rgba(24, 200, 49, 0.7); color:black; padding:2px 0; border-top-right-radius: 3px; border-top-left-radius: 3px; transition:background-color 0.3s; } .entete-uti:hover{ background-color: rgb(22, 177, 44); color:white; transition:background-color 0.3s; } #lien-annonce-uti{ font-size:1.2em; } #msg1{ display:inline-block; visibility: visible; opacity: 1; transition: visibility 0.5s; } #msg2{ text-shadow: 1px 1px 2px black; display:none; visibility: hidden; opacity: 0; transition: visibility 0.5s; } #lien-annonce-uti:hover #msg1{ display:none; visibility: hidden; opacity: 0; transition: visibility 0.5s; } #lien-annonce-uti:hover #msg2{ display:inline-block; visibility: visible; opacity: 1; } /* Style de l'image de la carte */ .annonce-image{ height:auto; background-image:radial-gradient(#c2262b,white); } /* Style de la description de l'annonce */ .annonce-description{ height:auto; text-align:center; } /* Titre de l'annonce */ .description-titre{ display:inline-block; background-color:#c2262b; color:white; width:100%; font-weight:bold; margin-bottom:5px; font-size:1.3em; height:auto; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0 3px 7px -3px rgba(0,0,0,0.75); box-shadow: 0 3px 7px -3px rgba(0,0,0,0.75); } /* Etiquettes */ .description-divers{ display:inline-block; font-size:0.9em; border:solid grey 1px; border-radius:3px; padding-right:3px; padding-left:3px; margin-bottom:3px; background-color:white; } /* Bouton en savoir plus */ .description-plus{ display:inline-block; font-size:0.9em; padding-right:3px; padding-left:3px; margin-bottom:3px; } .description-plus a{ color:black; transition:color 0.2s, text-shadow 0.2s; } .description-plus a:hover{ color:#c2262b; text-shadow: 1px 1px 2px black; transition:color 0.2s, text-shadow 0.2s; } /* Entete qui signale l'etat de l'annonce */ .entete-etat{ position:absolute; color:black; padding:2px 0; border-top-right-radius: 3px; border-top-left-radius: 3px; font-size:1.2em; font-weight:bold; } /* media queries pour l'affichage responsif */ @media (min-width:1020px){ .carte, .entete-uti, .entete-etat{ width:320px; } .img-responsive{ max-width: 320px; vertical-align: bottom; } } @media (max-width:1020px){ .carte, .entete-uti, .entete-etat{ width:260px; } .img-responsive{ max-width: 260px; vertical-align: bottom; } }
0.208743
0.080755
.white { color: #FFFFFF } .bg-green { background-color: #19A974 } .bg-near-white { background-color: #F4F4F4 } .bt { border-top-style: solid; border-top-width: 1px; } .bb { border-bottom-style: solid; border-bottom-width: 1px; } .b--black-10 { border-color: rgba(0, 0, 0, .1); } p.raw-text-link>a { color: white; } .flex { display: flex; } .flex-column { flex-direction: column; } .avenir { font-family: 'avenir next', avenir, sans-serif; } .baskerville { font-family: baskerville, serif; } .fw1 { font-weight: 100; } .lh-title { line-height: 1.25; } .lh-copy { line-height: 1.5; } .mw7 { max-width: 48rem; } .w-100 { width: 100%; } .black { color: #000; } .pv4 { padding-top: 2rem; padding-bottom: 2rem; } .ph3 { padding-left: 1rem; padding-right: 1rem; } .mb4 { margin-bottom: 2rem; } .mt0 { margin-top: 0; } .mv0 { margin-top: 0; margin-bottom: 0; } .no-underline { text-decoration: none; } .f3 { font-size: 1.5rem; } .f6 { font-size: .875rem; } .center { margin-right: auto; margin-left: auto; } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 30em) { .flex-row-ns { flex-direction: row; } .w-40-ns { width: 40%; } .w-60-ns { width: 60%; } .pl3-ns { padding-left: 1rem; } .pr3-ns { padding-right: 1rem; } .mb0-ns { margin-bottom: 0; } } @media screen and (min-width: 60em) { .ph0-l { padding-left: 0; padding-right: 0; } .f5-l { font-size: 1rem; } } .border-box { box-sizing: border-box; } .br-100 { border-radius: 100%; } .dib { display: inline-block; } .h2 { height: 2rem; } .link:link, .link:visited { transition: color .15s ease-in; } .link:hover { transition: color .15s ease-in; } .link:active { transition: color .15s ease-in; } .link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; } .w2 { width: 2rem; } .w-100 { width: 100%; } .dark-gray { color: #4d4d4f; } .mid-gray { color: #555; } .pa3 { padding: 1rem; } .mr3 { margin-right: 1rem; } .mb2 { margin-bottom: .5rem; } .tc { text-align: center; } .f6 { font-size: .875rem; } .v-mid { vertical-align: middle; } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 60em) { .dt-l { display: table; } .dtc-l { display: table-cell; } .w-25-l { width: 25%; } .w-75-l { width: 75%; } .ph5-l { padding-left: 4rem; padding-right: 4rem; } .mr4-l { margin-right: 2rem; } .mb0-l { margin-bottom: 0; } .tl-l { text-align: left; } .tr-l { text-align: right; } .f5-l { font-size: 1rem; } }
ui/assets/styles.css
.white { color: #FFFFFF } .bg-green { background-color: #19A974 } .bg-near-white { background-color: #F4F4F4 } .bt { border-top-style: solid; border-top-width: 1px; } .bb { border-bottom-style: solid; border-bottom-width: 1px; } .b--black-10 { border-color: rgba(0, 0, 0, .1); } p.raw-text-link>a { color: white; } .flex { display: flex; } .flex-column { flex-direction: column; } .avenir { font-family: 'avenir next', avenir, sans-serif; } .baskerville { font-family: baskerville, serif; } .fw1 { font-weight: 100; } .lh-title { line-height: 1.25; } .lh-copy { line-height: 1.5; } .mw7 { max-width: 48rem; } .w-100 { width: 100%; } .black { color: #000; } .pv4 { padding-top: 2rem; padding-bottom: 2rem; } .ph3 { padding-left: 1rem; padding-right: 1rem; } .mb4 { margin-bottom: 2rem; } .mt0 { margin-top: 0; } .mv0 { margin-top: 0; margin-bottom: 0; } .no-underline { text-decoration: none; } .f3 { font-size: 1.5rem; } .f6 { font-size: .875rem; } .center { margin-right: auto; margin-left: auto; } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 30em) { .flex-row-ns { flex-direction: row; } .w-40-ns { width: 40%; } .w-60-ns { width: 60%; } .pl3-ns { padding-left: 1rem; } .pr3-ns { padding-right: 1rem; } .mb0-ns { margin-bottom: 0; } } @media screen and (min-width: 60em) { .ph0-l { padding-left: 0; padding-right: 0; } .f5-l { font-size: 1rem; } } .border-box { box-sizing: border-box; } .br-100 { border-radius: 100%; } .dib { display: inline-block; } .h2 { height: 2rem; } .link:link, .link:visited { transition: color .15s ease-in; } .link:hover { transition: color .15s ease-in; } .link:active { transition: color .15s ease-in; } .link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; } .w2 { width: 2rem; } .w-100 { width: 100%; } .dark-gray { color: #4d4d4f; } .mid-gray { color: #555; } .pa3 { padding: 1rem; } .mr3 { margin-right: 1rem; } .mb2 { margin-bottom: .5rem; } .tc { text-align: center; } .f6 { font-size: .875rem; } .v-mid { vertical-align: middle; } .dim { opacity: 1; transition: opacity .15s ease-in; } .dim:hover, .dim:focus { opacity: .5; transition: opacity .15s ease-in; } .dim:active { opacity: .8; transition: opacity .15s ease-out; } @media screen and (min-width: 60em) { .dt-l { display: table; } .dtc-l { display: table-cell; } .w-25-l { width: 25%; } .w-75-l { width: 75%; } .ph5-l { padding-left: 4rem; padding-right: 4rem; } .mr4-l { margin-right: 2rem; } .mb0-l { margin-bottom: 0; } .tl-l { text-align: left; } .tr-l { text-align: right; } .f5-l { font-size: 1rem; } }
0.760651
0.15241
body{ background-color: #262626; overflow: hidden } @font-face { font-family: 'HACKED'; src: url('/fonts/HACKED.eot'); src: url('/fonts/HACKED.eot?#iefix') format('embedded-opentype'), url('/fonts/HACKED.woff2') format('woff2'), url('/fonts/HACKED.woff') format('woff'), url('/fonts/HACKED.ttf') format('truetype'), url('/fonts/HACKED.svg#HACKED') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } .result{ position: absolute; bottom: 50%; right: 50%; transform: translate(50%, 50%); font-weight: bolder; color: white; letter-spacing: 2px; border: solid 2px grey; height: 60%; width: 60%; display: flex; flex-direction: column; justify-content: center; text-align: center; background-color: #000000ab; box-shadow: 13px 12px 20px #36243a; } #close{ position: absolute; display: flex; flex-direction: column; justify-content: center; top: 0; right: 0; height: 45px; width: 45px; background: #36243a; box-shadow: -14px 15px 16px 4px black; -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ } #link{ font-size: xxx-large; font-weight: bolder; letter-spacing: 6px; color: white; font-family: monospace; text-decoration: unset; } .shorten{ width: fit-content; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .shorten h1{ -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ font-family: 'HACKED'; font-weight: bolder; font-style: normal; font-size: 70px; letter-spacing: 10px; text-shadow: 5px 5px #36243a; padding-bottom: 16px; color: black; } .shorten .urls{ border-bottom: solid 4px #36243a; background: unset; text-align: center; border-top: unset; border-left: unset; border-right: unset; width: 850px; color: white; font-weight: bold; font-size: large; letter-spacing: 2px; border-radius: 10px; margin-bottom: 80px; transition: box-shadow 0.2s ease-in-out; } .shorten .urls:focus{ box-shadow: 13px 12px 20px #36243a; outline: unset; } .shorten button{ border: unset; border-radius: unset; background: #36243a; font-size: 20px; font-weight: bolder; padding: 2px 30px; float: right; color: #0a0a0a; outline: unset; transition: box-shadow 0.2s ease-in-out; -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ } .shorten button:hover{ box-shadow: 13px 12px 20px black; color: black; } #otu{ float: left; font-weight: bolder; font-size: 20px; color: #0a0a0a; transition: text-shadow 0.2s ease-in-out; -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ } #otu{ text-shadow: 6px 6px 6px #36243a; } #cb{ visibility: hidden; } .sidenav .shout{ position: absolute; bottom: 120px; right: 50%; color: white; font-size: 20px; font-weight: bolder; white-space: nowrap; transform: translate(50%, 0); } .sidenav .shout a{ text-decoration: none; font-size: 20px; color: white; display: unset; } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: black; display: block; transition: 0.3s; text-shadow: 6px 6px 6px #36243a; font-weight: bolder; } .sidenav a:hover { text-shadow: rgb(0, 255, 8) 6px 6px 6px; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .soon{ position: absolute; left: 0; transform: rotate(-90deg); width: 402px; font-size: xxx-large; z-index: 10; color: white; } .glitch { position: relative; color: white; font-size: 4em; letter-spacing: .5em; animation: glitch-skew 1s infinite linear alternate-reverse; } .glitch::before { content: 'URLs.CL'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; left: 2px; text-shadow: -2px 0 #36243a; clip: rect(44px, 450px, 56px, 0); animation: glitch-anim 5s infinite linear alternate-reverse; } .glitch::after { content: 'URLs.CL'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; left: -2px; text-shadow: -2px 0 #00ff08, 2px 2px #36243a; animation: glitch-anim2 1s infinite linear alternate-reverse; } @keyframes glitch-anim { 0% { clip: rect(17px, 9999px, 36px, 0); transform: skew(0.09deg); } 5% { clip: rect(35px, 9999px, 68px, 0); transform: skew(0.69deg); } 10% { clip: rect(77px, 9999px, 21px, 0); transform: skew(0.49deg); } 15% { clip: rect(89px, 9999px, 43px, 0); transform: skew(0.42deg); } 20% { clip: rect(55px, 9999px, 32px, 0); transform: skew(0.01deg); } 25% { clip: rect(23px, 9999px, 32px, 0); transform: skew(0.2deg); } 30% { clip: rect(47px, 9999px, 96px, 0); transform: skew(0.09deg); } 35% { clip: rect(52px, 9999px, 29px, 0); transform: skew(0.72deg); } 40% { clip: rect(67px, 9999px, 11px, 0); transform: skew(0.06deg); } 45% { clip: rect(1px, 9999px, 81px, 0); transform: skew(0.46deg); } 50% { clip: rect(83px, 9999px, 7px, 0); transform: skew(0.74deg); } 55% { clip: rect(38px, 9999px, 52px, 0); transform: skew(0.76deg); } 60% { clip: rect(62px, 9999px, 97px, 0); transform: skew(0.24deg); } 65% { clip: rect(28px, 9999px, 27px, 0); transform: skew(0.45deg); } 70% { clip: rect(19px, 9999px, 18px, 0); transform: skew(0.31deg); } 75% { clip: rect(62px, 9999px, 13px, 0); transform: skew(0.57deg); } 80% { clip: rect(40px, 9999px, 93px, 0); transform: skew(0.53deg); } 85% { clip: rect(16px, 9999px, 69px, 0); transform: skew(0.26deg); } 90% { clip: rect(62px, 9999px, 32px, 0); transform: skew(0.12deg); } 95% { clip: rect(72px, 9999px, 64px, 0); transform: skew(0.4deg); } 100% { clip: rect(8px, 9999px, 59px, 0); transform: skew(0.87deg); } } @keyframes glitch-anim2 { 0% { clip: rect(84px, 9999px, 74px, 0); transform: skew(0.23deg); } 5% { clip: rect(54px, 9999px, 18px, 0); transform: skew(0.59deg); } 10% { clip: rect(24px, 9999px, 89px, 0); transform: skew(0.87deg); } 15% { clip: rect(58px, 9999px, 36px, 0); transform: skew(0.82deg); } 20% { clip: rect(11px, 9999px, 37px, 0); transform: skew(0.03deg); } 25% { clip: rect(5px, 9999px, 94px, 0); transform: skew(0.72deg); } 30% { clip: rect(34px, 9999px, 25px, 0); transform: skew(0.38deg); } 35% { clip: rect(45px, 9999px, 15px, 0); transform: skew(0.66deg); } 40% { clip: rect(38px, 9999px, 48px, 0); transform: skew(0.69deg); } 45% { clip: rect(54px, 9999px, 26px, 0); transform: skew(0.39deg); } 50% { clip: rect(72px, 9999px, 50px, 0); transform: skew(0.19deg); } 55% { clip: rect(37px, 9999px, 60px, 0); transform: skew(0.78deg); } 60% { clip: rect(55px, 9999px, 89px, 0); transform: skew(0.69deg); } 65% { clip: rect(74px, 9999px, 84px, 0); transform: skew(0.7deg); } 70% { clip: rect(6px, 9999px, 84px, 0); transform: skew(0.26deg); } 75% { clip: rect(17px, 9999px, 66px, 0); transform: skew(0.99deg); } 80% { clip: rect(54px, 9999px, 40px, 0); transform: skew(0.2deg); } 85% { clip: rect(82px, 9999px, 62px, 0); transform: skew(0.4deg); } 90% { clip: rect(61px, 9999px, 28px, 0); transform: skew(0.67deg); } 95% { clip: rect(39px, 9999px, 77px, 0); transform: skew(0.32deg); } 100% { clip: rect(21px, 9999px, 78px, 0); transform: skew(0.76deg); } } @keyframes glitch-skew { 0% { transform: skew(4deg); } 10% { transform: skew(5deg); } 20% { transform: skew(-3deg); } 30% { transform: skew(4deg); } 40% { transform: skew(4deg); } 50% { transform: skew(-3deg); } 60% { transform: skew(4deg); } 70% { transform: skew(-1deg); } 80% { transform: skew(-1deg); } 90% { transform: skew(-4deg); } 100% { transform: skew(-3deg); } }
public/assets/main.css
body{ background-color: #262626; overflow: hidden } @font-face { font-family: 'HACKED'; src: url('/fonts/HACKED.eot'); src: url('/fonts/HACKED.eot?#iefix') format('embedded-opentype'), url('/fonts/HACKED.woff2') format('woff2'), url('/fonts/HACKED.woff') format('woff'), url('/fonts/HACKED.ttf') format('truetype'), url('/fonts/HACKED.svg#HACKED') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } .result{ position: absolute; bottom: 50%; right: 50%; transform: translate(50%, 50%); font-weight: bolder; color: white; letter-spacing: 2px; border: solid 2px grey; height: 60%; width: 60%; display: flex; flex-direction: column; justify-content: center; text-align: center; background-color: #000000ab; box-shadow: 13px 12px 20px #36243a; } #close{ position: absolute; display: flex; flex-direction: column; justify-content: center; top: 0; right: 0; height: 45px; width: 45px; background: #36243a; box-shadow: -14px 15px 16px 4px black; -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ } #link{ font-size: xxx-large; font-weight: bolder; letter-spacing: 6px; color: white; font-family: monospace; text-decoration: unset; } .shorten{ width: fit-content; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .shorten h1{ -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ font-family: 'HACKED'; font-weight: bolder; font-style: normal; font-size: 70px; letter-spacing: 10px; text-shadow: 5px 5px #36243a; padding-bottom: 16px; color: black; } .shorten .urls{ border-bottom: solid 4px #36243a; background: unset; text-align: center; border-top: unset; border-left: unset; border-right: unset; width: 850px; color: white; font-weight: bold; font-size: large; letter-spacing: 2px; border-radius: 10px; margin-bottom: 80px; transition: box-shadow 0.2s ease-in-out; } .shorten .urls:focus{ box-shadow: 13px 12px 20px #36243a; outline: unset; } .shorten button{ border: unset; border-radius: unset; background: #36243a; font-size: 20px; font-weight: bolder; padding: 2px 30px; float: right; color: #0a0a0a; outline: unset; transition: box-shadow 0.2s ease-in-out; -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ } .shorten button:hover{ box-shadow: 13px 12px 20px black; color: black; } #otu{ float: left; font-weight: bolder; font-size: 20px; color: #0a0a0a; transition: text-shadow 0.2s ease-in-out; -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ } #otu{ text-shadow: 6px 6px 6px #36243a; } #cb{ visibility: hidden; } .sidenav .shout{ position: absolute; bottom: 120px; right: 50%; color: white; font-size: 20px; font-weight: bolder; white-space: nowrap; transform: translate(50%, 0); } .sidenav .shout a{ text-decoration: none; font-size: 20px; color: white; display: unset; } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: black; display: block; transition: 0.3s; text-shadow: 6px 6px 6px #36243a; font-weight: bolder; } .sidenav a:hover { text-shadow: rgb(0, 255, 8) 6px 6px 6px; } .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .soon{ position: absolute; left: 0; transform: rotate(-90deg); width: 402px; font-size: xxx-large; z-index: 10; color: white; } .glitch { position: relative; color: white; font-size: 4em; letter-spacing: .5em; animation: glitch-skew 1s infinite linear alternate-reverse; } .glitch::before { content: 'URLs.CL'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; left: 2px; text-shadow: -2px 0 #36243a; clip: rect(44px, 450px, 56px, 0); animation: glitch-anim 5s infinite linear alternate-reverse; } .glitch::after { content: 'URLs.CL'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; left: -2px; text-shadow: -2px 0 #00ff08, 2px 2px #36243a; animation: glitch-anim2 1s infinite linear alternate-reverse; } @keyframes glitch-anim { 0% { clip: rect(17px, 9999px, 36px, 0); transform: skew(0.09deg); } 5% { clip: rect(35px, 9999px, 68px, 0); transform: skew(0.69deg); } 10% { clip: rect(77px, 9999px, 21px, 0); transform: skew(0.49deg); } 15% { clip: rect(89px, 9999px, 43px, 0); transform: skew(0.42deg); } 20% { clip: rect(55px, 9999px, 32px, 0); transform: skew(0.01deg); } 25% { clip: rect(23px, 9999px, 32px, 0); transform: skew(0.2deg); } 30% { clip: rect(47px, 9999px, 96px, 0); transform: skew(0.09deg); } 35% { clip: rect(52px, 9999px, 29px, 0); transform: skew(0.72deg); } 40% { clip: rect(67px, 9999px, 11px, 0); transform: skew(0.06deg); } 45% { clip: rect(1px, 9999px, 81px, 0); transform: skew(0.46deg); } 50% { clip: rect(83px, 9999px, 7px, 0); transform: skew(0.74deg); } 55% { clip: rect(38px, 9999px, 52px, 0); transform: skew(0.76deg); } 60% { clip: rect(62px, 9999px, 97px, 0); transform: skew(0.24deg); } 65% { clip: rect(28px, 9999px, 27px, 0); transform: skew(0.45deg); } 70% { clip: rect(19px, 9999px, 18px, 0); transform: skew(0.31deg); } 75% { clip: rect(62px, 9999px, 13px, 0); transform: skew(0.57deg); } 80% { clip: rect(40px, 9999px, 93px, 0); transform: skew(0.53deg); } 85% { clip: rect(16px, 9999px, 69px, 0); transform: skew(0.26deg); } 90% { clip: rect(62px, 9999px, 32px, 0); transform: skew(0.12deg); } 95% { clip: rect(72px, 9999px, 64px, 0); transform: skew(0.4deg); } 100% { clip: rect(8px, 9999px, 59px, 0); transform: skew(0.87deg); } } @keyframes glitch-anim2 { 0% { clip: rect(84px, 9999px, 74px, 0); transform: skew(0.23deg); } 5% { clip: rect(54px, 9999px, 18px, 0); transform: skew(0.59deg); } 10% { clip: rect(24px, 9999px, 89px, 0); transform: skew(0.87deg); } 15% { clip: rect(58px, 9999px, 36px, 0); transform: skew(0.82deg); } 20% { clip: rect(11px, 9999px, 37px, 0); transform: skew(0.03deg); } 25% { clip: rect(5px, 9999px, 94px, 0); transform: skew(0.72deg); } 30% { clip: rect(34px, 9999px, 25px, 0); transform: skew(0.38deg); } 35% { clip: rect(45px, 9999px, 15px, 0); transform: skew(0.66deg); } 40% { clip: rect(38px, 9999px, 48px, 0); transform: skew(0.69deg); } 45% { clip: rect(54px, 9999px, 26px, 0); transform: skew(0.39deg); } 50% { clip: rect(72px, 9999px, 50px, 0); transform: skew(0.19deg); } 55% { clip: rect(37px, 9999px, 60px, 0); transform: skew(0.78deg); } 60% { clip: rect(55px, 9999px, 89px, 0); transform: skew(0.69deg); } 65% { clip: rect(74px, 9999px, 84px, 0); transform: skew(0.7deg); } 70% { clip: rect(6px, 9999px, 84px, 0); transform: skew(0.26deg); } 75% { clip: rect(17px, 9999px, 66px, 0); transform: skew(0.99deg); } 80% { clip: rect(54px, 9999px, 40px, 0); transform: skew(0.2deg); } 85% { clip: rect(82px, 9999px, 62px, 0); transform: skew(0.4deg); } 90% { clip: rect(61px, 9999px, 28px, 0); transform: skew(0.67deg); } 95% { clip: rect(39px, 9999px, 77px, 0); transform: skew(0.32deg); } 100% { clip: rect(21px, 9999px, 78px, 0); transform: skew(0.76deg); } } @keyframes glitch-skew { 0% { transform: skew(4deg); } 10% { transform: skew(5deg); } 20% { transform: skew(-3deg); } 30% { transform: skew(4deg); } 40% { transform: skew(4deg); } 50% { transform: skew(-3deg); } 60% { transform: skew(4deg); } 70% { transform: skew(-1deg); } 80% { transform: skew(-1deg); } 90% { transform: skew(-4deg); } 100% { transform: skew(-3deg); } }
0.471223
0.050028
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900"; @import "https://fonts.googleapis.com/css?family=Raleway:400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Josefin+Slab:400,600,700"; html, body { width: 100%; height: auto; margin: 0; padding: 0; overflow-x: hidden; } body { background: #fff; font-family: "Muli", sans-serif; position: relative; font-size: 15px; color: #667488; line-height: 24px; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; color: #272f46; margin-top: 0; } h1 { font-size: 50px; } h2 { font-size: 30px; } h3 { font-size: 25px; } h4 { font-size: 16px; } p { position: relative; text-transform: capitalize; line-height: 23px; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; } ::selection { background: #11b719; color: #fff; } a { color: #272f46; } a, a:active, a:focus, a:hover { outline: none; text-decoration: 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; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inverse-bg a, .inverse-bg h1, .inverse-bg h2, .inverse-bg h3, .inverse-bg h4, .inverse-bg h5, .inverse-bg h6, .inverse-bg p, .inverse-bg small { color: #fff; } .extra.row { margin-right: 15px; margin-left: 15px; } section { padding: 60px 0; background: #fff; } section.gray, .gray { background: #f6f7f9; } .no-mrg { padding: 0; margin-left: 0; margin-right: 0; } a.btn.call-btn { background: #fff; border-radius: 4px; padding: 0.8em 2em; color: #11b719; text-transform: capitalize; } .small-padd { padding: 0 7px; } section.gray-bg { background: #f5f6f7; } .freelance-box { padding: 5px; } .inner-header-title.light-tx h2 { color: #fff; } html body .padd-0 { padding: 0 !important; } html body .padd-5 { padding: 5px !important; } html body .padd-10 { padding: 10px !important; } html body .padd-15 { padding: 15px !important; } html body .padd-20 { padding: 20px !important; } html body .padd-l-0 { padding-left: 0 !important; } html body .padd-l-5 { padding-left: 5px !important; } html body .padd-l-10 { padding-left: 10px !important; } html body .padd-l-15 { padding-left: 15px !important; } html body .padd-r-0 { padding-right: 0 !important; } html body .padd-r-5 { padding-right: 5px !important; } html body .padd-r-10 { padding-right: 10px !important; padding-right: 15px !important; } html body .padd-top-0 { padding-top: 0 !important; } html body .padd-top-5 { padding-top: 5px !important; } html body .padd-top-10 { padding-top: 10px !important; } html body .padd-top-15 { padding-top: 15px !important; } html body .padd-top-20 { padding-top: 20px !important; } html body .padd-top-25 { padding-top: 25px !important; } html body .padd-top-30 { padding-top: 30px !important; } html body .padd-top-40 { padding-top: 40px !important; } html body .padd-bot-0 { padding-bottom: 0 !important; } html body .padd-bot-5 { padding-bottom: 5px !important; } html body .padd-bot-10 { padding-bottom: 10px !important; } html body .padd-bot-15 { padding-bottom: 15px !important; } html body .padd-bot-20 { padding-bottom: 20px !important; } html body .padd-bot-25 { padding-bottom: 25px !important; } html body .padd-bot-30 { padding-bottom: 30px !important; } html body .padd-bot-40 { padding-bottom: 40px !important; } html body .mrg-0 { margin: 0 !important; } html body .mrg-5 { margin: 5px !important; } html body .mrg-10 { margin: 10px !important; } html body .mrg-15 { margin: 15px !important; } html body .mrg-20 { margin: 20px !important; } html body .mrg-l-0 { margin-left: 0 !important; } html body .mrg-l-5 { margin-left: 5px !important; } html body .mrg-l-10 { margin-left: 10px !important; } html body .mrg-l-15 { margin-left: 15px !important; } html body .mrg-r-0 { margin-right: 0 !important; } html body .mrg-r-5 { margin-right: 5px !important; } html body .mrg-r-10 { margin-right: 10px !important; } html body .mrg-r-15 { margin-right: 15px !important; } html body .mrg-top-0 { margin-top: 0 !important; } html body .mrg-top-5 { margin-top: 5px !important; } html body .mrg-top-10 { margin-top: 10px !important; } html body .mrg-top-15 { margin-top: 15px !important; } html body .mrg-top-20 { margin-top: 20px !important; } html body .mrg-top-25 { margin-top: 25px !important; } html body .mrg-top-30 { margin-top: 30px !important; } html body .mrg-top-40 { margin-top: 40px !important; } html body .mrg-top-70 { margin-top: 70px !important; } html body .mrg-bot-0 { margin-bottom: 0 !important; } html body .mrg-bot-5 { margin-bottom: 5px !important; } html body .mrg-bot-10 { margin-bottom: 10px !important; } html body .mrg-bot-15 { margin-bottom: 15px !important; } html body .mrg-bot-20 { margin-bottom: 20px !important; } html body .mrg-bot-25 { margin-bottom: 25px !important; } html body .mrg-bot-30 { margin-bottom: 30px !important; } html body .mrg-bot-40 { margin-bottom: 40px !important; } html body .extra-mrg-5 { margin: 0 -5px !important; } html body .extra-mrg-10 { margin: 0 -10px !important; } html body .extra-mrg-15 { margin: 0 -15px !important; } html body .extra-mrg-20 { margin: 0 -20px !important; } html body .bg-info { background: #01b2ac !important; } html body .bg-primary { background: #1194f7 !important; } html body .bg-danger { background: #f21136 !important; } html body .bg-warning { background: #ff9800 !important; } html body .bg-success { background: #11b719 !important; } html body .bg-purple { background: #c580ff !important; } html body .bg-default { background: #283447 !important; } html body .bg-trans-info { background: rgba(2, 182, 179, 0.12) !important; } html body .bg-trans-primary { background: rgba(17, 148, 247, 0.12) !important; } html body .bg-trans-danger { background: rgba(242, 17, 54, 0.12) !important; } html body .bg-trans-warning { background: rgba(255, 152, 0, 0.12) !important; } html body .bg-trans-success { background: rgba(15, 183, 107, 0.12) !important; } html body .bg-trans-purple { background: rgba(197, 128, 255, 0.12) !important; } html body .bg-trans-default { background: rgba(40, 52, 71, 0.12) !important; } html body .bg-info-br { border: 1px solid #01b2ac !important; background: rgba(2, 182, 179, 0.12) !important; } html body .bg-primary-br { border: 1px solid #1194f7 !important; background: rgba(17, 148, 247, 0.12) !important; } html body .bg-danger-br { border: 1px solid #f21136 !important; background: rgba(242, 17, 54, 0.12) !important; } html body .bg-warning-br { border: 1px solid #ff9800; background: rgba(255, 152, 0, 0.12) !important; } html body .bg-success-br { border: 1px solid #11b719 !important; background: rgba(15, 183, 107, 0.12) !important; } html body .bg-purple-br { border: 1px solid #c580ff !important; background: rgba(197, 128, 255, 0.12) !important; } html body .bg-default-br { border: 1px solid #283447 !important; background: rgba(40, 52, 71, 0.12) !important; } html body .cl-info { color: #01b2ac !important; } html body .cl-primary { color: #1194f7 !important; } html body .cl-danger { color: #f21136 !important; } html body .cl-warning { color: #ff9800 !important; } html body .cl-success { color: #11b719 !important; } html body .cl-purple { color: #c580ff !important; } html body .cl-default { color: #283447 !important; } html body .cl-white { color: #fff !important; } .br { border: 1px solid #eaeff5 !important; } .bl-1 { border-left: 1px solid #eaeff5 !important; } .bl-2 { border-left: 2px solid #eaeff5 !important; } .bl-3 { border-left: 3px solid #eaeff5 !important; } .bl-4 { border-left: 4px solid #eaeff5 !important; } .br-1 { border-right: 1px solid #eaeff5 !important; } .br-2 { border-right: 2px solid #eaeff5 !important; } .br-3 { border-right: 3px solid #eaeff5 !important; } .br-4 { border-right: 4px solid #eaeff5 !important; } .bt-1 { border-top: 1px solid #eaeff5 !important; } .bt-2 { border-top: 2px solid #eaeff5 !important; } .bt-3 { border-top: 3px solid #eaeff5 !important; } .bt-4 { border-top: 4px solid #eaeff5 !important; } .bb-1 { border-bottom: 1px solid #eaeff5 !important; } .bb-2 { border-bottom: 2px solid #eaeff5 !important; } .bb-3 { border-bottom: 3px solid #eaeff5 !important; } .bb-4 { border-bottom: 4px solid #eaeff5 !important; } .br-fade { border-color: rgba(97, 107, 127, 0.07) !important; } html body .br-info { border-color: #01b2ac !important; } html body .br-primary { border-color: #1194f7 !important; } html body .br-danger { border-color: #f21136 !important; } html body .br-warning { border-color: #ff9800 !important; } html body .br-success { border-color: #11b719 !important; } html body .br-purple { border-color: #c580ff !important; } html body .br-gary { border-color: #e2e5e8 !important; } html body .br-default { border-color: #283447 !important; } html body .bg-online { background: #68c70b !important; } html body .bg-offline { background: #e02b0d !important; } html body .bg-busy { background: #2196f3 !important; } html body .bg-working { background: #ff9800 !important; } html body .normal-height { height: 46px; } html body .height-10 { height: 10px; } html body .height-20 { height: 20px; } html body .height-30 { height: 30px; } html body .height-40 { height: 40px; } html body .height-50 { height: 50px; } html body .height-60 { height: 60px; } html body .height-70 { height: 70px; } html body .height-80 { height: 80px; } html body .height-90 { height: 90px; } html body .height-100 { height: 100px; } html body .height-110 { height: 110px; } html body .height-120 { height: 120px; } html body .height-130 { height: 130px; } html body .height-140 { height: 140px; } html body .height-150 { height: 150px; } html body .height-160 { height: 160px; } html body .height-170 { height: 170px; } html body .height-180 { height: 180px; } html body .height-190 { height: 190px; } html body .height-200 { height: 200px; } html body .height-210 { height: 210px; } html body .height-220 { height: 220px; } html body .height-230 { height: 230px; } html body .height-240 { height: 240px; } html body .height-250 { height: 250px; } html body .height-260 { height: 260px; } html body .height-270 { height: 270px; } html body .height-280 { height: 280px; } html body .height-290 { height: 290px; } html body .height-300 { height: 300px; } html body .height-350 { height: 350px; } html body .height-400 { height: 400px; } html body .height-450 { height: 450px; } html body .full-width { width: 100%; } html body .width-30 { width: 30px; } html body .width-40 { width: 40px; } html body .width-50 { width: 50px; } html body .width-60 { width: 60px; } html body .width-70 { width: 70px; } html body .width-80 { width: 80px; } html body .width-90 { width: 90px; } html body .width-100 { width: 100px; } html body .width-110 { width: 110px; } html body .width-120 { width: 20px; } html body .width-130 { width: 130px; } html body .width-140 { width: 140px; } html body .width-150 { width: 150px; } html body .width-160 { width: 160px; } html body .width-170 { width: 170px; } html body .width-180 { width: 180px; } html body .width-190 { width: 190px; } html body .width-200 { width: 200px; } html body .width-210 { width: 210px; } html body .width-220 { width: 220px; } html body .width-230 { width: 230px; } html body .width-240 { width: 240px; } html body .width-250 { width: 250px; } html body .width-260 { width: 260px; } html body .width-270 { width: 270px; } html body .width-280 { width: 280px; } html body .width-290 { width: 290px; } html body .width-300 { width: 300px; } html body .line-height-10 { line-height: 10px; } html body .line-height-12 { line-height: 12px; } html body .line-height-14 { line-height: 14px; } html body .line-height-16 { line-height: 16px; } html body .line-height-18 { line-height: 18px; } html body .line-height-20 { line-height: 20px; } html body .line-height-22 { line-height: 22px; } html body .line-height-24 { line-height: 24px; } html body .line-height-26 { line-height: 26px; } html body .line-height-28 { line-height: 28px; } html body .line-height-30 { line-height: 30px; } html body .line-height-32 { line-height: 32px; } html body .line-height-34 { line-height: 34px; } html body .line-height-36 { line-height: 36px; } html body .line-height-38 { line-height: 38px; } html body .line-height-40 { line-height: 40px; } html body .line-height-42 { line-height: 42px; } html body .line-height-44 { line-height: 44px; } html body .line-height-46 { line-height: 46px; } html body .line-height-48 { line-height: 48px; } html body .line-height-50 { line-height: 50px; } html body .line-height-60 { line-height: 60px; } html body .line-height-70 { line-height: 70px; } html body .line-height-80 { line-height: 80px; } html body .line-height-90 { line-height: 90px; } html body .line-height-100 { line-height: 100px; } html body .line-height-110 { line-height: 110px; } html body .line-height-120 { line-height: 120px; } html body .line-height-130 { line-height: 130px; } html body .line-height-140 { line-height: 140px; } html body .line-height-150 { line-height: 150px; } html body .line-height-160 { line-height: 160px; } html body .line-height-170 { line-height: 170px; } html body .line-height-180 { line-height: 180px; } html body .line-height-190 { line-height: 190px; } html body .line-height-200 { line-height: 200px; } html body .line-height-210 { line-height: 210px; } html body .line-height-220 { line-height: 220px; } html body .line-height-230 { line-height: 230px; } html body .line-height-240 { line-height: 240px; } html body .line-height-250 { line-height: 250px; } html body .line-height-260 { line-height: 260px; } html body .line-height-270 { line-height: 270px; } html body .line-height-280 { line-height: 280px; } html body .line-height-290 { line-height: 290px; } html body .line-height-300 { line-height: 300px; } html body .line-height-350 { line-height: 350px; } html body .line-height-400 { line-height: 400px; } html body .line-height-450 { line-height: 450px; } html body .font-10 { font-size: 10px !important; } html body .font-12 { font-size: 12px !important; } html body .font-13 { font-size: 13px !important; } html body .font-16 { font-size: 16px !important; } html body .font-18 { font-size: 18px !important; } html body .font-15 { font-size: 15px !important; } html body .font-20 { font-size: 20px !important; } html body .font-25 { font-size: 25px !important; } html body .font-30 { font-size: 30px !important; } html body .font-35 { font-size: 35px !important; } html body .font-40 { font-size: 40px !important; } html body .font-45 { font-size: 45px !important; } html body .font-50 { font-size: 50px !important; } html body .font-60 { font-size: 60px !important; } html body .font-70 { font-size: 70px !important; } html body .font-80 { font-size: 80px !important; } html body .font-90 { font-size: 90px !important; } html body .font-100 { font-size: 100px !important; } html body .font-bold { font-weight: 700 !important; } html body .font-normal { font-weight: 400 !important; } html body .font-midium { font-weight: 500 !important; } html body .font-light { font-weight: 300 !important; } html body .font-italic { font-style: italic !important; } html body .label-info { background: #01b2ac !important; } html body .label-primary { background: #1194f7 !important; } html body .label-danger { background: #f21136 !important; } html body .label-warning { background: #ff9800 !important; } html body .label-success { background: #11b719 !important; } html body .label-purple { background: #c580ff !important; } html body .label-default { background: #283447 !important; } :focus { outline: none; } .select2-container--open .select2-dropdown { top: 0; } .select2-container { width: 100% !important; vertical-align: inherit; } body .select2-container--open .iwj-find-jobs-dropdown.select2-dropdown { border-width: 0 2px 2px; border-style: solid; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; position: relative; top: -2px; } body .select2-search--dropdown { padding: 0; } .select2-search--dropdown .select2-search__field { background: url(../img/search.png) right 8px top 14px no-repeat #fff; padding-right: 30px; } body .select2-container--default .select2-search--dropdown .select2-search__field { border: none; border-bottom: 1px solid #eee; line-height: 30px; padding: 5px 15px; } .select2-results { display: block; } .select2-container--default .select2-results>.select2-results__options { max-height: 220px; overflow-y: auto; } body .select2-results__option { padding: 12px 20px; } .select2-results__option[aria-selected] { cursor: pointer; } body .select2-container--default .select2-results__option { background: #fff; border-bottom: 1px rgba(0, 0, 0, 0.05) solid; color: #606871; } .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #f3f3f5; } .select2-container--default .select2-results__option--highlighted { background-color: #fff; color: #5897fb; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: #fff; } body .select2-search--dropdown:focus { outline: none; } .select2-dropdown { border: 1px solid #e3e5ea; } .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { border-radius: 0; border: none; min-height: 52px; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #6a7884; border: 1px solid #dde6ef; background: #fbfdff; font-size: 16px; line-height: 50px; padding-left: 10px; text-align: left; } .input-with-icon .select2-container--default .select2-selection--single .select2-selection__rendered { color: #6a7884; border: 1px solid #dde6ef; background: #fbfdff; font-size: 16px; line-height: 50px; padding-left: 0; text-align: left; border: 1px solid #fff; background: #fff; line-height: 60px; } .slide-banner .select2-container--default .select2-selection--single .select2-selection__rendered, .home-5 .select2-container--default .select2-selection--single .select2-selection__rendered { border: none; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #6a7884; line-height: 32px; padding-left: 15px; } .select2-container--default .select2-selection--single .select2-selection__arrow { min-height: 60px; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: solid #e3e5ea 1px; outline: 0; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #eef1f5; border: 1px solid #e3e7ec; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 6px; line-height: 1.2; padding: 5px 10px; } .btn:hover, button:hover, .btn:focus, button:focus { cursor: pointer; } .btn { font-size: 14px; border-radius: 2px; padding: 14px 20px; letter-spacing: 0.5px; text-shadow: none; box-shadow: 0 2px 8px rgba(102, 103, 107, 0.15); } .btn.focus, .btn:focus, .btn:hover { text-decoration: none; } .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover { color: #677897; box-shadow: none; } button:focus { outline: none; outline: none; } .btn-rounded { border-radius: 50px; } .btn.btn-small { padding: 0.3rem 1rem; } .btn.btn-lg { padding: 1rem; } .btn-circle-30 { width: 30px; height: 30px; line-height: 30px; text-align: center; color: #677897; background-color: #fff; border: 1px solid #eaeff5; display: inline-block; border-radius: 50%; } .btn-circle-30:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; border-color: #eaeff5; } .btn-circle-40 { width: 40px; height: 40px; line-height: 40px; text-align: center; color: #677897; border: 1px solid #eaeff5; background-color: #fff; display: inline-block; border-radius: 50%; } .btn-circle-40:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; } .btn-circle-50 { width: 50px; height: 50px; line-height: 50px; text-align: center; color: #677897; border: 1px solid #eaeff5; background-color: #fff; display: inline-block; border-radius: 50%; } .btn-circle-50:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; } .btn-circle-60 { width: 60px; height: 60px; line-height: 60px; text-align: center; color: #677897; border: 1px solid #eaeff5; background-color: #fff; display: inline-block; border-radius: 50%; } .btn-circle-60:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; } a.bg-danger:focus, a.bg-danger:hover { background-color: #da0a2c; color: #fff; } .btn.focus, .btn:focus { outline: 0; box-shadow: none; } .btn-secondary { color: #677897; background-color: #fff; border-color: #eaeff5; } .btn-secondary:hover, .btn-secondary:focus { color: #677897; background-color: #eaeff5; border-color: #eaeff5; } .btn-trans { background: transparent; border: none; color: #677897; } .btn.btn-default { border: 1px solid #eaeff5; background: #fff; color: #677897; } .btn-default:active, .btn-default.active { border: 1px solid #eaeff5; background: #fff; color: #677897; outline: none; } .btn-default:hover, .btn-default:focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover { border: 1px solid #eaeff5; background: #fff; color: #677897; outline: none; } .btn.btn-dark { border: 1px solid #323f46; background: #323f46; color: #fff; } .btn-dark:active, .btn-dark.active { border: 1px solid #323f46; background: #323f46; color: #fff; outline: none; } .btn-dark:hover, .btn-dark:focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover { border: 1px solid #323f46; background: #323f46; color: #fff; outline: none; } .btn-info { background: #1db9aa; border-color: #1db9aa; color: #fff; } .btn-info:active, .btn-info.active { background: #1db9aa; border-color: #1db9aa; color: #fff; outline: none; } .btn-info:hover, .btn-info:focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover { background: #1db9aa; border-color: #1db9aa; color: #fff; outline: none; } .btn-primary { background: #2196f3; border-color: #2196f3; color: #fff; } .btn-primary:active, .btn-primary.active { background: #2196f3; border-color: #2196f3; color: #fff; outline: none; } .btn-primary:hover, .btn-primary:focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover { background: #2196f3; border-color: #2196f3; color: #fff; outline: none; } .btn-danger { background: #e63c3c; border-color: #e63c3c; color: #fff; } .btn-danger:active, .btn-danger.active { background: #e63c3c; border-color: #e63c3c; color: #fff; outline: none; } .btn-danger:hover, .btn-danger:focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover { background: #e63c3c; border-color: #e63c3c; color: #fff; outline: none; } .btn-warning { background: #f39c12; border-color: #f39c12; color: #fff; } .btn-warning:active, .btn-warning.active { background: #f39c12; border-color: #f39c12; color: #fff; outline: none; } .btn-warning:hover, .btn-warning:focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover { background: #f39c12; border-color: #f39c12; color: #fff; outline: none; } .btn-success { background: #11b719; border-color: #11b719; color: #fff; } .btn-success:active, .btn-success.active { background: #11b719; border-color: #11b719; color: #fff; outline: none; } .btn-success:hover, .btn-success:focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover { background: #11b719; border-color: #11b719; color: #fff; outline: none; } .btn-purple { background: #c580ff; border-color: #c580ff; color: #fff; } button:hover, input:hover, input:focus, button:focus { outline: none; } .form-control { height: 50px; border: 1px solid #dde6ef; margin-bottom: 10px; box-shadow: none; border-radius: 0; background: #fbfdff; font-size: 15px; color: #445461; font-weight: 400; } .bootstrap-select.form-control { margin-bottom: 0; padding: 0; margin-bottom: 10px; border: 1px solid #dde6ef; } .form-control:hover, .form-control:focus { border: 1px solid #dde6ef; -webkit-box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075); box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075); outline: none; } .form-control .btn.dropdown-toggle.btn-default:hover, .form-control .btn.dropdown-toggle.btn-default:focus { border: none; -webkit-box-shadow: none; box-shadow: none; outline: none; } .bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default { background: transparent; height: 46px; border: 1px solid transparent; color: #445461; text-shadow: none; border-radius: 0; box-shadow: none; } .bootstrap-select .dropdown-toggle:focus { outline: none !important; outline: none !important; outline-offset: 0 !important; } .bootstrap-select.btn-group .dropdown-menu li a { padding: 8px 10px; } .bootstrap-select.btn-group .dropdown-menu li a:hover { box-shadow: none; background: #11b719; color: #fff; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: none; box-shadow: none; } .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default { color: #445461; background-color: transparent; border-color: transparent; } button.btn.dropdown-toggle.btn-default { background: transparent; border: none; box-shadow: none; height: 46px; } textarea::-moz-placeholder { color: #6a7884; opacity: 1; } textarea::-ms-input-placeholder { color: #6a7884; } textarea::-webkit-input-placeholder { color: #6a7884; } .form-control::-moz-placeholder { color: #99abb9; opacity: 1; } .form-control::-ms-input-placeholder { color: #99abb9; } .form-control::-webkit-input-placeholder { color: #99abb9; } input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus { outline: none; outline: none; outline-offset: 0; } .main-heading { text-align: center; margin-bottom: 2em; } .main-heading p { font-size: 16px; color: #707c88; margin-bottom: 5px; } .dark .main-heading p, .dark .main-heading h2 { color: #fff; } .main-heading h2 { color: #252d40; position: relative; font-weight: 600; margin-top: 0; margin-bottom: 10px; } .main-heading h2>span { color: #11b719; } .main-heading span.heading-line { width: 80px; height: 1.2px; display: block; background: #11b719; position: relative; margin: 0 auto; } .pagination { display: table; padding-left: 0; margin: 20px 0; border-radius: 4px; margin: 20px auto 0; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 12px 20px; margin: 5px; line-height: 1.42857143; color: #8296a2; text-decoration: none; background-color: #fff; border-radius: 2px; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>li>a:hover, .pagination>li>a:focus { z-index: 2; color: #11b719; cursor: pointer; background-color: rgba(7, 177, 7, 0.1); border-color: #11b719; } .pagination li:first-child a { /* background: #11b719; */ border: 1px solid #11b719; border-radius: 2px; /* color: #03a84e; */ color: #fff; } .pagination li:last-child a { background: #252d40; border: 1px solid #252d40; border-radius: 2px; color: #fff; } .search-filter { padding: 1em 0; display: inline-block; width: 100%; background: #fff; margin-bottom: 20px; } .short-by.pull-right { margin-top: 12px; } .search-filter .input-group { height: 46px; } .search-filter .form-control { border-radius: 2px; height: 46px; margin-bottom: 0; color: #707c88; font-weight: 400; font-size: 16px; box-shadow: none; border: 1px solid #ccddea; } .search-filter button.btn.btn-default { height: 46px; padding: 0 20px; font-size: 18px; background: #11b719; border: 1px solid #11b719; color: #fff; border-radius: 0 2px 2px 0; } .dropdown-menu { right: 0; left: initial; } .search-filter .form-control:hover, .search-filter .form-control:focus { border-color: #11b719; box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1); -webkit-box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1); -moz-box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1); } .search-filter .dropdown, .dropup { position: relative; float: none; display: inline-block; margin-left: 10px; } .search-filter .dropdown-menu { box-shadow: none; border-color: #ccddea; } .search-filter .dropdown-menu>li>a { padding: 10px 20px; color: #252d40; } .search-filter .dropdown-menu>li>a:hover, .search-filter .dropdown-menu>li>a:focus { text-decoration: none; background: #11b719; color: #fff; } .navbar.bootsnav.header-general { position: relativel; } .navbar.header-general.fixed-header { position: fixed; display: block; width: 100%; z-index: 222; } .navbar-default { background-image: none; background-image: none; background-image: none; background-image: none; filter: none; background-repeat: repeat-x; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } nav.navbar.bootsnav ul.nav>li>a { color: #fff; text-transform: uppercase; background-color: transparent !important; } .navbar .form-control { font-weight: 400; font-size: 15px; background: #445461; color: #99abb9; border: 1px solid #586977; border-radius: 1px; box-shadow: none; min-width: 205px; } .navbar.navbar-light .form-control { background: #fff; color: #636d75; border: 1px solid #e3e9ef; } .navbar .form-control:hover, .navbar .form-control:focus { border: 1px solid #e3e9ef; } nav.navbar.bootsnav li.dropdown ul.dropdown-menu { border-color: #11b719; } nav.navbar.navbar-default.navbar-static.white.bootsnav.on.no-full.navbar-transparent .logo-scrolled { display: none; } .form-control::-moz-placeholder { color: #99abb9; opacity: 1; } .form-control:-ms-input-placeholder { color: #99abb9; } .form-control::-webkit-input-placeholder { color: #99abb9; } .navbar.navbar-transparent .form-control::-moz-placeholder { color: #343a40; opacity: 1; } .navbar.navbar-transparent .form-control:-ms-input-placeholder { color: #343a40; } .navbar.navbar-transparent .form-control::-webkit-input-placeholder { color: #343a40; } nav.navbar.bootsnav ul.nav>li>a i { font-size: 16px; color: #99abb9; margin-right: 9px; } nav.bootsnav .megamenu-content .title { text-transform: capitalize; font-size: 20px; color: #252d40; } ul.cart-list>li.total>.btn { border-bottom: solid 1px #cfcfcf !important; color: #fff !important; padding: 10px 15px; } nav.navbar.bootsnav { background-color: #252d40; border-bottom: 1px solid #252d40; } @media only screen and (min-width: 768px) { body nav.navbar.bootsnav ul.nav>li>a.signin { background: #11b719 !important; } li.left-br { border-left: 1px solid rgba(7, 177, 7, 0.4); } } @media only screen and (min-width: 1024px) { nav.navbar.bootsnav li.dropdown ul.dropdown-menu { -webkit-box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2); box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2); border-radius: 4px; padding: 10px 15px; width: 250px; background: #fff; border: none; border-top: none; } nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a { display: block; padding: 14px 12px; clear: both; line-height: 1.42857143; color: #67757c; border-bottom: 1px solid #f1f6f9; } nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover { background-color: #fff !important; background-image: none !important; filter: none !important; } } span.new-offer { font-size: 13px; color: #fff; background: #11b719; padding: 4px 12px; border-radius: 2px; margin-left: 15px; } .banner { background-size: cover; display: flex; flex-wrap: wrap; width: 100%; min-height: 620px; align-items: center; position: relative; background-position: center; padding: 80px 0; } .banner.trans { min-height: 680px; } .simple-banner { min-height: 650px; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; padding: 80px 0; } .simple-banner.top { background-position: center top; } .hero-banner { min-height: 650px; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; padding: 80px 0; } .banner:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; position: absolute; background: #0d1d33; opacity: 0.64; } [data-overlay] { position: relative; } [data-overlay]:before { position: absolute; content: ""; background: #19365f; width: 100%; height: 100%; top: 0; left: 0; } [data-overlay="1"]:before { opacity: 0.1; } [data-overlay="2"]:before { opacity: 0.2; } [data-overlay="3"]:before { opacity: 0.3; } [data-overlay="4"]:before { opacity: 0.4; } [data-overlay="5"]:before { opacity: 0.5; } [data-overlay="6"]:before { opacity: 0.6; } [data-overlay="7"]:before { opacity: 0.7; } [data-overlay="8"]:before { opacity: 0.8; } [data-overlay="9"]:before { opacity: 0.9; } .company-brand img:hover, .company-brand img:focus { opacity: 1; } .banner-caption { text-align: left; display: inline-block; width: 100%; } .banner-text { text-align: center; } .banner h1 { color: #fff; text-shadow: none; font-weight: 600; line-height: 1.3; letter-spacing: 3px; } .banner h1 span { color: #11b719; } .banner p { color: #fff; opacity: 0.8; font-weight: 300; font-size: 18px; text-transform: capitalize; line-height: 1.9; } .banner .no-padd { padding: 0 5px; } form.form-horizontal { padding: 10px 10px 5px; display: flex; width: 100%; background: rgba(255, 255, 255, 0.2); border-radius: 4px; } .slide-banner form.form-horizontal { padding: 10px 10px 5px; } .banner-caption .form-control { background: #fff; border: none; border-radius: 0; height: 48px; color: #282c32; font-size: 15px; width: 100%; box-shadow: none; } .banner-caption select.form-control:hover, .banner-caption select.form-control:focus { border: none; box-shadow: none; } .banner-caption .input-group { width: 100%; padding: 0; display: block; } .banner-caption .btn-primary { background: #11b719; height: 48px; color: #fff; border-radius: 0; border-color: #11b719; width: 100%; font-size: 16px; text-transform: uppercase; display: block; } .banner-caption .btn-primary:focus, .banner-caption .btn-primary:hover { background: #11b719; text-transform: uppercase; box-shadow: none; outline: none; color: #fff; border-color: #11b719; } .banner-caption .form-control::-moz-placeholder { color: #282c32; opacity: 1; } .banner-caption .form-control:-ms-input-placeholder { color: #282c32; } .banner-caption .form-control::-webkit-input-placeholder { color: #282c32; } .company-brand { background: #eaedf3; display: table; padding: 2em 0; width: 100%; position: relative; } .company-brand img { display: block; margin: 0 auto; } .simple-banner { background-size: cover; } .simple-banner h3 { text-transform: uppercase; font-family: "Raleway", sans-serif; font-weight: 500; color: #252d40; } .simple-banner h1 { text-transform: uppercase; font-family: "Raleway", sans-serif; color: #252d40; font-weight: 700; } .simple-banner h1 span { color: #11b719; } .bottom-search-form { background: #252d40; padding: 3em 0 2em; } .bottom-search-form input.form-control, .bottom-search-form select.form-control { background: #42525f; border-radius: 2px; height: 52px; margin-bottom: 10px; border: 1px solid #4f616f; width: 100%; color: #99abb9; } .bottom-search-form .select2-container--default .select2-selection--single .select2-selection__rendered { color: #92a4b3; background: #42525f; border: 1px solid #4f616f; } .bottom-search-form.light .select2-container--default .select2-selection--single .select2-selection__rendered { color: #92a4b3; background: #fff; border: 1px solid #fff; } .bottom-search-form .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #99abb9 transparent transparent; } .bottom-search-form button.btn.btn-primary { width: 100%; height: 52px; border-radius: 2px; font-size: 16px; background: #11b719; border: 1px solid #0bbf0b; } .bottom-search-form input.form-control:focus, select.form-control:focus { border: 1px solid #11b719; box-shadow: 0 0 7px 1px rgba(7, 177, 7, 0.1); } .home-three-banner { min-height: 680px; position: relative; display: flex; flex-wrap: wrap; align-items: center; text-align: left; background-size: cover; padding: 80px 0; } .home-three-banner:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; content: ""; background: rgba(53, 67, 78, 0.7); } .simple-banner-caption { margin-top: 70px; } .simple-banner.top .simple-banner-caption { margin-top: 0; } .home-three-banner .banner-text { text-align: left; } .home-three-banner form.bt-form { margin: 25px -15px; } .home-three-banner h1 { text-transform: capitalize; font-family: "Raleway", sans-serif; color: #fff; font-weight: 700; } .home-three-banner p { font-size: 16px; line-height: 1.8; color: #fff; } .home-three-banner h1 span { color: #11b719; } .home-three-banner input.form-control, .home-three-banner select.form-control { background: #fff; border-radius: 2px; height: 48px; margin-bottom: 10px; border: 1px solid #fff; width: 100%; color: #636d75; } .home-three-banner button.btn.btn-primary { width: 100%; border-radius: 2px; font-size: 16px; background: #11b719; border: 1px solid #0bbf0b; } .home-three-banner input.form-control:focus, .home-three-banner select.form-control:focus { border: 1px solid #11b719; box-shadow: 0 0 7px 1px rgba(7, 177, 7, 0.1); } .home-plane-banner { padding: 8em 0 6em; position: relative; text-align: left; background-size: cover; } .home-plane-banner:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; content: ""; background: rgba(255, 255, 255, 0.02); } .home-plane-banner .banner-text { text-align: center; } .home-plane-banner h1 { text-transform: capitalize; font-family: "Raleway", sans-serif; color: #252d40; line-height: 1.2; font-weight: 700; } .home-plane-banner p { font-size: 16px; line-height: 1.8; color: #5d6d79; } .home-plane-banner h1 span { color: #11b719; } a.btn.btn-banner { background: #11b719; width: 220px; padding: 15px 0; display: table; margin: 25px auto; border-radius: 50px; text-transform: capitalize; font-size: 16px; color: #fff; } .banner.home-5 { background-size: cover; padding-bottom: 0; position: relative; background-position: center; } .banner.home-5:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; position: absolute; background: #282c32; opacity: 0.7; } .company-brand img:hover, .company-brand img:focus { opacity: 1; } .banner-caption { text-align: left; display: inline-block; width: 100%; } .home-5 .banner-text { margin-top: 0; margin-bottom: 1em; text-align: center; } .banner h1 { color: #fff; text-shadow: none; font-weight: 600; line-height: 1.3; letter-spacing: 3px; } .banner h1 span { color: #11b719; } .banner p { color: #fff; opacity: 0.8; font-weight: 300; font-size: 18px; text-transform: capitalize; line-height: 1.9; } .banner.home-5 .no-padd { padding: 0; } .banner.home-5 .video-box { width: 80px; height: 80px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); display: table; margin: 50px auto 20px; padding: 10px; position: relative; } .banner.home-5 .video-box a.btn.btn-video { width: 70px; height: 70px; border-radius: 50%; background: #fff; } .banner.home-5 .video-box a.btn.btn-video i { font-size: 28px; line-height: 45px; text-align: center; color: #11b719; } .slide-banner { background-size: cover !important; background-position: center !important; position: relative; margin: 0; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; } .slideshow-container { position: absolute; top: 0; left: 0; width: 100%; height: 110%; z-index: 1; } .slideshow-item, .slideshow-container .slick-slide { position: relative; float: left; width: 100%; height: 100%; } .list-single-carousel-wrap { background: #24324f; } .fw-carousel .slick-slide-item { width: auto; float: left; cursor: w-resize; } .slide-banner .fl-wrap { display: flex; flex-direction: column; justify-content: center; height: 100%; } .slide-banner h2 { font-weight: 600; color: #fff; } .slide-banner p { font-size: 16px; color: #fff; } .slide-banner .form-horizontal { margin-top: 20px; } .slide-banner .form-horizontal .input-group { width: 100%; display: inline-block; } .slide-banner .form-horizontal .form-control { border: none; border-radius: 0; box-shadow: none; } .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { height: 56px; } .fw-carousel .slick-slide-item img { width: auto; height: 100% !important; } .bg:before { position: absolute; content: ""; left: 0; right: 0; top: 0; height: 100%; width: 100%; display: block; background: #12233e; opacity: 0.7; } .list-single-carousel-wrap .slick-slide-item .box-item { height: 100%; z-index: 20; } .list-single-carousel-wrap .slick-slide-item .box-item:before { display: none; } .list-single-carousel-wrap .slick-slide-item { float: left; width: auto; height: 100%; padding: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; overflow: hidden; } .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-size: cover; background-attachment: scroll; background-position: center; background-repeat: repeat; background-origin: content-box; } .fl-wrap { float: left; width: 100%; text-align: center; color: #fff; position: relative; } .hero-section-wrap { z-index: 30; } .banner-caption .form-control, .banner-caption .btn-primary, .banner-caption .btn-primary:focus, .banner-caption .btn-primary:hover { height: 62px; } .banner-caption .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { min-height: 62px; } .banner-caption .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 60px; } .banner-caption .select2-container--default .select2-selection--single .select2-selection__arrow { min-height: 62px; } .banner-caption .btn-primary { height: 62px; } .banner-caption .form-control::-moz-placeholder { color: #6a7884 !important; opacity: 1; } .banner-caption .form-control:-ms-input-placeholder { color: #6a7884 !important; } .banner-caption .form-control::-webkit-input-placeholder { color: #6a7884 !important; } .job-feature.advance-fr { text-align: center; transition: all 0.3s ease 0; padding: 3em 0.5em; background: #fff; margin-bottom: 10px; position: relative; z-index: 1; } .job-feature.advance-fr .feature-icon i { font-size: 1.7em; color: #11b719; margin-bottom: 7px; width: 60px; height: 60px; transition: ease-in-out 0.4s; background: rgba(7, 177, 7, 0.07); line-height: 60px; border-radius: 50%; } .job-feature.advance-fr .feature-caption h5 { text-transform: uppercase; font-weight: 500; margin-bottom: 4px; font-size: 16px; } .job-feature.advance-fr .feature-caption p { font-size: 16px; line-height: 1.8; font-weight: 400; } .job-feature.advance-fr:hover i { background: #11b719; color: #fff; } .job-feature.advance-fr:after, .job-feature.advance-fr:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; transition: all 0.5s ease 0; } .job-feature.advance-fr:after { border-bottom: 1px solid #11b719; border-top: 1px solid #11b719; transform: scaleX(0); transform-origin: 0 100% 0; z-index: -1; } .job-feature.advance-fr:before { border-left: 1px solid #11b719; border-right: 1px solid #11b719; transform: scaleY(0); transform-origin: 100% 0 0; z-index: -1; } .job-feature.advance-fr:hover:after { transform: scaleX(1); } .job-feature.advance-fr:hover:before { transform: scaleY(1); } .job-feature { padding: 2em 0.5em; background: #fff; margin-bottom: 10px; box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); } .first-feature .small-padding { padding: 0 5px; } .all-features { text-align: center; } .feature-post { margin-bottom: 40px; } .all-features h3 { font-weight: 500; margin-bottom: 26px; color: #282c32; } .all-features h3 span { color: #11b719; } .feature-icon i { font-size: 1.7em; color: #11b719; margin-bottom: 7px; width: 60px; height: 60px; transition: ease-in-out 0.4s; background: rgba(7, 177, 7, 0.07); line-height: 60px; border-radius: 50%; } .job-feature:hover i { background: #11b719; color: #fff; } .feature-caption h5 { text-transform: uppercase; font-weight: 500; margin-bottom: 4px; font-size: 16px; } .feature-caption p { font-size: 14px; line-height: 1.8; font-weight: 400; padding: 0 5px; } .video-sec { background-size: cover; background-position: center; text-align: center; position: relative; } .video-sec .heading { margin-bottom: 2em; } .heading h2, .heading p { position: relative; } .video-sec:before { position: absolute; display: block; left: 0; right: 0; top: 0; bottom: 0; content: ""; background: rgba(53, 67, 78, 0.7); } a.video-btn { position: relative; display: table; margin: 0 auto; vertical-align: middle; height: 120px; width: 120px; background: #fff; line-height: 120px; border-radius: 50%; transition: all 0.4s; } a.video-btn i { font-size: 40px; width: 80px; height: 80px; border-radius: 50%; color: #11b719; box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4); -webkit-box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4); -moz-box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4); line-height: 80px; vertical-align: middle; transition: all 0.4s; } a.video-btn:hover { background: #252d40; } a.video-btn:hover i { background: #11b719; color: #fff; } .work-process { margin-top: 40px; margin-bottom: 25px; } .work-process-icon { width: 50px; height: 50px; float: none; margin-bottom: 13px; display: block; } .work-process .work-process-caption { margin-left: 0; } .work-process-icon span { font-size: 2.5em; color: #11b719; } .work-process-caption { margin-left: 55px; } .work-process-caption h4 { font-weight: 500; margin-bottom: 4px; font-size: 16px; position: relative; padding-bottom: 15px; text-transform: uppercase; } .work-process-caption h4:before { content: ""; bottom: 0; left: 0; height: 2px; width: 80px; display: block; position: absolute; background: #11b719; } .work-process-caption p { color: #707c88; line-height: 1.8; font-weight: 400; } .testimonial { background: #f4f7f7; } #appller-testimonial-slider { margin-top: 2.5em; text-align: center; } .client-testimonial { text-align: center; margin: 50px 10px 0; padding: 0 10% 4%; background: #fff; border-radius: 4px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); -o-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } .client-testimonial .pic { width: 100px; height: 100px; border-radius: 50%; border-bottom: 2px solid #07b107; display: inline-block; margin-top: -50px; overflow: hidden; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } .client-testimonial .pic img { width: 100%; height: auto; } .client-testimonial .client-description { font-size: 14px; color: #707c88; line-height: 1.7; margin: 10px 0 5px; } .client-testimonial .client-testimonial-title { font-size: 14px; font-weight: 600; margin: 0; } .client-testimonial .client-testimonial-rating { margin: 0 0 15px; padding: 0; list-style: none; } .client-testimonial .client-testimonial-rating li { color: #ff9800; display: inline-block; } .client-testimonial .client-testimonial-rating li.unfill { color: #d3d7e2; } .owl-theme .owl-controls { margin-top: 30px; } .owl-theme .owl-controls .owl-pagination { width: 140px; padding: 10px; margin: 0 auto; line-height: 13px; background: #fe7f8b; } .owl-theme .owl-controls .owl-page span { width: 12px; height: 12px; border-radius: 0; background: transparent; border: 1px solid #fff; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { border: 4px solid #fff; } .bl-dark { background: #252d40; } section.call-to-act { padding: 0; } .gr-dark { background: #11b719; } .call-to-act-caption { padding: 5em 4em; text-align: center; } .call-to-act-caption h2 { color: #fff; font-weight: 700; margin-bottom: 0; } .call-to-act-caption h3 { font-weight: 400; font-size: 18px; } .gr-dark .call-to-act-caption h3 { color: #beffab; } .bl-dark .call-to-act-caption h3 { color: #9eb3c3; } .bl-dark a.btn.bat-call-to-act { border: 1px solid #475865; } .gr-dark a.btn.bat-call-to-act { border: 1px solid #39c713; } a.btn.bat-call-to-act { padding: 13px 56px; border-radius: 50px; text-transform: uppercase; font-size: 17px; background: rgba(2, 2, 2, 0.15); transition: all ease-in-out 0.4s; color: #fff; margin-top: 15px; } a.btn.bat-call-to-act:hover, a.btn.bat-call-to-act:focus { background: rgba(255, 255, 255, 0.1); } .pr-table { text-align: center; padding: 10px 10px 15px; border: 1px solid #c7d1da; margin-top: 25px; border-radius: 6px; } .pr-header { background: #252d40; display: inline-block; width: 100%; padding: 30px 0; border-radius: 6px; } .pr-plan { padding: 15px 0 5px; } .pr-plan h4 { color: #fff; font-size: 22px; margin-top: 0; text-transform: uppercase; } .pr-price { padding: 1em 0 0; } .pr-price h3 { color: #fff; font-size: 5.4em; margin-top: 0; font-family: "Raleway", sans-serif; } .pr-price h3 sup { color: rgba(255, 255, 255, 0.7); margin-right: 5px; font-size: 25px; } .pr-header.active { background: #11b719; } .pr-price h3 sub { color: rgba(255, 255, 255, 0.7); font-size: 20px; } .pr-features ul { margin: 0; padding: 2em 0; } .pr-features ul li { color: #596a77; padding: 10px 0; line-height: 1.8; font-size: 15px; list-style: none; border-bottom: 1px dashed #edeff3; } .pr-buy-button { padding: 15px 0; } .pr-buy-button .pr-btn { display: block; border: 1px solid #11b719; text-transform: uppercase; padding: 13px 0; color: #11b719; border-radius: 4px; transition: all ease-in-out 0.4s; } .pr-buy-button .pr-btn:hover, .pr-buy-button .pr-btn:focus { background: #11b719; color: #fff; text-decoration: none; } .pr-buy-button .pr-btn.active { display: block; border: 1px solid #252d40; background: #252d40; text-transform: uppercase; padding: 13px 0; color: #fff; transition: all ease-in-out 0.4s; } .pr-buy-button .pr-btn.active:hover, .pr-buy-button .pr-btn.active:focus { background: #11b719; border-color: #11b719; color: #fff; text-decoration: none; } .download-app { background-size: cover; background-blend-mode: overlay; background-position: center; position: relative; overflow: hidden; } .download-app .heading { margin-bottom: 0.5em; } .app-content { position: relative; } .app-content h2 { font-weight: 500; margin: 0; } .app-content p { font-weight: 400; font-size: 16px; line-height: 1.8; margin-top: 20px; } .app-content a.btn.call-btn i { margin-right: 15px; font-size: 27px; } .inverse-bg .app-content a.btn.call-btn { border-radius: 4px; padding: 0.6em 1.4em; margin-right: 20px; background: #fff; border: 1px solid #fff; transition: all ease-in-out 0.4s; font-family: "Josefin Slab", serif; color: #252d40; margin-bottom: 10px; font-weight: 600; } .inverse-bg .app-content a.btn.call-btn.gps { background: #fff; border: 1px solid #fff; color: #11b719; } .inverse-bg .app-content a.btn.call-btn:hover, .inverse-bg .app-content a.btn.call-btn:focus { background: #fff; border: 1px solid #fff; color: #11b719 !important; } .app-content a.btn.call-btn { border-radius: 4px; padding: 0.6em 1.4em; margin-right: 20px; background: #11b719; border: 1px solid #11b719; transition: all ease-in-out 0.4s; font-family: "Josefin Slab", serif; color: #fff; margin-bottom: 10px; font-weight: 600; } .app-content a.btn.call-btn.gps { background: #252d40; border: 1px solid #252d40; color: #fff; } .app-content a.btn.call-btn:hover, .app-content a.btn.call-btn:focus { background: #0ba212; border: 1px solid #0ba212; color: #fff !important; } .download-app img { margin: 0 auto; } .call-to-act-wrap { padding: 50px 0; } .call-to-act { width: 100%; display: flex; flex-wrap: wrap; color: #fff; align-items: center; } .call-to-act-head { flex: 1; } .call-to-act h3 { color: #fff; margin-bottom: 5px; } .btn.btn-call-to-act { background: #fff; padding: 18px 40px; border-radius: 50px; color: #333640; font-weight: 600; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); } .jb4-form-fields .input-group-btn { padding-left: 20px; } .before-footer { background: #252c41; border-bottom: 1px solid #2e364e; } .job.stock-facts { margin: 0; padding: 0; width: 100%; display: flex; align-items: center; } .job.stock-facts li { display: inline-block; list-style: none; text-align: center; flex: 0 0 25%; font-weight: 500; } .job.stock-facts li span { color: #fff; font-size: 22px; font-weight: 600; } .jb4-form-fields { max-width: 400px; } .jb4-form-fields .form-control { border-radius: 2px; background: #1f2537; border: none; } .jb4-form-fields .btn.theme-bg { border-radius: 2px !important; color: #fff; } .before-footer { padding: 2.5rem 0; } footer { z-index: 99; position: relative; } footer.dark-footer { background: #252c41; } .footer-logo { padding: 20px 0; display: inline-block; width: 100%; border-top: 1px solid #eaeef3; border-bottom: 1px solid #eaeef3; } footer.footer-small { padding: 50px 0 0; } img.img-footer { max-width: 180px; margin-bottom: 2rem; } .ft-itext { font-weight: 500; font-size: 16px; text-align: center !important; margin: 10px; } .ft-itext i { margin-right: 5px; } ul.social { margin: 0; padding: 0; } ul.social li { display: inline-block; list-style: none; margin: 5px; } ul.social li a { width: 40px; height: 40px; display: inline-block; background: #fff; border-radius: 50%; -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2); box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2); line-height: 40px; text-align: center; } .footer-add { color: #858b9f; font-size: 13px; } .ft-copyright { border-top: 1px solid #eaeef3; padding: 15px 0 12px; } .ft-copyright p { margin-bottom: 0; } .footer-logo img { max-width: 185px; } .footer-widget { padding: 70px 0; } h4.widget-title { margin-bottom: 20px; font-weight: 500; font-size: 17px; } .footer-widget ul { padding: 0; margin: 0; } .footer-widget ul li { list-style: none; margin-top: 15px; display: block; } .footer-widget ul li a { color: #626a70; } footer.skin-dark-footer h4 { color: #fff; } footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a { color: #858b9f; transition: all ease 0.4s; font-size: 14px; } footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus { color: #fff; } .widget_media_image { margin-top: 3rem; } .footer-bottom { padding: 20px 0; border-top: 1px solid #e9edf3; } .skin-dark-footer .footer-bottom { background: #1b2132; border-top: none; } ul.footer-bottom-social { margin: 0; padding: 0; } ul.footer-bottom-social li { display: inline-block; list-style: none; margin-right: 17px; margin-top: 0; } ul.footer-bottom-social li a { color: #546e7a; } ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus { color: #007bff; } ul.footer-bottom-social li i { margin-right: 5px; } footer.skin-dark-footer ul.footer-bottom-social li a { color: #858b9f; font-size: 14px; } footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus { color: #fff; opacity: 1; } .fw { margin-bottom: 18px; display: inline-block; position: relative; padding-left: 28px; width: 100%; } .fw:last-child { margin: 0; } .fw:before { font-family: "themify"; vertical-align: initial; font-size: 20px; position: absolute; left: 0; top: 0; } .fw.fw-location:before { content: "\e693"; } .fw.fw-mail:before { content: "\e75a"; } .fw.fw-call:before { content: "\e621"; } .fw.fw-skype:before { content: "\e72d"; } .fw.fw-web:before { content: "\e665"; } .other-store-link { width: auto; margin-bottom: 20px; display: inline-block; } .other-store-link:last-child { margin-bottom: 0; } .other-store-app { width: 250px; height: 70px; border: 1px solid #353d56; border-radius: 4px; padding: 0 14px; display: flex; flex-wrap: wrap; align-items: center; color: #fff; } .os-app-caps span { display: block; font-size: 13px; font-weight: 400; color: #858b9f; } .os-app-icon { margin-right: 13px; } .os-app-icon i { font-size: 32px; } .os-app-caps { font-size: 18px; font-weight: 600; } .f-newsletter { max-width: 510px; margin-top: 15px; display: block; position: relative; } .f-newsletter .form-control { width: 100%; font-size: 16px; font-weight: 400; color: #7f8ca2; background-color: transparent; border: 2px solid #a5aebf; padding: 18px 20px; border-radius: 3px; height: 60px; } .skin-dark-footer .f-newsletter .form-control { border: 2px solid #9ea6ba; } .f-newsletter .btn { bottom: 4px; position: absolute; right: 4px; font-size: 16px; font-weight: 500; letter-spacing: 1px; padding: 18px 12px 14px; text-align: center; text-decoration: none; text-transform: uppercase; white-space: normal; width: auto; border-width: 0; color: #9ea6ba; cursor: pointer; border-radius: 2px; height: 52px; background: transparent; } .skin-dark-footer .form-control::-webkit-input-placeholder { color: #9ea6ba; } .skin-dark-footer .form-control:-ms-input-placeholder { color: #9ea6ba; } .skin-dark-footer .form-control::placeholder { color: #9ea6ba; } .footer-bottom p { margin: 0; } .inner-header-title { padding-top: 10em; text-align: center; color: #fff; overflow: visible; position: relative; border-bottom: 4px solid #11b719; background-size: cover; height: 280px; display: flex; align-items: center; justify-content: center; } .inner-header-title:before { position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; display: block; background: #242d3e; opacity: 0.6; } .inner-header-title.gray-bg:before, .inner-header-title.blank:before { opacity: 0; } .inner-header-title>* { position: relative; } .inner-header-title.text-left { text-align: left; color: #252d40; } .inner-header-title h1 { font-weight: 600; color: #fff; } .inner-header-title p { color: #fff; } .inner-header-title.blank { padding: 10em 0; text-align: center; color: #fff; overflow: visible; border-bottom: 4px solid #11b719; background: #53bb13; background: -moz-radial-gradient(center, ellipse cover, #53bb13 0%, #11b719 100%); background: -webkit-radial-gradient(center, ellipse cover, #53bb13 0%, #11b719 100%); background: radial-gradient(ellipse at center, #53bb13 0%, #11b719 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53bb13', endColorstr='#11b719', GradientType=1); background-size: cover; } .inner-header-title.blank h1, .inner-header-title.blank p { color: #fff; } .inner-header-title.blank:brfore { opacity: 0; } .bottom-mrg { margin-bottom: 3em; } .detail-desc { padding: 0; overflow: visible; } .detail-desc .form-control::-moz-placeholder { color: #6a7884; opacity: 1; } .detail-desc .form-control:-ms-input-placeholder { color: #6a7884; } .detail-desc .form-control::-webkit-input-placeholder { color: #6a7884; } .ur-detail-wrap.top-lay { width: 100%; display: flex; position: relative; justify-content: center; align-items: center; padding: 2.5em 2em; border-radius: 6px; -webkit-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); background: #fff; border-bottom: 3px solid #11b719; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); } .ur-detail-wrap.create-kit { -webkit-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); background: #fff; padding: 0 2em; border-radius: 6px; border-bottom: 3px solid #11b719; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); } .ur-detail-wrap { width: 100%; display: block; position: relative; justify-content: center; align-items: center; padding: 0 2em 1.5em; border-radius: 6px; background: #fff; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); } .ur-detail-wrap.colps-wrap { padding: 0 2em; } .sidebar-widgets { margin-bottom: 30px; } .ur-detail-box { display: flex; align-items: center; flex: 1; } .ur-thumb { width: 140px; height: 140px; border-radius: 6px; border: 4px solid #e3e9ef; width: 140px; height: 140px; border-radius: 6px; border: 4px solid #e3e9ef; display: flex; align-items: center; margin-right: 15px; } .ur-title { margin-bottom: 3px; } .ur-location { margin-bottom: 5px; } .rateing i { color: #d4d5dc; } .rateing i.filled { color: #ff9b20; } .ur-detail-wrap-header { padding: 18px 0 10px; border-bottom: 1px solid #e0dfe6; margin-bottom: 1.5em; } .colps-wrap .ur-detail-wrap-header { border-bottom: none; margin-bottom: 0; } .colps-head.collapsed { position: relative; } .colps-head:before { position: absolute; right: 27px; top: 18px; font-size: 19px; color: #8892a9; font-family: "themify"; content: "\e622"; } .colps-head.collapsed:before { position: absolute; right: 0; top: 1px; font-size: 19px; color: #8892a9; font-family: "themify"; content: "\e61a"; } ul.ove-detail-list { margin: 0; padding: 0; } ul.ove-detail-list li { list-style: none; margin-bottom: 1.5em; padding: 0; } ul.ove-detail-list li:last-child { margin-bottom: 0; } ul.ove-detail-list li i { font-size: 27px; float: left; margin-right: 10px; color: #a4abb5; } ul.ove-detail-list li h5 { margin-bottom: 2px; } .detail-status { position: absolute; right: 15px; top: 15px; } .detail-status span { color: #11b719; background: rgba(7, 177, 7, 0.2); font-family: "Montserrat", sans-serif; text-transform: capitalize; padding: 5px 25px; border-radius: 2px; } .detail-pic { display: block; width: 140px; background: #fff; border: 1px solid #11b719; height: 140px; border-radius: 50%; margin: 0; padding: 9px; margin: 0 auto; position: relative; -webkit-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .detail-pic img { width: 120px; height: 120px; margin: auto; border-radius: 50%; } a.detail-edit { position: absolute; left: 44%; bottom: -12px; } a.detail-edit i { width: 30px; height: 30px; position: relative; background: #11b719; border-radius: 50%; line-height: 30px; text-align: center; color: #fff; } button.btn.btn-default.btn-xs.dropdown-toggle { background: transparent; border: none; box-shadow: none; } button.btn.btn-default.btn-xs.dropdown-toggle i { font-size: 26px; color: #636d75; } .action-btn .dropdown-menu>li>a { padding: 10px 15px; color: #636d75; font-size: 15px; } .action-btn .dropdown-menu>li>a:hover, .action-btn .dropdown-menu>li>a:focus { background: #11b719; color: #fff; } .wrap-search-filter { padding: 0 0 1em; background: #fff; display: inline-block; width: 100%; } .wrap-search-filter button.btn.btn-primary { height: 50px; } .brows-job-category { position: relative; } .brows-job-category .no-padding { margin: 0; margin-bottom: 30px; } .brows-job-category h2 { font-size: 25px; } .brows-job-list { display: flex; width: 100%; clear: both; padding: 20px; transition: 0.4s; margin-top: 25px; background: #fff; border-radius: 6px; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); align-items: center; } .brows-job-list:hover, .brows-job-list:focus { -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .njsb-location { margin-top: 6px; color: #717f86; } .brows-job-half { flex: 1; } .njsb-link .btn.btn-default { border: none; background: #fff; color: #677897; border-radius: 50px; text-shadow: none; transition: all ease 0.4s; } .brows-job-list:hover .njsb-link .btn.btn-default, .brows-job-list:focus .njsb-link .btn.btn-default { background: #11b719; color: #fff; } .njsb-location i { margin-right: 5px; } .brows-job-company-img { width: 75px; margin: 0 auto; margin: 10px auto; height: 75px; display: inline-block; background: #f4f5f7; vertical-align: middle; border-radius: 50%; line-height: 75px; } .item-fl-box .brows-job-company-img { margin: 0; margin-right: 15px; display: table; } .brows-job-company-img img { margin: 0 auto; vertical-align: middle; display: inline-block; } .brows-job-position h3 { font-size: 17px; padding: 0; margin-bottom: 5px; line-height: 1.4; position: relative; width: auto; display: inline-block; } .brows-job-position .jb-approved:before { content: "\e64c"; font-family: "themify"; position: absolute; right: -26px; width: 18px; height: 18px; font-size: 8px; top: 3px; background: #1bc36b; text-align: center; display: inline-block; color: #fff; border-radius: 50%; line-height: 18px; } span.job-num { padding: 5px 10px; border-radius: 4px; text-transform: capitalize; color: #8da2b3; background: #f3f6fb; } .brows-job-position p span { margin-top: 12px; } .brows-job-position p .brows-job-sallery { margin-right: 0; } .item-click .brows-job-list .brows-job-sallery { margin-left: 15px; } .item-click .brows-job-position p { margin-bottom: 0; } .brows-job-position p .brows-job-sallery i { margin-right: 10px; } .brows-job-location { margin-top: 23px; } .brows-job-location p { font-size: 18px; } .brows-job-location p i { font-size: 16px; margin-right: 10px; } .brows-job-position .job-type { padding: 3px 12px; color: #fff; margin-left: 10px; border-radius: 2px; text-transform: capitalize; font-size: 13px; } .full-time { background: #03a504; } .part-time { background: #f6931e; } .enternship { background: #d20001; } .freelanc { background: #26a9e1; } .jb-type { padding: 3px 10px; color: #fff; font-size: 12px; border-radius: 2px; } .job-instructor-layout { background: #fff; position: relative; display: block; border-radius: 8px; margin-top: 30px; box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); } .job-instructor-layout .popular { position: absolute; right: 30px; top: 30px; } .job-instructor-layout .hot { position: absolute; left: 30px; top: 30px; } .job-instructor-layout .new { position: absolute; left: 30px; top: 30px; } .job-instructor-thumb { display: table; width: 100%; padding: 5em 0 1em; margin: 0 auto; border-radius: 8px; } .job-instructor-thumb img { display: table; margin: 0 auto; max-width: 80px; max-height: 80px; } .job-instructor-content { position: relative; padding: 2px 20px 15px; display: table; text-align: center; width: 100%; } .instructor-title { line-height: 1.5; } .job-instructor-footer { display: flex; flex-wrap: wrap; align-items: center; width: 100%; padding: 20px; } .instructor-students { flex: 1; } .instructor-scount { margin: 0; color: #ff8b00; } .instructor-corses span { display: inline-block; padding: 4px 14px; background: #f1f4fb; border-radius: 50px; color: #8b91a0; font-size: 14px; } .job-instructor-layout .tg-themetag { top: 30px; } .full-time { background: rgba(3, 165, 4, 0.1); color: #03a504; } .part-time { background: rgba(246, 147, 30, 0.1); color: #f6931e; } .enternship { background: rgba(210, 0, 1, 0.1); color: #d20001; } .freelanc { background: rgba(38, 169, 225, 0.1); color: #26a9e1; } .job-instructor-layout .brows-job-type span { position: absolute; padding: 4px 15px; top: 30px; right: 10px; line-height: 1.4; font-size: 12px; border-radius: 2px 0 0 2px; } .brows-company { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; display: flex; align-items: center; transition: all ease-in-out 0.4s; border: 1px solid rgba(88, 136, 247, 0.1); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .brows-company:hover { border-left: 4px solid #11b719; } .brows-company .brows-company-pic { display: table; position: relative; width: 80px; height: 80px; border-radius: 50%; margin: 1px; } .brows-company .brows-company-pic img { width: 80px; height: 80px; margin: 0 auto; } .brows-company h4 { margin-bottom: 5px; color: #252d40; font-size: 20px; margin-top: 0; } .brows-company span.brows-company-tagline { display: block; color: #636d75; } .brows-company .brows-company-location p { margin-bottom: 5px; font-weight: 400; color: #636d75; font-size: 16px; } .brows-company .brows-company-position p { text-align: right; color: #11b719; } .item-fl-box { width: 100%; display: flex; align-items: center; } .brows-company .item-fl-box .brows-company-pic { margin-right: 15px; } .brows-resume { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; transition: all ease-in-out 0.4s; border: 1px solid rgba(88, 136, 247, 0.1); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .brows-resume>.row { display: flex; align-items: center; } .brows-resume:hover, .brows-resume:focus { border-left: 4px solid #11b719; } .brows-resume.grid-style:hover, .brows-resume.grid-style:focus { border-left: none; border: none; } .brows-resume .brows-resume-pic { display: table; position: relative; width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin: 1px; } .brows-resume .item-fl-box .brows-resume-pic { margin-right: 12px; } .brows-resume .brows-resume-pic img { width: 90px; height: 90px; border-radius: 50%; } .brows-resume h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 22px; margin-top: 0; } .brows-resume span.brows-resume-designation { text-transform: uppercase; display: block; color: #11b719; } .brows-resume .brows-resume-location p { margin-bottom: 5px; font-weight: 400; color: #636d75; font-size: 16px; } .brows-resume .browse-resume-rate span { text-transform: capitalize; font-weight: 400; color: #636d75; text-align: right; display: block; font-size: 16px; } .brows-resume .browse-resume-rate span i { font-size: 18px; color: #11b719; margin-right: 7px; } .brows-resume .browse-resume-exp span { float: right; background: #11b719; padding: 2px 7px; border-radius: 2px; color: #fff; min-width: 150px; text-align: center; } .row.extra-mrg.row-skill { padding: 14px 0 2px; border-top: 1px solid #f1f3f4; margin-top: 20px; display: block; } .browse-resume-skills .br-resume span { padding: 5px 8px; background: #f3f5f9; text-transform: uppercase; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; } .cnd-thumb-action { text-align: center; } .brows-resume.grid-style .item-fl-box { display: block; } .brows-resume.grid-style { padding: 3rem 1.5rem; border-radius: 8px; border: none; } .brows-resume.grid-style .brows-resume-pic { width: 80px; height: 80px; margin: 12px auto; margin-right: auto; } .brows-resume.grid-style .brows-resume-pic img { width: 80px; height: 80px; border-radius: 50%; } .brows-resume.grid-style h4 { font-size: 17px; font-weight: 500; margin-bottom: 0; } .brows-resume.grid-style span.brows-resume-designation { text-transform: capitalize; } .cnd-location { text-align: center; } .cnd-skill { padding: 2rem 0.5rem; text-align: center; } .cnd-skill .br-resume span { padding: 4px 8px; background: #f3f5f9; text-transform: uppercase; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; display: inline-block; transition: all ease-in-out 0.4s; } .brows-resume.grid-style:hover .br-resume span, .brows-resume.grid-style:focus .br-resume span { color: #fff; background: #11b719; } .cnd-skill .br-resume span:last-child { margin-right: 0; } .map-popup-wrap .brows-resume { box-shadow: none; } .map-popup-wrap .brows-resume span.brows-resume-designation { font-size: 13px; margin: 4px 0; } .manage-cndt { background: #fff; border-radius: 4px; padding: 0; overflow: hidden; position: relative; margin-bottom: 30px; border: 1px solid rgba(88, 136, 247, 0.1); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .manage-cndt .cndt-status { padding: 4px 25px; display: inline-block; position: absolute; left: 15px; top: 15px; text-align: left; border-radius: 4px; font-weight: 500; text-transform: capitalize; } .manage-cndt .cndt-status.pending { background: rgba(255, 144, 7, 0.2); color: #ffc107; } .manage-cndt .cndt-status.available { background: rgba(7, 177, 7, 0.2); color: #11b719; } .manage-cndt .cndt-pic { display: block; width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 15px auto; } .manage-cndt .cndt-caption { text-align: center; padding: 15px; } .manage-cndt .cndt-caption h4 { text-transform: capitalize; color: #252d40; margin-bottom: 5px; } .manage-cndt .cndt-caption span { text-transform: uppercase; color: #11b719; } .manage-cndt .cndt-caption p { color: #5f707d; margin-bottom: 2.5em; font-size: 15px; margin-top: 10px; font-family: "Raleway", sans-serif; } .manage-cndt .cndt-profile-btn { padding: 15px 0; display: block; border-top: 1px solid #eef5fb; text-align: center; font-size: 16px; text-transform: capitalize; font-weight: 500; background: #f2f3f5; } .manage-cndt:hover .cndt-profile-btn, .manage-cndt:focus .cndt-profile-btn { background: #11b719; color: #fff; text-decoration: none; } .manage-cndt .cndt-profile-btn:hover, .manage-cndt .cndt-profile-btn:focus { background: #11b719; color: #fff; text-decoration: none; } .jn-employee { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; transition: all ease-in-out 0.4s; border-bottom: 3px solid #fff; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .jn-employee:hover, .jn-employee:focus { border-bottom: 3px solid #11b719; } .mail-form i { width: 42px; height: 42px; line-height: 42px; color: #11b719; text-align: center; border-radius: 50%; background: rgba(7, 177, 7, 0.1); } .employee-caption { text-align: center; padding: 1em 0.8em; } .employee-caption-pic { display: table; position: relative; width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 15px auto; } .employee-caption h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 22px; } .employee-caption span.designation { color: #636d75; } .employee-social { margin: 15px 0; padding: 0; } .employee-social li { text-align: center; display: inline-block; list-style: none; padding: 5px 7px; } .employee-social li i { width: 37px; height: 37px; line-height: 37px; border-radius: 50%; font-size: 18px; color: #636d75; transition: all ease-in-out 0.4s; background: rgba(137, 153, 167, 0.1); } .employee-social li a:hover i, .employee-social li a:focus i { color: #fff; background: #11b719; } .mng-company { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; border-left: 3px solid #fff; margin-bottom: 30px; display: flex; align-items: center; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.01); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .mng-company:hover, .mng-company:focus { border-color: #11b719; } .mng-company .mng-company-pic { display: table; position: relative; width: 90px; height: 90px; border-radius: 50%; margin: 1px; } .mng-company .item-fl-box .mng-company-pic { margin-right: 12px; } .item-fl-box .cmp-tagline { font-size: 15px; } .mng-company .mng-company-pic img { margin: 0 auto; display: table; max-width: 85px; } .mng-company h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 22px; margin-top: 0; } .mng-company span.cmp-time { color: #636d75; } .mng-company .mng-company-location p { margin-bottom: 5px; font-weight: 400; color: #636d75; font-size: 16px; } .mng-company .mng-company-location i { font-size: 20px; } .mng-company .mng-company-action i { font-size: 20px; padding: 0 5px; } .mng-company .mng-company-action i.fa-edit { color: #11b719; } .mng-company .mng-company-action i.fa-trash-o { color: #ff9800; } .mng-resume { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; display: flex; align-items: center; border-left: 3px solid #fff; transition: all ease-in-out 0.4s; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .mng-resume:hover, .mng-resume:focus { border-color: #11b719; } .mng-resume .mng-resume-pic { display: table; position: relative; width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin: 1px; } .mng-resume .mng-resume-pic img { width: 90px; height: 90px; border-radius: 50%; } .mng-resume .item-fl-box .mng-resume-pic { margin-right: 12px; } .mng-resume h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 20px; margin-top: 0; } .mng-resume h4 span.cand-designation { font-size: 15px; color: #11b719; } .per-hour-rate p { font-size: 16px; } .per-hour-rate p i { margin-right: 7px; } .mng-employee-skill span { padding: 5px 8px; background: #f3f5f9; text-transform: uppercase; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; } .mng-resume .mng-resume-location i { font-size: 20px; } .mng-resume .mng-resume-action i { font-size: 20px; padding: 0 5px; } .mng-resume .mng-resume-action i.fa-edit { color: #11b719; } .mng-resume .mng-resume-action i.fa-trash-o { color: #ff9800; } .manage-resume { background: #fff; } .manage-resume-box { background: #fff; border-radius: 4px; display: flex; align-items: center; width: 100%; margin-bottom: 30px; padding: 15px 20px; border-radius: 4px; overflow: hidden; margin-bottom: 30px; border-left: 4px solid #fff; transition: all ease-in-out 0.4s; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .manage-resume-box:hover, .manage-resume-box:focus { border-color: #11b719; border-left: 3px solid #11b719; } .manage-resume-box:hover i, .manage-resume-box:focus i { color: #11b719; } .manage-resume-picbox { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; } .manage-resume-picbox img { width: 80px; height: 80px; border-radius: 50%; } .manage-resume-box h4 { margin-bottom: 5px; font-family: "Raleway", sans-serif; } .manage-resume-box a i { font-size: 20px; color: #636d75; } .detail-desc-caption h4 { color: #252d40; font-size: 22px; margin-bottom: 5px; } .detail-desc-caption h2 { margin-bottom: 0; } .detail-desc-caption span.designation { color: #546673; font-size: 17px; } .detail-desc-caption p { color: #707c88; font-size: 16px; line-height: 1.8; margin-top: 5px; margin-bottom: 15px; font-weight: 400; } .detail-desc-skill span { padding: 5px 8px; background: #f3f5f9; text-transform: uppercase; display: inline-block; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; } .detail-desc-caption ul { padding: 0; margin: 0; } .detail-desc-caption ul li i { margin-right: 10px; font-size: 16px; color: rgba(137, 153, 167, 1); } .detail-desc-caption ul li { padding-bottom: 10px; line-height: 1.5; font-size: 16px; color: #707c88; list-style: none; display: block; } .get-touch h4 { color: #252d40; font-size: 22px; margin-bottom: 15px; } .get-touch ul { padding: 0; margin: 0; } .get-touch ul li i { margin-right: 10px; font-size: 16px; color: rgba(137, 153, 167, 1); } .get-touch ul li { padding-bottom: 10px; line-height: 1.5; font-size: 16px; color: #707c88; list-style: none; } .detail.pannel-footer { padding: 10px 0; display: table; width: 100%; } .row.no-padd { margin: 0 -15px; padding: 0 15px; border-top: 1px solid #ccddea; } .detail-pannel-footer-btn a.footer-btn { padding: 12px 40px; margin-left: 15px; color: #fff; font-size: 16px; border-radius: 2px; margin-bottom: 10px; display: inline-block; text-transform: capitalize; } .detail-pannel-footer-btn a.footer-btn.grn-btn { background: #11b719; } .detail-pannel-footer-btn a.footer-btn.blu-btn { background: #03a9f4; } .detail-pannel-footer-btn a:hover, .detail-pannel-footer-btn a:focus { text-decoration: none; color: #fff; } .fotter-pannel-status { color: #707c88; font-size: 16px; line-height: 1.8; margin-top: 5px; margin-bottom: 15px; font-weight: 400; text-transform: capitalize; } .fotter-pannel-status>span { color: #11b719; } ul.working-days { padding: 0; margin: 0; } ul.working-days li { display: block; list-style: none; padding: 12px 0; border-bottom: 1px dashed #dfe3e8; } ul.working-days li span { float: right; color: #82858e; font-size: 13px; } ul.working-days li.active, ul.working-days li.active span { color: #2ab762; } ul.working-days li.close-day, ul.working-days li.close-day span { color: #d43a3a; } ul.follow-links, ul.advance-list { padding: 0; margin: 0; } ul.follow-links li, ul.advance-list li { display: block; list-style: none; padding: 12px 0; border-bottom: 1px dashed #dfe3e8; } ul.follow-links li, ul.advance-list li:last-child { border-bottom: none; padding-bottom: 0; } .colps-wrap ul.follow-links li, ul.advance-list li:last-child { padding-bottom: 12px; } ul.follow-links li i { margin-right: 7px; } .add-feild .input-group { width: 100%; } .add-feild .form-control { height: 52px; width: 100%; color: #707c88; font-weight: 400; font-size: 16px; margin-bottom: 15px; border-radius: 2px; box-shadow: none; border: 1px solid #ccddea; } .add-feild textarea.form-control { border-radius: 4px; height: 100px; padding: 15px; } .detail-pannel-footer-btn a.footer-btn.choose-cover { background: #11b719; } .full-detail .input-group { margin-bottom: 10px; width: 100%; } section.full-detail { padding: 0 0 3em; } section.full-detail .form-control::-moz-placeholder { color: #6a7884; opacity: 1; } section.full-detail .form-control:-ms-input-placeholder { color: #6a7884; } section.full-detail .form-control::-webkit-input-placeholder { color: #6a7884; } .full-detail .input-group-addon { color: #fff; background: #11b719; width: 45px; border-radius: 0; border-color: #13c313; font-size: 18px; } .btn-primary.small-btn { text-transform: uppercase; display: table; padding: 20px; margin: 20px auto; height: auto; border-radius: 4px; } .btn-primary.small-btn:hover, .btn-primary.small-btn:focus { text-transform: uppercase; display: table; margin: 20px auto; height: auto; border-radius: 4px; } button.btn.remove-field { background: #03a9f4; margin: 2em auto; display: inline-block; color: #fff; border-radius: 4px; text-transform: capitalize; font-size: 16px; padding: 15px 40px; min-width: 180px; border: none; float: right; margin-right: 15px; } button.add-field { background: #11b719; margin: 2em auto; border: none; margin-left: 15px; display: inline-block; color: #fff; border-radius: 4px; text-transform: capitalize; font-size: 16px; padding: 15px 40px; min-width: 180px; } .wysihtml5-toolbar a.btn { background: #e8edf1; color: #252d40; margin-right: 5px; box-shadow: none; } [class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; line-height: 14px; vertical-align: text-top; background-image: url(../img/glyphicons-halflings.png); background-position: 14px 14px; background-repeat: no-repeat; } .icon-indent-left { background-position: -384px -48px; } .icon-share { background-position: -120px -72px; } .icon-indent-right { background-position: -408px -48px; } .icon-th-list { background-position: -264px 0; } .icon-list { background-position: -360px -48px; } .form-control.textarea { height: 180px; border-radius: 4px; } .js .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .inputfile+label { width: 120px; font-size: 1.25rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; height: 120px; background: #3db810; border-radius: 50%; } .inputfile+label i { line-height: 100px; text-align: center; font-size: 55px; color: #fff; display: block; background: transparent; border-radius: 50%; } .inputfile:focus+label, .inputfile.has-focus+label { outline: none; outline: none; } .inputupload-pic+label { color: #d3394c; border: 1px solid #d3394c; background-color: #f1e5e6; padding: 0; } .inputupload-pic:focus+label, .inputupload-pic.has-focus+label, .inputupload-pic+label:hover { border-color: #722040; } .inputupload-pic+label span, .inputupload-pic+label strong { padding: 0.625rem 1.25rem; } .inputupload-pic+label span { width: 200px; min-height: 2em; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; } .inputupload-pic+label strong { height: 100%; color: #f1e5e6; background-color: #d3394c; display: inline-block; } .inputupload-pic:focus+label strong, .inputupload-pic.has-focus+label strong, .inputupload-pic+label:hover strong { background-color: #722040; } .row-bottom { margin-bottom: 40px !important; } ul.trim-edu-list { border-left: 3px solid #d6dbe6; margin-left: 1.5em; } ul.trim-edu-list li { list-style: none; margin-bottom: 2em; position: relative; } .trim-edu { padding: 2em 1em; border-radius: 4px; background: #f5f5f5; } .trim-edu-title { margin-bottom: 5px; } .trim-edu-title .title-est { font-weight: 400; font-size: 14px; margin-left: 20px; color: #9c9c9c; } .trim-edu p { padding: 0 !important; margin: 0 !important; } ul.trim-edu-list li:before { content: ""; position: absolute; width: 24px; height: 24px; border-radius: 50%; background: #e9ebef; left: -3.6em; top: 0.5em; } ul.trim-edu-list li:after { content: ""; position: absolute; left: -3.2em; width: 12px; height: 12px; border-radius: 50%; background: #11b719; top: 0.9em; } h2.detail-title { font-size: 18px; background: #f5f6f7; padding: 8px 20px; margin-bottom: 16px; line-height: 1.6; border-radius: 2px; color: #252d40; border-left: 3px solid #11b719; } .full-detail-description p { margin-bottom: 20px; line-height: 1.9; font-size: 15px; padding: 0 20px; } ul.detail-list li { padding: 0; margin-bottom: 10px; line-height: 1.9; font-size: 17px; color: #707c88; list-style: none; } ul.detail-list li:before { content: "\f101"; position: relative; font-size: 17px; color: #11b719; left: -12px; font-family: fontawesome; } ul.detail-footer-social { padding: 0; margin: 0; } ul.detail-footer-social li { display: inline-block; padding-right: 10px; } ul.detail-footer-social li a i { width: 42px; height: 42px; background: #f1f3f4; line-height: 42px; text-align: center; font-size: 17px; border-radius: 2px; margin-bottom: 10px; transition: all ease-in-out 0.4s; } ul.detail-footer-social li a i:hover { background: #11b719; color: #fff; } .third-progress .progressbar-title { font-size: 14px; color: #848484; text-transform: capitalize; } .third-progress .progress { height: 4px; overflow: visible; background: #f0f0f0; margin-bottom: 40px; } .third-progress .progress .progress-bar { position: relative; animation: animate-positive 2s; } .third-progress .progress .progress-icon { width: 32px; height: 32px; line-height: 26px; border-radius: 50%; font-size: 14px; position: absolute; top: -15px; right: 0; background: #fff; border-width: 3px; border-style: solid; } .third-progress .progress-value { font-size: 14px; color: #848484; position: absolute; top: 16px; right: 0; } @-webkit-keyframes animate-positive { 0% { width: 0; } } @keyframes animate-positive { 0% { width: 0; } } .panel-body .simple-tab p { color: #707c88; font-size: 15.4px; text-align: justify; line-height: 1.8; } #accordion .panel { border: none; outline: none; } #accordion .panel-heading { padding: 0; } #accordion .panel-heading>.panel-title { position: relative; } #accordion .panel-heading>.panel-title>a { display: block; font-size: 14px; padding: 18px 35px 18px 15px; text-transform: uppercase; background: #11b719; color: #fff; transition: all 0.2s linear 0; } #accordion .panel-title>a.collapsed { background: #e7ecea; color: #707c88; } #accordion .panel-title>a.collapsed:hover { color: #11b719; } .panel-body p { color: #707c88; font-size: 14px; line-height: 30px; } #accordion .panel-title>a:after, #accordion .panel-title>a.collapsed:after { content: "\f139"; font-family: FontAwesome; color: #fff; font-size: 18px; line-height: 20px; position: absolute; right: 12px; } #accordion .panel-title>a.collapsed:after { content: "\f13a"; color: gray; } #accordion .panel-body { border: none; } .panel-body .accordian-style-three p { color: #707c88; font-size: 15.4px; text-align: justify; line-height: 1.8; } .accordian-style-three .panel-title>a { position: relative; color: #dc005a; display: block; padding-right: 70px; } #accordion3 .panel-heading { padding: 0; } #accordion3 .panel-heading>.panel-title { position: relative; } #accordion3 .panel-heading>.panel-title>a { padding: 20px; position: relative; text-transform: uppercase; background: #11b719; color: #fff; transition: all 0.2s linear 0; } #accordion3 .panel-title>a.collapsed { background: #252d40; color: #707c88; } #accordion3 .panel-title>a.collapsed:hover { color: #11b719; } .accordian-style-three #accordion3 .panel-title>a:after, .accordian-style-three #accordion3 .panel-title>a.collapsed:after { content: "\f068"; font-family: FontAwesome; height: 28px; width: 28px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07); color: #fff; font-size: 14px; line-height: 30px; position: absolute; right: 20px; top: 17px; text-align: center; } .accordian-style-three #accordion3 .panel-title>a.collapsed:after { content: "\f067"; background: #636d75; } .accordian-style-three #accordion3 .panel-title>a.collapsed { color: #8699a7; } .accordian-style-three #accordion3 .panel-title>a:hover, .accordian-style-three #accordion3 .panel-title>a:focus { text-decoration: none; outline: none; } .tool-tab .nav-tabs { border-bottom: 1px solid #ddd; margin-top: 0; } .tab-pane p { color: #707c88; font-size: 14px; line-height: 30px; } .nav.simple.nav-tabs a { color: #707c88; background: #fff; padding: 10px 20px; border: 1px solid #e7ecea; } .nav.simple.nav-tabs li.active a { background: #11b719; color: #fff; } .tab .nav-tabs { background: #fff; padding: 5px 0; } .tab .nav-tabs li { margin-bottom: 0; margin-right: 0; float: none; display: inline-block; } .tab .nav-tabs li a { font-size: 14px; color: #11b719; background: #fafbfb; margin-right: 5px; padding: 10px 25px; border-radius: 0; text-transform: uppercase; border: 1px solid #e7ecea; transition: ease-in-out 0.5s; } .tab .nav-tabs li a:hover { color: #fff; border-color: transparent; background: #11b719; } .tab .nav-tabs li a i { font-size: 20px; margin-right: 10px; } .tab .nav-tabs li.active a, .tab .nav-tabs li.active a:hover { background: #11b719; color: #fff; border: 1px solid transparent; } .tab .tab-content { font-size: 14px; color: #707c88; line-height: 30px; background: #fff; } @media only screen and (max-width: 990px) { .tab .nav-tabs li a { padding: 15px 10px; } .tab .tab-content { padding: 20px 25px; } } @media only screen and (max-width: 767px) { .tab .nav-tabs li a { padding: 15px 5px; } } @media only screen and (max-width: 480px) { .tab .nav-tabs li { width: 100%; } } body.modal-open { padding-right: 0 !important; } .modal-open { overflow: initial; } .center { text-align: center; } a.subs-popup { width: 55px; height: 55px; display: inline-block; color: #fff; font-size: 20px; border-radius: 50%; line-height: 55px; position: absolute; top: 20px; right: 20px; background: #11b719; -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22); -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22); box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22); } @-moz-keyframes circlebeat { 0% { -moz-transform: scale(0); opacity: 0; } 25% { -moz-transform: scale(0.1); opacity: 0.1; } 50% { -moz-transform: scale(0.5); opacity: 0.3; } 75% { -moz-transform: scale(0.8); opacity: 0.5; } 100% { -moz-transform: scale(1); opacity: 0; } } @-webkit-keyframes circlebeat { 0% { -webkit-transform: scale(0); opacity: 0; } 25% { -webkit-transform: scale(0.1); opacity: 0.1; } 50% { -webkit-transform: scale(0.5); opacity: 0.3; } 75% { -webkit-transform: scale(0.8); opacity: 0.5; } 100% { -webkit-transform: scale(1); opacity: 0; } } .subs-popup .circlebeat { position: absolute; top: -10px; right: -10px; height: 75px; width: 75px; z-index: 10; border: 10px solid #ef0b13; border-radius: 70px; -moz-animation: circlebeat 1s ease-out; -moz-animation-iteration-count: infinite; -o-animation: circlebeat 1s ease-out; -o-animation-iteration-count: infinite; -webkit-animation: circlebeat 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .tab-pane img { margin: 1em auto 2em; display: block; max-width: 70%; } button.close { -webkit-appearance: none; position: absolute; right: 10px; top: 10px; z-index: 999; opacity: 1; width: 30px; height: 30px; border-radius: 50%; line-height: 0; } .close:hover, .close:focus { color: #fff; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: 1; } form { display: inline-block; width: 100%; } .modal textarea.form-control { height: 90px; padding: 15px; } .modal .form-control { height: 52px; padding: 0 15px; border: 1px solid #d7dfea; color: #727272; width: 100%; margin: 0 auto; margin-bottom: 12px; font-size: 15px; border-radius: 2px; box-shadow: none; } .form-group { width: 100%; } .modal .form-control::-moz-placeholder { color: #6a7884; opacity: 1; } .modal .form-control:-ms-input-placeholder { color: #6a7884; } .modal .form-control::-webkit-input-placeholder { color: #6a7884; font-weight: 400; text-shadow: none; } .modal-content { padding: 0 0 35px; } .modal h4 { color: #16162c; font-size: 30px; font-weight: 400; } .modal .submit-btn { border: 1px dashed #11b719; padding: 14px 0; width: 100%; text-transform: uppercase; color: #fff; border-radius: 3px; font-size: 18px; transition: ease-in-out 0.6s; display: inline-block; margin-top: 1em; background: #11b719; } .modal .dismis-btn { border: 1px dashed #dde6ef; padding: 14px 0; width: 100%; text-transform: uppercase; color: #3b465f; border-radius: 3px; font-size: 18px; transition: ease-in-out 0.6s; display: inline-block; margin-top: 1em; background: #dde6ef; } .modal .submit-btn:hover { color: #fff; background: #11b719; } .success-message { text-align: center; color: green; } .error-message { text-align: center; color: red; } #signup .modal-body { position: relative; padding: 0; } .modal-body .nav-tabs>li { float: left; margin-bottom: -1px; width: 50%; text-align: center; } .modal-body .nav>li>a { position: relative; display: block; color: #95a2a7; padding: 18px 15px; background: #252d40; border-radius: 0; margin: 0; } .modal-body .nav>li.active>a { background: #11b719; text-transform: uppercase; color: #fff; } .modal-body .nav>li>a:hover, .modal-body .nav>li>a:focus { background: #11b719; border: 1px solid #0e9cf3; color: #fff; } .tab-content { padding: 2em 0 3em; } .modal-body .nav-tabs { margin-top: 0; } .modal-body .tab .nav-tabs { padding: 0; } .modal-body .tab .nav-tabs li a { border: none; } .modal-body .tab .nav-tabs li.active a, .modal-body .tab .nav-tabs li.active a:hover { border: none; } .contact-box i { background: #f3f6f8; width: 80px; height: 80px; text-align: center; line-height: 80px; font-size: 25px; display: table; margin: 20px auto; border-radius: 4px; color: #11b719; } .contact-page h2, .contact-form h2 { text-align: center; margin-bottom: 25px; margin-top: 0; } .contact-box { line-height: 1.8; text-align: center; } .contact-box p { font-size: 16px; } .contact-form { padding-top: 2em; } .contact-form textarea.form-control { height: 180px; } .contact-form .btn-primary { max-width: 250px; padding: 15px 25px; height: auto; margin: 15px auto; display: block; border: none; border-radius: 50px; } .contact-form .btn-primary:hover, .contact-form .btn-primary:focus { max-width: 250px; padding: 15px 0; height: auto; margin: 15px auto; display: block; border: none; border-radius: 50px; } .short-blog { padding: 0; margin-bottom: 2em; border: 1px solid #d6e3ec; } figure.img-holder { position: relative; } .blog-post-date { position: absolute; bottom: 15px; left: 15px; background: #11b719; padding: 5px 30px; border-radius: 2px; color: #fff; text-transform: capitalize; } .blog-content { padding: 40px 25px; font-size: 15px; line-height: 1.8; color: #636d75; } .blog-content .blog-sing-title { color: #252d40; margin: 15px 0 5px; font-size: 25px; } .post-meta span.author, .post-meta span.category a { color: #11b719; } .blog-text p { color: #636d75; font-size: 15px; line-height: 1.8; } .post-meta { font-family: initial; } .post-tags { margin: 2em 0 0; } .post-tags strong { margin-right: 10px; color: #334e6f; font-size: 16px; } .post-tags a { color: #7b7b7b; background: #eaeef5; font-size: 14px !important; margin: 0 7px 10px 0; display: inline-block; padding: 4px 22px; -webkit-transition: all 0.3s ease-in-out 0; -o-transition: all 0.3s ease-in-out 0; transition: all 0.3s ease-in-out 0; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } .post-meta { color: #334e6f; } .post-meta>span { display: inline-block; line-height: 1; padding-right: 12px; margin-right: 10px; border-right: 1px solid #ebebeb; } .post-meta i { font-size: 17px; color: #929292; margin-right: 7px; } .search-form button.btn.btn-default { background: #11b719; color: #fff; border: 1px solid #11b719; height: 50px; } .sidebar-widget { padding: 30px 0; } .sidebar-widget h4 { font-size: 17px; margin-bottom: 20px; text-transform: uppercase; background: #f1f6fb; padding: 12px 15px; } ul.sidebar-list { padding: 0; margin: 0; } ul.sidebar-list li { list-style: none; line-height: 1.8; padding: 10px 0; border-bottom: 1px solid #e0ecf5; } ul.sidebar-list li a { font-size: 15px; color: #788a9a; } ul.sidebar-list li a span { float: right; color: #11b719; } .blog-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #e0ecf5; display: block; width: 100%; } .blog-item .post-thumb { width: 70px; height: 70px; display: table-cell; } .blog-detail { vertical-align: top; display: table-cell; padding-left: 10px; } .blog-item h4 { text-transform: capitalize; color: #707c88; line-height: 1.4; margin-top: 0; padding: 0 0 5px; font-size: 15px; margin-bottom: 0; background: transparent; } .post-info { color: #11b719; } .full-blog { border: 1px solid #e0ecf5; } .full-blog .blog-content { padding: 40px 25px 20px; } .blog-footer-social { padding: 10px 0 0; border-top: 1px solid #e0ecf5; margin-top: 20px; } ul.list-inline.social { padding: 0; margin: 0; float: none; display: inline-block; } ul.list-inline.social li { list-style: none; display: inline-block; padding: 0 10px; } ul.list-inline.social li i { width: 46px; height: 46px; background: #fff; border-radius: 50%; border: 1px solid #e0ecf5; color: #71818e; line-height: 46px; text-align: center; font-size: 20px; transition: all ease-in-out 0.4s; } ul.list-inline.social li i:hover, ul.list-inline.social li i:focus { background: #11b719; color: #fff; } .comments ul { padding-left: 0; } .comments ul li { display: block; } .comments ul li, .comments ul li ul li, .comments ul li ul li ul li, .comments ul li ul li ul li { margin: 50px 0 0; } .comments ul li { position: relative; } .avatar { display: inline-block; float: left; padding: 0 17px 0 0; position: absolute; left: 0; top: -5px; } .avatar img { max-width: 70px; border-radius: 50%; } .comment-content { color: #666; padding: 0 0 0 100px; } .comment-by { width: 100%; padding-bottom: 8px; padding-top: 5px; font-weight: 500; color: #333; } .comment-by span.date { color: #888; font-weight: 500; margin: 0; float: none; display: block; text-align: left; } .comment-by a.reply { display: inline; background-color: #f0f0f0; padding: 5px 16px; line-height: 22px; font-size: 14px; color: #666; font-weight: 500; position: absolute; right: 0; top: 15px; border-radius: 4px; } .comments ul li ul { margin: 0 0 0 100px; border-left: 1px solid #e0e0e0; padding-left: 35px; } .comments ul li ul li:before { content: ""; width: 15px; height: 1px; background-color: #e0e0e0; display: inline-block; position: absolute; top: 30px; left: -35px; } .comments-form textarea.form-control { height: 150px; } .comments-form form { margin: 10px -15px; } .comments-form button.thm-btn.btn-comment { padding: 12px 20px; text-transform: uppercase; color: #fff; border: 2px solid #11b719; background: #11b719; min-width: 210px; display: table; margin: 10px 15px; } .comments-form button.thm-btn.btn-comment:hover, .comments-form button.thm-btn.btn-comment:focus { padding: 12px 20px; text-transform: uppercase; color: #11b719; border: 2px solid #11b719; background: transparent; min-width: 210px; display: table; margin: 10px 15px; } body.simple-bg-screen { position: initial; background-size: cover; background-position: center; } body.simple-bg-screen:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; position: absolute; background: #fff; height: 100%; opacity: 0.8; } .login-screen, .signup-screen, .lost-ps-screen { position: relative; max-width: 450px; margin: 12% auto 0; } section.login-screen-sec, section.signup-screen-sec, section.lost-ps-screen-sec { background: transparent; } .login-screen .form-control { border-radius: 50px; margin-bottom: 15px; padding-left: 15px; } .login-screen img, .signup-screen img, .lost-ps-screen img { margin: 1.5em auto; } button.btn.btn-login { background: #11b719; border: 1px solid #11b719; border-radius: 50px; min-width: 200px; padding: 12px 0; box-shadow: 0 0 12px 1px rgba(61, 214, 34, 0.4); color: #fff; font-size: 16px; text-transform: uppercase; margin: 0 auto; display: table; } .login-screen span, .signup-screen span, .lost-ps-screen span { margin-top: 12px; display: inline-block; text-align: center; width: 100%; } .login-screen span a, .signup-screen span a, .lost-ps-screen span a { color: #11b719; } .login-plane-sec { margin-top: 5%; } .login-panel { background: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04); -webkit-box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04); padding: 10px 0 0; border: 1px solid #f4f5f7; color: #fff; } .login-panel.panel-default>.panel-heading { color: #636d75; background-color: transparent; background-image: none; text-align: center; border: none; border-bottom: 1px solid rgba(158, 173, 191, 0.2); } .btn-login { background: #11b719; border-radius: 2px; color: #fff; padding: 12px 25px; text-transform: uppercase; display: table; margin: 0 auto; min-width: 220px; } .login-panel .form-control { height: 52px; color: #636d75; font-size: 16px; border-radius: 1px; background: #fbfdff; border: 1px solid #d7dfea; } .login-panel .panel-title { font-size: 24px; } .login-panel img { margin: 30px auto 20px; max-width: 40%; } .login-panel form { padding: 0 30px 40px; } .login-panel .panel-body { padding: 0; } .login-panel .social-login { padding: 0; margin: 0; margin-top: 7px; position: relative; } .login-panel .social-login li { padding: 12px 0; text-align: center; width: 50%; display: inline-block; float: left; } .login-panel .social-login li a { color: #fff; font-size: 16px; } .login-panel .social-login li a i { font-size: 14px; margin-right: 10px; line-height: 32px; padding-right: 0; border-right: none; } .login-panel .social-login .facebook-login { background: #35508a; } .login-panel .social-login .google-plus-login { background: #f32810; } .login-panel label { color: #11b719; } .login-panel .social-login span { position: absolute; width: 46px; height: 46px; background: #fff; left: 46%; color: #263238; border-radius: 50%; border: 5px solid rgba(2, 2, 2, 0.1); text-align: center; vertical-align: middle; line-height: 38px; top: 5px; } .login-panel .form-control:focus { border-color: #11b719; outline: 0 none; box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075) inset, 0 0 8px rgba(7, 177, 7, 0.6); } .job-types label { font-weight: 600; color: #707c88; margin: 0 0 10px 15px; } .job-types { text-align: right; } .job-types input[type="checkbox"], .job-types input[type="radio"] { top: 3.33333px; } @-webkit-keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } @-moz-keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } @-o-keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } @keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } .check-option { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; position: relative; width: 15px; height: 15px; border-radius: 50%; -webkit-transition: all 0.15s ease-out 0; -moz-transition: all 0.15s ease-out 0; transition: all 0.15s ease-out 0; background: #eaeef3; border: none; color: #fff; cursor: pointer; display: inline-block; outline: none; position: relative; margin-right: 0.5rem; } .check-option.full-time { background: #03a504; } .check-option.part-time { background: #f6931e; } .check-option.freelancer { background: #26a9e1; } .check-option.internship { background: #d20001; } .check-option.full-time:checked { background: #03a504; } .check-option.part-time:checked { background: #f6931e; } .check-option.freelancer:checked { background: #26a9e1; } .check-option.internship:checked { background: #d20001; } .check-option:checked::before { width: 15px; height: 15px; position: absolute; content: "\002714"; display: inline-block; font-size: 8px; text-align: center; line-height: 17px; } .check-option:checked::after { -webkit-animation: click-wave 0.65s; -moz-animation: click-wave 0.65s; animation: click-wave 0.65s; content: ""; display: block; position: relative; z-index: 100; border-radius: 50%; } .check-option.full-time:checked::after { background: #03a504; } .check-option.part-time:checked::after { background: #f6931e; } .check-option.freelancer:checked::after { background: #26a9e1; } .check-option.internship:checked::after { background: #d20001; } .check-option.radio { border-radius: 50%; } .check-option.radio::after { border-radius: 50%; } .grid-view.brows-job-list { position: relative; text-align: center; padding-bottom: 0; margin-top: 30px; display: table; } .grid-view .brows-job-type span { position: absolute; padding: 4px 15px; top: 10px; right: 0; line-height: 1.4; font-size: 12px; border-radius: 2px 0 0 2px; } .grid-view.brows-job-list:hover, .grid-view.brows-job-list:focus { border: none !important; } .grid-view .brows-job-company-img { width: 80px; margin: 10px auto; height: 80px; display: flex; border: 1px solid #e4e4e4; background: #fff; align-items: center; border-radius: 50%; line-height: 80px; } .grid-view .brows-job-company-img img { margin: 0 auto; vertical-align: middle; display: inline-block; max-width: 50px; line-height: 50px; } .grid-view-caption { margin: 2.5em 0 0; padding: 0; border-top: 1px solid #eaeff5; display: flex; width: 100%; } .brows-job-position { padding: 0 15px 15px; } .item-click .brows-job-position { padding: 0; } .grid-view-caption li { display: inline-block; float: left; width: 50%; padding: 10px 0; line-height: 2.2; } .brows-job-description { font-size: 15.5px; line-height: 1.8; color: #5b6d77; padding: 10px 12px; } .brows-job-description p { line-height: 1.9; } .grid-view-caption li:first-child { border-right: 1px solid #eaeff5; } .grid-view-caption li p { margin-bottom: 0; } .grid-view-caption li i { padding-right: 10px; } .grid-view-caption .brows-job-location { margin-top: 0; } .grid-view-caption .brows-job-location p i { margin-right: 0; } .grid-view-caption .brows-job-location p, .grid-view-caption .brows-job-sallery { font-size: 14px; margin-bottom: 0; color: #828fa2; } .category-box { position: relative; height: 210px; background: #fff; box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); border-radius: 5px; text-align: center; padding: 50px 12px 30px; box-sizing: border-box; margin-top: 30px; overflow: hidden; transition: 0.6s linear; } .category-box .category-desc { z-index: 2; } .category-box .category-desc .category-icon { font-size: 40px; color: #ff7c39; margin-bottom: 10px; transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); } .category-box .category-desc i { font-size: 40px; color: #11b719; margin-bottom: 7px; width: auto; height: auto; transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); } .category-box .category-desc .category-detail h4 { font-weight: 500; margin-bottom: 5px; } .category-box .category-desc .category-detail p { margin-bottom: 5px; } .category-box .category-desc .category-detail span { font-weight: 400; font-size: 14px; } a.btn.width-170 { width: 150px; box-shadow: 0 2px 10px 0 #d8dde6; border: 1px solid #f9f9f9; background: #fff; padding: 10px; border-radius: 50px; color: #ff7c39; font-size: 16px; font-weight: 500; transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); } .category-box .category-desc i.abs-icon { position: absolute; bottom: 5px; left: 5px; opacity: 0; transition: all ease-in 0.4s; color: #eff1f3; } .category-box .category-desc img { max-width: 80px; margin: 0 auto 12px; } .category-box:hover i.abs-icon { position: absolute; bottom: 25px; left: 25px; opacity: 1; color: #eff1f3; } .full-card { background: #fff; border-radius: 4px; padding-bottom: 30px; border: 1px solid #eceff3; box-shadow: 0 0 10px 0 rgba(64, 65, 67, 0.1); } .card-header { padding: 15px 0 0; border-bottom: 1px solid #eceff3; } .card-header .bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default { height: 40px; } article.advance-search-job { padding: 15px 0; border-bottom: 1px solid #eceff3; } ol.breadcrumb.pull-right { background: transparent; } .breadcrumb>.active { color: #11b719; } .advance-search-img-box { max-width: 70px; float: left; } .advance-search-caption { margin-left: 78px; margin-top: 16px; } .advance-search-caption h4 { color: #3e4850; margin-bottom: 3px; font-weight: 600; } .advance-search-caption span { font-weight: 400; color: #252d40; opacity: 0.8; } .advance-search-job-locat { vertical-align: middle; margin-top: 22px; } .advance-search-job-locat i { margin-right: 6px; } a.btn.advance-search { background: #11b719; border-radius: 2px; margin-top: 16px; min-width: 110px; padding: 8px 12px; color: #fff; letter-spacing: 1px; } a.btn.applied.advance-search { opacity: 0.6; } .apply-job-box { text-align: center; padding: 2em 0; } .apply-job-box h4 { margin-bottom: 5px; margin-top: 0; } .apply-job-box img { margin: 0 auto; display: table; max-width: 80px; } .fileUpload { position: relative; overflow: hidden; margin: 10px 0; border: 1px solid #d7dfea; } .fileUpload input.upload { position: absolute; top: 0; left: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .fileUpload span { background: #11b719; padding: 11px 20px; color: #fff; display: inline-block; min-width: 120px; text-align: center; } .side-widget { background: #fff; border-radius: 4px; border: 1px solid #eceff3; box-shadow: 0 0 10px 0 rgba(64, 65, 67, 0.1); margin-bottom: 30px; overflow: hidden; } .widget-text { padding: 15px; } .widget-text.padd-0 { padding: 0; } .job-alert { padding: 1.2em 0; text-align: center; } button.btn.btn-alrt { background: #11b719; color: #fff; padding: 10px 25px; min-width: 150px; } .sidebar.right-sidebar ul { margin: 0; padding: 0; } .sidebar.right-sidebar ul li { list-style: none; padding: 10px 10px 8px; color: #707c88; border-bottom: 1px solid #eceff3; } .right-sidebar h2.side-widget-title { background: #11b719; margin: 0; text-align: left; padding-left: 12px; color: #fff; font-size: 17px; text-transform: uppercase; line-height: 48px; } .ad-banner img { margin: 0 auto; } .right-sidebar h2.side-widget-title a { color: #fff; display: inline-block; width: 100%; padding-right: 12px; line-height: 1; } .custom-checkbox { position: relative; } .custom-checkbox input[type="checkbox"] { opacity: 0; position: absolute; margin: 5px 0 0 3px; z-index: 9; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; } .custom-checkbox label:before { content: ""; margin-right: 5px; display: inline-block; vertical-align: text-top; background: #fff; border: 1px solid #bbb; border-radius: 2px; box-sizing: border-box; z-index: 2; } .custom-checkbox input[type="checkbox"]:checked+label:after { border-color: #fff; } .custom-checkbox label:before { width: 16px; height: 16px; } .custom-checkbox input[type="checkbox"]:checked+label:after { content: ""; position: absolute; left: 5px; top: 2px; width: 6px; height: 10px; border: solid #fff; border-width: 0 3px 3px 0; transform: inherit; z-index: 3; transform: rotateZ(45deg); } .custom-checkbox input[type="checkbox"]:checked+label:before { border-color: #11b719; background: #11b719; } .custom-radio { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .custom-radio input { position: absolute; opacity: 0; cursor: pointer; } .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 50%; } .custom-radio:hover input~.checkmark { background-color: #f4f5f7; } .custom-radio input:checked~.checkmark { background-color: #11a457; } .checkmark:after { content: ""; position: absolute; display: none; } .custom-radio input:checked~.checkmark:after { display: block; } .custom-radio .checkmark:after { top: 6px; left: 6px; width: 8px; height: 8px; border-radius: 50%; background: #fff; } .advance-detail.detail-desc-caption { text-align: center; } .advance-detail.detail-desc-caption ul li { width: 32%; text-transform: capitalize; margin-top: 20px; text-align: center; display: inline-block; } .advance-detail.detail-desc-caption ul li strong { display: block; font-size: 20px; font-weight: 600; } .j-view { color: #ff2a63; } .j-applied { color: #1fb6ff; } .j-shared { color: #23ce00; } ul.job-detail-des li { padding: 0; color: #66727b; list-style: none; padding: 10px 12px; } ul.job-detail-des li span { font-weight: 600; margin-right: 20px; min-width: 120px; display: inline-block; } ul.job-detail-des li:nth-child(even) { background: #f3f6f8; } section.simple-bg-screen.big-wrap { background-size: cover; background-position: center; position: relative; } section.simple-bg-screen.big-wrap:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; position: absolute; background: #fff; height: 100%; opacity: 0.8; } .error-page { background: transparent; position: relative; text-align: center; } .error-page p { font-size: 18px; } .error-page h2 { font-size: 80px; line-height: 1; font-weight: 600; } .error-page h2 span { color: #11b719; } .error-page a.btn.btn-success.small-btn { background: #11b719; border-color: #11b719; border-radius: 50px; padding: 12px 31px; margin: 15px 0; } .deatil-tab-employ.tool-tab .tab-content { padding-left: 2em; padding-right: 2em; } .deatil-tab-employ.tool-tab .nav.simple.nav-tabs li.active a { background: rgba(7, 177, 7, 0.15); color: #11b719; border-color: #11b719; } .nav.simple.nav-tabs a { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; padding: 15px 25px; border: none; border-radius: 0; border-right: 1px solid #ddd; margin-right: 0; } .deatil-tab-employ.tool-tab .nav-tabs>li { margin-bottom: 0; } .deatil-tab-employ .nav-tabs>li.active>a, .deatil-tab-employ .nav-tabs>li.active>a:focus, .deatil-tab-employ .nav-tabs>li.active>a:hover { border: none; border-right: 1px solid #ddd; } .deatil-tab-employ .nav-tabs>li>a:focus, .deatil-tab-employ .nav-tabs>li>a:hover { background: rgba(7, 177, 7, 0.15); border-color: #11b719; color: #11b719; } span.info-bar { padding: 3px 5px; border: 1px solid #11b719; border-radius: 50%; background: #daf3da; color: #11b719; font-size: 12px; margin-left: 5px; } #address ul.job-detail-des { margin: 0; padding: 0; } .deatil-tab-employ .tab-pane img { border-radius: 50%; } .deatil-tab-employ .manage-cndt { border: 1px solid #e1e7ea; } .mail-card { border: 1px solid #e8edf1; border-radius: 2px; margin-bottom: 20px; display: inline-block; width: 100%; } .inbox-widget .card-header { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; padding: 15px 20px; background-color: transparent; } .flexbox { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; } .card-title.flexbox img.avatar { max-width: 60px; max-height: 60px; margin-right: 10px; } .card-title.flexbox h6 { margin-bottom: 0; margin-top: 10px; } .small, small { font-size: 85%; } .text-info { color: #11b719; } h5.text-lighter small { font-size: 90%; color: #84939a; } .attachment-block { display: inline-block; max-width: 180px; margin-right: 15px; margin-bottom: 20px; background: #fff; border: 1px solid #e8edf1; border-radius: 4px; overflow: hidden; } .attachment-info { padding: 5px 8px; } .attachment-info h6 { margin-bottom: 2px; margin-top: 5px; } .attachment-info ul li { width: 50%; float: left; display: inline-block; } .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem 0; } .deatil-tab-employ .tab-pane .thumb img { border-radius: 0; max-width: 100%; margin: 0; } .card-title.flexbox img { margin: 0; } .unread .card-title.flexbox h6 { font-size: 15px; font-weight: 600; } .unread .small, .unread small { font-size: 100%; } .edit-pro textarea.form-control { height: 150px; } .edit-pro .form-control { margin-bottom: 17px; } form.dropzone { color: #01b2ac; background: rgba(1, 178, 172, 0.07); border-color: #01b2ac; } .dz-default i.fa.fa-cloud-upload { display: block; font-size: 2em; } .dropzone .dz-message { text-align: center; margin: 1em 0 !important; } form.dropzone.dz-clickable { border: 1px dashed #d8e3e8; font-size: 20px; } .deatil-tab-employ .mng-company { border: 1px solid #e8edf1; } article { position: relative; } .tg-themetag { top: 7px; left: -5px; z-index: 2; color: #fff; font-size: 10px; font-weight: 500; line-height: 10px; position: absolute; background: #ff526c; padding: 5px 3px 3px 10px; text-transform: uppercase; } .tg-featuretag:before, .tg-featuretag:after { width: 0; height: 0; content: ""; position: absolute; } .tg-featuretag:before { top: 0; left: 100%; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 10px solid #ff526c; } .tg-featuretag:after { top: 100%; left: 0; border-top: 5px solid #eb344f; border-left: 5px solid transparent; } .deatil-tab-employ article.advance-search-job { border: 1px solid #eceff3; margin-bottom: 20px; } .tab-pane .advance-search-img-box img { margin: 0; display: block; max-width: 100%; } button.update-btn { background: #11b719; margin: 2em auto; border: none; display: table; color: #fff; border-radius: 4px; text-transform: capitalize; font-size: 16px; padding: 15px 40px; min-width: 180px; margin: 15px auto; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #fff; opacity: 1; } div.datedropper.my-style { border-radius: 8px; width: 180px; } div.datedropper.my-style .picker { border-radius: 8px; box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1); } div.datedropper.my-style .pick-l { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } div.datedropper.my-style:before, div.datedropper.my-style .pick-submit, div.datedropper.my-style .pick-lg-b .pick-sl:before, div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-lg-h { background-color: #1cc100; } div.datedropper.my-style .pick-y.pick-jump, div.datedropper.my-style .pick li span, div.datedropper.my-style .pick-lg-b .pick-wke, div.datedropper.my-style .pick-btn { color: #1cc100; } div.datedropper.my-style .picker, div.datedropper.my-style .pick-l { background-color: #fff; } div.datedropper.my-style .picker, div.datedropper.my-style .pick-arw, div.datedropper.my-style .pick-l { color: #3a465e; } div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-m .pick-arw, div.datedropper.my-style .pick-lg-h, div.datedropper.my-style .pick-lg-b .pick-sl, div.datedropper.my-style .pick-submit { color: #fff; } div.datedropper.my-style.picker-tiny:before, div.datedropper.my-style.picker-tiny .pick-m { background-color: #fff; } div.datedropper.my-style.picker-tiny .pick-m, div.datedropper.my-style.picker-tiny .pick-m .pick-arw { color: #3a465e; } div.datedropper.my-style.picker-lkd .pick-submit { background-color: #fff; color: #3a465e; } .hero-banner { position: relative; overflow: hidden; padding: 80px 0; } .hero-banner .container { height: 100%; display: table; } .hero-banner:before { content: ""; background: url(../img/green-banner.png) center center/cover no-repeat local; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; } .hero-banner .hero-img { position: absolute; left: 0; top: 0; } .hero-banner .container .row { display: table-cell; vertical-align: middle; } .hero-banner .content { position: relative; z-index: 10; } .hero-banner h2, .main-banner h1 { font-size: 30px; font-weight: 700; } .hero-banner p, .main-banner p { font-family: "Josefin Slab", serif; line-height: 1.7; } .banner-form { max-width: 510px; margin-top: 30px; } .banner-form .input-group { width: 100%; } .banner-form .form-control, .banner-form .btn { height: 60px; padding: 12px 15px; } .banner-form .btn { color: #fff; } .company-brand.freelancer { position: relative; margin-top: 0; padding: 40px 0; background: #f2f7fb; } .company-brand.freelancer img { opacity: 0.8; } .grid-slide .grid-slide-box, .grid-slide-2 .grid-slide-box { padding: 5px 10px; } .grid-slide .grid-slide-box:focus, .grid-slide-2 .top-candidate-box:focus { outline: none; } .top-candidate-wrap { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .grid-slide-box .top-candidate-wrap { margin-bottom: 0; } .top-candidate-wrap:hover, .top-candidate-wrap:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .tp-candidate-inner-box { padding: 50px 20px 10px; text-align: center; } .top-candidate-box { text-align: center; padding: 40px 20px 15px; } .style-2 .top-candidate-box { padding: 40px 20px 35px; } .tpc-status { position: absolute; left: 32px; top: 25px; background: #01c73d; color: #fff; text-transform: capitalize; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .top-candidate-box-thumb { width: 120px; height: 120px; margin: 0 auto 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .style-2 .top-candidate-box-thumb { width: 100px; height: 100px; margin: 0 auto 15px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .top-candidate-box-detail h4 { margin-bottom: 4px; font-size: 20px; text-transform: capitalize; } .top-candidate-box-detail .desination, .top-candidate-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .top-candidate-box-extra ul { margin: 15px 0; padding: 0; } .top-candidate-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .top-candidate-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } .style-2 .top-candidate-box-extra ul li { border-radius: 2px; } .btn.btn-freelance { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; background: #f2f3f5; } .btn.btn-candidate-two { border-radius: 2px; color: #fff; padding: 9px 17px; margin: 5px; } .btn.btn-freelance:hover, .btn.btn-freelance:focus { background: #01c73d; color: #fff; } .rattings .fa { color: #99abb9; } .rattings .fa.fill { color: #ff9800; } .paid-candidate-container { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .paid-candidate-container:hover, .paid-candidate-container:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .paid-candidate-box { text-align: center; padding: 60px 20px 15px; } .paid-candidate-status { position: absolute; left: 32px; top: 25px; background: #01c73d; color: #fff; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .paid-candidate-box-thumb { width: 120px; height: 120px; margin: 0 auto 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .paid-candidate-box-detail h4 { margin-bottom: 4px; font-size: 20px; } .paid-candidate-box-detail .desination, .paid-candidate-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .paid-candidate-box-extra ul { margin: 15px 0; padding: 0; } .paid-candidate-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .paid-candidate-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } .btn.btn-paid-candidate { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; background: #f2f3f5; } .btn.btn-paid-candidate:hover, .btn.btn-paid-candidate:focus { background: #01c73d; color: #fff; } .paid-candidate-box .dropdown { position: absolute; right: 30px; top: 25px; } .btn-trans { background: transparent; border: none; font-size: 20px; color: #99abb9; } .dropdown-menu.pull-right { right: 0; left: auto !important; top: 90% !important; right: 0; border-color: #ebf2f7; padding: 0; left: auto !important; top: 90% !important; } .dropdown-menu>a { display: block; padding: 14px 12px; clear: both; font-weight: 300; line-height: 1.42857143; color: #67757c; border-bottom: 1px solid #f1f6f9; } .popular-jobs-container { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .popular-jobs-container:hover, .popular-jobs-container:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .popular-jobs-box { text-align: center; padding: 50px 20px 15px; } .popular-jobs-status { position: absolute; left: 32px; top: 25px; color: #fff; text-transform: capitalize; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .popular-jobs-box-detail h4 { margin-bottom: 4px; font-size: 20px; text-transform: capitalize; } .popular-jobs-box-detail .desination, .popular-jobs-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .popular-jobs-box-extra ul { margin: 15px 0; padding: 0; } .popular-jobs-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .popular-jobs-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } .btn.btn-popular-jobs { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; background: #f2f3f5; } .btn.btn-popular-jobs:hover, .btn.btn-popular-jobs:focus { background: #01c73d; color: #fff; } .working-process { text-align: center; position: relative; margin-top: 30px; } .process-icon { float: none; display: inline-block; position: relative; width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; line-height: 98px; font-size: 35px; text-align: center; color: #fe2864; background: #f5f9fc; border-color: #f5f9fc; } span.process-img { width: 80px; height: 80px; margin: 15px auto 0; position: relative; display: inline-block; } span.process-img img { z-index: 1; } span.process-count { position: absolute; right: 0; bottom: 5px; line-height: 30px; width: 30px; height: 30px; background: #fe2864; font-size: 14px; text-align: center; border-radius: 50%; color: #fff; } span.process-num { position: absolute; font-size: 60px; font-weight: 600; color: #bbc7e1; left: -30px; top: -10px; opacity: 0.2; } .working-process h4 { margin: 10px 0; } .working-process p { padding: 2px 15px; line-height: 1.9; } .inner-header-page { padding: 150px 0 50px; text-align: left; background: #f5f6f7; border-bottom: 2px solid #11b719; } .left-side-container { display: table; width: 100%; } .inner-header-page .freelance-image { height: 140px; flex: 0 0 140px; margin-right: 35px; background: #fff; border-radius: 4px; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); display: inline-block; padding: 0 20px; line-height: 140px; float: left; } .inner-header-page .freelance-image img { max-width: 120px; margin-top: 10px; } .header-details h4 { margin: 0 0 5px; font-size: 24px; } .header-details h4 span { font-size: 17px; } .inner-header-page .header-details ul { padding: 0; margin: 0; list-style: none; line-height: 24px; margin-bottom: -7px; } .inner-header-page .header-details li { display: inline-block; margin-right: 20px; margin-bottom: 12px; } .inner-header-page .header-details ul li img { height: 16px; border-radius: 3px; position: relative; top: -1px; display: inline-block; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); margin-right: 5px; cursor: default; } .verified-action { position: relative; height: 26px; display: flex; top: -1px; color: #fff; font-weight: 500; font-size: 14px; background-color: #30ab4a; text-align: center; z-index: 10; font-weight: 500; border-radius: 4px; padding: 0 8px 0 0; margin: 0; overflow: hidden; padding-left: 34px; line-height: 27px; } .verified-action:before { content: "\f00c"; font-family: FontAwesome; font-size: 16px; color: #fff; position: absolute; top: 0; left: 0; line-height: 26px; height: 26px; width: 26px; display: inline-block; background-color: #38b653; } .header-details { margin-top: 20px; } .inner-header-page .header-details li .star-rating { position: relative; top: 0; } .star-rating::before { content: attr(data-rating); float: left; background-color: #febe42; color: #fff; font-size: 14px; line-height: 15px; font-weight: 700; position: relative; top: 1px; margin-right: 10px; border-radius: 4px; padding: 5px 7px; } .inner-header-page .header-details li .star-rating .fa { color: #94a0ad; } .inner-header-page .header-details li .star-rating .fa.fill { color: #febe42; } .right-side-detail ul { padding: 0; margin: 0; } .right-side-detail ul li { list-style: none; padding: 5px 0; } .right-side-detail ul li .detail-info { width: 135px; font-weight: 500; display: inline-block; } .right-side-detail ul.social-info li { display: inline-block; margin: 5px; } .right-side-detail ul.social-info li a { width: 40px; height: 40px; display: inline-block; background: #e3e8ec; text-align: center; line-height: 40px; border-radius: 2px; } span.available-status { margin-left: 10px; background: #01c73d; padding: 5px 15px; border-radius: 4px; color: #fff; } .container-detail-box { background: #fff; border-radius: 6px; overflow: hidden; padding: 30px; margin-bottom: 30px; position: relative; border: 1px solid #eaeff5; } .apply-job-detail { margin-bottom: 30px; } .apply-job-detail h5 { font-size: 18px; } .apply-job-header a { margin-right: 15px; } .apply-job-header a i, .apply-job-header span i { margin-right: 5px; } .apply-job-header { margin-bottom: 40px; } .apply-job-header h4 { font-size: 22px; } ul.skills, ul.job-requirements { margin: 15px 0; padding: 0; } ul.skills li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } ul.job-requirements li { list-style: none; display: block; padding: 7px 0; } ul.job-requirements li span { display: inline-block; width: 120px; font-weight: 500; } img.img-responsive.payment-img { margin-top: 20px; } .review-list { display: table; width: 100%; margin-bottom: 50px; } .review-thumb { max-width: 80px; float: left; display: table-cell; } .review-detail { display: table; margin-left: 100px; } .review-detail h4 { margin: 0 0 3px; } .review-detail h4 span { float: right; opacity: 0.8; font-weight: 400; font-size: 13px; } .review-detail .re-designation { font-size: 14px; opacity: 0.9; } .review-detail p { margin: 15px 0 25px; } ul.block-list { padding: 0; margin: 0; } ul.block-list li { list-style: none; margin-bottom: 10px; font-size: 16px; font-weight: 600; display: block; font-family: "Josefin Slab", serif; } ul.block-list li i { margin-right: 12px; } ul.language { padding: 0; margin: 0; } ul.language li { list-style: none; margin-bottom: 10px; font-size: 15px; margin-right: 20px; display: inline-block; } ul.language li img { height: 16px; border-radius: 3px; position: relative; top: -1px; display: inline-block; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); margin-right: 5px; cursor: default; } .sidebar-wrapper { background: #fff; border-radius: 6px; overflow: hidden; text-align: left; margin-bottom: 30px; position: relative; transition: 0.4s; padding: 0 25px 30px; border: 1px solid #eaeff5; } .sidebar-box-header { padding: 15px 0; margin-bottom: 20px; } .sidebar-box-header h4 { font-size: 17px; margin: 5px 0; } .member-profile-list { display: table; width: 100%; padding: 15px 0; border-bottom: 1px solid #eaeff5; text-align: left; } .member-profile-list:last-child { border-bottom: none; } .member-profile-thumb { width: 70px; float: left; } .member-profile-detail { margin-left: 80px; margin-top: 7px; } .member-profile-detail h4 { margin: 0 0 2px; } .member-profile-detail span { display: block; line-height: 1.5; font-size: 13px; } .sidebar-container { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .sidebar-container:hover, .sidebar-container:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .sidebar-box { text-align: center; padding: 60px 20px 15px; } .style-2 .sidebar-box { padding: 40px 20px 35px; } .sidebar-status { position: absolute; left: 32px; top: 25px; background: #01c73d; color: #fff; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .sidebar-box-thumb { width: 120px; height: 120px; margin: 0 auto 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .style-2 .sidebar-box-thumb { width: 100px; height: 100px; margin: 0 auto 15px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .sidebar-box-detail h4 { margin-bottom: 4px; font-size: 22px; } .sidebar-box-detail .desination, .sidebar-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .sidebar-box-extra ul { margin: 15px 0; padding: 0; } .sidebar-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .sidebar-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } a.btn.btn-sidebar { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; color: #fff; } a.btn.btn-sidebar:hover, a.btn.btn-sidebar:focus { background: #01c73d; color: #fff; } ul.status-detail { width: 100%; display: table; margin: 20px 0; } ul.status-detail li { display: inline-block; width: 33%; padding: 10px 0; border: none; border-radius: 0; text-align: center; display: table-cell; font-size: 13px; } ul.status-detail li>strong { display: block; font-weight: 600; font-size: 16px; } ul.social-share { display: table; width: 100%; margin: 0; padding: 0; } ul.social-share li { width: 33.3333%; display: inline-block; padding: 10px; } ul.social-share li>a { box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); width: 100%; height: 80px; text-align: center; display: inline-block; line-height: 80px; border-radius: 4px; font-size: 25px; color: #b7c4d0; } ul.social-share li>a.fb-share { color: #3b5998; box-shadow: 0 5px 25px 0 rgba(59, 89, 152, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(59, 89, 152, 0.15); } ul.social-share li>a.tw-share { color: #4ac9ff; box-shadow: 0 5px 25px 0 rgba(74, 201, 255, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(74, 201, 255, 0.15); } ul.social-share li>a.gp-share { color: #f3222a; box-shadow: 0 5px 25px 0 rgba(243, 34, 42, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(243, 34, 42, 0.15); } ul.social-share li>a.li-share { color: #007aaa; box-shadow: 0 5px 25px 0 rgba(0, 122, 170, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(0, 122, 170, 0.15); } ul.social-share li>a.in-share { color: #ec3e7d; box-shadow: 0 5px 25px 0 rgba(236, 62, 125, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(236, 62, 125, 0.15); } ul.social-share li>a.pi-share { color: #d80954; box-shadow: 0 5px 25px 0 rgba(216, 9, 84, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(216, 9, 84, 0.15); } ul.social-share li>a.be-share { color: #0067ff; box-shadow: 0 5px 25px 0 rgba(0, 103, 255, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(0, 103, 255, 0.15); } .easy-autocomplete { position: relative; width: 100% !important; } .easy-autocomplete .input-group .form-control, .easy-autocomplete .form-control { float: none; text-align: left !important; } .easy-autocomplete-container { text-align: left; } .easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category { background: inherit; border-color: #dbe0e6; border-image: none; border-style: solid; border-width: 0 1px; display: block; font-size: 14px; font-weight: 400; padding: 8px 12px; } .filter-sidebar { height: 100vh; width: 0; position: fixed; z-index: 1000; top: 0; left: 0; background-color: #fff; overflow: hidden; transition: 0.5s; padding-top: 50px; box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); } .filter-sidebar .show-hide-sidebar { padding: 10px; overflow-y: scroll; position: relative; width: calc(100% + 17px); min-height: 600px; display: block; height: 100%; } .filter-sidebar .ur-detail-wrap { padding: 0 1.4em 2em; } .filter-sidebar .closebtn { position: absolute; top: 10px; right: 12px; font-size: 36px; margin-left: 50px; width: 30px; height: 30px; background: #11b719; text-align: center; font-size: 11px; padding: 0; line-height: 32px; color: #fff; border-radius: 50%; } html body .b-l { border-left: 1px solid #e0ecf5 !important; } html body .b-r { border-right: 1px solid #e0ecf5 !important; } .italian-search.hero-search-radius .input-with-icon .form-control, .italian-search.hero-search-radius .input-with-shadow .form-control, .italian-search.hero-search-radius .input-with-shadow .select2-container, .italian-search.hero-search-radius .input-with-icon .select2-container { border: none; border-radius: 3px; padding-left: 45px; background: #fff; box-shadow: none; -webkit-box-shadow: none; border: none; margin-bottom: 0; line-height: 62px; height: 62px; } .italian-search.hero-search-radius .select2-container--default .select2-selection--single .select2-selection__rendered { border: none; } .input-with-icon i { position: absolute; top: 50%; transform: translateY(-50%); left: 12px; font-size: 20px; color: #a2a9bf; font-style: normal; cursor: normal; pointer-events: none; } .italian-search .form-group { margin-bottom: 0; } .italian-search.hero-search-radius .btn.search-btn { border-radius: 4px; height: 62px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .input-with-icon { position: relative; width: 100%; display: flex; align-items: center; } .input-with-icon .form-control { margin: 0; } .full-search-2.hero-search-radius { background: #fff; padding: 8px 15px; border-radius: 4px; -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2); box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2); } .input-with-icon { position: relative; width: 100%; } .italian-search.hero-search-radius .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 62px; } .italian-search.hero-search-radius .select2-container { display: inline-table; } .filter-wraps { display: flex; width: 100%; margin-bottom: 20px; background: #fff; overflow: hidden; position: relative; border-radius: 6px; padding: 20px 25px; border: 1px solid #eef4f9; align-items: center; flex-wrap: wrap; } .filter-wraps-one { flex: 1; } .filter-wraps-one ul { margin: 0; padding: 0; display: inline-block; padding-left: 1.5rem; } .filter-wraps-one ul li { display: inline-block; padding-right: 10px; list-style: none; } .filter-wraps h5 { margin: 0; } .filter-wraps-one ul li a { font-size: 12px; background: #ecf0f7; padding: 5px 10px; border-radius: 2px; color: #566788; } .filter-wraps-one ul li a i { margin-left: 4px; } .candidate-list-layout, .newjob-list-layout { display: flex; width: 100%; margin-bottom: 20px; background: #fff; overflow: hidden; position: relative; border-radius: 6px; padding: 20px 25px; border: 1px solid #eef4f9; align-items: center; flex-wrap: wrap; } .cll-caption h4 span.jb-status { padding: 3px 12px; background: #1f86ef; border-radius: 2px; color: #fff; margin-left: 1rem; border: none; position: relative; top: -2px; } .cll-caption h4 span.jb-status.full-time { background: #03a84e; } .cll-caption h4 span.jb-status.part-time { background: #f7790a; } .cll-caption h4 span.jb-status.freelancer-time { background: #f31143; } .cll-caption h4 span.jb-status.contract-time { background: #71bd20; } .cll-caption h4 span.jb-status.internship-time { background: #964ed6; } .newjob-list-layout h4 a { border-right: 1px solid #dbe6ef; padding-right: 8px; } .cll-wrap { flex: 1; } .cll-thumb { max-width: 80px; display: inline-block; margin: 0 auto; overflow: hidden; height: 80px; float: left; } .cll-thumb img { max-width: 80px; } .newjob-list-layout .cll-thumb { max-width: 60px; display: inline-block; margin: 0 auto; overflow: hidden; height: 60px; float: left; margin-top: 6px; } .newjob-list-layout .cll-thumb img { max-width: 60px; } .cll-caption { display: inline-block; padding-left: 2rem; margin-top: 1.4rem; } .newjob-list-layout .cll-caption { display: inline-block; padding-left: 2rem; margin-top: 1rem; } .cll-caption i { margin-right: 5px; } .cll-caption h4 span i { margin-left: 4px; } .cll-caption h4 { padding-top: 0; margin-top: 0; font-size: 17px; } .cll-caption h4 span { margin-left: 10px; padding-left: 10px; border-left: 1px solid #dbe6ef; font-size: 14px; font-weight: 400; color: #8596b3; } .cll-caption ul { margin: 0; padding: 0; color: #272f46; margin-top: 1rem; } .cll-caption ul li { display: inline-block; list-style: none; padding-right: 1rem; display: inline-block; list-style: none; padding-right: 1rem; border-right: 1px solid #dbe6ef; padding-left: 5px; } .cll-caption ul li:first-child { padding-left: 0; } .cll-caption ul li:last-child { border-right: none; } .btn.theme-btn.btn-shortlist { text-transform: capitalize; padding: 10px 20px; color: #fff; box-shadow: none; } .btn.theme-btn.btn-shortlist.success { background: #11b719; border-color: #11b719; } .btn.theme-btn.btn-shortlist.danger { background: #b71111; border-color: #b71111; } .btn.theme-btn.btn-shortlist.secondary { background: #8d8d8d; border-color: #8d8d8d; } .btn.theme-btn.btn-shortlist i { margin-left: 10px; } .btn.btn-opening { background: #28b446; border-color: #28b446; color: #fff; padding: 6px 15px; } .jv-featured { background-color: #e81a1a; float: left; position: absolute; transform: rotate(45deg); right: -77px; top: 11px; text-align: center; width: 200px; font-size: 12px; margin: 0; z-index: 1; color: #fff; font-weight: 500; line-height: 28px; } .new-logwrap { background: #fff; margin: 0 auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .modal-body .new-logwrap { background: #fff; padding: 60px40px 40px; margin: 0 auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } #signup .modal-content { padding: 0; } .new-logwrap .form-control { height: 50px; border: none; padding-left: 45px; margin-bottom: 0; box-shadow: none; border-radius: 0; background: #fff; } .new-logwrap label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 600; color: #263c61; text-transform: uppercase; font-size: 12px; position: absolute; top: -11px; left: 40px; padding: 0 5px; } .new-logwrap .form-group { border: 1px solid #eee; padding: 14px 18px 15px; margin-bottom: 30px; border-radius: 5px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .register-account { margin-bottom: 15px; } .forget-account { margin-top: 15px; } .new-logwrap .btn-primary { padding: 18px 0; font-size: 19px; } .social-devider { margin-top: 35px; text-align: center; position: relative; } .social-devider .line { width: 237px; height: 1px; background: #edf1f9; display: inline-block; } .social-devider .circle { width: 35px; height: 35px; line-height: 35px; display: inline-block; background: #edf1f9; color: #354b6b; position: absolute; top: 50%; left: 50%; margin-top: -12px; margin-left: -18px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; } .new-logwrap .social-login { margin-top: 35px; } .social-login>div { margin-bottom: 25px; } .jb-btn-icon, .jb-btn-icon:hover, .jb-btn-icon:focus { display: inline-block; width: 100%; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: #f4f5f7; color: #fff; text-transform: uppercase; border: none; padding: 14px 25px; font-weight: 600; font-size: 13px; position: relative; z-index: 0; } .social-login i { padding-right: 25px; margin-right: 25px; border-right: 1px solid rgba(255, 255, 255, 0.1); position: relative; top: 0; font-size: 18px; font-weight: 500; } .social-login .social-login-facebook { background: #3b5998; } .social-login .social-login-google { background: #db4437; } .social-login .social-login-twitter { background: #0084b4; } .social-login .social-login-linkedin { background: #006fa6; } .new-logwrap .tab-content { padding: 0; } .nav-tabs.modern-tabs>li { float: left; margin-bottom: 0; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #11b719 !important; cursor: default; background-color: #fff; border: none; border-bottom: none; } .nav-tabs.modern-tabs { border-bottom: none; background: #f4f5f7; display: table; padding: 5px 2px; border-radius: 50px; margin: 0 auto; margin-bottom: 4rem; } .nav-tabs.modern-tabs>li>a:hover, .nav-tabs.modern-tabs>li>a:focus { border: none !important; margin: 0 5px !important; border-radius: 30px; line-height: 1 !important; padding: 1.7rem 5rem; background: #fff; color: #11b719; } .nav-tabs.modern-tabs>li>a { color: #fff; border: none !important; margin: 0 5px !important; border-radius: 30px; line-height: 1 !important; padding: 1.7rem 5rem; } .map-job-box { text-align: left; padding: 2rem; } .map-job-box>div { margin-bottom: 10px; width: 100%; } .job-title { margin-bottom: 18px !important; } .job-title img { max-width: 25px; float: left; margin-right: 10px; } .job-title a { font-size: 18px; font-weight: 600; } .job-company i, .job-package i, .job-location i { font-size: 16px; margin-right: 8px; color: #505f7d; } .job-company i { color: #ef9b0b; } .job-package i { color: #19af83; } .job-location i { color: #e23487; } .job-company a, .job-package a, .job-location a, .job-package span { color: #505f7d; font-size: 14px; } .job-status { display: flex; flex-wrap: wrap; align-items: center; } .job-map-status { flex: 1; } .map-job-box .jb-name { padding: 5px 15px; color: #353535; margin-left: 0; border-radius: 30px; text-transform: uppercase; font-size: 12px; font-weight: 500; background: #f4f5f7; } a.jb-like { width: 42px; height: 42px; display: flex; flex-wrap: wrap; background: rgba(224, 39, 68, 0.1); align-items: center; text-align: center; justify-content: center; border-radius: 50%; color: #e02744; font-size: 18px; margin-right: 20px; transition: all ease 0.4s; } a.jb-like:hover, a.jb-like:focus { background: rgba(224, 39, 68, 1); color: #fff; } .jb-name.full-time { background: rgba(17, 183, 104, 0.1); color: #11b768; } .jb-name.part-time { background: rgba(234, 124, 34, 0.1); color: #ea7c22; } .jb-name.freelancers { background: rgba(21, 130, 236, 0.1); color: #1582ec; } .jb-name.contract { background: rgba(236, 48, 21, 0.1); color: #ec3015; } .scrollContorl { position: absolute; z-index: 1000; bottom: 100px; right: 20px; cursor: pointer; width: 36px; height: 36px; line-height: 36px; background: #2f3b59; border-radius: 4px; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); } .scrollContorl.enabledsroll i:before { content: "\f09c"; } #singleMap { width: 100%; position: relative; height: 300px; float: left; margin-bottom: 30px; } .box-widget #singleMap { margin-bottom: 10px; } .mapzoom-in, .mapzoom-out { position: fixed; z-index: 100; top: 50%; cursor: pointer; width: 40px; height: 40px; border-radius: 100%; color: #fff; line-height: 40px; margin-top: -20px; text-align: center; background: #2b4db9; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); -webkit-transform: translate3d(0, 0, 0); } #singleMap .mapzoom-in, #singleMap .mapzoom-out, .home-map .mapzoom-in, .home-map .mapzoom-out, .fw-map .mapzoom-in, .fw-map .mapzoom-out { position: absolute; right: 20px; } .map-container.column-map.right-pos-map .mapzoom-in, .map-container.column-map.right-pos-map .mapzoom-out { right: 30px; } .map-container.column-map.left-pos-map .mapzoom-in, .map-container.column-map.left-pos-map .mapzoom-out { left: 30px; } .mapzoom-in:before, .mapzoom-out:before { font-family: FontAwesome; font-style: normal; font-weight: 400; text-decoration: inherit; content: "\f068"; } .mapzoom-in:before { content: "\f067"; } .mapzoom-in { margin-top: -80px; } .mapnavigation { position: absolute; bottom: 50px; right: 7px; z-index: 30; width: 170px; } .mapnavigation a { width: 70px; padding: 8px 0; border-radius: 4px; color: #fff; float: left; margin-left: 10px; box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4); } .mapnavigation a, .mapzoom-in:hover, .mapzoom-out:hover { background: #2f3b59; } .cluster img { display: none; } .cluster { width: 40px !important; height: 40px !important; } .cluster div { text-align: center; font-size: 15px !important; color: #fff !important; background: #2b4db9; font-weight: 600; border-radius: 100%; width: 40px !important; height: 40px !important; line-height: 38px !important; box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1); -webkit-transition: all 300ms linear; transition: all 100ms 3inear; animation: cluster-animation 1.5s infinite; } .cluster div:hover { background: #fd5332; } @keyframes cluster-animation { 0%, 100% { box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2); } 50% { box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.2); } } .map-popup-location-phone, .map-popup-location-info { float: left; width: 100%; text-align: left; margin-bottom: 5px; } .map-popup-wrap { display: block; border-radius: 8px; width: 300px !important; background: #fff; position: relative; } .map-popup-wrap .property-listing.property-2 { border: none; margin-top: 0; } .map-popup { display: block; width: 100%; position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15); } .infoBox-close { position: absolute; width: 30px; height: 30px; line-height: 30px; top: 20px; right: 20px; color: #2b4db9; text-align: center; border-radius: 100%; z-index: 20; background: #f4f5f7; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); cursor: pointer; } .infoBox-close:hover { background: #2b4db9; color: #fff; } .map-container .inc-fleat.inc-bath:before, .map-container .inc-fleat.inc-bed:before { top: -2px; } .list-single-img a { position: relative; display: block; } .list-single-img a:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; display: block; background: #1c2746; opacity: 0.5; } .fs-container { height: 100% !important; width: 100%; position: relative; z-index: 4; float: left; background: #f4f5f7; } .fs-left-map-box { float: left; } .fs-container #map-main { position: relative; top: 0; right: 0; height: 100%; width: 100%; z-index: 990; margin-bottom: 0; } .fs-left-map-box .map-container.fw-map { width: 40%; height: 100%; position: fixed; -webkit-transform: translate3d(0, 0, 0); overflow: hidden; top: 0; } .home-map.fl-wrap { position: relative; top: 0; left: 0; height: 585px; width: 100%; overflow: hidden; } .half-map .fs-inner-container { position: relative; width: 60%; background: #f4f5f7; min-height: 100vh; z-index: 10; float: left; } .map-container.fw-map #map-main { position: absolute; top: 0; right: 0; height: 100%; width: 100%; z-index: 10; overflow: hidden; } .fs-content { max-height: 100%; overflow: auto; padding: 0; overflow: visible; } .half-map .fs-content { padding: 8em 2em 2em; } .fs-container section.search { padding: 32px 40px 47px; } .fs-container .fs-listings { padding: 0 25px; margin: 0; } .fs-switcher { padding: 0 25px; margin: 0; } .fs-inner-container { width: 50%; height: 100%; float: left; display: inline-block; } .img-wrap { height: 300px; display: inline-block; position: relative; width: 100%; overflow: hidden; z-index: 1; margin: 10px 0; border-radius: 4px; } .img-wrap:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ""; background-color: #101f4e; opacity: 0.4; z-index: 11; transition: 0.3s ease-out; } .img-wrap-content { position: absolute; z-index: 55; top: 50%; margin: 0 auto; text-align: center; width: 100%; transform: translate(0, -50.5%); } .img-wrap-content h4 { font-size: 28px; line-height: 36px; color: #fff; margin: 0; } .img-wrap-content span { font-size: 16px; color: #fff; } .img-wrap-background { background-size: cover; background-position: 50%; width: 100%; height: 100%; transition: all 0.55s; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: 50%; background-size: cover; transition: transform 0.35s ease-out; } .home-map.fl-wrap { position: relative; top: 0; right: 0; height: 585px; width: 100%; overflow: hidden; } .home-map.fl-wrap .advance-search-container { position: absolute; bottom: 0; left: 0; z-index: 33; transition: all 0.4s; max-width: 1170px; margin: 0 auto !important; width: 100%; right: 0; } .map-container { float: left; width: 100%; position: relative; overflow: hidden; } .input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container { border: none; border-radius: 5px; padding-left: 45px; height: 60px; background: #fff; overflow: hidden; box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1); -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1); } #signup .input-with-icon .form-control, #signup .input-with-shadow .form-control, #signup .input-with-shadow .select2-container, #signup .input-with-icon .select2-container, .new-logwrap .input-with-icon .form-control, .new-logwrap .input-with-shadow .form-control, .new-logwrap .input-with-shadow .select2-container, .new-logwrap .input-with-icon .select2-container { border: none; border-radius: 5px; padding-left: 45px; height: 50px; background: #fff; overflow: hidden; box-shadow: none; -webkit-box-shadow: none; } .half-map .input-with-icon .form-control, .half-map .input-with-shadow .form-control, .half-map .input-with-shadow .select2-container, .half-map .input-with-icon .select2-container { border: none !important; } .statistic-item { margin-bottom: 20px; border: 1px solid #e9eef3; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; padding: 13px 20px; background-color: #fff; } .flex-middle { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; } .statistic-item .icon { font-size: 30px; } .statistic-item .text { padding-left: 15px; } .statistic-item .number { font-size: 16px; color: #222; padding-right: 5px; } .job-detail-statistic { margin-bottom: 15px; margin-top: 15px; border: 1px solid #e9eef3; padding: 15px; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09); background: #fff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; } .job-detail-statistic .statistic-item { margin: 0; border: none; border-right: 1px solid #e9eef3; padding-right: 20px; padding-left: 20px; } .job-detail-statistic .statistic-item:last-child { border: none; } h4.modal-title.light { color: #fff; font-weight: 500; font-size: 20px; } .modal-header { color: #fff; background: #f16e8e; padding: 20px 15px; text-align: center; border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-bottom: none; } label { font-size: 13px; font-weight: 600; color: #495677; } .dapply-job-form .form-group { margin-bottom: 10px; } .simple-list-sshare { margin: 0; padding: 0; } .simple-list-sshare li { margin-right: 8px; margin-bottom: 5px; list-style: none; display: inline-block; } .simple-list-sshare li a { background: #e9f0f9; width: 42px; height: 42px; display: inline-block; text-align: center; line-height: 44px; border-radius: 50px; color: #6e7a8a; } .flt-result { width: 100%; display: flex; background: #fff; padding: 10px 15px; border-radius: 4px; flex-wrap: wrap; align-items: center; } .flt-result.mb-4 { margin-bottom: 3rem; } .flt-result-num { flex: 1; } .flt-result-num h4 { margin: 0; font-size: 15px; } .flt-change-layout { display: inherit; } .flt-change-layout a { background: #f4f5f7; color: #637280; padding: 12px 15px; border-radius: 2px; line-height: 1; margin: 0 3px; } .flt-change-layout a.active { background: rgba(17, 183, 25, 0.1); color: #11b719; } .theme-cl, .input-with-icon .theme-cl { color: #11b719; } .theme-bg, .theme-bg:hover, .theme-bg:focus { background: #11b719 !important; border-color: #11b719 !important; } button.btn.submit-btn.ft-search { background: #11b719; border-color: #11b719; color: #fff; height: 60px; } .brows-resume.grid-style:hover .br-resume span, .brows-resume.grid-style:focus .br-resume span { background: #11b719; } .no-padd { padding: 0px; } @media only screen and (min-width: 768px) { body nav.navbar.bootsnav ul.nav>li>a.signin { color: #fff !important; border-radius: 2px; padding: 8px 20px; margin-left: 5px; } .hero-banner p, .main-banner p { font-size: 19px; } .slide-banner { min-height: 650px; } .slide-banner h2 { font-size: 60px; } .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { height: 62px; border-radius: 0; font-size: 2rem; } .slide-banner .select2-container--default .select2-selection--single, .slide-banner .select2-container--default .select2-selection--multiple { border-radius: 0; border: none; min-height: 62px; } .slide-banner .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 62px; } .slide-banner .select2-container--default .select2-selection--single .select2-selection__arrow { min-height: 62px; } .hero-banner .content h2 { font-size: 55px; line-height: 1.2; } nav.navbar.bootsnav { box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); } nav.navbar.bootsnav.navbar-transparent.white { box-shadow: none; } h1 { font-size: 48px; line-height: 52px; } h2 { font-size: 36px; line-height: 48px; } h3 { font-size: 30px; line-height: 36px; } .banner-caption .btn-primary { margin-left: -1px; } /* .no-padd { padding: 0 } */ .tools-features h4 { font-size: 2em; line-height: 1.2; } .tools-features p { font-size: 17px; line-height: 1.9; } .right-br { border-right: 1px solid #465056; } .container-fluid { padding: 0; } .navbar-right, .navbar-left { margin-top: 20px; } .banner p { font-size: 18px; margin: 0 auto; margin-bottom: 25px; } .banner h1 { font-size: 64px; margin-bottom: 0.5em; } .download-app img { position: absolute; max-width: 80%; left: 10%; } .extra-mrg { padding: 0; margin-left: -15px; margin-right: -15px; } .detail-desc-caption ul li { width: 50%; display: inline-block; float: left; } .lg-menu ul { margin-top: 10px; } .advance-detail.detail-desc-caption ul li strong { font-size: 60px; line-height: 1.2; } section.big-wrap { padding: 10% 0; } .error-page h2 { font-size: 250px; } } @media only screen and (min-width: 1024px) { .navbar .form-control { height: 42px; } nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a { text-align: left; } nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before { float: right; content: "\f105"; } nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu { left: 100%; } section { padding: 80px 0; } .easy-autocomplete { width: 100% !important; } .home-plane-banner { height: 100vh; padding-top: 13%; min-height: 620px; } .min-padd { padding: 10px; } .banner-caption .form-control.right-bor { border-right: 1px solid #e4e4e4; } .simple-banner h1 { font-size: 6.5em; line-height: 1; } .simple-banner h1.small { font-size: 4em; } .about p { font-size: 18px; line-height: 1.9; padding: 0 25px; } section.about h2 { font-size: 42px; margin-bottom: 25px; } .services h1 { font-size: 4em; margin-bottom: 35px; } .sec-features-caption { max-width: 90%; } a.btn.call-btn { font-size: 22px; margin-top: 1em; } .app-content h2 { margin-bottom: 5px; font-size: 50px; } .app-content h4 { font-size: 25px; } nav.navbar.bootsnav ul.nav>li { padding: 4px; } nav.navbar ul.nav>li>a { padding: 30px 15px; } nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a { text-align: left; padding: 8px 0; display: block; width: 100%; margin-bottom: 0; border-bottom: none; color: #555f69; font-size: 15px; font-weight: 400; } nav.navbar .navbar-brand { margin-top: 0; } nav.navbar .navbar-brand img.logo { width: 150px; } nav.navbar .navbar-brand { margin-top: -12px; text-align: center; } nav.navbar .navbar-brand img.logo { width: 210px; margin-top: 14px; } nav.navbar .navbar-brand img.logo-login { width: 210px; margin-top: 0px; } nav.navbar li.dropdown ul.dropdown-menu { border-top: solid 5px; } nav.navbar-brand-top .navbar-brand { margin: 10px !important; } nav.navbar.bootsnav.navbar-transparent.white { background-color: transparent; border-bottom: none; } nav.navbar.bootsnav.navbar-light.white { background-color: #fff; border-bottom: none; } nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, nav.navbar.bootsnav.navbar-transparent.dark { background-color: rgba(0, 0, 0, 0.3); border-bottom: solid 1px #555; } nav.navbar.bootsnav.navbar-transparent.white .attr-nav { border-left: solid 1px #bbb; } nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav, nav.navbar.bootsnav.navbar-transparent.dark .attr-nav { border-left: solid 1px #555; } nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a, nav.navbar.bootsnav.no-background.white ul.nav>li>a { color: rgba(255, 255, 255, 1); } nav.navbar.bootsnav.navbar-light.no-background.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-light.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-light.white ul.nav>li>a, nav.navbar.bootsnav.navbar-light.no-background.white ul.nav>li>a { color: #657582; } nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a { color: #eee; } .inner-header-title h1 { font-size: 60px; margin: 0; } .inner-header-title h2 { font-size: 45px; margin: 0; } .inner-header-title p { font-size: 22px; } } @media only screen and (min-width: 1200px) { nav.navbar.bootsnav ul.nav>li { padding: 4px 12px; } .work-process-caption { padding-right: 30px; } nav.navbar.bootsnav ul.nav>li>a { padding: 8px 9px 22px; } body nav.navbar.bootsnav ul.nav>li>a.signin { padding: 8px 30px; margin-left: 5px; } .inner-header-title h1 { font-size: 60px; } .inner-header-title h2 { font-size: 50px; margin-top: 0; } .inner-header-title p { font-size: 22px; } .navbar .form-control { min-width: 270px; height: 42px; margin-top: -5px; } } @media only screen and (min-width: 1024px) and (max-width: 1199px) { .navbar .form-control { min-width: 155px; max-width: 155px; } } @media only screen and (max-width: 1023px) and (min-width: 993px) { .navbar-nav>li>a { padding: 9px 15px 26px; font-size: 12px; } .navbar-brand>img.logo.logo-display { display: none; } img.logo.logo-scrolled { max-width: 200px; margin-top: 10px; } nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after { font-family: "FontAwesome"; content: "\f0d7"; margin-left: 5px; margin-top: 2px; } nav.bootsnav .megamenu-content .title { text-transform: capitalize; font-family: "Raleway", sans-serif; font-size: 20px; color: #55646f; } nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a { text-align: left; padding: 5px 0; display: block; width: 100%; margin-bottom: 0; border-bottom: none; color: #707c88; font-size: 14.5px; font-weight: 400; font-family: "Quicksand", sans-serif; } .navbar .form-control { height: 42px; } } @media screen and (max-width: 1199px) { h1 { font-size: 48px; } h2 { font-size: 28px; } h3 { font-size: 22px; } h4 { font-size: 15px; } .mng-company h4 { font-size: 17px; } } @media only screen and (max-width: 992px) and (min-width: 768px) { .manage-resume-picbox img { width: 60px; height: 60px; } .manage-resume-picbox { width: 60px; height: 60px; display: inline-block; } .manage-resume-box .col-md-3.col-sm-3, .manage-resume-box .col-md-1.col-sm-1 { padding: 0; } .brows-job-type span { padding: 6px 5px; font-size: 10px; } .brows-job-position h3 { font-size: 19px; } } @media (max-width: 1023px) { .banner-caption .form-control { margin-bottom: 15px; } .brows-job-list { display: table; } .banner, .simple-banner, .hero-banner { min-height: 500px; padding: 3em 0; } .banner.trans { min-height: 580px; padding: 3em 0; } } @media screen and (max-width: 992px) { h1 { font-size: 42px; } h2 { font-size: 25px; } h3 { font-size: 20px; } h4 { font-size: 15px; } .candidate-list-layout { display: block; text-align: center; } .cll-thumb { max-width: 80px; display: table; margin: 0 auto; overflow: hidden; height: 80px; float: none; } .cll-caption ul li { border: #ffdead; } .cll-caption ul { margin-bottom: 2rem; } .filter-wraps-one ul li { margin-bottom: 5px; } .filter-wraps-one i.ti-search { display: none; } .filter-wraps-one ul { padding-left: 0; } nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus, nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover { background-color: transparent; background-image: none; } nav.navbar .navbar-brand { margin-top: 0; position: relative; top: -2px; } nav.navbar .navbar-brand img.logo { width: 140px; } nav.navbar.navbar-mobile ul.nav>li>a { padding: 15px; } nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a { padding-right: 15px !important; padding-top: 15px !important; padding-bottom: 15px !important; } nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title { padding-right: 30px !important; padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a { padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar-full .navbar-brand { top: 0; padding-top: 10px; } .navbar .form-control { margin: 14px 0; } nav.navbar.bootsnav .navbar-toggle { background-color: transparent !important; top: 9px; color: #9fabb1; } nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title { border-bottom: solid 1px #abbdca; color: #b6c8d6; } nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a { border-bottom: solid 1px #abbdca; padding: 8px 0; } ul.menu-col li a { color: #b6c8d6; font-size: 15px; } nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a { color: #b6c8d6; border-bottom: solid 1px #abbdca; } .col-menu { padding: 0; } .navbar-nav .row { margin-left: 0; margin-right: 0; } .app-content a.btn.call-btn { line-height: 2; } .app-content h2 { font-size: 32px; margin-bottom: 10px; } .app-content h4 { font-size: 20px; } .inner-header-title h1 { font-size: 50px; } } @media screen and (max-width: 767px) { h1 { font-size: 35px; } h2 { font-size: 25px; } h3 { font-size: 20px; } h4 { font-size: 15px; } .brows-job-link { margin-top: 1rem; } ul.job.stock-facts { margin-top: 2rem; } .call-to-act { display: block; text-align: center; } .call-to-act-head { margin-bottom: 2rem; } .simple-banner.top { padding: 15px 0 150px; } .brows-job-category h2 { font-size: 19px; line-height: 1.4; } .select2-container { margin-bottom: 15px; } .input-with-icon .select2-container { margin-bottom: 0; } nav.navbar.navbar-inverse.navbar-mobile ul.nav { border-top: solid 1px #222; } nav.navbar.navbar-light.bootsnav { background-color: #fff; border-bottom: 1px solid #fff; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } nav.navbar.bootsnav .navbar-collapse { background-color: #252d40; border-bottom: 1px solid #252d40; } nav.bootsnav .megamenu-content .title { font-size: 17px; } .hero-banner:before { background: url(../img/hero-banner.jpg) center center/cover repeat local; } .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { margin-bottom: 12px; } .inner-header-title h1 { font-size: 40px; margin-bottom: 0; } .call-to-act-caption { padding: 5em 1em; text-align: center; } .call-to-act-caption h3 { line-height: 1.7; font-size: 17px; } .home-plane-banner:before { background: rgba(255, 255, 255, 0.8); } .mng-company { text-align: center; } .mng-company .mng-company-pic { display: table; margin: 20px auto; } .mng-company h4 { font-size: 18px; } .manage-resume-box { text-align: center; } .manage-resume-picbox { display: table; margin: 20px auto; } .pagination>li>a, .pagination>li>span { padding: 8px 14px; } .mng-resume .mng-resume-pic { margin: 20px auto; display: table; } .mng-resume { text-align: center; border-left: none; border-top: 3px solid #fff; } .brows-company { text-align: center; border-left: none; border-top: 4px solid #fff; } .brows-company .brows-company-pic { margin: 20px auto; display: table; } .brows-company .brows-company-position p { text-align: center; } .brows-resume { text-align: center; border-left: none; border-top: 4px solid #fff; } .brows-resume .brows-resume-pic { margin: 20px auto; } .br-resume { margin-bottom: 10px; } .brows-resume .browse-resume-exp span { float: none; } .brows-resume .browse-resume-rate span { text-align: center; } .detail-pannel-footer-btn a.footer-btn { margin-left: 0; float: left; margin-right: 10px; padding: 10px 30px; } .detail-status { position: relative; right: 0; top: 0; margin: 0 auto; display: table; } .detail-pannel-footer-btn.pull-right { float: left !important; width: 100%; } ul.detail-list { padding: 0; } h2.detail-title { font-size: 17px; padding: 10px 12px; } .full-detail .panel-body { padding: 0; } .ext-mrg.row.third-progress { padding: 0; margin: 0; } .footer-widget { padding: 0.5em 0 1em; } .footer-social { margin-bottom: 0; } .lg-menu ul { margin-top: 20px; } .lg-menu ul li { padding-left: 0; padding-right: 10px; } nav.navbar .navbar-brand { top: 4px; } .brows-job-list { text-align: center; padding-bottom: 30px; } .banner-caption { padding: 20px 0; } .item-click article { padding-left: 15px; padding-right: 15px; } .brows-job-category .item-click article { padding-left: 0; padding-right: 0; } .row.extra-mrg { margin-left: 0; margin-right: 0; } .job-types { text-align: left; } article.advance-search-job { text-align: center; } .advance-search-caption { margin-left: 0; } .advance-search-img-box { max-width: 70px; float: none; margin: 0 auto; } .advance-detail-pr .row.bottom-mrg { margin-left: 0; margin-right: 0; } .deatil-tab-employ.tool-tab .tab-content { padding-left: 12px; padding-right: 12px; } .brows-resume>.row, .brows-company, .manage-resume-box, .mng-company, .brows-resume, .mng-resume { display: block; align-items: center; } .item-fl-box { display: block; } .brows-company .item-fl-box .brows-company-pic { margin-right: auto; } .item-fl-box .brows-job-company-img { margin: 12px auto; } .mng-resume .item-fl-box .mng-resume-pic { margin: 12px auto; } .brows-resume .item-fl-box .brows-resume-pic { margin: 12px auto; } .mng-company .item-fl-box .mng-company-pic { margin: 12px auto; } .inner-header-page .freelance-image { float: initial; } .header-details { margin-bottom: 25px; } .fs-container { float: none; } .half-map .fs-inner-container { width: 100%; min-height: 100vh; float: none; } .fs-left-map-box .map-container.fw-map { width: 100%; position: relative; } .map-container.fw-map #map-main { position: relative; height: 400px; } .home-map.fl-wrap { height: 400px; } .fs-left-map-box { float: none; } } @media screen and (max-width: 479px) { h1 { font-size: 30px; } h2 { font-size: 20px; } h3 { font-size: 20px; } h4 { font-size: 15px; } .pagination>li>a, .pagination>li>span { padding: 6px 12px; } .inner-header-title h1 { font-size: 30px; margin-bottom: 0; } .mng-company h4 { font-size: 16px; } .manage-cndt .cndt-status { padding: 1px 23px; } .detail-pannel-footer-btn a.footer-btn { margin-left: 0; float: left; margin-right: 10px; padding: 8px 18px; } ul.detail-footer-social li { display: inline-block; padding-right: 2px; } .advance-detail.detail-desc-caption ul li { font-size: 90%; } .ur-detail-wrap.top-lay { display: block; } .ur-detail-box { margin-bottom: 1.5rem; } } @media (min-width: 768px) { .job-detail-statistic .statistic-item { width: 33%; float: left; } .flex-middle-sm { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; } } .dashboard-wrap { background: #f6f7f9; padding-bottom: 0; } .side-dashboard { background: #fff; padding: 2rem 0; min-height: 100vh; } .dashboard-avatar { width: 100%; padding: 2rem; text-align: center; } .dashboard-avatar-thumb { width: 110px; height: 110px; border-radius: 50%; display: table; margin: 0 auto 10px; border: 5px solid #e9ecf3; } .dashboard-avatar-thumb img { border-radius: 50%; max-width: 110px; } .dashboard-avatar-text h4 { font-size: 18px; margin-bottom: 3px; } .dashboard-avatar-text span { font-size: 13px; margin-bottom: 3px; } .dashboard-body { padding: 2rem 2rem 2rem 0; background: #f6f7f9; } .dashboard-caption { background: #fff; border-radius: 2px; border: 1px solid #eef2fd; } .dashboard-caption-header { display: flex; flex-wrap: wrap; align-items: center; padding: 2rem; border-bottom: 1px solid #f3f5f9; } .dashboard-caption-wrap { padding: 2rem; } .dashboard-caption-header h4 { flex: 1; font-size: 18px; margin-bottom: 0; } .dashboard-caption-header h4 i { margin-right: 8px; color: #b0bad6; font-size: 20px; position: relative; top: 3px; } .dashboard-menu h4 { margin-top: 12px; margin-left: 17px; } .dashboard-menu ul { padding: 0; margin: 0; } .dashboard-menu ul li { list-style: none; padding: 0; margin: 0; } .dashboard-menu ul li a { color: #8894a9; width: 100%; display: inline-block; padding: 1.4rem 0 1.4rem 1.5rem; border-bottom: 1px solid #f3f5f9; } .dashboard-menu ul li:last-child a { border: none; } .dashboard-menu ul li a i { margin-right: 8px; } .dashboard-menu ul li.active a { background: rgba(17, 183, 25, 0.1); color: #11b719; border-color: rgba(17, 183, 25, 0.1); } .dashboard-stat { display: inline-block; padding: 0; height: 160px; background-color: #444; color: #fff; border-radius: 4px; width: 100%; position: relative; margin-bottom: 20px; overflow: hidden; transition: 0.3s; cursor: default; } .dashboard-stat-content { position: absolute; left: 32px; top: 50%; transform: translateY(-50%); } .dashboard-stat-content h4 { font-size: 42px; font-weight: 600; padding: 0; margin: 0; color: #fff; letter-spacing: 1px; } .dashboard-stat-content span { font-size: 18px; margin-top: 4px; line-height: 24px; font-weight: 300; display: inline-block; } .dashboard-stat-icon { position: absolute; right: 32px; top: 50%; transform: translateY(-40%); font-size: 80px; opacity: 0.2; font-size: 65px; } .dashboard-stat.widget-1 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #1baf65; } .dashboard-stat.widget-2 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #f39f00; } .dashboard-stat.widget-3 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #002758; } .dashboard-stat.widget-4 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #ce024b; } .dashboard-gravity-list { margin: 0 0 30px; border: 1px solid #eaeaea; border-radius: 4px; } .dashboard-gravity-list h4 { font-size: 16px; font-weight: 600; margin: 0; padding: 20px 30px; background-color: #fff; display: block; border-bottom: 1px solid #eaeaea; border-radius: 4px 4px 0 0; } .dashboard-gravity-list ul { list-style: none; padding: 0; margin: 0; background-color: #fff; border-radius: 0 0 4px 4px; } .dashboard-gravity-list ul li { padding: 23px 30px; border-bottom: 1px solid #eaeaea; transition: 0.3s; position: relative; } .dashboard-gravity-list ul li:last-child { border-bottom: none; } .list-box-listing { display: flex; padding: 5px 0; position: relative; } .list-box-listing-img { flex: 1; max-width: 150px; position: relative; } .list-box-listing-img a { width: 100%; height: 100%; display: inline-block; overflow: hidden; position: relative; z-index: 10; } .list-box-listing-img a:before { content: ""; height: 100%; width: 100%; display: block; position: absolute; top: 0; right: 0; background-color: rgba(22, 22, 22, 0.2); border-radius: 4px; z-index: 11; } .list-box-listing-img a img { object-fit: cover; height: 100%; width: 100%; border-radius: 4px; } .list-box-listing-content { flex: 1; padding-left: 25px; } .list-box-listing-content .inner { position: relative; top: 14px; vertical-align: top; } .list-box-listing-content .inner h3 { font-size: 18px; bottom: -2px; position: relative; font-weight: 500; margin: 0; line-height: 27px; } .star-rating .ti-star { display: inline-block; margin: 0; padding: 0; color: #ff9500; float: left; margin-right: 4px; position: relative; } span.ti-star.empty { color: #b1b9c1; } .list-box-listing-content .inner span { font-size: 15px; font-weight: 300; display: inline-block; } .list-box-listing-content .inner .star-rating { margin: 5px 0 0; display: block; } .bookings .list-box-listing-img img { max-width: 100%; } .rating-counter { color: #909090; padding-left: 5px; display: inline-block; font-size: 15px; } .star-rating .rating-counter { top: -3px; position: relative; font-size: 14px; } .buttons-to-right, .dashboard-gravity-list .button.to-right { position: absolute; right: 30px; top: 50%; transform: translate3d(0, -49%, 0); -moz-transform: translate3d(0, -50%, 0); opacity: 0; transition: 0.4s; box-shadow: 0 0 10px 15px #fbfbfb; } .dashboard-gravity-list .button { padding: 8px 15px; line-height: 20px; border-radius: 50px; font-size: 13px; font-weight: 600; margin: 0; } .dashboard-gravity-list .button.gray { background-color: #e4e8ef; color: #636a7b; } .dashboard-gravity-list .button.gray:hover, .dashboard-gravity-list .button.gray:focus { background: #da0136; color: #fff; } .dashboard-gravity-list .button i { padding-right: 2px; position: relative; top: 1px; } .dashboard-gravity-list li:hover .buttons-to-right, .dashboard-gravity-list li:hover .button.to-right { opacity: 1; } .dashboard-gravity-list.with-icons ul li { padding-left: 87px; font-size: 14px; } .dashboard-gravity-list.with-icons ul li strong { color: #414b5a; } .dashboard-gravity-list ul li i.dash-icon-box { height: 38px; width: 38px; color: #7f8bab; text-align: center; line-height: 37px; border-radius: 50%; transition: 0.3s; display: inline-block; background-color: #f4f5f7; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; } .numerical-rating { color: #fff; font-size: 14px; font-weight: 600; text-align: center; line-height: 26px; height: 26px; width: 44px; display: inline-block; position: relative; border-radius: 50px; letter-spacing: -0.5px; background-color: rgba(255, 255, 255, 0.2); margin: 15px 32px; } .dashboard-gravity-list .numerical-rating { margin: 0 3px; } .numerical-rating:before { content: attr(data-rating); } a.close-list-item { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; opacity: 0; padding: 4px; color: #ea2828; transition: 0.3s; } .dashboard-gravity-list.invoices li { padding: 20px 30px; } .dashboard-gravity-list ul li:hover a.close-list-item { opacity: 1; } .dashboard-gravity-list.invoices ul ul { line-height: 22px; color: #7c8796; padding: 0; margin: 0; } .dashboard-gravity-list ul ul li { padding: 0; border: none; transition: 0.3s; background-color: transparent; display: inline-block; } .dashboard-gravity-list.invoices ul ul li { padding: 0; } .dashboard-gravity-list.invoices ul ul li:after { content: ""; display: inline-block; width: 1px; height: 11px; background-color: #e0e0e0; position: relative; margin: 0 10px; } .dashboard-gravity-list.invoices ul ul li:last-child:after { display: none; } .numerical-rating.high { background-color: #1baf65; } .numerical-rating.mid { background-color: #ffc10a; } .numerical-rating.low { background-color: #db2929; } .unpaid { color: #d4222b; } .paid { color: #00ba74; } .dashboard-gravity-list ul ul { background-color: transparent; } .dashboard-gravity-list ul ul li { padding: 0; border: none; transition: 0.3s; background-color: transparent; display: inline-block; } .inner-booking-list ul li:after { content: ""; display: inline-block; position: relative; margin: 0 10px; height: 12px; top: 1px; background-color: #ddd; width: 1px; } .inner-booking-list ul li.highlighted:after { display: none; } .inner-booking-list ul li.highlighted { padding: 2px 10px; line-height: 22px; font-weight: 500; font-size: 14px; background-color: #f4f5f7 !important; color: #7e8b9a; border-radius: 50px; display: inline-block; border: none; } .pending-booking .inner-booking-list ul li.highlighted { background-color: rgba(49, 167, 255, 0.1) !important; color: #31a7ff; } .approved-booking .inner-booking-list ul li.highlighted { background-color: rgba(29, 183, 92, 0.1) !important; color: #1db75c; } .dashboard-gravity-list ul ul li:nth-last-child(2n + 1) { background-color: transparent; } a.rate-review { border: 1px solid #e0e0e0; border-radius: 50px; font-size: 13px; color: #666; font-weight: 500; padding: 5px 20px; margin-top: 20px; display: inline-block; transition: 0.3s; } .dashboard-gravity-list a.rate-review { border: none; background-color: #eceef3; color: #636a7b; padding: 6px 18px; } a.rate-review i { padding-right: 3px; } .dashboard-gravity-list a.rate-review:hover { color: #fff; background: #e21f1f; } .comission-taken { border-radius: 3px; font-size: 14px; color: #fff; font-weight: 400; background: #333; display: inline-block; padding: 6px 10px; float: right; position: relative; top: -3px; } #SendMessage .modal-header { padding: 12px 15px; } #SendMessage .modal-header.theme-bg h4.modal-title { color: #fff; font-size: 20px; } #SendMessage .modal-header.theme-bg .close { color: #fff; opacity: 1; } #SendMessage .modal-content { padding: 0; } #SendMessage .modal-body { position: relative; padding: 15px; } #SendMessage .modal-body label { font-weight: 400; } #SendMessage .form-control { height: 50px; border: 1px solid #dde6ef; margin-bottom: 10px; box-shadow: none; border-radius: 0; background: #fbfdff; font-size: 15px; color: #6b7c8a; font-weight: 400; } #SendMessage .form-control.big-height { height: 150px; } #SendMessage .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e0ebf1; background: #eef5f9; } #SendMessage .btn { padding: 6px 14px; border-radius: 2px; } input.form-control.wide-width { width: auto; } ul.list { margin: 0; padding: 0; } .job-info.premium-job:before { content: "\f005"; position: absolute; left: 10px; top: -10px; font-family: "FontAwesome"; color: #ff9800; } .mysp-jobs-list ul { margin-bottom: 35px; } #themesListFilter>li, .mysp-jobs-list ul>li { list-style: none; } .manage-list-row { background: #fff; border: 1px solid #e9f0f3; border-radius: 4px; padding: 20px 0; margin-bottom: 15px; margin-left: 0; list-style: none; box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02); -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-backface-visibility: hidden; } .manage-list-row:hover, .manage-list-row:focus { box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06); -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06); } .mysp-sites-list .site-name, .manage-list-row .job-info { float: left; padding-left: 80px; position: relative; } .manage-list-row .job-info { padding-left: 25px; } .mysp-sites-list .site-options, .manage-list-row .job-buttons { float: right; margin-right: 25px; position: relative; } .manage-list-row .job-buttons { margin-top: 7px; } .manage-list-row .job-info .job-img { border-radius: 2px; float: left; margin-right: 25px; width: 60px; } .manage-list-row .job-info .job-img img { display: block; max-width: 70px; } .manage-list-row .job-details { display: inline-block; font-size: 16px; } .manage-list-row .job-info h3 { display: block; font-size: 18px; font-size: 1.8rem; margin: 0; line-height: 1.3; } .manage-list-row .job-info h3 a:hover, .manage-list-row .job-info h3 a:focus { text-decoration: none; } .manage-list-row small { color: #546e7a; display: inline-block; line-height: 1.3; margin-right: 15px; } .manage-list-row small i { margin-right: 7px; } .button.button-medium.button-icon { height: 40px; line-height: 43px; width: 43px; } .btn.manage-btn { margin: 0 2px; padding: 10px 15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a.btn.btn-gary.manage-btn { background: #f4f5f7; box-shadow: none; } a.btn.btn-blue.manage-btn { background: #2196f3; color: #fff; } a.btn.btn-success.manage-btn { background: #30ab4a; color: #fff; } a.btn.btn-shortlist.manage-btn { background: #353535; color: #fff; } a.btn.btn-shortlist.manage-btn:hover, a.btn.btn-shortlist.manage-btn:focus { background: #30ab4a; color: #fff; } a.btn.btn-cancel.manage-btn { background: #f44336; color: #fff; } .job-details .j-type { display: table; padding: 2px 8px; border-radius: 2px; font-size: 12px; color: #fff; } .dashboard-caption .job-details .j-type { margin-top: 4px; font-size: 13px; } .job-details .full-time { background: #4caf50; } .job-details .part-time { background: #ff9800; } .job-details .freelancer { background: #2196f3; } .job-details .internship { background: #e91e63; } .shortlisted-can { position: relative; height: 26px; display: inline-block; color: #fff; font-weight: 500; font-size: 14px; background-color: #30ab4a; text-align: center; font-weight: 500; border-radius: 4px; padding: 0 8px 0 0; margin: 0; padding-left: 34px; line-height: 27px; text-transform: capitalize; } .shortlisted-can:before { content: "\e64c"; font-family: "themify"; font-size: 14px; color: #fff; position: absolute; top: 0; left: 0; border-radius: 4px 0 0 4px; line-height: 26px; height: 26px; width: 26px; display: inline-block; background-color: #38b653; } .skill-tag { background-color: #eaedf3; border-radius: 0 2px 2px 0; color: #8492af; display: inline-block; font-size: 11px; font-weight: 600; line-height: 1.2727272727; margin: 2px 15px 2px 0; padding: 3px 7px; position: relative; text-transform: uppercase; } .skill-tag:before { border-top: 10px solid transparent; border-left: 9px solid #eaedf3; border-bottom: 10px solid transparent; content: ""; height: 0; position: absolute; top: 0; right: -8px; width: 0; } .skill-tag:after { background-color: #fff; border-radius: 50%; content: ""; height: 4px; position: absolute; top: 8px; right: -2px; width: 4px; } .form-control.big-height { height: 150px; } .skill-show { font-size: 12px; font-weight: 500; } .dashboard-body .banner-caption .select2-container--default .select2-selection--single, .dashboard-body .select2-container--default .select2-selection--multiple { min-height: 50px; border: 1px solid #dde6ef !important; } .dashboard-body .select2-container--default .select2-selection--multiple .select2-selection__rendered { line-height: 36px; } .dashboard-body .form-control:hover, .form-control:focus { box-shadow: none; outline: none; } .btn-savepreview, .btn-savepreview:hover, .btn-savepreview:focus { border: none; padding: 1.6rem 4rem; color: #fff; font-size: 17px; border-radius: 6px; background: #11a457; display: inline-block; } .btn-savepreview.small-btn, .btn-savepreview.small-btn:hover, .btn-savepreview.small-btn:focus { border: none; padding: 1rem 2.5rem; color: #fff; font-size: 15px; border-radius: 4px; background: #11a457; display: inline-block; } .btn-savepreview i { margin-right: 1rem; } .publish { font-size: 18px; color: #11b768; } .unpublish { font-size: 18px; color: #d41515; } .dashboard-body .table>thead>tr>th { border-bottom: 1px solid #eceff5; } .dashboard-body .table>tbody>tr>td, .dashboard-body .table>tbody>tr>th, .dashboard-body .table>tfoot>tr>td, .dashboard-body .table>tfoot>tr>th, .dashboard-body .table>thead>tr>td, .dashboard-body .table>thead>tr>th { padding: 16px 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #eceff5; } .dashboard-body .table tbody tr th a { color: #4683da; } .filt-width { min-width: 200px; } .dashboard-body .input-group { width: 100%; } .custom-file { height: calc(2.8em + 0.75rem + 2px); } .input-group>.custom-file { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; flex: 1 1 0; min-width: 0; margin-bottom: 0; } .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(2.8em + 0.75rem + 2px); margin: 0; opacity: 0; } .input-group>.custom-file:not(:first-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; } .custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.8em + 0.75rem + 3px); padding: 1.375rem 0.75rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(2.9em + 0.75rem); padding: 1.388rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 0.25rem 0.25rem 0; } .custom-file-input:lang(en)~.custom-file-label::after { content: "Browse"; } .w3-sidebar { height: 100%; width: 200px; background-color: #43525f; position: fixed !important; top: 0; z-index: 999; overflow: auto; } .w3-animate-right { position: relative; animation: animateright 0.4s; } @keyframes animateright { from { right: -300px; opacity: 0; } to { right: 0; opacity: 1; } } button.w3-bar-item.w3-button.w3-large { background: #2f3b46; border: none; width: 100%; padding: 10px 0; color: #889bab; } button.w3-button.w3-teal.w3-xlarge.w3-right { background: #3b4b56; border: none; width: 50px; height: 50px; border-radius: 50%; font-size: 25px; color: #728696; position: fixed; bottom: 15px; right: 15px; } ul#styleOptions { margin: 30% 0 0; padding: 0; } ul#styleOptions li { list-style: none; display: inline-block; margin: 5px; } a.cl-box { width: 50px; height: 50px; border-radius: 5px; display: block; margin: 0 auto; } a.cl-box.blue { background: #0084ff; } a.cl-box.red { background: #dd2027; } a.cl-box.purple { background: #aa68fc; } a.cl-box.dark-red { background: #de185a; } a.cl-box.green { background: #07b107; } a.cl-box.orange { background: #ec5525; } a.cl-box.sea-blue { background: #02b9b5; } a.cl-box.pink { background: #ff569c; } .spin { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -o-transition-duration: 1s; transition-duration: 1s; -webkit-animation-name: rotate; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: rotate; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; animation-name: rotate; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; position: absolute; top: 12px; left: 15px; } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes rotate { from { -moz-transform: rotate(0); } to { -moz-transform: rotate(360deg); } } @keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* Bootstraper */ /* padding */ .p-4 { padding: 4px; } pl-4 { padding: 20px; } /* end Padding */ .shadows { box-shadow: 1px 4px 10px 5px rgba(40, 52, 71, 0.12); } /* margin */ .mb-3 { margin-bottom: 20px; } .mt-4 { margin-top: 20px; } .my-4 { margin-top: -10px; margin-bottom: 10px; } /* end margin */ /* Button */ a.navbar-button { margin: 5px; margin-left: 10px; } /* end button */ /* layout custom */ .container-navbar { display: flex; flex-direction: row; } .signin .text-not-uppercase { text-transform: none; } /* container header navbar normal */ .container-content-navbar { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media only screen and (max-width: 992px) { a.navbar-button { display: none; } } @media (min-width: 768px) { .container-content-navbar { width: 750px; } } @media (min-width: 992px) { .container-content-navbar { width: 970px; } } @media (min-width: 1200px) { .container-content-navbar { width: 1240px; margin-left: -20px; margin-top: 3px; } } /* end layout custom */ /* material icon custom */ span.material-icons.md-40 { font-size: 40px; } /* end material icon custom */ /* dorm custom */ .col-md-10.no-padd.form-custom { display: contents; } @media only screen and (max-width: 500px) { .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { height: 56px; font-size: 1.3rem; } } /* end form custom */ /* Notification */ .recent-success { color: #fff; background-color: #03a84ec7; } .recent-primary { color: #fff; background-color: #072c5cb3; } .recent-danger { color: #fff; background-color: #f77171; } /* End Notification */ /* Colors */ /* End Colors */ /* end Bootstraper */
public/assets/assets_inti/css/style.css
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900"; @import "https://fonts.googleapis.com/css?family=Raleway:400,500,600,700"; @import "https://fonts.googleapis.com/css?family=Josefin+Slab:400,600,700"; html, body { width: 100%; height: auto; margin: 0; padding: 0; overflow-x: hidden; } body { background: #fff; font-family: "Muli", sans-serif; position: relative; font-size: 15px; color: #667488; line-height: 24px; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; color: #272f46; margin-top: 0; } h1 { font-size: 50px; } h2 { font-size: 30px; } h3 { font-size: 25px; } h4 { font-size: 16px; } p { position: relative; text-transform: capitalize; line-height: 23px; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; transition: 0.2s ease-in; } ::selection { background: #11b719; color: #fff; } a { color: #272f46; } a, a:active, a:focus, a:hover { outline: none; text-decoration: 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; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inverse-bg a, .inverse-bg h1, .inverse-bg h2, .inverse-bg h3, .inverse-bg h4, .inverse-bg h5, .inverse-bg h6, .inverse-bg p, .inverse-bg small { color: #fff; } .extra.row { margin-right: 15px; margin-left: 15px; } section { padding: 60px 0; background: #fff; } section.gray, .gray { background: #f6f7f9; } .no-mrg { padding: 0; margin-left: 0; margin-right: 0; } a.btn.call-btn { background: #fff; border-radius: 4px; padding: 0.8em 2em; color: #11b719; text-transform: capitalize; } .small-padd { padding: 0 7px; } section.gray-bg { background: #f5f6f7; } .freelance-box { padding: 5px; } .inner-header-title.light-tx h2 { color: #fff; } html body .padd-0 { padding: 0 !important; } html body .padd-5 { padding: 5px !important; } html body .padd-10 { padding: 10px !important; } html body .padd-15 { padding: 15px !important; } html body .padd-20 { padding: 20px !important; } html body .padd-l-0 { padding-left: 0 !important; } html body .padd-l-5 { padding-left: 5px !important; } html body .padd-l-10 { padding-left: 10px !important; } html body .padd-l-15 { padding-left: 15px !important; } html body .padd-r-0 { padding-right: 0 !important; } html body .padd-r-5 { padding-right: 5px !important; } html body .padd-r-10 { padding-right: 10px !important; padding-right: 15px !important; } html body .padd-top-0 { padding-top: 0 !important; } html body .padd-top-5 { padding-top: 5px !important; } html body .padd-top-10 { padding-top: 10px !important; } html body .padd-top-15 { padding-top: 15px !important; } html body .padd-top-20 { padding-top: 20px !important; } html body .padd-top-25 { padding-top: 25px !important; } html body .padd-top-30 { padding-top: 30px !important; } html body .padd-top-40 { padding-top: 40px !important; } html body .padd-bot-0 { padding-bottom: 0 !important; } html body .padd-bot-5 { padding-bottom: 5px !important; } html body .padd-bot-10 { padding-bottom: 10px !important; } html body .padd-bot-15 { padding-bottom: 15px !important; } html body .padd-bot-20 { padding-bottom: 20px !important; } html body .padd-bot-25 { padding-bottom: 25px !important; } html body .padd-bot-30 { padding-bottom: 30px !important; } html body .padd-bot-40 { padding-bottom: 40px !important; } html body .mrg-0 { margin: 0 !important; } html body .mrg-5 { margin: 5px !important; } html body .mrg-10 { margin: 10px !important; } html body .mrg-15 { margin: 15px !important; } html body .mrg-20 { margin: 20px !important; } html body .mrg-l-0 { margin-left: 0 !important; } html body .mrg-l-5 { margin-left: 5px !important; } html body .mrg-l-10 { margin-left: 10px !important; } html body .mrg-l-15 { margin-left: 15px !important; } html body .mrg-r-0 { margin-right: 0 !important; } html body .mrg-r-5 { margin-right: 5px !important; } html body .mrg-r-10 { margin-right: 10px !important; } html body .mrg-r-15 { margin-right: 15px !important; } html body .mrg-top-0 { margin-top: 0 !important; } html body .mrg-top-5 { margin-top: 5px !important; } html body .mrg-top-10 { margin-top: 10px !important; } html body .mrg-top-15 { margin-top: 15px !important; } html body .mrg-top-20 { margin-top: 20px !important; } html body .mrg-top-25 { margin-top: 25px !important; } html body .mrg-top-30 { margin-top: 30px !important; } html body .mrg-top-40 { margin-top: 40px !important; } html body .mrg-top-70 { margin-top: 70px !important; } html body .mrg-bot-0 { margin-bottom: 0 !important; } html body .mrg-bot-5 { margin-bottom: 5px !important; } html body .mrg-bot-10 { margin-bottom: 10px !important; } html body .mrg-bot-15 { margin-bottom: 15px !important; } html body .mrg-bot-20 { margin-bottom: 20px !important; } html body .mrg-bot-25 { margin-bottom: 25px !important; } html body .mrg-bot-30 { margin-bottom: 30px !important; } html body .mrg-bot-40 { margin-bottom: 40px !important; } html body .extra-mrg-5 { margin: 0 -5px !important; } html body .extra-mrg-10 { margin: 0 -10px !important; } html body .extra-mrg-15 { margin: 0 -15px !important; } html body .extra-mrg-20 { margin: 0 -20px !important; } html body .bg-info { background: #01b2ac !important; } html body .bg-primary { background: #1194f7 !important; } html body .bg-danger { background: #f21136 !important; } html body .bg-warning { background: #ff9800 !important; } html body .bg-success { background: #11b719 !important; } html body .bg-purple { background: #c580ff !important; } html body .bg-default { background: #283447 !important; } html body .bg-trans-info { background: rgba(2, 182, 179, 0.12) !important; } html body .bg-trans-primary { background: rgba(17, 148, 247, 0.12) !important; } html body .bg-trans-danger { background: rgba(242, 17, 54, 0.12) !important; } html body .bg-trans-warning { background: rgba(255, 152, 0, 0.12) !important; } html body .bg-trans-success { background: rgba(15, 183, 107, 0.12) !important; } html body .bg-trans-purple { background: rgba(197, 128, 255, 0.12) !important; } html body .bg-trans-default { background: rgba(40, 52, 71, 0.12) !important; } html body .bg-info-br { border: 1px solid #01b2ac !important; background: rgba(2, 182, 179, 0.12) !important; } html body .bg-primary-br { border: 1px solid #1194f7 !important; background: rgba(17, 148, 247, 0.12) !important; } html body .bg-danger-br { border: 1px solid #f21136 !important; background: rgba(242, 17, 54, 0.12) !important; } html body .bg-warning-br { border: 1px solid #ff9800; background: rgba(255, 152, 0, 0.12) !important; } html body .bg-success-br { border: 1px solid #11b719 !important; background: rgba(15, 183, 107, 0.12) !important; } html body .bg-purple-br { border: 1px solid #c580ff !important; background: rgba(197, 128, 255, 0.12) !important; } html body .bg-default-br { border: 1px solid #283447 !important; background: rgba(40, 52, 71, 0.12) !important; } html body .cl-info { color: #01b2ac !important; } html body .cl-primary { color: #1194f7 !important; } html body .cl-danger { color: #f21136 !important; } html body .cl-warning { color: #ff9800 !important; } html body .cl-success { color: #11b719 !important; } html body .cl-purple { color: #c580ff !important; } html body .cl-default { color: #283447 !important; } html body .cl-white { color: #fff !important; } .br { border: 1px solid #eaeff5 !important; } .bl-1 { border-left: 1px solid #eaeff5 !important; } .bl-2 { border-left: 2px solid #eaeff5 !important; } .bl-3 { border-left: 3px solid #eaeff5 !important; } .bl-4 { border-left: 4px solid #eaeff5 !important; } .br-1 { border-right: 1px solid #eaeff5 !important; } .br-2 { border-right: 2px solid #eaeff5 !important; } .br-3 { border-right: 3px solid #eaeff5 !important; } .br-4 { border-right: 4px solid #eaeff5 !important; } .bt-1 { border-top: 1px solid #eaeff5 !important; } .bt-2 { border-top: 2px solid #eaeff5 !important; } .bt-3 { border-top: 3px solid #eaeff5 !important; } .bt-4 { border-top: 4px solid #eaeff5 !important; } .bb-1 { border-bottom: 1px solid #eaeff5 !important; } .bb-2 { border-bottom: 2px solid #eaeff5 !important; } .bb-3 { border-bottom: 3px solid #eaeff5 !important; } .bb-4 { border-bottom: 4px solid #eaeff5 !important; } .br-fade { border-color: rgba(97, 107, 127, 0.07) !important; } html body .br-info { border-color: #01b2ac !important; } html body .br-primary { border-color: #1194f7 !important; } html body .br-danger { border-color: #f21136 !important; } html body .br-warning { border-color: #ff9800 !important; } html body .br-success { border-color: #11b719 !important; } html body .br-purple { border-color: #c580ff !important; } html body .br-gary { border-color: #e2e5e8 !important; } html body .br-default { border-color: #283447 !important; } html body .bg-online { background: #68c70b !important; } html body .bg-offline { background: #e02b0d !important; } html body .bg-busy { background: #2196f3 !important; } html body .bg-working { background: #ff9800 !important; } html body .normal-height { height: 46px; } html body .height-10 { height: 10px; } html body .height-20 { height: 20px; } html body .height-30 { height: 30px; } html body .height-40 { height: 40px; } html body .height-50 { height: 50px; } html body .height-60 { height: 60px; } html body .height-70 { height: 70px; } html body .height-80 { height: 80px; } html body .height-90 { height: 90px; } html body .height-100 { height: 100px; } html body .height-110 { height: 110px; } html body .height-120 { height: 120px; } html body .height-130 { height: 130px; } html body .height-140 { height: 140px; } html body .height-150 { height: 150px; } html body .height-160 { height: 160px; } html body .height-170 { height: 170px; } html body .height-180 { height: 180px; } html body .height-190 { height: 190px; } html body .height-200 { height: 200px; } html body .height-210 { height: 210px; } html body .height-220 { height: 220px; } html body .height-230 { height: 230px; } html body .height-240 { height: 240px; } html body .height-250 { height: 250px; } html body .height-260 { height: 260px; } html body .height-270 { height: 270px; } html body .height-280 { height: 280px; } html body .height-290 { height: 290px; } html body .height-300 { height: 300px; } html body .height-350 { height: 350px; } html body .height-400 { height: 400px; } html body .height-450 { height: 450px; } html body .full-width { width: 100%; } html body .width-30 { width: 30px; } html body .width-40 { width: 40px; } html body .width-50 { width: 50px; } html body .width-60 { width: 60px; } html body .width-70 { width: 70px; } html body .width-80 { width: 80px; } html body .width-90 { width: 90px; } html body .width-100 { width: 100px; } html body .width-110 { width: 110px; } html body .width-120 { width: 20px; } html body .width-130 { width: 130px; } html body .width-140 { width: 140px; } html body .width-150 { width: 150px; } html body .width-160 { width: 160px; } html body .width-170 { width: 170px; } html body .width-180 { width: 180px; } html body .width-190 { width: 190px; } html body .width-200 { width: 200px; } html body .width-210 { width: 210px; } html body .width-220 { width: 220px; } html body .width-230 { width: 230px; } html body .width-240 { width: 240px; } html body .width-250 { width: 250px; } html body .width-260 { width: 260px; } html body .width-270 { width: 270px; } html body .width-280 { width: 280px; } html body .width-290 { width: 290px; } html body .width-300 { width: 300px; } html body .line-height-10 { line-height: 10px; } html body .line-height-12 { line-height: 12px; } html body .line-height-14 { line-height: 14px; } html body .line-height-16 { line-height: 16px; } html body .line-height-18 { line-height: 18px; } html body .line-height-20 { line-height: 20px; } html body .line-height-22 { line-height: 22px; } html body .line-height-24 { line-height: 24px; } html body .line-height-26 { line-height: 26px; } html body .line-height-28 { line-height: 28px; } html body .line-height-30 { line-height: 30px; } html body .line-height-32 { line-height: 32px; } html body .line-height-34 { line-height: 34px; } html body .line-height-36 { line-height: 36px; } html body .line-height-38 { line-height: 38px; } html body .line-height-40 { line-height: 40px; } html body .line-height-42 { line-height: 42px; } html body .line-height-44 { line-height: 44px; } html body .line-height-46 { line-height: 46px; } html body .line-height-48 { line-height: 48px; } html body .line-height-50 { line-height: 50px; } html body .line-height-60 { line-height: 60px; } html body .line-height-70 { line-height: 70px; } html body .line-height-80 { line-height: 80px; } html body .line-height-90 { line-height: 90px; } html body .line-height-100 { line-height: 100px; } html body .line-height-110 { line-height: 110px; } html body .line-height-120 { line-height: 120px; } html body .line-height-130 { line-height: 130px; } html body .line-height-140 { line-height: 140px; } html body .line-height-150 { line-height: 150px; } html body .line-height-160 { line-height: 160px; } html body .line-height-170 { line-height: 170px; } html body .line-height-180 { line-height: 180px; } html body .line-height-190 { line-height: 190px; } html body .line-height-200 { line-height: 200px; } html body .line-height-210 { line-height: 210px; } html body .line-height-220 { line-height: 220px; } html body .line-height-230 { line-height: 230px; } html body .line-height-240 { line-height: 240px; } html body .line-height-250 { line-height: 250px; } html body .line-height-260 { line-height: 260px; } html body .line-height-270 { line-height: 270px; } html body .line-height-280 { line-height: 280px; } html body .line-height-290 { line-height: 290px; } html body .line-height-300 { line-height: 300px; } html body .line-height-350 { line-height: 350px; } html body .line-height-400 { line-height: 400px; } html body .line-height-450 { line-height: 450px; } html body .font-10 { font-size: 10px !important; } html body .font-12 { font-size: 12px !important; } html body .font-13 { font-size: 13px !important; } html body .font-16 { font-size: 16px !important; } html body .font-18 { font-size: 18px !important; } html body .font-15 { font-size: 15px !important; } html body .font-20 { font-size: 20px !important; } html body .font-25 { font-size: 25px !important; } html body .font-30 { font-size: 30px !important; } html body .font-35 { font-size: 35px !important; } html body .font-40 { font-size: 40px !important; } html body .font-45 { font-size: 45px !important; } html body .font-50 { font-size: 50px !important; } html body .font-60 { font-size: 60px !important; } html body .font-70 { font-size: 70px !important; } html body .font-80 { font-size: 80px !important; } html body .font-90 { font-size: 90px !important; } html body .font-100 { font-size: 100px !important; } html body .font-bold { font-weight: 700 !important; } html body .font-normal { font-weight: 400 !important; } html body .font-midium { font-weight: 500 !important; } html body .font-light { font-weight: 300 !important; } html body .font-italic { font-style: italic !important; } html body .label-info { background: #01b2ac !important; } html body .label-primary { background: #1194f7 !important; } html body .label-danger { background: #f21136 !important; } html body .label-warning { background: #ff9800 !important; } html body .label-success { background: #11b719 !important; } html body .label-purple { background: #c580ff !important; } html body .label-default { background: #283447 !important; } :focus { outline: none; } .select2-container--open .select2-dropdown { top: 0; } .select2-container { width: 100% !important; vertical-align: inherit; } body .select2-container--open .iwj-find-jobs-dropdown.select2-dropdown { border-width: 0 2px 2px; border-style: solid; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; position: relative; top: -2px; } body .select2-search--dropdown { padding: 0; } .select2-search--dropdown .select2-search__field { background: url(../img/search.png) right 8px top 14px no-repeat #fff; padding-right: 30px; } body .select2-container--default .select2-search--dropdown .select2-search__field { border: none; border-bottom: 1px solid #eee; line-height: 30px; padding: 5px 15px; } .select2-results { display: block; } .select2-container--default .select2-results>.select2-results__options { max-height: 220px; overflow-y: auto; } body .select2-results__option { padding: 12px 20px; } .select2-results__option[aria-selected] { cursor: pointer; } body .select2-container--default .select2-results__option { background: #fff; border-bottom: 1px rgba(0, 0, 0, 0.05) solid; color: #606871; } .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #f3f3f5; } .select2-container--default .select2-results__option--highlighted { background-color: #fff; color: #5897fb; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: #fff; } body .select2-search--dropdown:focus { outline: none; } .select2-dropdown { border: 1px solid #e3e5ea; } .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { border-radius: 0; border: none; min-height: 52px; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #6a7884; border: 1px solid #dde6ef; background: #fbfdff; font-size: 16px; line-height: 50px; padding-left: 10px; text-align: left; } .input-with-icon .select2-container--default .select2-selection--single .select2-selection__rendered { color: #6a7884; border: 1px solid #dde6ef; background: #fbfdff; font-size: 16px; line-height: 50px; padding-left: 0; text-align: left; border: 1px solid #fff; background: #fff; line-height: 60px; } .slide-banner .select2-container--default .select2-selection--single .select2-selection__rendered, .home-5 .select2-container--default .select2-selection--single .select2-selection__rendered { border: none; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #6a7884; line-height: 32px; padding-left: 15px; } .select2-container--default .select2-selection--single .select2-selection__arrow { min-height: 60px; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: solid #e3e5ea 1px; outline: 0; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #eef1f5; border: 1px solid #e3e7ec; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 6px; line-height: 1.2; padding: 5px 10px; } .btn:hover, button:hover, .btn:focus, button:focus { cursor: pointer; } .btn { font-size: 14px; border-radius: 2px; padding: 14px 20px; letter-spacing: 0.5px; text-shadow: none; box-shadow: 0 2px 8px rgba(102, 103, 107, 0.15); } .btn.focus, .btn:focus, .btn:hover { text-decoration: none; } .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover { color: #677897; box-shadow: none; } button:focus { outline: none; outline: none; } .btn-rounded { border-radius: 50px; } .btn.btn-small { padding: 0.3rem 1rem; } .btn.btn-lg { padding: 1rem; } .btn-circle-30 { width: 30px; height: 30px; line-height: 30px; text-align: center; color: #677897; background-color: #fff; border: 1px solid #eaeff5; display: inline-block; border-radius: 50%; } .btn-circle-30:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; border-color: #eaeff5; } .btn-circle-40 { width: 40px; height: 40px; line-height: 40px; text-align: center; color: #677897; border: 1px solid #eaeff5; background-color: #fff; display: inline-block; border-radius: 50%; } .btn-circle-40:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; } .btn-circle-50 { width: 50px; height: 50px; line-height: 50px; text-align: center; color: #677897; border: 1px solid #eaeff5; background-color: #fff; display: inline-block; border-radius: 50%; } .btn-circle-50:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; } .btn-circle-60 { width: 60px; height: 60px; line-height: 60px; text-align: center; color: #677897; border: 1px solid #eaeff5; background-color: #fff; display: inline-block; border-radius: 50%; } .btn-circle-60:hover, .btn-circle-30:focus { color: #677897; background-color: #eaeff5; } a.bg-danger:focus, a.bg-danger:hover { background-color: #da0a2c; color: #fff; } .btn.focus, .btn:focus { outline: 0; box-shadow: none; } .btn-secondary { color: #677897; background-color: #fff; border-color: #eaeff5; } .btn-secondary:hover, .btn-secondary:focus { color: #677897; background-color: #eaeff5; border-color: #eaeff5; } .btn-trans { background: transparent; border: none; color: #677897; } .btn.btn-default { border: 1px solid #eaeff5; background: #fff; color: #677897; } .btn-default:active, .btn-default.active { border: 1px solid #eaeff5; background: #fff; color: #677897; outline: none; } .btn-default:hover, .btn-default:focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover { border: 1px solid #eaeff5; background: #fff; color: #677897; outline: none; } .btn.btn-dark { border: 1px solid #323f46; background: #323f46; color: #fff; } .btn-dark:active, .btn-dark.active { border: 1px solid #323f46; background: #323f46; color: #fff; outline: none; } .btn-dark:hover, .btn-dark:focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover { border: 1px solid #323f46; background: #323f46; color: #fff; outline: none; } .btn-info { background: #1db9aa; border-color: #1db9aa; color: #fff; } .btn-info:active, .btn-info.active { background: #1db9aa; border-color: #1db9aa; color: #fff; outline: none; } .btn-info:hover, .btn-info:focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover { background: #1db9aa; border-color: #1db9aa; color: #fff; outline: none; } .btn-primary { background: #2196f3; border-color: #2196f3; color: #fff; } .btn-primary:active, .btn-primary.active { background: #2196f3; border-color: #2196f3; color: #fff; outline: none; } .btn-primary:hover, .btn-primary:focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover { background: #2196f3; border-color: #2196f3; color: #fff; outline: none; } .btn-danger { background: #e63c3c; border-color: #e63c3c; color: #fff; } .btn-danger:active, .btn-danger.active { background: #e63c3c; border-color: #e63c3c; color: #fff; outline: none; } .btn-danger:hover, .btn-danger:focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover { background: #e63c3c; border-color: #e63c3c; color: #fff; outline: none; } .btn-warning { background: #f39c12; border-color: #f39c12; color: #fff; } .btn-warning:active, .btn-warning.active { background: #f39c12; border-color: #f39c12; color: #fff; outline: none; } .btn-warning:hover, .btn-warning:focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover { background: #f39c12; border-color: #f39c12; color: #fff; outline: none; } .btn-success { background: #11b719; border-color: #11b719; color: #fff; } .btn-success:active, .btn-success.active { background: #11b719; border-color: #11b719; color: #fff; outline: none; } .btn-success:hover, .btn-success:focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover { background: #11b719; border-color: #11b719; color: #fff; outline: none; } .btn-purple { background: #c580ff; border-color: #c580ff; color: #fff; } button:hover, input:hover, input:focus, button:focus { outline: none; } .form-control { height: 50px; border: 1px solid #dde6ef; margin-bottom: 10px; box-shadow: none; border-radius: 0; background: #fbfdff; font-size: 15px; color: #445461; font-weight: 400; } .bootstrap-select.form-control { margin-bottom: 0; padding: 0; margin-bottom: 10px; border: 1px solid #dde6ef; } .form-control:hover, .form-control:focus { border: 1px solid #dde6ef; -webkit-box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075); box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075); outline: none; } .form-control .btn.dropdown-toggle.btn-default:hover, .form-control .btn.dropdown-toggle.btn-default:focus { border: none; -webkit-box-shadow: none; box-shadow: none; outline: none; } .bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default { background: transparent; height: 46px; border: 1px solid transparent; color: #445461; text-shadow: none; border-radius: 0; box-shadow: none; } .bootstrap-select .dropdown-toggle:focus { outline: none !important; outline: none !important; outline-offset: 0 !important; } .bootstrap-select.btn-group .dropdown-menu li a { padding: 8px 10px; } .bootstrap-select.btn-group .dropdown-menu li a:hover { box-shadow: none; background: #11b719; color: #fff; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: none; box-shadow: none; } .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default { color: #445461; background-color: transparent; border-color: transparent; } button.btn.dropdown-toggle.btn-default { background: transparent; border: none; box-shadow: none; height: 46px; } textarea::-moz-placeholder { color: #6a7884; opacity: 1; } textarea::-ms-input-placeholder { color: #6a7884; } textarea::-webkit-input-placeholder { color: #6a7884; } .form-control::-moz-placeholder { color: #99abb9; opacity: 1; } .form-control::-ms-input-placeholder { color: #99abb9; } .form-control::-webkit-input-placeholder { color: #99abb9; } input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus { outline: none; outline: none; outline-offset: 0; } .main-heading { text-align: center; margin-bottom: 2em; } .main-heading p { font-size: 16px; color: #707c88; margin-bottom: 5px; } .dark .main-heading p, .dark .main-heading h2 { color: #fff; } .main-heading h2 { color: #252d40; position: relative; font-weight: 600; margin-top: 0; margin-bottom: 10px; } .main-heading h2>span { color: #11b719; } .main-heading span.heading-line { width: 80px; height: 1.2px; display: block; background: #11b719; position: relative; margin: 0 auto; } .pagination { display: table; padding-left: 0; margin: 20px 0; border-radius: 4px; margin: 20px auto 0; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 12px 20px; margin: 5px; line-height: 1.42857143; color: #8296a2; text-decoration: none; background-color: #fff; border-radius: 2px; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>li>a:hover, .pagination>li>a:focus { z-index: 2; color: #11b719; cursor: pointer; background-color: rgba(7, 177, 7, 0.1); border-color: #11b719; } .pagination li:first-child a { /* background: #11b719; */ border: 1px solid #11b719; border-radius: 2px; /* color: #03a84e; */ color: #fff; } .pagination li:last-child a { background: #252d40; border: 1px solid #252d40; border-radius: 2px; color: #fff; } .search-filter { padding: 1em 0; display: inline-block; width: 100%; background: #fff; margin-bottom: 20px; } .short-by.pull-right { margin-top: 12px; } .search-filter .input-group { height: 46px; } .search-filter .form-control { border-radius: 2px; height: 46px; margin-bottom: 0; color: #707c88; font-weight: 400; font-size: 16px; box-shadow: none; border: 1px solid #ccddea; } .search-filter button.btn.btn-default { height: 46px; padding: 0 20px; font-size: 18px; background: #11b719; border: 1px solid #11b719; color: #fff; border-radius: 0 2px 2px 0; } .dropdown-menu { right: 0; left: initial; } .search-filter .form-control:hover, .search-filter .form-control:focus { border-color: #11b719; box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1); -webkit-box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1); -moz-box-shadow: 0 0 10px 2px rgba(7, 177, 7, 0.1); } .search-filter .dropdown, .dropup { position: relative; float: none; display: inline-block; margin-left: 10px; } .search-filter .dropdown-menu { box-shadow: none; border-color: #ccddea; } .search-filter .dropdown-menu>li>a { padding: 10px 20px; color: #252d40; } .search-filter .dropdown-menu>li>a:hover, .search-filter .dropdown-menu>li>a:focus { text-decoration: none; background: #11b719; color: #fff; } .navbar.bootsnav.header-general { position: relativel; } .navbar.header-general.fixed-header { position: fixed; display: block; width: 100%; z-index: 222; } .navbar-default { background-image: none; background-image: none; background-image: none; background-image: none; filter: none; background-repeat: repeat-x; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } nav.navbar.bootsnav ul.nav>li>a { color: #fff; text-transform: uppercase; background-color: transparent !important; } .navbar .form-control { font-weight: 400; font-size: 15px; background: #445461; color: #99abb9; border: 1px solid #586977; border-radius: 1px; box-shadow: none; min-width: 205px; } .navbar.navbar-light .form-control { background: #fff; color: #636d75; border: 1px solid #e3e9ef; } .navbar .form-control:hover, .navbar .form-control:focus { border: 1px solid #e3e9ef; } nav.navbar.bootsnav li.dropdown ul.dropdown-menu { border-color: #11b719; } nav.navbar.navbar-default.navbar-static.white.bootsnav.on.no-full.navbar-transparent .logo-scrolled { display: none; } .form-control::-moz-placeholder { color: #99abb9; opacity: 1; } .form-control:-ms-input-placeholder { color: #99abb9; } .form-control::-webkit-input-placeholder { color: #99abb9; } .navbar.navbar-transparent .form-control::-moz-placeholder { color: #343a40; opacity: 1; } .navbar.navbar-transparent .form-control:-ms-input-placeholder { color: #343a40; } .navbar.navbar-transparent .form-control::-webkit-input-placeholder { color: #343a40; } nav.navbar.bootsnav ul.nav>li>a i { font-size: 16px; color: #99abb9; margin-right: 9px; } nav.bootsnav .megamenu-content .title { text-transform: capitalize; font-size: 20px; color: #252d40; } ul.cart-list>li.total>.btn { border-bottom: solid 1px #cfcfcf !important; color: #fff !important; padding: 10px 15px; } nav.navbar.bootsnav { background-color: #252d40; border-bottom: 1px solid #252d40; } @media only screen and (min-width: 768px) { body nav.navbar.bootsnav ul.nav>li>a.signin { background: #11b719 !important; } li.left-br { border-left: 1px solid rgba(7, 177, 7, 0.4); } } @media only screen and (min-width: 1024px) { nav.navbar.bootsnav li.dropdown ul.dropdown-menu { -webkit-box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2); box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2); border-radius: 4px; padding: 10px 15px; width: 250px; background: #fff; border: none; border-top: none; } nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a { display: block; padding: 14px 12px; clear: both; line-height: 1.42857143; color: #67757c; border-bottom: 1px solid #f1f6f9; } nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover { background-color: #fff !important; background-image: none !important; filter: none !important; } } span.new-offer { font-size: 13px; color: #fff; background: #11b719; padding: 4px 12px; border-radius: 2px; margin-left: 15px; } .banner { background-size: cover; display: flex; flex-wrap: wrap; width: 100%; min-height: 620px; align-items: center; position: relative; background-position: center; padding: 80px 0; } .banner.trans { min-height: 680px; } .simple-banner { min-height: 650px; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; padding: 80px 0; } .simple-banner.top { background-position: center top; } .hero-banner { min-height: 650px; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; padding: 80px 0; } .banner:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; position: absolute; background: #0d1d33; opacity: 0.64; } [data-overlay] { position: relative; } [data-overlay]:before { position: absolute; content: ""; background: #19365f; width: 100%; height: 100%; top: 0; left: 0; } [data-overlay="1"]:before { opacity: 0.1; } [data-overlay="2"]:before { opacity: 0.2; } [data-overlay="3"]:before { opacity: 0.3; } [data-overlay="4"]:before { opacity: 0.4; } [data-overlay="5"]:before { opacity: 0.5; } [data-overlay="6"]:before { opacity: 0.6; } [data-overlay="7"]:before { opacity: 0.7; } [data-overlay="8"]:before { opacity: 0.8; } [data-overlay="9"]:before { opacity: 0.9; } .company-brand img:hover, .company-brand img:focus { opacity: 1; } .banner-caption { text-align: left; display: inline-block; width: 100%; } .banner-text { text-align: center; } .banner h1 { color: #fff; text-shadow: none; font-weight: 600; line-height: 1.3; letter-spacing: 3px; } .banner h1 span { color: #11b719; } .banner p { color: #fff; opacity: 0.8; font-weight: 300; font-size: 18px; text-transform: capitalize; line-height: 1.9; } .banner .no-padd { padding: 0 5px; } form.form-horizontal { padding: 10px 10px 5px; display: flex; width: 100%; background: rgba(255, 255, 255, 0.2); border-radius: 4px; } .slide-banner form.form-horizontal { padding: 10px 10px 5px; } .banner-caption .form-control { background: #fff; border: none; border-radius: 0; height: 48px; color: #282c32; font-size: 15px; width: 100%; box-shadow: none; } .banner-caption select.form-control:hover, .banner-caption select.form-control:focus { border: none; box-shadow: none; } .banner-caption .input-group { width: 100%; padding: 0; display: block; } .banner-caption .btn-primary { background: #11b719; height: 48px; color: #fff; border-radius: 0; border-color: #11b719; width: 100%; font-size: 16px; text-transform: uppercase; display: block; } .banner-caption .btn-primary:focus, .banner-caption .btn-primary:hover { background: #11b719; text-transform: uppercase; box-shadow: none; outline: none; color: #fff; border-color: #11b719; } .banner-caption .form-control::-moz-placeholder { color: #282c32; opacity: 1; } .banner-caption .form-control:-ms-input-placeholder { color: #282c32; } .banner-caption .form-control::-webkit-input-placeholder { color: #282c32; } .company-brand { background: #eaedf3; display: table; padding: 2em 0; width: 100%; position: relative; } .company-brand img { display: block; margin: 0 auto; } .simple-banner { background-size: cover; } .simple-banner h3 { text-transform: uppercase; font-family: "Raleway", sans-serif; font-weight: 500; color: #252d40; } .simple-banner h1 { text-transform: uppercase; font-family: "Raleway", sans-serif; color: #252d40; font-weight: 700; } .simple-banner h1 span { color: #11b719; } .bottom-search-form { background: #252d40; padding: 3em 0 2em; } .bottom-search-form input.form-control, .bottom-search-form select.form-control { background: #42525f; border-radius: 2px; height: 52px; margin-bottom: 10px; border: 1px solid #4f616f; width: 100%; color: #99abb9; } .bottom-search-form .select2-container--default .select2-selection--single .select2-selection__rendered { color: #92a4b3; background: #42525f; border: 1px solid #4f616f; } .bottom-search-form.light .select2-container--default .select2-selection--single .select2-selection__rendered { color: #92a4b3; background: #fff; border: 1px solid #fff; } .bottom-search-form .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #99abb9 transparent transparent; } .bottom-search-form button.btn.btn-primary { width: 100%; height: 52px; border-radius: 2px; font-size: 16px; background: #11b719; border: 1px solid #0bbf0b; } .bottom-search-form input.form-control:focus, select.form-control:focus { border: 1px solid #11b719; box-shadow: 0 0 7px 1px rgba(7, 177, 7, 0.1); } .home-three-banner { min-height: 680px; position: relative; display: flex; flex-wrap: wrap; align-items: center; text-align: left; background-size: cover; padding: 80px 0; } .home-three-banner:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; content: ""; background: rgba(53, 67, 78, 0.7); } .simple-banner-caption { margin-top: 70px; } .simple-banner.top .simple-banner-caption { margin-top: 0; } .home-three-banner .banner-text { text-align: left; } .home-three-banner form.bt-form { margin: 25px -15px; } .home-three-banner h1 { text-transform: capitalize; font-family: "Raleway", sans-serif; color: #fff; font-weight: 700; } .home-three-banner p { font-size: 16px; line-height: 1.8; color: #fff; } .home-three-banner h1 span { color: #11b719; } .home-three-banner input.form-control, .home-three-banner select.form-control { background: #fff; border-radius: 2px; height: 48px; margin-bottom: 10px; border: 1px solid #fff; width: 100%; color: #636d75; } .home-three-banner button.btn.btn-primary { width: 100%; border-radius: 2px; font-size: 16px; background: #11b719; border: 1px solid #0bbf0b; } .home-three-banner input.form-control:focus, .home-three-banner select.form-control:focus { border: 1px solid #11b719; box-shadow: 0 0 7px 1px rgba(7, 177, 7, 0.1); } .home-plane-banner { padding: 8em 0 6em; position: relative; text-align: left; background-size: cover; } .home-plane-banner:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; content: ""; background: rgba(255, 255, 255, 0.02); } .home-plane-banner .banner-text { text-align: center; } .home-plane-banner h1 { text-transform: capitalize; font-family: "Raleway", sans-serif; color: #252d40; line-height: 1.2; font-weight: 700; } .home-plane-banner p { font-size: 16px; line-height: 1.8; color: #5d6d79; } .home-plane-banner h1 span { color: #11b719; } a.btn.btn-banner { background: #11b719; width: 220px; padding: 15px 0; display: table; margin: 25px auto; border-radius: 50px; text-transform: capitalize; font-size: 16px; color: #fff; } .banner.home-5 { background-size: cover; padding-bottom: 0; position: relative; background-position: center; } .banner.home-5:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; position: absolute; background: #282c32; opacity: 0.7; } .company-brand img:hover, .company-brand img:focus { opacity: 1; } .banner-caption { text-align: left; display: inline-block; width: 100%; } .home-5 .banner-text { margin-top: 0; margin-bottom: 1em; text-align: center; } .banner h1 { color: #fff; text-shadow: none; font-weight: 600; line-height: 1.3; letter-spacing: 3px; } .banner h1 span { color: #11b719; } .banner p { color: #fff; opacity: 0.8; font-weight: 300; font-size: 18px; text-transform: capitalize; line-height: 1.9; } .banner.home-5 .no-padd { padding: 0; } .banner.home-5 .video-box { width: 80px; height: 80px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); display: table; margin: 50px auto 20px; padding: 10px; position: relative; } .banner.home-5 .video-box a.btn.btn-video { width: 70px; height: 70px; border-radius: 50%; background: #fff; } .banner.home-5 .video-box a.btn.btn-video i { font-size: 28px; line-height: 45px; text-align: center; color: #11b719; } .slide-banner { background-size: cover !important; background-position: center !important; position: relative; margin: 0; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; } .slideshow-container { position: absolute; top: 0; left: 0; width: 100%; height: 110%; z-index: 1; } .slideshow-item, .slideshow-container .slick-slide { position: relative; float: left; width: 100%; height: 100%; } .list-single-carousel-wrap { background: #24324f; } .fw-carousel .slick-slide-item { width: auto; float: left; cursor: w-resize; } .slide-banner .fl-wrap { display: flex; flex-direction: column; justify-content: center; height: 100%; } .slide-banner h2 { font-weight: 600; color: #fff; } .slide-banner p { font-size: 16px; color: #fff; } .slide-banner .form-horizontal { margin-top: 20px; } .slide-banner .form-horizontal .input-group { width: 100%; display: inline-block; } .slide-banner .form-horizontal .form-control { border: none; border-radius: 0; box-shadow: none; } .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { height: 56px; } .fw-carousel .slick-slide-item img { width: auto; height: 100% !important; } .bg:before { position: absolute; content: ""; left: 0; right: 0; top: 0; height: 100%; width: 100%; display: block; background: #12233e; opacity: 0.7; } .list-single-carousel-wrap .slick-slide-item .box-item { height: 100%; z-index: 20; } .list-single-carousel-wrap .slick-slide-item .box-item:before { display: none; } .list-single-carousel-wrap .slick-slide-item { float: left; width: auto; height: 100%; padding: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; overflow: hidden; } .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-size: cover; background-attachment: scroll; background-position: center; background-repeat: repeat; background-origin: content-box; } .fl-wrap { float: left; width: 100%; text-align: center; color: #fff; position: relative; } .hero-section-wrap { z-index: 30; } .banner-caption .form-control, .banner-caption .btn-primary, .banner-caption .btn-primary:focus, .banner-caption .btn-primary:hover { height: 62px; } .banner-caption .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { min-height: 62px; } .banner-caption .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 60px; } .banner-caption .select2-container--default .select2-selection--single .select2-selection__arrow { min-height: 62px; } .banner-caption .btn-primary { height: 62px; } .banner-caption .form-control::-moz-placeholder { color: #6a7884 !important; opacity: 1; } .banner-caption .form-control:-ms-input-placeholder { color: #6a7884 !important; } .banner-caption .form-control::-webkit-input-placeholder { color: #6a7884 !important; } .job-feature.advance-fr { text-align: center; transition: all 0.3s ease 0; padding: 3em 0.5em; background: #fff; margin-bottom: 10px; position: relative; z-index: 1; } .job-feature.advance-fr .feature-icon i { font-size: 1.7em; color: #11b719; margin-bottom: 7px; width: 60px; height: 60px; transition: ease-in-out 0.4s; background: rgba(7, 177, 7, 0.07); line-height: 60px; border-radius: 50%; } .job-feature.advance-fr .feature-caption h5 { text-transform: uppercase; font-weight: 500; margin-bottom: 4px; font-size: 16px; } .job-feature.advance-fr .feature-caption p { font-size: 16px; line-height: 1.8; font-weight: 400; } .job-feature.advance-fr:hover i { background: #11b719; color: #fff; } .job-feature.advance-fr:after, .job-feature.advance-fr:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; transition: all 0.5s ease 0; } .job-feature.advance-fr:after { border-bottom: 1px solid #11b719; border-top: 1px solid #11b719; transform: scaleX(0); transform-origin: 0 100% 0; z-index: -1; } .job-feature.advance-fr:before { border-left: 1px solid #11b719; border-right: 1px solid #11b719; transform: scaleY(0); transform-origin: 100% 0 0; z-index: -1; } .job-feature.advance-fr:hover:after { transform: scaleX(1); } .job-feature.advance-fr:hover:before { transform: scaleY(1); } .job-feature { padding: 2em 0.5em; background: #fff; margin-bottom: 10px; box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); } .first-feature .small-padding { padding: 0 5px; } .all-features { text-align: center; } .feature-post { margin-bottom: 40px; } .all-features h3 { font-weight: 500; margin-bottom: 26px; color: #282c32; } .all-features h3 span { color: #11b719; } .feature-icon i { font-size: 1.7em; color: #11b719; margin-bottom: 7px; width: 60px; height: 60px; transition: ease-in-out 0.4s; background: rgba(7, 177, 7, 0.07); line-height: 60px; border-radius: 50%; } .job-feature:hover i { background: #11b719; color: #fff; } .feature-caption h5 { text-transform: uppercase; font-weight: 500; margin-bottom: 4px; font-size: 16px; } .feature-caption p { font-size: 14px; line-height: 1.8; font-weight: 400; padding: 0 5px; } .video-sec { background-size: cover; background-position: center; text-align: center; position: relative; } .video-sec .heading { margin-bottom: 2em; } .heading h2, .heading p { position: relative; } .video-sec:before { position: absolute; display: block; left: 0; right: 0; top: 0; bottom: 0; content: ""; background: rgba(53, 67, 78, 0.7); } a.video-btn { position: relative; display: table; margin: 0 auto; vertical-align: middle; height: 120px; width: 120px; background: #fff; line-height: 120px; border-radius: 50%; transition: all 0.4s; } a.video-btn i { font-size: 40px; width: 80px; height: 80px; border-radius: 50%; color: #11b719; box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4); -webkit-box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4); -moz-box-shadow: 0 0 20px 0 rgba(7, 177, 7, 0.4); line-height: 80px; vertical-align: middle; transition: all 0.4s; } a.video-btn:hover { background: #252d40; } a.video-btn:hover i { background: #11b719; color: #fff; } .work-process { margin-top: 40px; margin-bottom: 25px; } .work-process-icon { width: 50px; height: 50px; float: none; margin-bottom: 13px; display: block; } .work-process .work-process-caption { margin-left: 0; } .work-process-icon span { font-size: 2.5em; color: #11b719; } .work-process-caption { margin-left: 55px; } .work-process-caption h4 { font-weight: 500; margin-bottom: 4px; font-size: 16px; position: relative; padding-bottom: 15px; text-transform: uppercase; } .work-process-caption h4:before { content: ""; bottom: 0; left: 0; height: 2px; width: 80px; display: block; position: absolute; background: #11b719; } .work-process-caption p { color: #707c88; line-height: 1.8; font-weight: 400; } .testimonial { background: #f4f7f7; } #appller-testimonial-slider { margin-top: 2.5em; text-align: center; } .client-testimonial { text-align: center; margin: 50px 10px 0; padding: 0 10% 4%; background: #fff; border-radius: 4px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); -o-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } .client-testimonial .pic { width: 100px; height: 100px; border-radius: 50%; border-bottom: 2px solid #07b107; display: inline-block; margin-top: -50px; overflow: hidden; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } .client-testimonial .pic img { width: 100%; height: auto; } .client-testimonial .client-description { font-size: 14px; color: #707c88; line-height: 1.7; margin: 10px 0 5px; } .client-testimonial .client-testimonial-title { font-size: 14px; font-weight: 600; margin: 0; } .client-testimonial .client-testimonial-rating { margin: 0 0 15px; padding: 0; list-style: none; } .client-testimonial .client-testimonial-rating li { color: #ff9800; display: inline-block; } .client-testimonial .client-testimonial-rating li.unfill { color: #d3d7e2; } .owl-theme .owl-controls { margin-top: 30px; } .owl-theme .owl-controls .owl-pagination { width: 140px; padding: 10px; margin: 0 auto; line-height: 13px; background: #fe7f8b; } .owl-theme .owl-controls .owl-page span { width: 12px; height: 12px; border-radius: 0; background: transparent; border: 1px solid #fff; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { border: 4px solid #fff; } .bl-dark { background: #252d40; } section.call-to-act { padding: 0; } .gr-dark { background: #11b719; } .call-to-act-caption { padding: 5em 4em; text-align: center; } .call-to-act-caption h2 { color: #fff; font-weight: 700; margin-bottom: 0; } .call-to-act-caption h3 { font-weight: 400; font-size: 18px; } .gr-dark .call-to-act-caption h3 { color: #beffab; } .bl-dark .call-to-act-caption h3 { color: #9eb3c3; } .bl-dark a.btn.bat-call-to-act { border: 1px solid #475865; } .gr-dark a.btn.bat-call-to-act { border: 1px solid #39c713; } a.btn.bat-call-to-act { padding: 13px 56px; border-radius: 50px; text-transform: uppercase; font-size: 17px; background: rgba(2, 2, 2, 0.15); transition: all ease-in-out 0.4s; color: #fff; margin-top: 15px; } a.btn.bat-call-to-act:hover, a.btn.bat-call-to-act:focus { background: rgba(255, 255, 255, 0.1); } .pr-table { text-align: center; padding: 10px 10px 15px; border: 1px solid #c7d1da; margin-top: 25px; border-radius: 6px; } .pr-header { background: #252d40; display: inline-block; width: 100%; padding: 30px 0; border-radius: 6px; } .pr-plan { padding: 15px 0 5px; } .pr-plan h4 { color: #fff; font-size: 22px; margin-top: 0; text-transform: uppercase; } .pr-price { padding: 1em 0 0; } .pr-price h3 { color: #fff; font-size: 5.4em; margin-top: 0; font-family: "Raleway", sans-serif; } .pr-price h3 sup { color: rgba(255, 255, 255, 0.7); margin-right: 5px; font-size: 25px; } .pr-header.active { background: #11b719; } .pr-price h3 sub { color: rgba(255, 255, 255, 0.7); font-size: 20px; } .pr-features ul { margin: 0; padding: 2em 0; } .pr-features ul li { color: #596a77; padding: 10px 0; line-height: 1.8; font-size: 15px; list-style: none; border-bottom: 1px dashed #edeff3; } .pr-buy-button { padding: 15px 0; } .pr-buy-button .pr-btn { display: block; border: 1px solid #11b719; text-transform: uppercase; padding: 13px 0; color: #11b719; border-radius: 4px; transition: all ease-in-out 0.4s; } .pr-buy-button .pr-btn:hover, .pr-buy-button .pr-btn:focus { background: #11b719; color: #fff; text-decoration: none; } .pr-buy-button .pr-btn.active { display: block; border: 1px solid #252d40; background: #252d40; text-transform: uppercase; padding: 13px 0; color: #fff; transition: all ease-in-out 0.4s; } .pr-buy-button .pr-btn.active:hover, .pr-buy-button .pr-btn.active:focus { background: #11b719; border-color: #11b719; color: #fff; text-decoration: none; } .download-app { background-size: cover; background-blend-mode: overlay; background-position: center; position: relative; overflow: hidden; } .download-app .heading { margin-bottom: 0.5em; } .app-content { position: relative; } .app-content h2 { font-weight: 500; margin: 0; } .app-content p { font-weight: 400; font-size: 16px; line-height: 1.8; margin-top: 20px; } .app-content a.btn.call-btn i { margin-right: 15px; font-size: 27px; } .inverse-bg .app-content a.btn.call-btn { border-radius: 4px; padding: 0.6em 1.4em; margin-right: 20px; background: #fff; border: 1px solid #fff; transition: all ease-in-out 0.4s; font-family: "Josefin Slab", serif; color: #252d40; margin-bottom: 10px; font-weight: 600; } .inverse-bg .app-content a.btn.call-btn.gps { background: #fff; border: 1px solid #fff; color: #11b719; } .inverse-bg .app-content a.btn.call-btn:hover, .inverse-bg .app-content a.btn.call-btn:focus { background: #fff; border: 1px solid #fff; color: #11b719 !important; } .app-content a.btn.call-btn { border-radius: 4px; padding: 0.6em 1.4em; margin-right: 20px; background: #11b719; border: 1px solid #11b719; transition: all ease-in-out 0.4s; font-family: "Josefin Slab", serif; color: #fff; margin-bottom: 10px; font-weight: 600; } .app-content a.btn.call-btn.gps { background: #252d40; border: 1px solid #252d40; color: #fff; } .app-content a.btn.call-btn:hover, .app-content a.btn.call-btn:focus { background: #0ba212; border: 1px solid #0ba212; color: #fff !important; } .download-app img { margin: 0 auto; } .call-to-act-wrap { padding: 50px 0; } .call-to-act { width: 100%; display: flex; flex-wrap: wrap; color: #fff; align-items: center; } .call-to-act-head { flex: 1; } .call-to-act h3 { color: #fff; margin-bottom: 5px; } .btn.btn-call-to-act { background: #fff; padding: 18px 40px; border-radius: 50px; color: #333640; font-weight: 600; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); } .jb4-form-fields .input-group-btn { padding-left: 20px; } .before-footer { background: #252c41; border-bottom: 1px solid #2e364e; } .job.stock-facts { margin: 0; padding: 0; width: 100%; display: flex; align-items: center; } .job.stock-facts li { display: inline-block; list-style: none; text-align: center; flex: 0 0 25%; font-weight: 500; } .job.stock-facts li span { color: #fff; font-size: 22px; font-weight: 600; } .jb4-form-fields { max-width: 400px; } .jb4-form-fields .form-control { border-radius: 2px; background: #1f2537; border: none; } .jb4-form-fields .btn.theme-bg { border-radius: 2px !important; color: #fff; } .before-footer { padding: 2.5rem 0; } footer { z-index: 99; position: relative; } footer.dark-footer { background: #252c41; } .footer-logo { padding: 20px 0; display: inline-block; width: 100%; border-top: 1px solid #eaeef3; border-bottom: 1px solid #eaeef3; } footer.footer-small { padding: 50px 0 0; } img.img-footer { max-width: 180px; margin-bottom: 2rem; } .ft-itext { font-weight: 500; font-size: 16px; text-align: center !important; margin: 10px; } .ft-itext i { margin-right: 5px; } ul.social { margin: 0; padding: 0; } ul.social li { display: inline-block; list-style: none; margin: 5px; } ul.social li a { width: 40px; height: 40px; display: inline-block; background: #fff; border-radius: 50%; -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2); box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2); line-height: 40px; text-align: center; } .footer-add { color: #858b9f; font-size: 13px; } .ft-copyright { border-top: 1px solid #eaeef3; padding: 15px 0 12px; } .ft-copyright p { margin-bottom: 0; } .footer-logo img { max-width: 185px; } .footer-widget { padding: 70px 0; } h4.widget-title { margin-bottom: 20px; font-weight: 500; font-size: 17px; } .footer-widget ul { padding: 0; margin: 0; } .footer-widget ul li { list-style: none; margin-top: 15px; display: block; } .footer-widget ul li a { color: #626a70; } footer.skin-dark-footer h4 { color: #fff; } footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a { color: #858b9f; transition: all ease 0.4s; font-size: 14px; } footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus { color: #fff; } .widget_media_image { margin-top: 3rem; } .footer-bottom { padding: 20px 0; border-top: 1px solid #e9edf3; } .skin-dark-footer .footer-bottom { background: #1b2132; border-top: none; } ul.footer-bottom-social { margin: 0; padding: 0; } ul.footer-bottom-social li { display: inline-block; list-style: none; margin-right: 17px; margin-top: 0; } ul.footer-bottom-social li a { color: #546e7a; } ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus { color: #007bff; } ul.footer-bottom-social li i { margin-right: 5px; } footer.skin-dark-footer ul.footer-bottom-social li a { color: #858b9f; font-size: 14px; } footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus { color: #fff; opacity: 1; } .fw { margin-bottom: 18px; display: inline-block; position: relative; padding-left: 28px; width: 100%; } .fw:last-child { margin: 0; } .fw:before { font-family: "themify"; vertical-align: initial; font-size: 20px; position: absolute; left: 0; top: 0; } .fw.fw-location:before { content: "\e693"; } .fw.fw-mail:before { content: "\e75a"; } .fw.fw-call:before { content: "\e621"; } .fw.fw-skype:before { content: "\e72d"; } .fw.fw-web:before { content: "\e665"; } .other-store-link { width: auto; margin-bottom: 20px; display: inline-block; } .other-store-link:last-child { margin-bottom: 0; } .other-store-app { width: 250px; height: 70px; border: 1px solid #353d56; border-radius: 4px; padding: 0 14px; display: flex; flex-wrap: wrap; align-items: center; color: #fff; } .os-app-caps span { display: block; font-size: 13px; font-weight: 400; color: #858b9f; } .os-app-icon { margin-right: 13px; } .os-app-icon i { font-size: 32px; } .os-app-caps { font-size: 18px; font-weight: 600; } .f-newsletter { max-width: 510px; margin-top: 15px; display: block; position: relative; } .f-newsletter .form-control { width: 100%; font-size: 16px; font-weight: 400; color: #7f8ca2; background-color: transparent; border: 2px solid #a5aebf; padding: 18px 20px; border-radius: 3px; height: 60px; } .skin-dark-footer .f-newsletter .form-control { border: 2px solid #9ea6ba; } .f-newsletter .btn { bottom: 4px; position: absolute; right: 4px; font-size: 16px; font-weight: 500; letter-spacing: 1px; padding: 18px 12px 14px; text-align: center; text-decoration: none; text-transform: uppercase; white-space: normal; width: auto; border-width: 0; color: #9ea6ba; cursor: pointer; border-radius: 2px; height: 52px; background: transparent; } .skin-dark-footer .form-control::-webkit-input-placeholder { color: #9ea6ba; } .skin-dark-footer .form-control:-ms-input-placeholder { color: #9ea6ba; } .skin-dark-footer .form-control::placeholder { color: #9ea6ba; } .footer-bottom p { margin: 0; } .inner-header-title { padding-top: 10em; text-align: center; color: #fff; overflow: visible; position: relative; border-bottom: 4px solid #11b719; background-size: cover; height: 280px; display: flex; align-items: center; justify-content: center; } .inner-header-title:before { position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0; display: block; background: #242d3e; opacity: 0.6; } .inner-header-title.gray-bg:before, .inner-header-title.blank:before { opacity: 0; } .inner-header-title>* { position: relative; } .inner-header-title.text-left { text-align: left; color: #252d40; } .inner-header-title h1 { font-weight: 600; color: #fff; } .inner-header-title p { color: #fff; } .inner-header-title.blank { padding: 10em 0; text-align: center; color: #fff; overflow: visible; border-bottom: 4px solid #11b719; background: #53bb13; background: -moz-radial-gradient(center, ellipse cover, #53bb13 0%, #11b719 100%); background: -webkit-radial-gradient(center, ellipse cover, #53bb13 0%, #11b719 100%); background: radial-gradient(ellipse at center, #53bb13 0%, #11b719 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53bb13', endColorstr='#11b719', GradientType=1); background-size: cover; } .inner-header-title.blank h1, .inner-header-title.blank p { color: #fff; } .inner-header-title.blank:brfore { opacity: 0; } .bottom-mrg { margin-bottom: 3em; } .detail-desc { padding: 0; overflow: visible; } .detail-desc .form-control::-moz-placeholder { color: #6a7884; opacity: 1; } .detail-desc .form-control:-ms-input-placeholder { color: #6a7884; } .detail-desc .form-control::-webkit-input-placeholder { color: #6a7884; } .ur-detail-wrap.top-lay { width: 100%; display: flex; position: relative; justify-content: center; align-items: center; padding: 2.5em 2em; border-radius: 6px; -webkit-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); background: #fff; border-bottom: 3px solid #11b719; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); } .ur-detail-wrap.create-kit { -webkit-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); background: #fff; padding: 0 2em; border-radius: 6px; border-bottom: 3px solid #11b719; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); } .ur-detail-wrap { width: 100%; display: block; position: relative; justify-content: center; align-items: center; padding: 0 2em 1.5em; border-radius: 6px; background: #fff; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); } .ur-detail-wrap.colps-wrap { padding: 0 2em; } .sidebar-widgets { margin-bottom: 30px; } .ur-detail-box { display: flex; align-items: center; flex: 1; } .ur-thumb { width: 140px; height: 140px; border-radius: 6px; border: 4px solid #e3e9ef; width: 140px; height: 140px; border-radius: 6px; border: 4px solid #e3e9ef; display: flex; align-items: center; margin-right: 15px; } .ur-title { margin-bottom: 3px; } .ur-location { margin-bottom: 5px; } .rateing i { color: #d4d5dc; } .rateing i.filled { color: #ff9b20; } .ur-detail-wrap-header { padding: 18px 0 10px; border-bottom: 1px solid #e0dfe6; margin-bottom: 1.5em; } .colps-wrap .ur-detail-wrap-header { border-bottom: none; margin-bottom: 0; } .colps-head.collapsed { position: relative; } .colps-head:before { position: absolute; right: 27px; top: 18px; font-size: 19px; color: #8892a9; font-family: "themify"; content: "\e622"; } .colps-head.collapsed:before { position: absolute; right: 0; top: 1px; font-size: 19px; color: #8892a9; font-family: "themify"; content: "\e61a"; } ul.ove-detail-list { margin: 0; padding: 0; } ul.ove-detail-list li { list-style: none; margin-bottom: 1.5em; padding: 0; } ul.ove-detail-list li:last-child { margin-bottom: 0; } ul.ove-detail-list li i { font-size: 27px; float: left; margin-right: 10px; color: #a4abb5; } ul.ove-detail-list li h5 { margin-bottom: 2px; } .detail-status { position: absolute; right: 15px; top: 15px; } .detail-status span { color: #11b719; background: rgba(7, 177, 7, 0.2); font-family: "Montserrat", sans-serif; text-transform: capitalize; padding: 5px 25px; border-radius: 2px; } .detail-pic { display: block; width: 140px; background: #fff; border: 1px solid #11b719; height: 140px; border-radius: 50%; margin: 0; padding: 9px; margin: 0 auto; position: relative; -webkit-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); } .detail-pic img { width: 120px; height: 120px; margin: auto; border-radius: 50%; } a.detail-edit { position: absolute; left: 44%; bottom: -12px; } a.detail-edit i { width: 30px; height: 30px; position: relative; background: #11b719; border-radius: 50%; line-height: 30px; text-align: center; color: #fff; } button.btn.btn-default.btn-xs.dropdown-toggle { background: transparent; border: none; box-shadow: none; } button.btn.btn-default.btn-xs.dropdown-toggle i { font-size: 26px; color: #636d75; } .action-btn .dropdown-menu>li>a { padding: 10px 15px; color: #636d75; font-size: 15px; } .action-btn .dropdown-menu>li>a:hover, .action-btn .dropdown-menu>li>a:focus { background: #11b719; color: #fff; } .wrap-search-filter { padding: 0 0 1em; background: #fff; display: inline-block; width: 100%; } .wrap-search-filter button.btn.btn-primary { height: 50px; } .brows-job-category { position: relative; } .brows-job-category .no-padding { margin: 0; margin-bottom: 30px; } .brows-job-category h2 { font-size: 25px; } .brows-job-list { display: flex; width: 100%; clear: both; padding: 20px; transition: 0.4s; margin-top: 25px; background: #fff; border-radius: 6px; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); align-items: center; } .brows-job-list:hover, .brows-job-list:focus { -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .njsb-location { margin-top: 6px; color: #717f86; } .brows-job-half { flex: 1; } .njsb-link .btn.btn-default { border: none; background: #fff; color: #677897; border-radius: 50px; text-shadow: none; transition: all ease 0.4s; } .brows-job-list:hover .njsb-link .btn.btn-default, .brows-job-list:focus .njsb-link .btn.btn-default { background: #11b719; color: #fff; } .njsb-location i { margin-right: 5px; } .brows-job-company-img { width: 75px; margin: 0 auto; margin: 10px auto; height: 75px; display: inline-block; background: #f4f5f7; vertical-align: middle; border-radius: 50%; line-height: 75px; } .item-fl-box .brows-job-company-img { margin: 0; margin-right: 15px; display: table; } .brows-job-company-img img { margin: 0 auto; vertical-align: middle; display: inline-block; } .brows-job-position h3 { font-size: 17px; padding: 0; margin-bottom: 5px; line-height: 1.4; position: relative; width: auto; display: inline-block; } .brows-job-position .jb-approved:before { content: "\e64c"; font-family: "themify"; position: absolute; right: -26px; width: 18px; height: 18px; font-size: 8px; top: 3px; background: #1bc36b; text-align: center; display: inline-block; color: #fff; border-radius: 50%; line-height: 18px; } span.job-num { padding: 5px 10px; border-radius: 4px; text-transform: capitalize; color: #8da2b3; background: #f3f6fb; } .brows-job-position p span { margin-top: 12px; } .brows-job-position p .brows-job-sallery { margin-right: 0; } .item-click .brows-job-list .brows-job-sallery { margin-left: 15px; } .item-click .brows-job-position p { margin-bottom: 0; } .brows-job-position p .brows-job-sallery i { margin-right: 10px; } .brows-job-location { margin-top: 23px; } .brows-job-location p { font-size: 18px; } .brows-job-location p i { font-size: 16px; margin-right: 10px; } .brows-job-position .job-type { padding: 3px 12px; color: #fff; margin-left: 10px; border-radius: 2px; text-transform: capitalize; font-size: 13px; } .full-time { background: #03a504; } .part-time { background: #f6931e; } .enternship { background: #d20001; } .freelanc { background: #26a9e1; } .jb-type { padding: 3px 10px; color: #fff; font-size: 12px; border-radius: 2px; } .job-instructor-layout { background: #fff; position: relative; display: block; border-radius: 8px; margin-top: 30px; box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); -moz-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); } .job-instructor-layout .popular { position: absolute; right: 30px; top: 30px; } .job-instructor-layout .hot { position: absolute; left: 30px; top: 30px; } .job-instructor-layout .new { position: absolute; left: 30px; top: 30px; } .job-instructor-thumb { display: table; width: 100%; padding: 5em 0 1em; margin: 0 auto; border-radius: 8px; } .job-instructor-thumb img { display: table; margin: 0 auto; max-width: 80px; max-height: 80px; } .job-instructor-content { position: relative; padding: 2px 20px 15px; display: table; text-align: center; width: 100%; } .instructor-title { line-height: 1.5; } .job-instructor-footer { display: flex; flex-wrap: wrap; align-items: center; width: 100%; padding: 20px; } .instructor-students { flex: 1; } .instructor-scount { margin: 0; color: #ff8b00; } .instructor-corses span { display: inline-block; padding: 4px 14px; background: #f1f4fb; border-radius: 50px; color: #8b91a0; font-size: 14px; } .job-instructor-layout .tg-themetag { top: 30px; } .full-time { background: rgba(3, 165, 4, 0.1); color: #03a504; } .part-time { background: rgba(246, 147, 30, 0.1); color: #f6931e; } .enternship { background: rgba(210, 0, 1, 0.1); color: #d20001; } .freelanc { background: rgba(38, 169, 225, 0.1); color: #26a9e1; } .job-instructor-layout .brows-job-type span { position: absolute; padding: 4px 15px; top: 30px; right: 10px; line-height: 1.4; font-size: 12px; border-radius: 2px 0 0 2px; } .brows-company { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; display: flex; align-items: center; transition: all ease-in-out 0.4s; border: 1px solid rgba(88, 136, 247, 0.1); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .brows-company:hover { border-left: 4px solid #11b719; } .brows-company .brows-company-pic { display: table; position: relative; width: 80px; height: 80px; border-radius: 50%; margin: 1px; } .brows-company .brows-company-pic img { width: 80px; height: 80px; margin: 0 auto; } .brows-company h4 { margin-bottom: 5px; color: #252d40; font-size: 20px; margin-top: 0; } .brows-company span.brows-company-tagline { display: block; color: #636d75; } .brows-company .brows-company-location p { margin-bottom: 5px; font-weight: 400; color: #636d75; font-size: 16px; } .brows-company .brows-company-position p { text-align: right; color: #11b719; } .item-fl-box { width: 100%; display: flex; align-items: center; } .brows-company .item-fl-box .brows-company-pic { margin-right: 15px; } .brows-resume { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; transition: all ease-in-out 0.4s; border: 1px solid rgba(88, 136, 247, 0.1); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .brows-resume>.row { display: flex; align-items: center; } .brows-resume:hover, .brows-resume:focus { border-left: 4px solid #11b719; } .brows-resume.grid-style:hover, .brows-resume.grid-style:focus { border-left: none; border: none; } .brows-resume .brows-resume-pic { display: table; position: relative; width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin: 1px; } .brows-resume .item-fl-box .brows-resume-pic { margin-right: 12px; } .brows-resume .brows-resume-pic img { width: 90px; height: 90px; border-radius: 50%; } .brows-resume h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 22px; margin-top: 0; } .brows-resume span.brows-resume-designation { text-transform: uppercase; display: block; color: #11b719; } .brows-resume .brows-resume-location p { margin-bottom: 5px; font-weight: 400; color: #636d75; font-size: 16px; } .brows-resume .browse-resume-rate span { text-transform: capitalize; font-weight: 400; color: #636d75; text-align: right; display: block; font-size: 16px; } .brows-resume .browse-resume-rate span i { font-size: 18px; color: #11b719; margin-right: 7px; } .brows-resume .browse-resume-exp span { float: right; background: #11b719; padding: 2px 7px; border-radius: 2px; color: #fff; min-width: 150px; text-align: center; } .row.extra-mrg.row-skill { padding: 14px 0 2px; border-top: 1px solid #f1f3f4; margin-top: 20px; display: block; } .browse-resume-skills .br-resume span { padding: 5px 8px; background: #f3f5f9; text-transform: uppercase; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; } .cnd-thumb-action { text-align: center; } .brows-resume.grid-style .item-fl-box { display: block; } .brows-resume.grid-style { padding: 3rem 1.5rem; border-radius: 8px; border: none; } .brows-resume.grid-style .brows-resume-pic { width: 80px; height: 80px; margin: 12px auto; margin-right: auto; } .brows-resume.grid-style .brows-resume-pic img { width: 80px; height: 80px; border-radius: 50%; } .brows-resume.grid-style h4 { font-size: 17px; font-weight: 500; margin-bottom: 0; } .brows-resume.grid-style span.brows-resume-designation { text-transform: capitalize; } .cnd-location { text-align: center; } .cnd-skill { padding: 2rem 0.5rem; text-align: center; } .cnd-skill .br-resume span { padding: 4px 8px; background: #f3f5f9; text-transform: uppercase; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; display: inline-block; transition: all ease-in-out 0.4s; } .brows-resume.grid-style:hover .br-resume span, .brows-resume.grid-style:focus .br-resume span { color: #fff; background: #11b719; } .cnd-skill .br-resume span:last-child { margin-right: 0; } .map-popup-wrap .brows-resume { box-shadow: none; } .map-popup-wrap .brows-resume span.brows-resume-designation { font-size: 13px; margin: 4px 0; } .manage-cndt { background: #fff; border-radius: 4px; padding: 0; overflow: hidden; position: relative; margin-bottom: 30px; border: 1px solid rgba(88, 136, 247, 0.1); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .manage-cndt .cndt-status { padding: 4px 25px; display: inline-block; position: absolute; left: 15px; top: 15px; text-align: left; border-radius: 4px; font-weight: 500; text-transform: capitalize; } .manage-cndt .cndt-status.pending { background: rgba(255, 144, 7, 0.2); color: #ffc107; } .manage-cndt .cndt-status.available { background: rgba(7, 177, 7, 0.2); color: #11b719; } .manage-cndt .cndt-pic { display: block; width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 15px auto; } .manage-cndt .cndt-caption { text-align: center; padding: 15px; } .manage-cndt .cndt-caption h4 { text-transform: capitalize; color: #252d40; margin-bottom: 5px; } .manage-cndt .cndt-caption span { text-transform: uppercase; color: #11b719; } .manage-cndt .cndt-caption p { color: #5f707d; margin-bottom: 2.5em; font-size: 15px; margin-top: 10px; font-family: "Raleway", sans-serif; } .manage-cndt .cndt-profile-btn { padding: 15px 0; display: block; border-top: 1px solid #eef5fb; text-align: center; font-size: 16px; text-transform: capitalize; font-weight: 500; background: #f2f3f5; } .manage-cndt:hover .cndt-profile-btn, .manage-cndt:focus .cndt-profile-btn { background: #11b719; color: #fff; text-decoration: none; } .manage-cndt .cndt-profile-btn:hover, .manage-cndt .cndt-profile-btn:focus { background: #11b719; color: #fff; text-decoration: none; } .jn-employee { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; transition: all ease-in-out 0.4s; border-bottom: 3px solid #fff; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .jn-employee:hover, .jn-employee:focus { border-bottom: 3px solid #11b719; } .mail-form i { width: 42px; height: 42px; line-height: 42px; color: #11b719; text-align: center; border-radius: 50%; background: rgba(7, 177, 7, 0.1); } .employee-caption { text-align: center; padding: 1em 0.8em; } .employee-caption-pic { display: table; position: relative; width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 15px auto; } .employee-caption h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 22px; } .employee-caption span.designation { color: #636d75; } .employee-social { margin: 15px 0; padding: 0; } .employee-social li { text-align: center; display: inline-block; list-style: none; padding: 5px 7px; } .employee-social li i { width: 37px; height: 37px; line-height: 37px; border-radius: 50%; font-size: 18px; color: #636d75; transition: all ease-in-out 0.4s; background: rgba(137, 153, 167, 0.1); } .employee-social li a:hover i, .employee-social li a:focus i { color: #fff; background: #11b719; } .mng-company { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; border-left: 3px solid #fff; margin-bottom: 30px; display: flex; align-items: center; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.01); box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .mng-company:hover, .mng-company:focus { border-color: #11b719; } .mng-company .mng-company-pic { display: table; position: relative; width: 90px; height: 90px; border-radius: 50%; margin: 1px; } .mng-company .item-fl-box .mng-company-pic { margin-right: 12px; } .item-fl-box .cmp-tagline { font-size: 15px; } .mng-company .mng-company-pic img { margin: 0 auto; display: table; max-width: 85px; } .mng-company h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 22px; margin-top: 0; } .mng-company span.cmp-time { color: #636d75; } .mng-company .mng-company-location p { margin-bottom: 5px; font-weight: 400; color: #636d75; font-size: 16px; } .mng-company .mng-company-location i { font-size: 20px; } .mng-company .mng-company-action i { font-size: 20px; padding: 0 5px; } .mng-company .mng-company-action i.fa-edit { color: #11b719; } .mng-company .mng-company-action i.fa-trash-o { color: #ff9800; } .mng-resume { padding: 15px; background: #fff; border-radius: 4px; overflow: hidden; margin-bottom: 30px; display: flex; align-items: center; border-left: 3px solid #fff; transition: all ease-in-out 0.4s; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .mng-resume:hover, .mng-resume:focus { border-color: #11b719; } .mng-resume .mng-resume-pic { display: table; position: relative; width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin: 1px; } .mng-resume .mng-resume-pic img { width: 90px; height: 90px; border-radius: 50%; } .mng-resume .item-fl-box .mng-resume-pic { margin-right: 12px; } .mng-resume h4 { margin-bottom: 5px; font-weight: 400; color: #252d40; font-size: 20px; margin-top: 0; } .mng-resume h4 span.cand-designation { font-size: 15px; color: #11b719; } .per-hour-rate p { font-size: 16px; } .per-hour-rate p i { margin-right: 7px; } .mng-employee-skill span { padding: 5px 8px; background: #f3f5f9; text-transform: uppercase; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; } .mng-resume .mng-resume-location i { font-size: 20px; } .mng-resume .mng-resume-action i { font-size: 20px; padding: 0 5px; } .mng-resume .mng-resume-action i.fa-edit { color: #11b719; } .mng-resume .mng-resume-action i.fa-trash-o { color: #ff9800; } .manage-resume { background: #fff; } .manage-resume-box { background: #fff; border-radius: 4px; display: flex; align-items: center; width: 100%; margin-bottom: 30px; padding: 15px 20px; border-radius: 4px; overflow: hidden; margin-bottom: 30px; border-left: 4px solid #fff; transition: all ease-in-out 0.4s; box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); } .manage-resume-box:hover, .manage-resume-box:focus { border-color: #11b719; border-left: 3px solid #11b719; } .manage-resume-box:hover i, .manage-resume-box:focus i { color: #11b719; } .manage-resume-picbox { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; } .manage-resume-picbox img { width: 80px; height: 80px; border-radius: 50%; } .manage-resume-box h4 { margin-bottom: 5px; font-family: "Raleway", sans-serif; } .manage-resume-box a i { font-size: 20px; color: #636d75; } .detail-desc-caption h4 { color: #252d40; font-size: 22px; margin-bottom: 5px; } .detail-desc-caption h2 { margin-bottom: 0; } .detail-desc-caption span.designation { color: #546673; font-size: 17px; } .detail-desc-caption p { color: #707c88; font-size: 16px; line-height: 1.8; margin-top: 5px; margin-bottom: 15px; font-weight: 400; } .detail-desc-skill span { padding: 5px 8px; background: #f3f5f9; text-transform: uppercase; display: inline-block; margin-right: 7px; font-size: 12px; margin-bottom: 5px; border-radius: 2px; color: #66718a; } .detail-desc-caption ul { padding: 0; margin: 0; } .detail-desc-caption ul li i { margin-right: 10px; font-size: 16px; color: rgba(137, 153, 167, 1); } .detail-desc-caption ul li { padding-bottom: 10px; line-height: 1.5; font-size: 16px; color: #707c88; list-style: none; display: block; } .get-touch h4 { color: #252d40; font-size: 22px; margin-bottom: 15px; } .get-touch ul { padding: 0; margin: 0; } .get-touch ul li i { margin-right: 10px; font-size: 16px; color: rgba(137, 153, 167, 1); } .get-touch ul li { padding-bottom: 10px; line-height: 1.5; font-size: 16px; color: #707c88; list-style: none; } .detail.pannel-footer { padding: 10px 0; display: table; width: 100%; } .row.no-padd { margin: 0 -15px; padding: 0 15px; border-top: 1px solid #ccddea; } .detail-pannel-footer-btn a.footer-btn { padding: 12px 40px; margin-left: 15px; color: #fff; font-size: 16px; border-radius: 2px; margin-bottom: 10px; display: inline-block; text-transform: capitalize; } .detail-pannel-footer-btn a.footer-btn.grn-btn { background: #11b719; } .detail-pannel-footer-btn a.footer-btn.blu-btn { background: #03a9f4; } .detail-pannel-footer-btn a:hover, .detail-pannel-footer-btn a:focus { text-decoration: none; color: #fff; } .fotter-pannel-status { color: #707c88; font-size: 16px; line-height: 1.8; margin-top: 5px; margin-bottom: 15px; font-weight: 400; text-transform: capitalize; } .fotter-pannel-status>span { color: #11b719; } ul.working-days { padding: 0; margin: 0; } ul.working-days li { display: block; list-style: none; padding: 12px 0; border-bottom: 1px dashed #dfe3e8; } ul.working-days li span { float: right; color: #82858e; font-size: 13px; } ul.working-days li.active, ul.working-days li.active span { color: #2ab762; } ul.working-days li.close-day, ul.working-days li.close-day span { color: #d43a3a; } ul.follow-links, ul.advance-list { padding: 0; margin: 0; } ul.follow-links li, ul.advance-list li { display: block; list-style: none; padding: 12px 0; border-bottom: 1px dashed #dfe3e8; } ul.follow-links li, ul.advance-list li:last-child { border-bottom: none; padding-bottom: 0; } .colps-wrap ul.follow-links li, ul.advance-list li:last-child { padding-bottom: 12px; } ul.follow-links li i { margin-right: 7px; } .add-feild .input-group { width: 100%; } .add-feild .form-control { height: 52px; width: 100%; color: #707c88; font-weight: 400; font-size: 16px; margin-bottom: 15px; border-radius: 2px; box-shadow: none; border: 1px solid #ccddea; } .add-feild textarea.form-control { border-radius: 4px; height: 100px; padding: 15px; } .detail-pannel-footer-btn a.footer-btn.choose-cover { background: #11b719; } .full-detail .input-group { margin-bottom: 10px; width: 100%; } section.full-detail { padding: 0 0 3em; } section.full-detail .form-control::-moz-placeholder { color: #6a7884; opacity: 1; } section.full-detail .form-control:-ms-input-placeholder { color: #6a7884; } section.full-detail .form-control::-webkit-input-placeholder { color: #6a7884; } .full-detail .input-group-addon { color: #fff; background: #11b719; width: 45px; border-radius: 0; border-color: #13c313; font-size: 18px; } .btn-primary.small-btn { text-transform: uppercase; display: table; padding: 20px; margin: 20px auto; height: auto; border-radius: 4px; } .btn-primary.small-btn:hover, .btn-primary.small-btn:focus { text-transform: uppercase; display: table; margin: 20px auto; height: auto; border-radius: 4px; } button.btn.remove-field { background: #03a9f4; margin: 2em auto; display: inline-block; color: #fff; border-radius: 4px; text-transform: capitalize; font-size: 16px; padding: 15px 40px; min-width: 180px; border: none; float: right; margin-right: 15px; } button.add-field { background: #11b719; margin: 2em auto; border: none; margin-left: 15px; display: inline-block; color: #fff; border-radius: 4px; text-transform: capitalize; font-size: 16px; padding: 15px 40px; min-width: 180px; } .wysihtml5-toolbar a.btn { background: #e8edf1; color: #252d40; margin-right: 5px; box-shadow: none; } [class^="icon-"], [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; line-height: 14px; vertical-align: text-top; background-image: url(../img/glyphicons-halflings.png); background-position: 14px 14px; background-repeat: no-repeat; } .icon-indent-left { background-position: -384px -48px; } .icon-share { background-position: -120px -72px; } .icon-indent-right { background-position: -408px -48px; } .icon-th-list { background-position: -264px 0; } .icon-list { background-position: -360px -48px; } .form-control.textarea { height: 180px; border-radius: 4px; } .js .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .inputfile+label { width: 120px; font-size: 1.25rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; height: 120px; background: #3db810; border-radius: 50%; } .inputfile+label i { line-height: 100px; text-align: center; font-size: 55px; color: #fff; display: block; background: transparent; border-radius: 50%; } .inputfile:focus+label, .inputfile.has-focus+label { outline: none; outline: none; } .inputupload-pic+label { color: #d3394c; border: 1px solid #d3394c; background-color: #f1e5e6; padding: 0; } .inputupload-pic:focus+label, .inputupload-pic.has-focus+label, .inputupload-pic+label:hover { border-color: #722040; } .inputupload-pic+label span, .inputupload-pic+label strong { padding: 0.625rem 1.25rem; } .inputupload-pic+label span { width: 200px; min-height: 2em; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; } .inputupload-pic+label strong { height: 100%; color: #f1e5e6; background-color: #d3394c; display: inline-block; } .inputupload-pic:focus+label strong, .inputupload-pic.has-focus+label strong, .inputupload-pic+label:hover strong { background-color: #722040; } .row-bottom { margin-bottom: 40px !important; } ul.trim-edu-list { border-left: 3px solid #d6dbe6; margin-left: 1.5em; } ul.trim-edu-list li { list-style: none; margin-bottom: 2em; position: relative; } .trim-edu { padding: 2em 1em; border-radius: 4px; background: #f5f5f5; } .trim-edu-title { margin-bottom: 5px; } .trim-edu-title .title-est { font-weight: 400; font-size: 14px; margin-left: 20px; color: #9c9c9c; } .trim-edu p { padding: 0 !important; margin: 0 !important; } ul.trim-edu-list li:before { content: ""; position: absolute; width: 24px; height: 24px; border-radius: 50%; background: #e9ebef; left: -3.6em; top: 0.5em; } ul.trim-edu-list li:after { content: ""; position: absolute; left: -3.2em; width: 12px; height: 12px; border-radius: 50%; background: #11b719; top: 0.9em; } h2.detail-title { font-size: 18px; background: #f5f6f7; padding: 8px 20px; margin-bottom: 16px; line-height: 1.6; border-radius: 2px; color: #252d40; border-left: 3px solid #11b719; } .full-detail-description p { margin-bottom: 20px; line-height: 1.9; font-size: 15px; padding: 0 20px; } ul.detail-list li { padding: 0; margin-bottom: 10px; line-height: 1.9; font-size: 17px; color: #707c88; list-style: none; } ul.detail-list li:before { content: "\f101"; position: relative; font-size: 17px; color: #11b719; left: -12px; font-family: fontawesome; } ul.detail-footer-social { padding: 0; margin: 0; } ul.detail-footer-social li { display: inline-block; padding-right: 10px; } ul.detail-footer-social li a i { width: 42px; height: 42px; background: #f1f3f4; line-height: 42px; text-align: center; font-size: 17px; border-radius: 2px; margin-bottom: 10px; transition: all ease-in-out 0.4s; } ul.detail-footer-social li a i:hover { background: #11b719; color: #fff; } .third-progress .progressbar-title { font-size: 14px; color: #848484; text-transform: capitalize; } .third-progress .progress { height: 4px; overflow: visible; background: #f0f0f0; margin-bottom: 40px; } .third-progress .progress .progress-bar { position: relative; animation: animate-positive 2s; } .third-progress .progress .progress-icon { width: 32px; height: 32px; line-height: 26px; border-radius: 50%; font-size: 14px; position: absolute; top: -15px; right: 0; background: #fff; border-width: 3px; border-style: solid; } .third-progress .progress-value { font-size: 14px; color: #848484; position: absolute; top: 16px; right: 0; } @-webkit-keyframes animate-positive { 0% { width: 0; } } @keyframes animate-positive { 0% { width: 0; } } .panel-body .simple-tab p { color: #707c88; font-size: 15.4px; text-align: justify; line-height: 1.8; } #accordion .panel { border: none; outline: none; } #accordion .panel-heading { padding: 0; } #accordion .panel-heading>.panel-title { position: relative; } #accordion .panel-heading>.panel-title>a { display: block; font-size: 14px; padding: 18px 35px 18px 15px; text-transform: uppercase; background: #11b719; color: #fff; transition: all 0.2s linear 0; } #accordion .panel-title>a.collapsed { background: #e7ecea; color: #707c88; } #accordion .panel-title>a.collapsed:hover { color: #11b719; } .panel-body p { color: #707c88; font-size: 14px; line-height: 30px; } #accordion .panel-title>a:after, #accordion .panel-title>a.collapsed:after { content: "\f139"; font-family: FontAwesome; color: #fff; font-size: 18px; line-height: 20px; position: absolute; right: 12px; } #accordion .panel-title>a.collapsed:after { content: "\f13a"; color: gray; } #accordion .panel-body { border: none; } .panel-body .accordian-style-three p { color: #707c88; font-size: 15.4px; text-align: justify; line-height: 1.8; } .accordian-style-three .panel-title>a { position: relative; color: #dc005a; display: block; padding-right: 70px; } #accordion3 .panel-heading { padding: 0; } #accordion3 .panel-heading>.panel-title { position: relative; } #accordion3 .panel-heading>.panel-title>a { padding: 20px; position: relative; text-transform: uppercase; background: #11b719; color: #fff; transition: all 0.2s linear 0; } #accordion3 .panel-title>a.collapsed { background: #252d40; color: #707c88; } #accordion3 .panel-title>a.collapsed:hover { color: #11b719; } .accordian-style-three #accordion3 .panel-title>a:after, .accordian-style-three #accordion3 .panel-title>a.collapsed:after { content: "\f068"; font-family: FontAwesome; height: 28px; width: 28px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07); color: #fff; font-size: 14px; line-height: 30px; position: absolute; right: 20px; top: 17px; text-align: center; } .accordian-style-three #accordion3 .panel-title>a.collapsed:after { content: "\f067"; background: #636d75; } .accordian-style-three #accordion3 .panel-title>a.collapsed { color: #8699a7; } .accordian-style-three #accordion3 .panel-title>a:hover, .accordian-style-three #accordion3 .panel-title>a:focus { text-decoration: none; outline: none; } .tool-tab .nav-tabs { border-bottom: 1px solid #ddd; margin-top: 0; } .tab-pane p { color: #707c88; font-size: 14px; line-height: 30px; } .nav.simple.nav-tabs a { color: #707c88; background: #fff; padding: 10px 20px; border: 1px solid #e7ecea; } .nav.simple.nav-tabs li.active a { background: #11b719; color: #fff; } .tab .nav-tabs { background: #fff; padding: 5px 0; } .tab .nav-tabs li { margin-bottom: 0; margin-right: 0; float: none; display: inline-block; } .tab .nav-tabs li a { font-size: 14px; color: #11b719; background: #fafbfb; margin-right: 5px; padding: 10px 25px; border-radius: 0; text-transform: uppercase; border: 1px solid #e7ecea; transition: ease-in-out 0.5s; } .tab .nav-tabs li a:hover { color: #fff; border-color: transparent; background: #11b719; } .tab .nav-tabs li a i { font-size: 20px; margin-right: 10px; } .tab .nav-tabs li.active a, .tab .nav-tabs li.active a:hover { background: #11b719; color: #fff; border: 1px solid transparent; } .tab .tab-content { font-size: 14px; color: #707c88; line-height: 30px; background: #fff; } @media only screen and (max-width: 990px) { .tab .nav-tabs li a { padding: 15px 10px; } .tab .tab-content { padding: 20px 25px; } } @media only screen and (max-width: 767px) { .tab .nav-tabs li a { padding: 15px 5px; } } @media only screen and (max-width: 480px) { .tab .nav-tabs li { width: 100%; } } body.modal-open { padding-right: 0 !important; } .modal-open { overflow: initial; } .center { text-align: center; } a.subs-popup { width: 55px; height: 55px; display: inline-block; color: #fff; font-size: 20px; border-radius: 50%; line-height: 55px; position: absolute; top: 20px; right: 20px; background: #11b719; -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22); -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22); box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.22); } @-moz-keyframes circlebeat { 0% { -moz-transform: scale(0); opacity: 0; } 25% { -moz-transform: scale(0.1); opacity: 0.1; } 50% { -moz-transform: scale(0.5); opacity: 0.3; } 75% { -moz-transform: scale(0.8); opacity: 0.5; } 100% { -moz-transform: scale(1); opacity: 0; } } @-webkit-keyframes circlebeat { 0% { -webkit-transform: scale(0); opacity: 0; } 25% { -webkit-transform: scale(0.1); opacity: 0.1; } 50% { -webkit-transform: scale(0.5); opacity: 0.3; } 75% { -webkit-transform: scale(0.8); opacity: 0.5; } 100% { -webkit-transform: scale(1); opacity: 0; } } .subs-popup .circlebeat { position: absolute; top: -10px; right: -10px; height: 75px; width: 75px; z-index: 10; border: 10px solid #ef0b13; border-radius: 70px; -moz-animation: circlebeat 1s ease-out; -moz-animation-iteration-count: infinite; -o-animation: circlebeat 1s ease-out; -o-animation-iteration-count: infinite; -webkit-animation: circlebeat 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .tab-pane img { margin: 1em auto 2em; display: block; max-width: 70%; } button.close { -webkit-appearance: none; position: absolute; right: 10px; top: 10px; z-index: 999; opacity: 1; width: 30px; height: 30px; border-radius: 50%; line-height: 0; } .close:hover, .close:focus { color: #fff; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: 1; } form { display: inline-block; width: 100%; } .modal textarea.form-control { height: 90px; padding: 15px; } .modal .form-control { height: 52px; padding: 0 15px; border: 1px solid #d7dfea; color: #727272; width: 100%; margin: 0 auto; margin-bottom: 12px; font-size: 15px; border-radius: 2px; box-shadow: none; } .form-group { width: 100%; } .modal .form-control::-moz-placeholder { color: #6a7884; opacity: 1; } .modal .form-control:-ms-input-placeholder { color: #6a7884; } .modal .form-control::-webkit-input-placeholder { color: #6a7884; font-weight: 400; text-shadow: none; } .modal-content { padding: 0 0 35px; } .modal h4 { color: #16162c; font-size: 30px; font-weight: 400; } .modal .submit-btn { border: 1px dashed #11b719; padding: 14px 0; width: 100%; text-transform: uppercase; color: #fff; border-radius: 3px; font-size: 18px; transition: ease-in-out 0.6s; display: inline-block; margin-top: 1em; background: #11b719; } .modal .dismis-btn { border: 1px dashed #dde6ef; padding: 14px 0; width: 100%; text-transform: uppercase; color: #3b465f; border-radius: 3px; font-size: 18px; transition: ease-in-out 0.6s; display: inline-block; margin-top: 1em; background: #dde6ef; } .modal .submit-btn:hover { color: #fff; background: #11b719; } .success-message { text-align: center; color: green; } .error-message { text-align: center; color: red; } #signup .modal-body { position: relative; padding: 0; } .modal-body .nav-tabs>li { float: left; margin-bottom: -1px; width: 50%; text-align: center; } .modal-body .nav>li>a { position: relative; display: block; color: #95a2a7; padding: 18px 15px; background: #252d40; border-radius: 0; margin: 0; } .modal-body .nav>li.active>a { background: #11b719; text-transform: uppercase; color: #fff; } .modal-body .nav>li>a:hover, .modal-body .nav>li>a:focus { background: #11b719; border: 1px solid #0e9cf3; color: #fff; } .tab-content { padding: 2em 0 3em; } .modal-body .nav-tabs { margin-top: 0; } .modal-body .tab .nav-tabs { padding: 0; } .modal-body .tab .nav-tabs li a { border: none; } .modal-body .tab .nav-tabs li.active a, .modal-body .tab .nav-tabs li.active a:hover { border: none; } .contact-box i { background: #f3f6f8; width: 80px; height: 80px; text-align: center; line-height: 80px; font-size: 25px; display: table; margin: 20px auto; border-radius: 4px; color: #11b719; } .contact-page h2, .contact-form h2 { text-align: center; margin-bottom: 25px; margin-top: 0; } .contact-box { line-height: 1.8; text-align: center; } .contact-box p { font-size: 16px; } .contact-form { padding-top: 2em; } .contact-form textarea.form-control { height: 180px; } .contact-form .btn-primary { max-width: 250px; padding: 15px 25px; height: auto; margin: 15px auto; display: block; border: none; border-radius: 50px; } .contact-form .btn-primary:hover, .contact-form .btn-primary:focus { max-width: 250px; padding: 15px 0; height: auto; margin: 15px auto; display: block; border: none; border-radius: 50px; } .short-blog { padding: 0; margin-bottom: 2em; border: 1px solid #d6e3ec; } figure.img-holder { position: relative; } .blog-post-date { position: absolute; bottom: 15px; left: 15px; background: #11b719; padding: 5px 30px; border-radius: 2px; color: #fff; text-transform: capitalize; } .blog-content { padding: 40px 25px; font-size: 15px; line-height: 1.8; color: #636d75; } .blog-content .blog-sing-title { color: #252d40; margin: 15px 0 5px; font-size: 25px; } .post-meta span.author, .post-meta span.category a { color: #11b719; } .blog-text p { color: #636d75; font-size: 15px; line-height: 1.8; } .post-meta { font-family: initial; } .post-tags { margin: 2em 0 0; } .post-tags strong { margin-right: 10px; color: #334e6f; font-size: 16px; } .post-tags a { color: #7b7b7b; background: #eaeef5; font-size: 14px !important; margin: 0 7px 10px 0; display: inline-block; padding: 4px 22px; -webkit-transition: all 0.3s ease-in-out 0; -o-transition: all 0.3s ease-in-out 0; transition: all 0.3s ease-in-out 0; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; } .post-meta { color: #334e6f; } .post-meta>span { display: inline-block; line-height: 1; padding-right: 12px; margin-right: 10px; border-right: 1px solid #ebebeb; } .post-meta i { font-size: 17px; color: #929292; margin-right: 7px; } .search-form button.btn.btn-default { background: #11b719; color: #fff; border: 1px solid #11b719; height: 50px; } .sidebar-widget { padding: 30px 0; } .sidebar-widget h4 { font-size: 17px; margin-bottom: 20px; text-transform: uppercase; background: #f1f6fb; padding: 12px 15px; } ul.sidebar-list { padding: 0; margin: 0; } ul.sidebar-list li { list-style: none; line-height: 1.8; padding: 10px 0; border-bottom: 1px solid #e0ecf5; } ul.sidebar-list li a { font-size: 15px; color: #788a9a; } ul.sidebar-list li a span { float: right; color: #11b719; } .blog-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #e0ecf5; display: block; width: 100%; } .blog-item .post-thumb { width: 70px; height: 70px; display: table-cell; } .blog-detail { vertical-align: top; display: table-cell; padding-left: 10px; } .blog-item h4 { text-transform: capitalize; color: #707c88; line-height: 1.4; margin-top: 0; padding: 0 0 5px; font-size: 15px; margin-bottom: 0; background: transparent; } .post-info { color: #11b719; } .full-blog { border: 1px solid #e0ecf5; } .full-blog .blog-content { padding: 40px 25px 20px; } .blog-footer-social { padding: 10px 0 0; border-top: 1px solid #e0ecf5; margin-top: 20px; } ul.list-inline.social { padding: 0; margin: 0; float: none; display: inline-block; } ul.list-inline.social li { list-style: none; display: inline-block; padding: 0 10px; } ul.list-inline.social li i { width: 46px; height: 46px; background: #fff; border-radius: 50%; border: 1px solid #e0ecf5; color: #71818e; line-height: 46px; text-align: center; font-size: 20px; transition: all ease-in-out 0.4s; } ul.list-inline.social li i:hover, ul.list-inline.social li i:focus { background: #11b719; color: #fff; } .comments ul { padding-left: 0; } .comments ul li { display: block; } .comments ul li, .comments ul li ul li, .comments ul li ul li ul li, .comments ul li ul li ul li { margin: 50px 0 0; } .comments ul li { position: relative; } .avatar { display: inline-block; float: left; padding: 0 17px 0 0; position: absolute; left: 0; top: -5px; } .avatar img { max-width: 70px; border-radius: 50%; } .comment-content { color: #666; padding: 0 0 0 100px; } .comment-by { width: 100%; padding-bottom: 8px; padding-top: 5px; font-weight: 500; color: #333; } .comment-by span.date { color: #888; font-weight: 500; margin: 0; float: none; display: block; text-align: left; } .comment-by a.reply { display: inline; background-color: #f0f0f0; padding: 5px 16px; line-height: 22px; font-size: 14px; color: #666; font-weight: 500; position: absolute; right: 0; top: 15px; border-radius: 4px; } .comments ul li ul { margin: 0 0 0 100px; border-left: 1px solid #e0e0e0; padding-left: 35px; } .comments ul li ul li:before { content: ""; width: 15px; height: 1px; background-color: #e0e0e0; display: inline-block; position: absolute; top: 30px; left: -35px; } .comments-form textarea.form-control { height: 150px; } .comments-form form { margin: 10px -15px; } .comments-form button.thm-btn.btn-comment { padding: 12px 20px; text-transform: uppercase; color: #fff; border: 2px solid #11b719; background: #11b719; min-width: 210px; display: table; margin: 10px 15px; } .comments-form button.thm-btn.btn-comment:hover, .comments-form button.thm-btn.btn-comment:focus { padding: 12px 20px; text-transform: uppercase; color: #11b719; border: 2px solid #11b719; background: transparent; min-width: 210px; display: table; margin: 10px 15px; } body.simple-bg-screen { position: initial; background-size: cover; background-position: center; } body.simple-bg-screen:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; position: absolute; background: #fff; height: 100%; opacity: 0.8; } .login-screen, .signup-screen, .lost-ps-screen { position: relative; max-width: 450px; margin: 12% auto 0; } section.login-screen-sec, section.signup-screen-sec, section.lost-ps-screen-sec { background: transparent; } .login-screen .form-control { border-radius: 50px; margin-bottom: 15px; padding-left: 15px; } .login-screen img, .signup-screen img, .lost-ps-screen img { margin: 1.5em auto; } button.btn.btn-login { background: #11b719; border: 1px solid #11b719; border-radius: 50px; min-width: 200px; padding: 12px 0; box-shadow: 0 0 12px 1px rgba(61, 214, 34, 0.4); color: #fff; font-size: 16px; text-transform: uppercase; margin: 0 auto; display: table; } .login-screen span, .signup-screen span, .lost-ps-screen span { margin-top: 12px; display: inline-block; text-align: center; width: 100%; } .login-screen span a, .signup-screen span a, .lost-ps-screen span a { color: #11b719; } .login-plane-sec { margin-top: 5%; } .login-panel { background: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04); -webkit-box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.04); padding: 10px 0 0; border: 1px solid #f4f5f7; color: #fff; } .login-panel.panel-default>.panel-heading { color: #636d75; background-color: transparent; background-image: none; text-align: center; border: none; border-bottom: 1px solid rgba(158, 173, 191, 0.2); } .btn-login { background: #11b719; border-radius: 2px; color: #fff; padding: 12px 25px; text-transform: uppercase; display: table; margin: 0 auto; min-width: 220px; } .login-panel .form-control { height: 52px; color: #636d75; font-size: 16px; border-radius: 1px; background: #fbfdff; border: 1px solid #d7dfea; } .login-panel .panel-title { font-size: 24px; } .login-panel img { margin: 30px auto 20px; max-width: 40%; } .login-panel form { padding: 0 30px 40px; } .login-panel .panel-body { padding: 0; } .login-panel .social-login { padding: 0; margin: 0; margin-top: 7px; position: relative; } .login-panel .social-login li { padding: 12px 0; text-align: center; width: 50%; display: inline-block; float: left; } .login-panel .social-login li a { color: #fff; font-size: 16px; } .login-panel .social-login li a i { font-size: 14px; margin-right: 10px; line-height: 32px; padding-right: 0; border-right: none; } .login-panel .social-login .facebook-login { background: #35508a; } .login-panel .social-login .google-plus-login { background: #f32810; } .login-panel label { color: #11b719; } .login-panel .social-login span { position: absolute; width: 46px; height: 46px; background: #fff; left: 46%; color: #263238; border-radius: 50%; border: 5px solid rgba(2, 2, 2, 0.1); text-align: center; vertical-align: middle; line-height: 38px; top: 5px; } .login-panel .form-control:focus { border-color: #11b719; outline: 0 none; box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075) inset, 0 0 8px rgba(7, 177, 7, 0.6); } .job-types label { font-weight: 600; color: #707c88; margin: 0 0 10px 15px; } .job-types { text-align: right; } .job-types input[type="checkbox"], .job-types input[type="radio"] { top: 3.33333px; } @-webkit-keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } @-moz-keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } @-o-keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } @keyframes click-wave { 0% { width: 40px; height: 40px; opacity: 0.35; position: relative; } 100% { width: 60px; height: 60px; margin-left: -40px; margin-top: -40px; opacity: 0; } } .check-option { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; position: relative; width: 15px; height: 15px; border-radius: 50%; -webkit-transition: all 0.15s ease-out 0; -moz-transition: all 0.15s ease-out 0; transition: all 0.15s ease-out 0; background: #eaeef3; border: none; color: #fff; cursor: pointer; display: inline-block; outline: none; position: relative; margin-right: 0.5rem; } .check-option.full-time { background: #03a504; } .check-option.part-time { background: #f6931e; } .check-option.freelancer { background: #26a9e1; } .check-option.internship { background: #d20001; } .check-option.full-time:checked { background: #03a504; } .check-option.part-time:checked { background: #f6931e; } .check-option.freelancer:checked { background: #26a9e1; } .check-option.internship:checked { background: #d20001; } .check-option:checked::before { width: 15px; height: 15px; position: absolute; content: "\002714"; display: inline-block; font-size: 8px; text-align: center; line-height: 17px; } .check-option:checked::after { -webkit-animation: click-wave 0.65s; -moz-animation: click-wave 0.65s; animation: click-wave 0.65s; content: ""; display: block; position: relative; z-index: 100; border-radius: 50%; } .check-option.full-time:checked::after { background: #03a504; } .check-option.part-time:checked::after { background: #f6931e; } .check-option.freelancer:checked::after { background: #26a9e1; } .check-option.internship:checked::after { background: #d20001; } .check-option.radio { border-radius: 50%; } .check-option.radio::after { border-radius: 50%; } .grid-view.brows-job-list { position: relative; text-align: center; padding-bottom: 0; margin-top: 30px; display: table; } .grid-view .brows-job-type span { position: absolute; padding: 4px 15px; top: 10px; right: 0; line-height: 1.4; font-size: 12px; border-radius: 2px 0 0 2px; } .grid-view.brows-job-list:hover, .grid-view.brows-job-list:focus { border: none !important; } .grid-view .brows-job-company-img { width: 80px; margin: 10px auto; height: 80px; display: flex; border: 1px solid #e4e4e4; background: #fff; align-items: center; border-radius: 50%; line-height: 80px; } .grid-view .brows-job-company-img img { margin: 0 auto; vertical-align: middle; display: inline-block; max-width: 50px; line-height: 50px; } .grid-view-caption { margin: 2.5em 0 0; padding: 0; border-top: 1px solid #eaeff5; display: flex; width: 100%; } .brows-job-position { padding: 0 15px 15px; } .item-click .brows-job-position { padding: 0; } .grid-view-caption li { display: inline-block; float: left; width: 50%; padding: 10px 0; line-height: 2.2; } .brows-job-description { font-size: 15.5px; line-height: 1.8; color: #5b6d77; padding: 10px 12px; } .brows-job-description p { line-height: 1.9; } .grid-view-caption li:first-child { border-right: 1px solid #eaeff5; } .grid-view-caption li p { margin-bottom: 0; } .grid-view-caption li i { padding-right: 10px; } .grid-view-caption .brows-job-location { margin-top: 0; } .grid-view-caption .brows-job-location p i { margin-right: 0; } .grid-view-caption .brows-job-location p, .grid-view-caption .brows-job-sallery { font-size: 14px; margin-bottom: 0; color: #828fa2; } .category-box { position: relative; height: 210px; background: #fff; box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); border-radius: 5px; text-align: center; padding: 50px 12px 30px; box-sizing: border-box; margin-top: 30px; overflow: hidden; transition: 0.6s linear; } .category-box .category-desc { z-index: 2; } .category-box .category-desc .category-icon { font-size: 40px; color: #ff7c39; margin-bottom: 10px; transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); } .category-box .category-desc i { font-size: 40px; color: #11b719; margin-bottom: 7px; width: auto; height: auto; transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); } .category-box .category-desc .category-detail h4 { font-weight: 500; margin-bottom: 5px; } .category-box .category-desc .category-detail p { margin-bottom: 5px; } .category-box .category-desc .category-detail span { font-weight: 400; font-size: 14px; } a.btn.width-170 { width: 150px; box-shadow: 0 2px 10px 0 #d8dde6; border: 1px solid #f9f9f9; background: #fff; padding: 10px; border-radius: 50px; color: #ff7c39; font-size: 16px; font-weight: 500; transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); } .category-box .category-desc i.abs-icon { position: absolute; bottom: 5px; left: 5px; opacity: 0; transition: all ease-in 0.4s; color: #eff1f3; } .category-box .category-desc img { max-width: 80px; margin: 0 auto 12px; } .category-box:hover i.abs-icon { position: absolute; bottom: 25px; left: 25px; opacity: 1; color: #eff1f3; } .full-card { background: #fff; border-radius: 4px; padding-bottom: 30px; border: 1px solid #eceff3; box-shadow: 0 0 10px 0 rgba(64, 65, 67, 0.1); } .card-header { padding: 15px 0 0; border-bottom: 1px solid #eceff3; } .card-header .bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default { height: 40px; } article.advance-search-job { padding: 15px 0; border-bottom: 1px solid #eceff3; } ol.breadcrumb.pull-right { background: transparent; } .breadcrumb>.active { color: #11b719; } .advance-search-img-box { max-width: 70px; float: left; } .advance-search-caption { margin-left: 78px; margin-top: 16px; } .advance-search-caption h4 { color: #3e4850; margin-bottom: 3px; font-weight: 600; } .advance-search-caption span { font-weight: 400; color: #252d40; opacity: 0.8; } .advance-search-job-locat { vertical-align: middle; margin-top: 22px; } .advance-search-job-locat i { margin-right: 6px; } a.btn.advance-search { background: #11b719; border-radius: 2px; margin-top: 16px; min-width: 110px; padding: 8px 12px; color: #fff; letter-spacing: 1px; } a.btn.applied.advance-search { opacity: 0.6; } .apply-job-box { text-align: center; padding: 2em 0; } .apply-job-box h4 { margin-bottom: 5px; margin-top: 0; } .apply-job-box img { margin: 0 auto; display: table; max-width: 80px; } .fileUpload { position: relative; overflow: hidden; margin: 10px 0; border: 1px solid #d7dfea; } .fileUpload input.upload { position: absolute; top: 0; left: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .fileUpload span { background: #11b719; padding: 11px 20px; color: #fff; display: inline-block; min-width: 120px; text-align: center; } .side-widget { background: #fff; border-radius: 4px; border: 1px solid #eceff3; box-shadow: 0 0 10px 0 rgba(64, 65, 67, 0.1); margin-bottom: 30px; overflow: hidden; } .widget-text { padding: 15px; } .widget-text.padd-0 { padding: 0; } .job-alert { padding: 1.2em 0; text-align: center; } button.btn.btn-alrt { background: #11b719; color: #fff; padding: 10px 25px; min-width: 150px; } .sidebar.right-sidebar ul { margin: 0; padding: 0; } .sidebar.right-sidebar ul li { list-style: none; padding: 10px 10px 8px; color: #707c88; border-bottom: 1px solid #eceff3; } .right-sidebar h2.side-widget-title { background: #11b719; margin: 0; text-align: left; padding-left: 12px; color: #fff; font-size: 17px; text-transform: uppercase; line-height: 48px; } .ad-banner img { margin: 0 auto; } .right-sidebar h2.side-widget-title a { color: #fff; display: inline-block; width: 100%; padding-right: 12px; line-height: 1; } .custom-checkbox { position: relative; } .custom-checkbox input[type="checkbox"] { opacity: 0; position: absolute; margin: 5px 0 0 3px; z-index: 9; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; } .custom-checkbox label:before { content: ""; margin-right: 5px; display: inline-block; vertical-align: text-top; background: #fff; border: 1px solid #bbb; border-radius: 2px; box-sizing: border-box; z-index: 2; } .custom-checkbox input[type="checkbox"]:checked+label:after { border-color: #fff; } .custom-checkbox label:before { width: 16px; height: 16px; } .custom-checkbox input[type="checkbox"]:checked+label:after { content: ""; position: absolute; left: 5px; top: 2px; width: 6px; height: 10px; border: solid #fff; border-width: 0 3px 3px 0; transform: inherit; z-index: 3; transform: rotateZ(45deg); } .custom-checkbox input[type="checkbox"]:checked+label:before { border-color: #11b719; background: #11b719; } .custom-radio { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .custom-radio input { position: absolute; opacity: 0; cursor: pointer; } .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 50%; } .custom-radio:hover input~.checkmark { background-color: #f4f5f7; } .custom-radio input:checked~.checkmark { background-color: #11a457; } .checkmark:after { content: ""; position: absolute; display: none; } .custom-radio input:checked~.checkmark:after { display: block; } .custom-radio .checkmark:after { top: 6px; left: 6px; width: 8px; height: 8px; border-radius: 50%; background: #fff; } .advance-detail.detail-desc-caption { text-align: center; } .advance-detail.detail-desc-caption ul li { width: 32%; text-transform: capitalize; margin-top: 20px; text-align: center; display: inline-block; } .advance-detail.detail-desc-caption ul li strong { display: block; font-size: 20px; font-weight: 600; } .j-view { color: #ff2a63; } .j-applied { color: #1fb6ff; } .j-shared { color: #23ce00; } ul.job-detail-des li { padding: 0; color: #66727b; list-style: none; padding: 10px 12px; } ul.job-detail-des li span { font-weight: 600; margin-right: 20px; min-width: 120px; display: inline-block; } ul.job-detail-des li:nth-child(even) { background: #f3f6f8; } section.simple-bg-screen.big-wrap { background-size: cover; background-position: center; position: relative; } section.simple-bg-screen.big-wrap:before { content: ""; display: block; left: 0; right: 0; top: 0; bottom: 0; position: absolute; background: #fff; height: 100%; opacity: 0.8; } .error-page { background: transparent; position: relative; text-align: center; } .error-page p { font-size: 18px; } .error-page h2 { font-size: 80px; line-height: 1; font-weight: 600; } .error-page h2 span { color: #11b719; } .error-page a.btn.btn-success.small-btn { background: #11b719; border-color: #11b719; border-radius: 50px; padding: 12px 31px; margin: 15px 0; } .deatil-tab-employ.tool-tab .tab-content { padding-left: 2em; padding-right: 2em; } .deatil-tab-employ.tool-tab .nav.simple.nav-tabs li.active a { background: rgba(7, 177, 7, 0.15); color: #11b719; border-color: #11b719; } .nav.simple.nav-tabs a { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; padding: 15px 25px; border: none; border-radius: 0; border-right: 1px solid #ddd; margin-right: 0; } .deatil-tab-employ.tool-tab .nav-tabs>li { margin-bottom: 0; } .deatil-tab-employ .nav-tabs>li.active>a, .deatil-tab-employ .nav-tabs>li.active>a:focus, .deatil-tab-employ .nav-tabs>li.active>a:hover { border: none; border-right: 1px solid #ddd; } .deatil-tab-employ .nav-tabs>li>a:focus, .deatil-tab-employ .nav-tabs>li>a:hover { background: rgba(7, 177, 7, 0.15); border-color: #11b719; color: #11b719; } span.info-bar { padding: 3px 5px; border: 1px solid #11b719; border-radius: 50%; background: #daf3da; color: #11b719; font-size: 12px; margin-left: 5px; } #address ul.job-detail-des { margin: 0; padding: 0; } .deatil-tab-employ .tab-pane img { border-radius: 50%; } .deatil-tab-employ .manage-cndt { border: 1px solid #e1e7ea; } .mail-card { border: 1px solid #e8edf1; border-radius: 2px; margin-bottom: 20px; display: inline-block; width: 100%; } .inbox-widget .card-header { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; padding: 15px 20px; background-color: transparent; } .flexbox { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; } .card-title.flexbox img.avatar { max-width: 60px; max-height: 60px; margin-right: 10px; } .card-title.flexbox h6 { margin-bottom: 0; margin-top: 10px; } .small, small { font-size: 85%; } .text-info { color: #11b719; } h5.text-lighter small { font-size: 90%; color: #84939a; } .attachment-block { display: inline-block; max-width: 180px; margin-right: 15px; margin-bottom: 20px; background: #fff; border: 1px solid #e8edf1; border-radius: 4px; overflow: hidden; } .attachment-info { padding: 5px 8px; } .attachment-info h6 { margin-bottom: 2px; margin-top: 5px; } .attachment-info ul li { width: 50%; float: left; display: inline-block; } .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.25rem 0; } .deatil-tab-employ .tab-pane .thumb img { border-radius: 0; max-width: 100%; margin: 0; } .card-title.flexbox img { margin: 0; } .unread .card-title.flexbox h6 { font-size: 15px; font-weight: 600; } .unread .small, .unread small { font-size: 100%; } .edit-pro textarea.form-control { height: 150px; } .edit-pro .form-control { margin-bottom: 17px; } form.dropzone { color: #01b2ac; background: rgba(1, 178, 172, 0.07); border-color: #01b2ac; } .dz-default i.fa.fa-cloud-upload { display: block; font-size: 2em; } .dropzone .dz-message { text-align: center; margin: 1em 0 !important; } form.dropzone.dz-clickable { border: 1px dashed #d8e3e8; font-size: 20px; } .deatil-tab-employ .mng-company { border: 1px solid #e8edf1; } article { position: relative; } .tg-themetag { top: 7px; left: -5px; z-index: 2; color: #fff; font-size: 10px; font-weight: 500; line-height: 10px; position: absolute; background: #ff526c; padding: 5px 3px 3px 10px; text-transform: uppercase; } .tg-featuretag:before, .tg-featuretag:after { width: 0; height: 0; content: ""; position: absolute; } .tg-featuretag:before { top: 0; left: 100%; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 10px solid #ff526c; } .tg-featuretag:after { top: 100%; left: 0; border-top: 5px solid #eb344f; border-left: 5px solid transparent; } .deatil-tab-employ article.advance-search-job { border: 1px solid #eceff3; margin-bottom: 20px; } .tab-pane .advance-search-img-box img { margin: 0; display: block; max-width: 100%; } button.update-btn { background: #11b719; margin: 2em auto; border: none; display: table; color: #fff; border-radius: 4px; text-transform: capitalize; font-size: 16px; padding: 15px 40px; min-width: 180px; margin: 15px auto; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #fff; opacity: 1; } div.datedropper.my-style { border-radius: 8px; width: 180px; } div.datedropper.my-style .picker { border-radius: 8px; box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1); } div.datedropper.my-style .pick-l { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } div.datedropper.my-style:before, div.datedropper.my-style .pick-submit, div.datedropper.my-style .pick-lg-b .pick-sl:before, div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-lg-h { background-color: #1cc100; } div.datedropper.my-style .pick-y.pick-jump, div.datedropper.my-style .pick li span, div.datedropper.my-style .pick-lg-b .pick-wke, div.datedropper.my-style .pick-btn { color: #1cc100; } div.datedropper.my-style .picker, div.datedropper.my-style .pick-l { background-color: #fff; } div.datedropper.my-style .picker, div.datedropper.my-style .pick-arw, div.datedropper.my-style .pick-l { color: #3a465e; } div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-m .pick-arw, div.datedropper.my-style .pick-lg-h, div.datedropper.my-style .pick-lg-b .pick-sl, div.datedropper.my-style .pick-submit { color: #fff; } div.datedropper.my-style.picker-tiny:before, div.datedropper.my-style.picker-tiny .pick-m { background-color: #fff; } div.datedropper.my-style.picker-tiny .pick-m, div.datedropper.my-style.picker-tiny .pick-m .pick-arw { color: #3a465e; } div.datedropper.my-style.picker-lkd .pick-submit { background-color: #fff; color: #3a465e; } .hero-banner { position: relative; overflow: hidden; padding: 80px 0; } .hero-banner .container { height: 100%; display: table; } .hero-banner:before { content: ""; background: url(../img/green-banner.png) center center/cover no-repeat local; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; } .hero-banner .hero-img { position: absolute; left: 0; top: 0; } .hero-banner .container .row { display: table-cell; vertical-align: middle; } .hero-banner .content { position: relative; z-index: 10; } .hero-banner h2, .main-banner h1 { font-size: 30px; font-weight: 700; } .hero-banner p, .main-banner p { font-family: "Josefin Slab", serif; line-height: 1.7; } .banner-form { max-width: 510px; margin-top: 30px; } .banner-form .input-group { width: 100%; } .banner-form .form-control, .banner-form .btn { height: 60px; padding: 12px 15px; } .banner-form .btn { color: #fff; } .company-brand.freelancer { position: relative; margin-top: 0; padding: 40px 0; background: #f2f7fb; } .company-brand.freelancer img { opacity: 0.8; } .grid-slide .grid-slide-box, .grid-slide-2 .grid-slide-box { padding: 5px 10px; } .grid-slide .grid-slide-box:focus, .grid-slide-2 .top-candidate-box:focus { outline: none; } .top-candidate-wrap { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .grid-slide-box .top-candidate-wrap { margin-bottom: 0; } .top-candidate-wrap:hover, .top-candidate-wrap:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .tp-candidate-inner-box { padding: 50px 20px 10px; text-align: center; } .top-candidate-box { text-align: center; padding: 40px 20px 15px; } .style-2 .top-candidate-box { padding: 40px 20px 35px; } .tpc-status { position: absolute; left: 32px; top: 25px; background: #01c73d; color: #fff; text-transform: capitalize; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .top-candidate-box-thumb { width: 120px; height: 120px; margin: 0 auto 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .style-2 .top-candidate-box-thumb { width: 100px; height: 100px; margin: 0 auto 15px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .top-candidate-box-detail h4 { margin-bottom: 4px; font-size: 20px; text-transform: capitalize; } .top-candidate-box-detail .desination, .top-candidate-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .top-candidate-box-extra ul { margin: 15px 0; padding: 0; } .top-candidate-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .top-candidate-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } .style-2 .top-candidate-box-extra ul li { border-radius: 2px; } .btn.btn-freelance { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; background: #f2f3f5; } .btn.btn-candidate-two { border-radius: 2px; color: #fff; padding: 9px 17px; margin: 5px; } .btn.btn-freelance:hover, .btn.btn-freelance:focus { background: #01c73d; color: #fff; } .rattings .fa { color: #99abb9; } .rattings .fa.fill { color: #ff9800; } .paid-candidate-container { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .paid-candidate-container:hover, .paid-candidate-container:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .paid-candidate-box { text-align: center; padding: 60px 20px 15px; } .paid-candidate-status { position: absolute; left: 32px; top: 25px; background: #01c73d; color: #fff; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .paid-candidate-box-thumb { width: 120px; height: 120px; margin: 0 auto 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .paid-candidate-box-detail h4 { margin-bottom: 4px; font-size: 20px; } .paid-candidate-box-detail .desination, .paid-candidate-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .paid-candidate-box-extra ul { margin: 15px 0; padding: 0; } .paid-candidate-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .paid-candidate-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } .btn.btn-paid-candidate { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; background: #f2f3f5; } .btn.btn-paid-candidate:hover, .btn.btn-paid-candidate:focus { background: #01c73d; color: #fff; } .paid-candidate-box .dropdown { position: absolute; right: 30px; top: 25px; } .btn-trans { background: transparent; border: none; font-size: 20px; color: #99abb9; } .dropdown-menu.pull-right { right: 0; left: auto !important; top: 90% !important; right: 0; border-color: #ebf2f7; padding: 0; left: auto !important; top: 90% !important; } .dropdown-menu>a { display: block; padding: 14px 12px; clear: both; font-weight: 300; line-height: 1.42857143; color: #67757c; border-bottom: 1px solid #f1f6f9; } .popular-jobs-container { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .popular-jobs-container:hover, .popular-jobs-container:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .popular-jobs-box { text-align: center; padding: 50px 20px 15px; } .popular-jobs-status { position: absolute; left: 32px; top: 25px; color: #fff; text-transform: capitalize; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .popular-jobs-box-detail h4 { margin-bottom: 4px; font-size: 20px; text-transform: capitalize; } .popular-jobs-box-detail .desination, .popular-jobs-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .popular-jobs-box-extra ul { margin: 15px 0; padding: 0; } .popular-jobs-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .popular-jobs-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } .btn.btn-popular-jobs { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; background: #f2f3f5; } .btn.btn-popular-jobs:hover, .btn.btn-popular-jobs:focus { background: #01c73d; color: #fff; } .working-process { text-align: center; position: relative; margin-top: 30px; } .process-icon { float: none; display: inline-block; position: relative; width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; line-height: 98px; font-size: 35px; text-align: center; color: #fe2864; background: #f5f9fc; border-color: #f5f9fc; } span.process-img { width: 80px; height: 80px; margin: 15px auto 0; position: relative; display: inline-block; } span.process-img img { z-index: 1; } span.process-count { position: absolute; right: 0; bottom: 5px; line-height: 30px; width: 30px; height: 30px; background: #fe2864; font-size: 14px; text-align: center; border-radius: 50%; color: #fff; } span.process-num { position: absolute; font-size: 60px; font-weight: 600; color: #bbc7e1; left: -30px; top: -10px; opacity: 0.2; } .working-process h4 { margin: 10px 0; } .working-process p { padding: 2px 15px; line-height: 1.9; } .inner-header-page { padding: 150px 0 50px; text-align: left; background: #f5f6f7; border-bottom: 2px solid #11b719; } .left-side-container { display: table; width: 100%; } .inner-header-page .freelance-image { height: 140px; flex: 0 0 140px; margin-right: 35px; background: #fff; border-radius: 4px; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); display: inline-block; padding: 0 20px; line-height: 140px; float: left; } .inner-header-page .freelance-image img { max-width: 120px; margin-top: 10px; } .header-details h4 { margin: 0 0 5px; font-size: 24px; } .header-details h4 span { font-size: 17px; } .inner-header-page .header-details ul { padding: 0; margin: 0; list-style: none; line-height: 24px; margin-bottom: -7px; } .inner-header-page .header-details li { display: inline-block; margin-right: 20px; margin-bottom: 12px; } .inner-header-page .header-details ul li img { height: 16px; border-radius: 3px; position: relative; top: -1px; display: inline-block; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); margin-right: 5px; cursor: default; } .verified-action { position: relative; height: 26px; display: flex; top: -1px; color: #fff; font-weight: 500; font-size: 14px; background-color: #30ab4a; text-align: center; z-index: 10; font-weight: 500; border-radius: 4px; padding: 0 8px 0 0; margin: 0; overflow: hidden; padding-left: 34px; line-height: 27px; } .verified-action:before { content: "\f00c"; font-family: FontAwesome; font-size: 16px; color: #fff; position: absolute; top: 0; left: 0; line-height: 26px; height: 26px; width: 26px; display: inline-block; background-color: #38b653; } .header-details { margin-top: 20px; } .inner-header-page .header-details li .star-rating { position: relative; top: 0; } .star-rating::before { content: attr(data-rating); float: left; background-color: #febe42; color: #fff; font-size: 14px; line-height: 15px; font-weight: 700; position: relative; top: 1px; margin-right: 10px; border-radius: 4px; padding: 5px 7px; } .inner-header-page .header-details li .star-rating .fa { color: #94a0ad; } .inner-header-page .header-details li .star-rating .fa.fill { color: #febe42; } .right-side-detail ul { padding: 0; margin: 0; } .right-side-detail ul li { list-style: none; padding: 5px 0; } .right-side-detail ul li .detail-info { width: 135px; font-weight: 500; display: inline-block; } .right-side-detail ul.social-info li { display: inline-block; margin: 5px; } .right-side-detail ul.social-info li a { width: 40px; height: 40px; display: inline-block; background: #e3e8ec; text-align: center; line-height: 40px; border-radius: 2px; } span.available-status { margin-left: 10px; background: #01c73d; padding: 5px 15px; border-radius: 4px; color: #fff; } .container-detail-box { background: #fff; border-radius: 6px; overflow: hidden; padding: 30px; margin-bottom: 30px; position: relative; border: 1px solid #eaeff5; } .apply-job-detail { margin-bottom: 30px; } .apply-job-detail h5 { font-size: 18px; } .apply-job-header a { margin-right: 15px; } .apply-job-header a i, .apply-job-header span i { margin-right: 5px; } .apply-job-header { margin-bottom: 40px; } .apply-job-header h4 { font-size: 22px; } ul.skills, ul.job-requirements { margin: 15px 0; padding: 0; } ul.skills li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } ul.job-requirements li { list-style: none; display: block; padding: 7px 0; } ul.job-requirements li span { display: inline-block; width: 120px; font-weight: 500; } img.img-responsive.payment-img { margin-top: 20px; } .review-list { display: table; width: 100%; margin-bottom: 50px; } .review-thumb { max-width: 80px; float: left; display: table-cell; } .review-detail { display: table; margin-left: 100px; } .review-detail h4 { margin: 0 0 3px; } .review-detail h4 span { float: right; opacity: 0.8; font-weight: 400; font-size: 13px; } .review-detail .re-designation { font-size: 14px; opacity: 0.9; } .review-detail p { margin: 15px 0 25px; } ul.block-list { padding: 0; margin: 0; } ul.block-list li { list-style: none; margin-bottom: 10px; font-size: 16px; font-weight: 600; display: block; font-family: "Josefin Slab", serif; } ul.block-list li i { margin-right: 12px; } ul.language { padding: 0; margin: 0; } ul.language li { list-style: none; margin-bottom: 10px; font-size: 15px; margin-right: 20px; display: inline-block; } ul.language li img { height: 16px; border-radius: 3px; position: relative; top: -1px; display: inline-block; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); margin-right: 5px; cursor: default; } .sidebar-wrapper { background: #fff; border-radius: 6px; overflow: hidden; text-align: left; margin-bottom: 30px; position: relative; transition: 0.4s; padding: 0 25px 30px; border: 1px solid #eaeff5; } .sidebar-box-header { padding: 15px 0; margin-bottom: 20px; } .sidebar-box-header h4 { font-size: 17px; margin: 5px 0; } .member-profile-list { display: table; width: 100%; padding: 15px 0; border-bottom: 1px solid #eaeff5; text-align: left; } .member-profile-list:last-child { border-bottom: none; } .member-profile-thumb { width: 70px; float: left; } .member-profile-detail { margin-left: 80px; margin-top: 7px; } .member-profile-detail h4 { margin: 0 0 2px; } .member-profile-detail span { display: block; line-height: 1.5; font-size: 13px; } .sidebar-container { background: #fff; border-radius: 6px; overflow: hidden; text-align: center; margin-bottom: 30px; position: relative; transition: 0.4s; border: 1px solid #eaeff5; } .sidebar-container:hover, .sidebar-container:focus { transform: translateY(-5px); -webkit-transform: translateY(-5px); cursor: pointer; } .sidebar-box { text-align: center; padding: 60px 20px 15px; } .style-2 .sidebar-box { padding: 40px 20px 35px; } .sidebar-status { position: absolute; left: 32px; top: 25px; background: #01c73d; color: #fff; padding: 4px 18px; border-radius: 50px; font-weight: 500; } .flc-rate { position: absolute; right: 32px; top: 20px; font-size: 18px; font-weight: 500; } .sidebar-box-thumb { width: 120px; height: 120px; margin: 0 auto 25px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .style-2 .sidebar-box-thumb { width: 100px; height: 100px; margin: 0 auto 15px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); } .sidebar-box-detail h4 { margin-bottom: 4px; font-size: 22px; } .sidebar-box-detail .desination, .sidebar-box-detail .location { font-weight: 500; font-size: 15px; display: block; color: #677484; } .sidebar-box-extra ul { margin: 15px 0; padding: 0; } .sidebar-box-extra ul li { display: inline-block; list-style: none; padding: 3px 15px; border: 1px solid #b9c5ce; border-radius: 50px; margin: 5px; font-weight: 500; color: #657180; } .sidebar-box-extra ul li.more-skill { color: #fff; border-color: #1194f7; } a.btn.btn-sidebar { padding: 17px; display: inline-block; width: 100%; font-size: 16px; font-weight: 500; border-radius: 0; color: #fff; } a.btn.btn-sidebar:hover, a.btn.btn-sidebar:focus { background: #01c73d; color: #fff; } ul.status-detail { width: 100%; display: table; margin: 20px 0; } ul.status-detail li { display: inline-block; width: 33%; padding: 10px 0; border: none; border-radius: 0; text-align: center; display: table-cell; font-size: 13px; } ul.status-detail li>strong { display: block; font-weight: 600; font-size: 16px; } ul.social-share { display: table; width: 100%; margin: 0; padding: 0; } ul.social-share li { width: 33.3333%; display: inline-block; padding: 10px; } ul.social-share li>a { box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15); width: 100%; height: 80px; text-align: center; display: inline-block; line-height: 80px; border-radius: 4px; font-size: 25px; color: #b7c4d0; } ul.social-share li>a.fb-share { color: #3b5998; box-shadow: 0 5px 25px 0 rgba(59, 89, 152, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(59, 89, 152, 0.15); } ul.social-share li>a.tw-share { color: #4ac9ff; box-shadow: 0 5px 25px 0 rgba(74, 201, 255, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(74, 201, 255, 0.15); } ul.social-share li>a.gp-share { color: #f3222a; box-shadow: 0 5px 25px 0 rgba(243, 34, 42, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(243, 34, 42, 0.15); } ul.social-share li>a.li-share { color: #007aaa; box-shadow: 0 5px 25px 0 rgba(0, 122, 170, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(0, 122, 170, 0.15); } ul.social-share li>a.in-share { color: #ec3e7d; box-shadow: 0 5px 25px 0 rgba(236, 62, 125, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(236, 62, 125, 0.15); } ul.social-share li>a.pi-share { color: #d80954; box-shadow: 0 5px 25px 0 rgba(216, 9, 84, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(216, 9, 84, 0.15); } ul.social-share li>a.be-share { color: #0067ff; box-shadow: 0 5px 25px 0 rgba(0, 103, 255, 0.15); -webkit-box-shadow: 0 5px 25px 0 rgba(0, 103, 255, 0.15); } .easy-autocomplete { position: relative; width: 100% !important; } .easy-autocomplete .input-group .form-control, .easy-autocomplete .form-control { float: none; text-align: left !important; } .easy-autocomplete-container { text-align: left; } .easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category { background: inherit; border-color: #dbe0e6; border-image: none; border-style: solid; border-width: 0 1px; display: block; font-size: 14px; font-weight: 400; padding: 8px 12px; } .filter-sidebar { height: 100vh; width: 0; position: fixed; z-index: 1000; top: 0; left: 0; background-color: #fff; overflow: hidden; transition: 0.5s; padding-top: 50px; box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); } .filter-sidebar .show-hide-sidebar { padding: 10px; overflow-y: scroll; position: relative; width: calc(100% + 17px); min-height: 600px; display: block; height: 100%; } .filter-sidebar .ur-detail-wrap { padding: 0 1.4em 2em; } .filter-sidebar .closebtn { position: absolute; top: 10px; right: 12px; font-size: 36px; margin-left: 50px; width: 30px; height: 30px; background: #11b719; text-align: center; font-size: 11px; padding: 0; line-height: 32px; color: #fff; border-radius: 50%; } html body .b-l { border-left: 1px solid #e0ecf5 !important; } html body .b-r { border-right: 1px solid #e0ecf5 !important; } .italian-search.hero-search-radius .input-with-icon .form-control, .italian-search.hero-search-radius .input-with-shadow .form-control, .italian-search.hero-search-radius .input-with-shadow .select2-container, .italian-search.hero-search-radius .input-with-icon .select2-container { border: none; border-radius: 3px; padding-left: 45px; background: #fff; box-shadow: none; -webkit-box-shadow: none; border: none; margin-bottom: 0; line-height: 62px; height: 62px; } .italian-search.hero-search-radius .select2-container--default .select2-selection--single .select2-selection__rendered { border: none; } .input-with-icon i { position: absolute; top: 50%; transform: translateY(-50%); left: 12px; font-size: 20px; color: #a2a9bf; font-style: normal; cursor: normal; pointer-events: none; } .italian-search .form-group { margin-bottom: 0; } .italian-search.hero-search-radius .btn.search-btn { border-radius: 4px; height: 62px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .input-with-icon { position: relative; width: 100%; display: flex; align-items: center; } .input-with-icon .form-control { margin: 0; } .full-search-2.hero-search-radius { background: #fff; padding: 8px 15px; border-radius: 4px; -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2); box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2); } .input-with-icon { position: relative; width: 100%; } .italian-search.hero-search-radius .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 62px; } .italian-search.hero-search-radius .select2-container { display: inline-table; } .filter-wraps { display: flex; width: 100%; margin-bottom: 20px; background: #fff; overflow: hidden; position: relative; border-radius: 6px; padding: 20px 25px; border: 1px solid #eef4f9; align-items: center; flex-wrap: wrap; } .filter-wraps-one { flex: 1; } .filter-wraps-one ul { margin: 0; padding: 0; display: inline-block; padding-left: 1.5rem; } .filter-wraps-one ul li { display: inline-block; padding-right: 10px; list-style: none; } .filter-wraps h5 { margin: 0; } .filter-wraps-one ul li a { font-size: 12px; background: #ecf0f7; padding: 5px 10px; border-radius: 2px; color: #566788; } .filter-wraps-one ul li a i { margin-left: 4px; } .candidate-list-layout, .newjob-list-layout { display: flex; width: 100%; margin-bottom: 20px; background: #fff; overflow: hidden; position: relative; border-radius: 6px; padding: 20px 25px; border: 1px solid #eef4f9; align-items: center; flex-wrap: wrap; } .cll-caption h4 span.jb-status { padding: 3px 12px; background: #1f86ef; border-radius: 2px; color: #fff; margin-left: 1rem; border: none; position: relative; top: -2px; } .cll-caption h4 span.jb-status.full-time { background: #03a84e; } .cll-caption h4 span.jb-status.part-time { background: #f7790a; } .cll-caption h4 span.jb-status.freelancer-time { background: #f31143; } .cll-caption h4 span.jb-status.contract-time { background: #71bd20; } .cll-caption h4 span.jb-status.internship-time { background: #964ed6; } .newjob-list-layout h4 a { border-right: 1px solid #dbe6ef; padding-right: 8px; } .cll-wrap { flex: 1; } .cll-thumb { max-width: 80px; display: inline-block; margin: 0 auto; overflow: hidden; height: 80px; float: left; } .cll-thumb img { max-width: 80px; } .newjob-list-layout .cll-thumb { max-width: 60px; display: inline-block; margin: 0 auto; overflow: hidden; height: 60px; float: left; margin-top: 6px; } .newjob-list-layout .cll-thumb img { max-width: 60px; } .cll-caption { display: inline-block; padding-left: 2rem; margin-top: 1.4rem; } .newjob-list-layout .cll-caption { display: inline-block; padding-left: 2rem; margin-top: 1rem; } .cll-caption i { margin-right: 5px; } .cll-caption h4 span i { margin-left: 4px; } .cll-caption h4 { padding-top: 0; margin-top: 0; font-size: 17px; } .cll-caption h4 span { margin-left: 10px; padding-left: 10px; border-left: 1px solid #dbe6ef; font-size: 14px; font-weight: 400; color: #8596b3; } .cll-caption ul { margin: 0; padding: 0; color: #272f46; margin-top: 1rem; } .cll-caption ul li { display: inline-block; list-style: none; padding-right: 1rem; display: inline-block; list-style: none; padding-right: 1rem; border-right: 1px solid #dbe6ef; padding-left: 5px; } .cll-caption ul li:first-child { padding-left: 0; } .cll-caption ul li:last-child { border-right: none; } .btn.theme-btn.btn-shortlist { text-transform: capitalize; padding: 10px 20px; color: #fff; box-shadow: none; } .btn.theme-btn.btn-shortlist.success { background: #11b719; border-color: #11b719; } .btn.theme-btn.btn-shortlist.danger { background: #b71111; border-color: #b71111; } .btn.theme-btn.btn-shortlist.secondary { background: #8d8d8d; border-color: #8d8d8d; } .btn.theme-btn.btn-shortlist i { margin-left: 10px; } .btn.btn-opening { background: #28b446; border-color: #28b446; color: #fff; padding: 6px 15px; } .jv-featured { background-color: #e81a1a; float: left; position: absolute; transform: rotate(45deg); right: -77px; top: 11px; text-align: center; width: 200px; font-size: 12px; margin: 0; z-index: 1; color: #fff; font-weight: 500; line-height: 28px; } .new-logwrap { background: #fff; margin: 0 auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .modal-body .new-logwrap { background: #fff; padding: 60px40px 40px; margin: 0 auto; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } #signup .modal-content { padding: 0; } .new-logwrap .form-control { height: 50px; border: none; padding-left: 45px; margin-bottom: 0; box-shadow: none; border-radius: 0; background: #fff; } .new-logwrap label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 600; color: #263c61; text-transform: uppercase; font-size: 12px; position: absolute; top: -11px; left: 40px; padding: 0 5px; } .new-logwrap .form-group { border: 1px solid #eee; padding: 14px 18px 15px; margin-bottom: 30px; border-radius: 5px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .register-account { margin-bottom: 15px; } .forget-account { margin-top: 15px; } .new-logwrap .btn-primary { padding: 18px 0; font-size: 19px; } .social-devider { margin-top: 35px; text-align: center; position: relative; } .social-devider .line { width: 237px; height: 1px; background: #edf1f9; display: inline-block; } .social-devider .circle { width: 35px; height: 35px; line-height: 35px; display: inline-block; background: #edf1f9; color: #354b6b; position: absolute; top: 50%; left: 50%; margin-top: -12px; margin-left: -18px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; } .new-logwrap .social-login { margin-top: 35px; } .social-login>div { margin-bottom: 25px; } .jb-btn-icon, .jb-btn-icon:hover, .jb-btn-icon:focus { display: inline-block; width: 100%; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: #f4f5f7; color: #fff; text-transform: uppercase; border: none; padding: 14px 25px; font-weight: 600; font-size: 13px; position: relative; z-index: 0; } .social-login i { padding-right: 25px; margin-right: 25px; border-right: 1px solid rgba(255, 255, 255, 0.1); position: relative; top: 0; font-size: 18px; font-weight: 500; } .social-login .social-login-facebook { background: #3b5998; } .social-login .social-login-google { background: #db4437; } .social-login .social-login-twitter { background: #0084b4; } .social-login .social-login-linkedin { background: #006fa6; } .new-logwrap .tab-content { padding: 0; } .nav-tabs.modern-tabs>li { float: left; margin-bottom: 0; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #11b719 !important; cursor: default; background-color: #fff; border: none; border-bottom: none; } .nav-tabs.modern-tabs { border-bottom: none; background: #f4f5f7; display: table; padding: 5px 2px; border-radius: 50px; margin: 0 auto; margin-bottom: 4rem; } .nav-tabs.modern-tabs>li>a:hover, .nav-tabs.modern-tabs>li>a:focus { border: none !important; margin: 0 5px !important; border-radius: 30px; line-height: 1 !important; padding: 1.7rem 5rem; background: #fff; color: #11b719; } .nav-tabs.modern-tabs>li>a { color: #fff; border: none !important; margin: 0 5px !important; border-radius: 30px; line-height: 1 !important; padding: 1.7rem 5rem; } .map-job-box { text-align: left; padding: 2rem; } .map-job-box>div { margin-bottom: 10px; width: 100%; } .job-title { margin-bottom: 18px !important; } .job-title img { max-width: 25px; float: left; margin-right: 10px; } .job-title a { font-size: 18px; font-weight: 600; } .job-company i, .job-package i, .job-location i { font-size: 16px; margin-right: 8px; color: #505f7d; } .job-company i { color: #ef9b0b; } .job-package i { color: #19af83; } .job-location i { color: #e23487; } .job-company a, .job-package a, .job-location a, .job-package span { color: #505f7d; font-size: 14px; } .job-status { display: flex; flex-wrap: wrap; align-items: center; } .job-map-status { flex: 1; } .map-job-box .jb-name { padding: 5px 15px; color: #353535; margin-left: 0; border-radius: 30px; text-transform: uppercase; font-size: 12px; font-weight: 500; background: #f4f5f7; } a.jb-like { width: 42px; height: 42px; display: flex; flex-wrap: wrap; background: rgba(224, 39, 68, 0.1); align-items: center; text-align: center; justify-content: center; border-radius: 50%; color: #e02744; font-size: 18px; margin-right: 20px; transition: all ease 0.4s; } a.jb-like:hover, a.jb-like:focus { background: rgba(224, 39, 68, 1); color: #fff; } .jb-name.full-time { background: rgba(17, 183, 104, 0.1); color: #11b768; } .jb-name.part-time { background: rgba(234, 124, 34, 0.1); color: #ea7c22; } .jb-name.freelancers { background: rgba(21, 130, 236, 0.1); color: #1582ec; } .jb-name.contract { background: rgba(236, 48, 21, 0.1); color: #ec3015; } .scrollContorl { position: absolute; z-index: 1000; bottom: 100px; right: 20px; cursor: pointer; width: 36px; height: 36px; line-height: 36px; background: #2f3b59; border-radius: 4px; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); } .scrollContorl.enabledsroll i:before { content: "\f09c"; } #singleMap { width: 100%; position: relative; height: 300px; float: left; margin-bottom: 30px; } .box-widget #singleMap { margin-bottom: 10px; } .mapzoom-in, .mapzoom-out { position: fixed; z-index: 100; top: 50%; cursor: pointer; width: 40px; height: 40px; border-radius: 100%; color: #fff; line-height: 40px; margin-top: -20px; text-align: center; background: #2b4db9; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); -webkit-transform: translate3d(0, 0, 0); } #singleMap .mapzoom-in, #singleMap .mapzoom-out, .home-map .mapzoom-in, .home-map .mapzoom-out, .fw-map .mapzoom-in, .fw-map .mapzoom-out { position: absolute; right: 20px; } .map-container.column-map.right-pos-map .mapzoom-in, .map-container.column-map.right-pos-map .mapzoom-out { right: 30px; } .map-container.column-map.left-pos-map .mapzoom-in, .map-container.column-map.left-pos-map .mapzoom-out { left: 30px; } .mapzoom-in:before, .mapzoom-out:before { font-family: FontAwesome; font-style: normal; font-weight: 400; text-decoration: inherit; content: "\f068"; } .mapzoom-in:before { content: "\f067"; } .mapzoom-in { margin-top: -80px; } .mapnavigation { position: absolute; bottom: 50px; right: 7px; z-index: 30; width: 170px; } .mapnavigation a { width: 70px; padding: 8px 0; border-radius: 4px; color: #fff; float: left; margin-left: 10px; box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4); } .mapnavigation a, .mapzoom-in:hover, .mapzoom-out:hover { background: #2f3b59; } .cluster img { display: none; } .cluster { width: 40px !important; height: 40px !important; } .cluster div { text-align: center; font-size: 15px !important; color: #fff !important; background: #2b4db9; font-weight: 600; border-radius: 100%; width: 40px !important; height: 40px !important; line-height: 38px !important; box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1); -webkit-transition: all 300ms linear; transition: all 100ms 3inear; animation: cluster-animation 1.5s infinite; } .cluster div:hover { background: #fd5332; } @keyframes cluster-animation { 0%, 100% { box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2); } 50% { box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.2); } } .map-popup-location-phone, .map-popup-location-info { float: left; width: 100%; text-align: left; margin-bottom: 5px; } .map-popup-wrap { display: block; border-radius: 8px; width: 300px !important; background: #fff; position: relative; } .map-popup-wrap .property-listing.property-2 { border: none; margin-top: 0; } .map-popup { display: block; width: 100%; position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15); } .infoBox-close { position: absolute; width: 30px; height: 30px; line-height: 30px; top: 20px; right: 20px; color: #2b4db9; text-align: center; border-radius: 100%; z-index: 20; background: #f4f5f7; box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4); cursor: pointer; } .infoBox-close:hover { background: #2b4db9; color: #fff; } .map-container .inc-fleat.inc-bath:before, .map-container .inc-fleat.inc-bed:before { top: -2px; } .list-single-img a { position: relative; display: block; } .list-single-img a:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; display: block; background: #1c2746; opacity: 0.5; } .fs-container { height: 100% !important; width: 100%; position: relative; z-index: 4; float: left; background: #f4f5f7; } .fs-left-map-box { float: left; } .fs-container #map-main { position: relative; top: 0; right: 0; height: 100%; width: 100%; z-index: 990; margin-bottom: 0; } .fs-left-map-box .map-container.fw-map { width: 40%; height: 100%; position: fixed; -webkit-transform: translate3d(0, 0, 0); overflow: hidden; top: 0; } .home-map.fl-wrap { position: relative; top: 0; left: 0; height: 585px; width: 100%; overflow: hidden; } .half-map .fs-inner-container { position: relative; width: 60%; background: #f4f5f7; min-height: 100vh; z-index: 10; float: left; } .map-container.fw-map #map-main { position: absolute; top: 0; right: 0; height: 100%; width: 100%; z-index: 10; overflow: hidden; } .fs-content { max-height: 100%; overflow: auto; padding: 0; overflow: visible; } .half-map .fs-content { padding: 8em 2em 2em; } .fs-container section.search { padding: 32px 40px 47px; } .fs-container .fs-listings { padding: 0 25px; margin: 0; } .fs-switcher { padding: 0 25px; margin: 0; } .fs-inner-container { width: 50%; height: 100%; float: left; display: inline-block; } .img-wrap { height: 300px; display: inline-block; position: relative; width: 100%; overflow: hidden; z-index: 1; margin: 10px 0; border-radius: 4px; } .img-wrap:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ""; background-color: #101f4e; opacity: 0.4; z-index: 11; transition: 0.3s ease-out; } .img-wrap-content { position: absolute; z-index: 55; top: 50%; margin: 0 auto; text-align: center; width: 100%; transform: translate(0, -50.5%); } .img-wrap-content h4 { font-size: 28px; line-height: 36px; color: #fff; margin: 0; } .img-wrap-content span { font-size: 16px; color: #fff; } .img-wrap-background { background-size: cover; background-position: 50%; width: 100%; height: 100%; transition: all 0.55s; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: 50%; background-size: cover; transition: transform 0.35s ease-out; } .home-map.fl-wrap { position: relative; top: 0; right: 0; height: 585px; width: 100%; overflow: hidden; } .home-map.fl-wrap .advance-search-container { position: absolute; bottom: 0; left: 0; z-index: 33; transition: all 0.4s; max-width: 1170px; margin: 0 auto !important; width: 100%; right: 0; } .map-container { float: left; width: 100%; position: relative; overflow: hidden; } .input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container { border: none; border-radius: 5px; padding-left: 45px; height: 60px; background: #fff; overflow: hidden; box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1); -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, 0.1); } #signup .input-with-icon .form-control, #signup .input-with-shadow .form-control, #signup .input-with-shadow .select2-container, #signup .input-with-icon .select2-container, .new-logwrap .input-with-icon .form-control, .new-logwrap .input-with-shadow .form-control, .new-logwrap .input-with-shadow .select2-container, .new-logwrap .input-with-icon .select2-container { border: none; border-radius: 5px; padding-left: 45px; height: 50px; background: #fff; overflow: hidden; box-shadow: none; -webkit-box-shadow: none; } .half-map .input-with-icon .form-control, .half-map .input-with-shadow .form-control, .half-map .input-with-shadow .select2-container, .half-map .input-with-icon .select2-container { border: none !important; } .statistic-item { margin-bottom: 20px; border: 1px solid #e9eef3; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; padding: 13px 20px; background-color: #fff; } .flex-middle { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; } .statistic-item .icon { font-size: 30px; } .statistic-item .text { padding-left: 15px; } .statistic-item .number { font-size: 16px; color: #222; padding-right: 5px; } .job-detail-statistic { margin-bottom: 15px; margin-top: 15px; border: 1px solid #e9eef3; padding: 15px; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09); background: #fff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; } .job-detail-statistic .statistic-item { margin: 0; border: none; border-right: 1px solid #e9eef3; padding-right: 20px; padding-left: 20px; } .job-detail-statistic .statistic-item:last-child { border: none; } h4.modal-title.light { color: #fff; font-weight: 500; font-size: 20px; } .modal-header { color: #fff; background: #f16e8e; padding: 20px 15px; text-align: center; border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-bottom: none; } label { font-size: 13px; font-weight: 600; color: #495677; } .dapply-job-form .form-group { margin-bottom: 10px; } .simple-list-sshare { margin: 0; padding: 0; } .simple-list-sshare li { margin-right: 8px; margin-bottom: 5px; list-style: none; display: inline-block; } .simple-list-sshare li a { background: #e9f0f9; width: 42px; height: 42px; display: inline-block; text-align: center; line-height: 44px; border-radius: 50px; color: #6e7a8a; } .flt-result { width: 100%; display: flex; background: #fff; padding: 10px 15px; border-radius: 4px; flex-wrap: wrap; align-items: center; } .flt-result.mb-4 { margin-bottom: 3rem; } .flt-result-num { flex: 1; } .flt-result-num h4 { margin: 0; font-size: 15px; } .flt-change-layout { display: inherit; } .flt-change-layout a { background: #f4f5f7; color: #637280; padding: 12px 15px; border-radius: 2px; line-height: 1; margin: 0 3px; } .flt-change-layout a.active { background: rgba(17, 183, 25, 0.1); color: #11b719; } .theme-cl, .input-with-icon .theme-cl { color: #11b719; } .theme-bg, .theme-bg:hover, .theme-bg:focus { background: #11b719 !important; border-color: #11b719 !important; } button.btn.submit-btn.ft-search { background: #11b719; border-color: #11b719; color: #fff; height: 60px; } .brows-resume.grid-style:hover .br-resume span, .brows-resume.grid-style:focus .br-resume span { background: #11b719; } .no-padd { padding: 0px; } @media only screen and (min-width: 768px) { body nav.navbar.bootsnav ul.nav>li>a.signin { color: #fff !important; border-radius: 2px; padding: 8px 20px; margin-left: 5px; } .hero-banner p, .main-banner p { font-size: 19px; } .slide-banner { min-height: 650px; } .slide-banner h2 { font-size: 60px; } .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { height: 62px; border-radius: 0; font-size: 2rem; } .slide-banner .select2-container--default .select2-selection--single, .slide-banner .select2-container--default .select2-selection--multiple { border-radius: 0; border: none; min-height: 62px; } .slide-banner .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 62px; } .slide-banner .select2-container--default .select2-selection--single .select2-selection__arrow { min-height: 62px; } .hero-banner .content h2 { font-size: 55px; line-height: 1.2; } nav.navbar.bootsnav { box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); } nav.navbar.bootsnav.navbar-transparent.white { box-shadow: none; } h1 { font-size: 48px; line-height: 52px; } h2 { font-size: 36px; line-height: 48px; } h3 { font-size: 30px; line-height: 36px; } .banner-caption .btn-primary { margin-left: -1px; } /* .no-padd { padding: 0 } */ .tools-features h4 { font-size: 2em; line-height: 1.2; } .tools-features p { font-size: 17px; line-height: 1.9; } .right-br { border-right: 1px solid #465056; } .container-fluid { padding: 0; } .navbar-right, .navbar-left { margin-top: 20px; } .banner p { font-size: 18px; margin: 0 auto; margin-bottom: 25px; } .banner h1 { font-size: 64px; margin-bottom: 0.5em; } .download-app img { position: absolute; max-width: 80%; left: 10%; } .extra-mrg { padding: 0; margin-left: -15px; margin-right: -15px; } .detail-desc-caption ul li { width: 50%; display: inline-block; float: left; } .lg-menu ul { margin-top: 10px; } .advance-detail.detail-desc-caption ul li strong { font-size: 60px; line-height: 1.2; } section.big-wrap { padding: 10% 0; } .error-page h2 { font-size: 250px; } } @media only screen and (min-width: 1024px) { .navbar .form-control { height: 42px; } nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a { text-align: left; } nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before { float: right; content: "\f105"; } nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu { left: 100%; } section { padding: 80px 0; } .easy-autocomplete { width: 100% !important; } .home-plane-banner { height: 100vh; padding-top: 13%; min-height: 620px; } .min-padd { padding: 10px; } .banner-caption .form-control.right-bor { border-right: 1px solid #e4e4e4; } .simple-banner h1 { font-size: 6.5em; line-height: 1; } .simple-banner h1.small { font-size: 4em; } .about p { font-size: 18px; line-height: 1.9; padding: 0 25px; } section.about h2 { font-size: 42px; margin-bottom: 25px; } .services h1 { font-size: 4em; margin-bottom: 35px; } .sec-features-caption { max-width: 90%; } a.btn.call-btn { font-size: 22px; margin-top: 1em; } .app-content h2 { margin-bottom: 5px; font-size: 50px; } .app-content h4 { font-size: 25px; } nav.navbar.bootsnav ul.nav>li { padding: 4px; } nav.navbar ul.nav>li>a { padding: 30px 15px; } nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a { text-align: left; padding: 8px 0; display: block; width: 100%; margin-bottom: 0; border-bottom: none; color: #555f69; font-size: 15px; font-weight: 400; } nav.navbar .navbar-brand { margin-top: 0; } nav.navbar .navbar-brand img.logo { width: 150px; } nav.navbar .navbar-brand { margin-top: -12px; text-align: center; } nav.navbar .navbar-brand img.logo { width: 210px; margin-top: 14px; } nav.navbar .navbar-brand img.logo-login { width: 210px; margin-top: 0px; } nav.navbar li.dropdown ul.dropdown-menu { border-top: solid 5px; } nav.navbar-brand-top .navbar-brand { margin: 10px !important; } nav.navbar.bootsnav.navbar-transparent.white { background-color: transparent; border-bottom: none; } nav.navbar.bootsnav.navbar-light.white { background-color: #fff; border-bottom: none; } nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, nav.navbar.bootsnav.navbar-transparent.dark { background-color: rgba(0, 0, 0, 0.3); border-bottom: solid 1px #555; } nav.navbar.bootsnav.navbar-transparent.white .attr-nav { border-left: solid 1px #bbb; } nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav, nav.navbar.bootsnav.navbar-transparent.dark .attr-nav { border-left: solid 1px #555; } nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a, nav.navbar.bootsnav.no-background.white ul.nav>li>a { color: rgba(255, 255, 255, 1); } nav.navbar.bootsnav.navbar-light.no-background.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-light.white .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-light.white ul.nav>li>a, nav.navbar.bootsnav.navbar-light.no-background.white ul.nav>li>a { color: #657582; } nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a, nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a { color: #eee; } .inner-header-title h1 { font-size: 60px; margin: 0; } .inner-header-title h2 { font-size: 45px; margin: 0; } .inner-header-title p { font-size: 22px; } } @media only screen and (min-width: 1200px) { nav.navbar.bootsnav ul.nav>li { padding: 4px 12px; } .work-process-caption { padding-right: 30px; } nav.navbar.bootsnav ul.nav>li>a { padding: 8px 9px 22px; } body nav.navbar.bootsnav ul.nav>li>a.signin { padding: 8px 30px; margin-left: 5px; } .inner-header-title h1 { font-size: 60px; } .inner-header-title h2 { font-size: 50px; margin-top: 0; } .inner-header-title p { font-size: 22px; } .navbar .form-control { min-width: 270px; height: 42px; margin-top: -5px; } } @media only screen and (min-width: 1024px) and (max-width: 1199px) { .navbar .form-control { min-width: 155px; max-width: 155px; } } @media only screen and (max-width: 1023px) and (min-width: 993px) { .navbar-nav>li>a { padding: 9px 15px 26px; font-size: 12px; } .navbar-brand>img.logo.logo-display { display: none; } img.logo.logo-scrolled { max-width: 200px; margin-top: 10px; } nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after { font-family: "FontAwesome"; content: "\f0d7"; margin-left: 5px; margin-top: 2px; } nav.bootsnav .megamenu-content .title { text-transform: capitalize; font-family: "Raleway", sans-serif; font-size: 20px; color: #55646f; } nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a { text-align: left; padding: 5px 0; display: block; width: 100%; margin-bottom: 0; border-bottom: none; color: #707c88; font-size: 14.5px; font-weight: 400; font-family: "Quicksand", sans-serif; } .navbar .form-control { height: 42px; } } @media screen and (max-width: 1199px) { h1 { font-size: 48px; } h2 { font-size: 28px; } h3 { font-size: 22px; } h4 { font-size: 15px; } .mng-company h4 { font-size: 17px; } } @media only screen and (max-width: 992px) and (min-width: 768px) { .manage-resume-picbox img { width: 60px; height: 60px; } .manage-resume-picbox { width: 60px; height: 60px; display: inline-block; } .manage-resume-box .col-md-3.col-sm-3, .manage-resume-box .col-md-1.col-sm-1 { padding: 0; } .brows-job-type span { padding: 6px 5px; font-size: 10px; } .brows-job-position h3 { font-size: 19px; } } @media (max-width: 1023px) { .banner-caption .form-control { margin-bottom: 15px; } .brows-job-list { display: table; } .banner, .simple-banner, .hero-banner { min-height: 500px; padding: 3em 0; } .banner.trans { min-height: 580px; padding: 3em 0; } } @media screen and (max-width: 992px) { h1 { font-size: 42px; } h2 { font-size: 25px; } h3 { font-size: 20px; } h4 { font-size: 15px; } .candidate-list-layout { display: block; text-align: center; } .cll-thumb { max-width: 80px; display: table; margin: 0 auto; overflow: hidden; height: 80px; float: none; } .cll-caption ul li { border: #ffdead; } .cll-caption ul { margin-bottom: 2rem; } .filter-wraps-one ul li { margin-bottom: 5px; } .filter-wraps-one i.ti-search { display: none; } .filter-wraps-one ul { padding-left: 0; } nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus, nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover { background-color: transparent; background-image: none; } nav.navbar .navbar-brand { margin-top: 0; position: relative; top: -2px; } nav.navbar .navbar-brand img.logo { width: 140px; } nav.navbar.navbar-mobile ul.nav>li>a { padding: 15px; } nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a { padding-right: 15px !important; padding-top: 15px !important; padding-bottom: 15px !important; } nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title { padding-right: 30px !important; padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a { padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar-full .navbar-brand { top: 0; padding-top: 10px; } .navbar .form-control { margin: 14px 0; } nav.navbar.bootsnav .navbar-toggle { background-color: transparent !important; top: 9px; color: #9fabb1; } nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title { border-bottom: solid 1px #abbdca; color: #b6c8d6; } nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a { border-bottom: solid 1px #abbdca; padding: 8px 0; } ul.menu-col li a { color: #b6c8d6; font-size: 15px; } nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a { color: #b6c8d6; border-bottom: solid 1px #abbdca; } .col-menu { padding: 0; } .navbar-nav .row { margin-left: 0; margin-right: 0; } .app-content a.btn.call-btn { line-height: 2; } .app-content h2 { font-size: 32px; margin-bottom: 10px; } .app-content h4 { font-size: 20px; } .inner-header-title h1 { font-size: 50px; } } @media screen and (max-width: 767px) { h1 { font-size: 35px; } h2 { font-size: 25px; } h3 { font-size: 20px; } h4 { font-size: 15px; } .brows-job-link { margin-top: 1rem; } ul.job.stock-facts { margin-top: 2rem; } .call-to-act { display: block; text-align: center; } .call-to-act-head { margin-bottom: 2rem; } .simple-banner.top { padding: 15px 0 150px; } .brows-job-category h2 { font-size: 19px; line-height: 1.4; } .select2-container { margin-bottom: 15px; } .input-with-icon .select2-container { margin-bottom: 0; } nav.navbar.navbar-inverse.navbar-mobile ul.nav { border-top: solid 1px #222; } nav.navbar.navbar-light.bootsnav { background-color: #fff; border-bottom: 1px solid #fff; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } nav.navbar.bootsnav .navbar-collapse { background-color: #252d40; border-bottom: 1px solid #252d40; } nav.bootsnav .megamenu-content .title { font-size: 17px; } .hero-banner:before { background: url(../img/hero-banner.jpg) center center/cover repeat local; } .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { margin-bottom: 12px; } .inner-header-title h1 { font-size: 40px; margin-bottom: 0; } .call-to-act-caption { padding: 5em 1em; text-align: center; } .call-to-act-caption h3 { line-height: 1.7; font-size: 17px; } .home-plane-banner:before { background: rgba(255, 255, 255, 0.8); } .mng-company { text-align: center; } .mng-company .mng-company-pic { display: table; margin: 20px auto; } .mng-company h4 { font-size: 18px; } .manage-resume-box { text-align: center; } .manage-resume-picbox { display: table; margin: 20px auto; } .pagination>li>a, .pagination>li>span { padding: 8px 14px; } .mng-resume .mng-resume-pic { margin: 20px auto; display: table; } .mng-resume { text-align: center; border-left: none; border-top: 3px solid #fff; } .brows-company { text-align: center; border-left: none; border-top: 4px solid #fff; } .brows-company .brows-company-pic { margin: 20px auto; display: table; } .brows-company .brows-company-position p { text-align: center; } .brows-resume { text-align: center; border-left: none; border-top: 4px solid #fff; } .brows-resume .brows-resume-pic { margin: 20px auto; } .br-resume { margin-bottom: 10px; } .brows-resume .browse-resume-exp span { float: none; } .brows-resume .browse-resume-rate span { text-align: center; } .detail-pannel-footer-btn a.footer-btn { margin-left: 0; float: left; margin-right: 10px; padding: 10px 30px; } .detail-status { position: relative; right: 0; top: 0; margin: 0 auto; display: table; } .detail-pannel-footer-btn.pull-right { float: left !important; width: 100%; } ul.detail-list { padding: 0; } h2.detail-title { font-size: 17px; padding: 10px 12px; } .full-detail .panel-body { padding: 0; } .ext-mrg.row.third-progress { padding: 0; margin: 0; } .footer-widget { padding: 0.5em 0 1em; } .footer-social { margin-bottom: 0; } .lg-menu ul { margin-top: 20px; } .lg-menu ul li { padding-left: 0; padding-right: 10px; } nav.navbar .navbar-brand { top: 4px; } .brows-job-list { text-align: center; padding-bottom: 30px; } .banner-caption { padding: 20px 0; } .item-click article { padding-left: 15px; padding-right: 15px; } .brows-job-category .item-click article { padding-left: 0; padding-right: 0; } .row.extra-mrg { margin-left: 0; margin-right: 0; } .job-types { text-align: left; } article.advance-search-job { text-align: center; } .advance-search-caption { margin-left: 0; } .advance-search-img-box { max-width: 70px; float: none; margin: 0 auto; } .advance-detail-pr .row.bottom-mrg { margin-left: 0; margin-right: 0; } .deatil-tab-employ.tool-tab .tab-content { padding-left: 12px; padding-right: 12px; } .brows-resume>.row, .brows-company, .manage-resume-box, .mng-company, .brows-resume, .mng-resume { display: block; align-items: center; } .item-fl-box { display: block; } .brows-company .item-fl-box .brows-company-pic { margin-right: auto; } .item-fl-box .brows-job-company-img { margin: 12px auto; } .mng-resume .item-fl-box .mng-resume-pic { margin: 12px auto; } .brows-resume .item-fl-box .brows-resume-pic { margin: 12px auto; } .mng-company .item-fl-box .mng-company-pic { margin: 12px auto; } .inner-header-page .freelance-image { float: initial; } .header-details { margin-bottom: 25px; } .fs-container { float: none; } .half-map .fs-inner-container { width: 100%; min-height: 100vh; float: none; } .fs-left-map-box .map-container.fw-map { width: 100%; position: relative; } .map-container.fw-map #map-main { position: relative; height: 400px; } .home-map.fl-wrap { height: 400px; } .fs-left-map-box { float: none; } } @media screen and (max-width: 479px) { h1 { font-size: 30px; } h2 { font-size: 20px; } h3 { font-size: 20px; } h4 { font-size: 15px; } .pagination>li>a, .pagination>li>span { padding: 6px 12px; } .inner-header-title h1 { font-size: 30px; margin-bottom: 0; } .mng-company h4 { font-size: 16px; } .manage-cndt .cndt-status { padding: 1px 23px; } .detail-pannel-footer-btn a.footer-btn { margin-left: 0; float: left; margin-right: 10px; padding: 8px 18px; } ul.detail-footer-social li { display: inline-block; padding-right: 2px; } .advance-detail.detail-desc-caption ul li { font-size: 90%; } .ur-detail-wrap.top-lay { display: block; } .ur-detail-box { margin-bottom: 1.5rem; } } @media (min-width: 768px) { .job-detail-statistic .statistic-item { width: 33%; float: left; } .flex-middle-sm { display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; } } .dashboard-wrap { background: #f6f7f9; padding-bottom: 0; } .side-dashboard { background: #fff; padding: 2rem 0; min-height: 100vh; } .dashboard-avatar { width: 100%; padding: 2rem; text-align: center; } .dashboard-avatar-thumb { width: 110px; height: 110px; border-radius: 50%; display: table; margin: 0 auto 10px; border: 5px solid #e9ecf3; } .dashboard-avatar-thumb img { border-radius: 50%; max-width: 110px; } .dashboard-avatar-text h4 { font-size: 18px; margin-bottom: 3px; } .dashboard-avatar-text span { font-size: 13px; margin-bottom: 3px; } .dashboard-body { padding: 2rem 2rem 2rem 0; background: #f6f7f9; } .dashboard-caption { background: #fff; border-radius: 2px; border: 1px solid #eef2fd; } .dashboard-caption-header { display: flex; flex-wrap: wrap; align-items: center; padding: 2rem; border-bottom: 1px solid #f3f5f9; } .dashboard-caption-wrap { padding: 2rem; } .dashboard-caption-header h4 { flex: 1; font-size: 18px; margin-bottom: 0; } .dashboard-caption-header h4 i { margin-right: 8px; color: #b0bad6; font-size: 20px; position: relative; top: 3px; } .dashboard-menu h4 { margin-top: 12px; margin-left: 17px; } .dashboard-menu ul { padding: 0; margin: 0; } .dashboard-menu ul li { list-style: none; padding: 0; margin: 0; } .dashboard-menu ul li a { color: #8894a9; width: 100%; display: inline-block; padding: 1.4rem 0 1.4rem 1.5rem; border-bottom: 1px solid #f3f5f9; } .dashboard-menu ul li:last-child a { border: none; } .dashboard-menu ul li a i { margin-right: 8px; } .dashboard-menu ul li.active a { background: rgba(17, 183, 25, 0.1); color: #11b719; border-color: rgba(17, 183, 25, 0.1); } .dashboard-stat { display: inline-block; padding: 0; height: 160px; background-color: #444; color: #fff; border-radius: 4px; width: 100%; position: relative; margin-bottom: 20px; overflow: hidden; transition: 0.3s; cursor: default; } .dashboard-stat-content { position: absolute; left: 32px; top: 50%; transform: translateY(-50%); } .dashboard-stat-content h4 { font-size: 42px; font-weight: 600; padding: 0; margin: 0; color: #fff; letter-spacing: 1px; } .dashboard-stat-content span { font-size: 18px; margin-top: 4px; line-height: 24px; font-weight: 300; display: inline-block; } .dashboard-stat-icon { position: absolute; right: 32px; top: 50%; transform: translateY(-40%); font-size: 80px; opacity: 0.2; font-size: 65px; } .dashboard-stat.widget-1 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #1baf65; } .dashboard-stat.widget-2 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #f39f00; } .dashboard-stat.widget-3 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #002758; } .dashboard-stat.widget-4 { background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1)); background-color: #ce024b; } .dashboard-gravity-list { margin: 0 0 30px; border: 1px solid #eaeaea; border-radius: 4px; } .dashboard-gravity-list h4 { font-size: 16px; font-weight: 600; margin: 0; padding: 20px 30px; background-color: #fff; display: block; border-bottom: 1px solid #eaeaea; border-radius: 4px 4px 0 0; } .dashboard-gravity-list ul { list-style: none; padding: 0; margin: 0; background-color: #fff; border-radius: 0 0 4px 4px; } .dashboard-gravity-list ul li { padding: 23px 30px; border-bottom: 1px solid #eaeaea; transition: 0.3s; position: relative; } .dashboard-gravity-list ul li:last-child { border-bottom: none; } .list-box-listing { display: flex; padding: 5px 0; position: relative; } .list-box-listing-img { flex: 1; max-width: 150px; position: relative; } .list-box-listing-img a { width: 100%; height: 100%; display: inline-block; overflow: hidden; position: relative; z-index: 10; } .list-box-listing-img a:before { content: ""; height: 100%; width: 100%; display: block; position: absolute; top: 0; right: 0; background-color: rgba(22, 22, 22, 0.2); border-radius: 4px; z-index: 11; } .list-box-listing-img a img { object-fit: cover; height: 100%; width: 100%; border-radius: 4px; } .list-box-listing-content { flex: 1; padding-left: 25px; } .list-box-listing-content .inner { position: relative; top: 14px; vertical-align: top; } .list-box-listing-content .inner h3 { font-size: 18px; bottom: -2px; position: relative; font-weight: 500; margin: 0; line-height: 27px; } .star-rating .ti-star { display: inline-block; margin: 0; padding: 0; color: #ff9500; float: left; margin-right: 4px; position: relative; } span.ti-star.empty { color: #b1b9c1; } .list-box-listing-content .inner span { font-size: 15px; font-weight: 300; display: inline-block; } .list-box-listing-content .inner .star-rating { margin: 5px 0 0; display: block; } .bookings .list-box-listing-img img { max-width: 100%; } .rating-counter { color: #909090; padding-left: 5px; display: inline-block; font-size: 15px; } .star-rating .rating-counter { top: -3px; position: relative; font-size: 14px; } .buttons-to-right, .dashboard-gravity-list .button.to-right { position: absolute; right: 30px; top: 50%; transform: translate3d(0, -49%, 0); -moz-transform: translate3d(0, -50%, 0); opacity: 0; transition: 0.4s; box-shadow: 0 0 10px 15px #fbfbfb; } .dashboard-gravity-list .button { padding: 8px 15px; line-height: 20px; border-radius: 50px; font-size: 13px; font-weight: 600; margin: 0; } .dashboard-gravity-list .button.gray { background-color: #e4e8ef; color: #636a7b; } .dashboard-gravity-list .button.gray:hover, .dashboard-gravity-list .button.gray:focus { background: #da0136; color: #fff; } .dashboard-gravity-list .button i { padding-right: 2px; position: relative; top: 1px; } .dashboard-gravity-list li:hover .buttons-to-right, .dashboard-gravity-list li:hover .button.to-right { opacity: 1; } .dashboard-gravity-list.with-icons ul li { padding-left: 87px; font-size: 14px; } .dashboard-gravity-list.with-icons ul li strong { color: #414b5a; } .dashboard-gravity-list ul li i.dash-icon-box { height: 38px; width: 38px; color: #7f8bab; text-align: center; line-height: 37px; border-radius: 50%; transition: 0.3s; display: inline-block; background-color: #f4f5f7; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; } .numerical-rating { color: #fff; font-size: 14px; font-weight: 600; text-align: center; line-height: 26px; height: 26px; width: 44px; display: inline-block; position: relative; border-radius: 50px; letter-spacing: -0.5px; background-color: rgba(255, 255, 255, 0.2); margin: 15px 32px; } .dashboard-gravity-list .numerical-rating { margin: 0 3px; } .numerical-rating:before { content: attr(data-rating); } a.close-list-item { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; opacity: 0; padding: 4px; color: #ea2828; transition: 0.3s; } .dashboard-gravity-list.invoices li { padding: 20px 30px; } .dashboard-gravity-list ul li:hover a.close-list-item { opacity: 1; } .dashboard-gravity-list.invoices ul ul { line-height: 22px; color: #7c8796; padding: 0; margin: 0; } .dashboard-gravity-list ul ul li { padding: 0; border: none; transition: 0.3s; background-color: transparent; display: inline-block; } .dashboard-gravity-list.invoices ul ul li { padding: 0; } .dashboard-gravity-list.invoices ul ul li:after { content: ""; display: inline-block; width: 1px; height: 11px; background-color: #e0e0e0; position: relative; margin: 0 10px; } .dashboard-gravity-list.invoices ul ul li:last-child:after { display: none; } .numerical-rating.high { background-color: #1baf65; } .numerical-rating.mid { background-color: #ffc10a; } .numerical-rating.low { background-color: #db2929; } .unpaid { color: #d4222b; } .paid { color: #00ba74; } .dashboard-gravity-list ul ul { background-color: transparent; } .dashboard-gravity-list ul ul li { padding: 0; border: none; transition: 0.3s; background-color: transparent; display: inline-block; } .inner-booking-list ul li:after { content: ""; display: inline-block; position: relative; margin: 0 10px; height: 12px; top: 1px; background-color: #ddd; width: 1px; } .inner-booking-list ul li.highlighted:after { display: none; } .inner-booking-list ul li.highlighted { padding: 2px 10px; line-height: 22px; font-weight: 500; font-size: 14px; background-color: #f4f5f7 !important; color: #7e8b9a; border-radius: 50px; display: inline-block; border: none; } .pending-booking .inner-booking-list ul li.highlighted { background-color: rgba(49, 167, 255, 0.1) !important; color: #31a7ff; } .approved-booking .inner-booking-list ul li.highlighted { background-color: rgba(29, 183, 92, 0.1) !important; color: #1db75c; } .dashboard-gravity-list ul ul li:nth-last-child(2n + 1) { background-color: transparent; } a.rate-review { border: 1px solid #e0e0e0; border-radius: 50px; font-size: 13px; color: #666; font-weight: 500; padding: 5px 20px; margin-top: 20px; display: inline-block; transition: 0.3s; } .dashboard-gravity-list a.rate-review { border: none; background-color: #eceef3; color: #636a7b; padding: 6px 18px; } a.rate-review i { padding-right: 3px; } .dashboard-gravity-list a.rate-review:hover { color: #fff; background: #e21f1f; } .comission-taken { border-radius: 3px; font-size: 14px; color: #fff; font-weight: 400; background: #333; display: inline-block; padding: 6px 10px; float: right; position: relative; top: -3px; } #SendMessage .modal-header { padding: 12px 15px; } #SendMessage .modal-header.theme-bg h4.modal-title { color: #fff; font-size: 20px; } #SendMessage .modal-header.theme-bg .close { color: #fff; opacity: 1; } #SendMessage .modal-content { padding: 0; } #SendMessage .modal-body { position: relative; padding: 15px; } #SendMessage .modal-body label { font-weight: 400; } #SendMessage .form-control { height: 50px; border: 1px solid #dde6ef; margin-bottom: 10px; box-shadow: none; border-radius: 0; background: #fbfdff; font-size: 15px; color: #6b7c8a; font-weight: 400; } #SendMessage .form-control.big-height { height: 150px; } #SendMessage .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e0ebf1; background: #eef5f9; } #SendMessage .btn { padding: 6px 14px; border-radius: 2px; } input.form-control.wide-width { width: auto; } ul.list { margin: 0; padding: 0; } .job-info.premium-job:before { content: "\f005"; position: absolute; left: 10px; top: -10px; font-family: "FontAwesome"; color: #ff9800; } .mysp-jobs-list ul { margin-bottom: 35px; } #themesListFilter>li, .mysp-jobs-list ul>li { list-style: none; } .manage-list-row { background: #fff; border: 1px solid #e9f0f3; border-radius: 4px; padding: 20px 0; margin-bottom: 15px; margin-left: 0; list-style: none; box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02); -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-backface-visibility: hidden; } .manage-list-row:hover, .manage-list-row:focus { box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06); -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06); } .mysp-sites-list .site-name, .manage-list-row .job-info { float: left; padding-left: 80px; position: relative; } .manage-list-row .job-info { padding-left: 25px; } .mysp-sites-list .site-options, .manage-list-row .job-buttons { float: right; margin-right: 25px; position: relative; } .manage-list-row .job-buttons { margin-top: 7px; } .manage-list-row .job-info .job-img { border-radius: 2px; float: left; margin-right: 25px; width: 60px; } .manage-list-row .job-info .job-img img { display: block; max-width: 70px; } .manage-list-row .job-details { display: inline-block; font-size: 16px; } .manage-list-row .job-info h3 { display: block; font-size: 18px; font-size: 1.8rem; margin: 0; line-height: 1.3; } .manage-list-row .job-info h3 a:hover, .manage-list-row .job-info h3 a:focus { text-decoration: none; } .manage-list-row small { color: #546e7a; display: inline-block; line-height: 1.3; margin-right: 15px; } .manage-list-row small i { margin-right: 7px; } .button.button-medium.button-icon { height: 40px; line-height: 43px; width: 43px; } .btn.manage-btn { margin: 0 2px; padding: 10px 15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a.btn.btn-gary.manage-btn { background: #f4f5f7; box-shadow: none; } a.btn.btn-blue.manage-btn { background: #2196f3; color: #fff; } a.btn.btn-success.manage-btn { background: #30ab4a; color: #fff; } a.btn.btn-shortlist.manage-btn { background: #353535; color: #fff; } a.btn.btn-shortlist.manage-btn:hover, a.btn.btn-shortlist.manage-btn:focus { background: #30ab4a; color: #fff; } a.btn.btn-cancel.manage-btn { background: #f44336; color: #fff; } .job-details .j-type { display: table; padding: 2px 8px; border-radius: 2px; font-size: 12px; color: #fff; } .dashboard-caption .job-details .j-type { margin-top: 4px; font-size: 13px; } .job-details .full-time { background: #4caf50; } .job-details .part-time { background: #ff9800; } .job-details .freelancer { background: #2196f3; } .job-details .internship { background: #e91e63; } .shortlisted-can { position: relative; height: 26px; display: inline-block; color: #fff; font-weight: 500; font-size: 14px; background-color: #30ab4a; text-align: center; font-weight: 500; border-radius: 4px; padding: 0 8px 0 0; margin: 0; padding-left: 34px; line-height: 27px; text-transform: capitalize; } .shortlisted-can:before { content: "\e64c"; font-family: "themify"; font-size: 14px; color: #fff; position: absolute; top: 0; left: 0; border-radius: 4px 0 0 4px; line-height: 26px; height: 26px; width: 26px; display: inline-block; background-color: #38b653; } .skill-tag { background-color: #eaedf3; border-radius: 0 2px 2px 0; color: #8492af; display: inline-block; font-size: 11px; font-weight: 600; line-height: 1.2727272727; margin: 2px 15px 2px 0; padding: 3px 7px; position: relative; text-transform: uppercase; } .skill-tag:before { border-top: 10px solid transparent; border-left: 9px solid #eaedf3; border-bottom: 10px solid transparent; content: ""; height: 0; position: absolute; top: 0; right: -8px; width: 0; } .skill-tag:after { background-color: #fff; border-radius: 50%; content: ""; height: 4px; position: absolute; top: 8px; right: -2px; width: 4px; } .form-control.big-height { height: 150px; } .skill-show { font-size: 12px; font-weight: 500; } .dashboard-body .banner-caption .select2-container--default .select2-selection--single, .dashboard-body .select2-container--default .select2-selection--multiple { min-height: 50px; border: 1px solid #dde6ef !important; } .dashboard-body .select2-container--default .select2-selection--multiple .select2-selection__rendered { line-height: 36px; } .dashboard-body .form-control:hover, .form-control:focus { box-shadow: none; outline: none; } .btn-savepreview, .btn-savepreview:hover, .btn-savepreview:focus { border: none; padding: 1.6rem 4rem; color: #fff; font-size: 17px; border-radius: 6px; background: #11a457; display: inline-block; } .btn-savepreview.small-btn, .btn-savepreview.small-btn:hover, .btn-savepreview.small-btn:focus { border: none; padding: 1rem 2.5rem; color: #fff; font-size: 15px; border-radius: 4px; background: #11a457; display: inline-block; } .btn-savepreview i { margin-right: 1rem; } .publish { font-size: 18px; color: #11b768; } .unpublish { font-size: 18px; color: #d41515; } .dashboard-body .table>thead>tr>th { border-bottom: 1px solid #eceff5; } .dashboard-body .table>tbody>tr>td, .dashboard-body .table>tbody>tr>th, .dashboard-body .table>tfoot>tr>td, .dashboard-body .table>tfoot>tr>th, .dashboard-body .table>thead>tr>td, .dashboard-body .table>thead>tr>th { padding: 16px 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #eceff5; } .dashboard-body .table tbody tr th a { color: #4683da; } .filt-width { min-width: 200px; } .dashboard-body .input-group { width: 100%; } .custom-file { height: calc(2.8em + 0.75rem + 2px); } .input-group>.custom-file { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; flex: 1 1 0; min-width: 0; margin-bottom: 0; } .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(2.8em + 0.75rem + 2px); margin: 0; opacity: 0; } .input-group>.custom-file:not(:first-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; } .custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.8em + 0.75rem + 3px); padding: 1.375rem 0.75rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(2.9em + 0.75rem); padding: 1.388rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 0.25rem 0.25rem 0; } .custom-file-input:lang(en)~.custom-file-label::after { content: "Browse"; } .w3-sidebar { height: 100%; width: 200px; background-color: #43525f; position: fixed !important; top: 0; z-index: 999; overflow: auto; } .w3-animate-right { position: relative; animation: animateright 0.4s; } @keyframes animateright { from { right: -300px; opacity: 0; } to { right: 0; opacity: 1; } } button.w3-bar-item.w3-button.w3-large { background: #2f3b46; border: none; width: 100%; padding: 10px 0; color: #889bab; } button.w3-button.w3-teal.w3-xlarge.w3-right { background: #3b4b56; border: none; width: 50px; height: 50px; border-radius: 50%; font-size: 25px; color: #728696; position: fixed; bottom: 15px; right: 15px; } ul#styleOptions { margin: 30% 0 0; padding: 0; } ul#styleOptions li { list-style: none; display: inline-block; margin: 5px; } a.cl-box { width: 50px; height: 50px; border-radius: 5px; display: block; margin: 0 auto; } a.cl-box.blue { background: #0084ff; } a.cl-box.red { background: #dd2027; } a.cl-box.purple { background: #aa68fc; } a.cl-box.dark-red { background: #de185a; } a.cl-box.green { background: #07b107; } a.cl-box.orange { background: #ec5525; } a.cl-box.sea-blue { background: #02b9b5; } a.cl-box.pink { background: #ff569c; } .spin { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -o-transition-duration: 1s; transition-duration: 1s; -webkit-animation-name: rotate; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: rotate; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; animation-name: rotate; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; position: absolute; top: 12px; left: 15px; } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes rotate { from { -moz-transform: rotate(0); } to { -moz-transform: rotate(360deg); } } @keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* Bootstraper */ /* padding */ .p-4 { padding: 4px; } pl-4 { padding: 20px; } /* end Padding */ .shadows { box-shadow: 1px 4px 10px 5px rgba(40, 52, 71, 0.12); } /* margin */ .mb-3 { margin-bottom: 20px; } .mt-4 { margin-top: 20px; } .my-4 { margin-top: -10px; margin-bottom: 10px; } /* end margin */ /* Button */ a.navbar-button { margin: 5px; margin-left: 10px; } /* end button */ /* layout custom */ .container-navbar { display: flex; flex-direction: row; } .signin .text-not-uppercase { text-transform: none; } /* container header navbar normal */ .container-content-navbar { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media only screen and (max-width: 992px) { a.navbar-button { display: none; } } @media (min-width: 768px) { .container-content-navbar { width: 750px; } } @media (min-width: 992px) { .container-content-navbar { width: 970px; } } @media (min-width: 1200px) { .container-content-navbar { width: 1240px; margin-left: -20px; margin-top: 3px; } } /* end layout custom */ /* material icon custom */ span.material-icons.md-40 { font-size: 40px; } /* end material icon custom */ /* dorm custom */ .col-md-10.no-padd.form-custom { display: contents; } @media only screen and (max-width: 500px) { .slide-banner .form-horizontal .form-control, .slide-banner .form-horizontal .btn { height: 56px; font-size: 1.3rem; } } /* end form custom */ /* Notification */ .recent-success { color: #fff; background-color: #03a84ec7; } .recent-primary { color: #fff; background-color: #072c5cb3; } .recent-danger { color: #fff; background-color: #f77171; } /* End Notification */ /* Colors */ /* End Colors */ /* end Bootstraper */
0.293607
0.074635
body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .landing-body{ background: url(../assets/iStock-695349930.jpg) no-repeat; height: 1000px; color: white; } .landing-body > div { /* padding: 100px auto; */ text-align: center; position: absolute; top: 50%; left: 30%; } .register-div{ width: 40%; margin: 20px auto; text-align: center; background-color: rgba(215, 230, 248, 0.733); border: 2px solid rgb(2, 2, 173); border-radius: 10px 10px; vertical-align: middle; } .login-body{ background: url(../assets/iStock-695349930.jpg) no-repeat; background-attachment: fixed; background-position: center center; background-size: cover; overflow: hidden; } table.login_table { background-color: rgba(215, 230, 248, 0.733); padding: 3%; font-size: 18px; width: 30%; height: 450px; border: 2px solid rgb(2, 2, 173); vertical-align: middle; margin-right: 10%; margin-left: auto; margin-top: 2%; margin-bottom: 1%; text-align: center; } table.PswdReset{ background-color: rgba(215, 230, 248, 0.733); padding: 4%; font-size: 18px; width: 30%; height: 450px; border: 2px solid rgb(1, 1, 66); vertical-align: middle; text-align: center; } .login_width{ width: 100%; } .patient-register-form { background-color: rgba(215, 230, 248, 0.733); text-align: left; margin: 40px auto; padding-left:10%; padding-right:10%; padding-top: 5%; padding-bottom: 5%; width: 250px; border: 2px solid rgb(1, 1, 66); border-radius: 5px 5px; } .error { color: red; } .form-name-div > TextFeild{ padding: 10px; } .menu-button { float: right; } .menubar{ border: 2px solid rgb(1, 1, 66); display: flex; justify-content: flex-start; background-color: #15445f; } .SmartHealth{ color: white; font-size: 24px; text-decoration: none; font-family: Georgia; margin-right: auto; align-self: flex-start; } .secondary-buttons { display: flex; align-content: flex-end; align-items: flex-end; } .patient-registered-div { margin: 20px auto; } .register-button-style { margin-top: 20px !important; /* padding: 20px; */ } .avatar-header { background-color: #c3c3c3; padding: 5px; margin-left: 2px; border-radius: 5px 5px; border-left: 2px double #aaaaaa; } .profile-avatar{ border: 1px solid black; } .title-appbar{ text-decoration: none; } .patient-register-form { background-color: rgba(215, 230, 248, 0.733); text-align: center; margin: 20px auto; width: 40%; border: 2px solid #aaaaaa; border-radius: 5px 5px; } .patient-register-form-button{ float:right; right: 100px; margin-top: 20px !important; } .payment-div{ background-color: #f3f3f3; border: 2px double blue; border-radius: 5px 5px; width: 80%; margin: 20px auto; } /* Book Appointment */ .book-appointment-div{ display: flex; justify-content: space-between; padding: 20px; flex-wrap: wrap; margin: 10px; background-color: #f3f3f3; height: 100%; border-radius: 7px; border: 1px solid #f2f2f2; } .doctor-card-div{ width: 30%; margin: 10px; align-content: center; } .doc-image { display: flex; justify-content: center; } .card-action-button-div > Button{ display: flex; align-items: flex-end; } /* ERROR PAGE */ .error-page { /* display: flex; background: #00AFF9 url(https://www.ezdia.com/wp-content/uploads/2017/12/404-error-page-background-3.png) center/cover no-repeat; margin: 0; height: 100%; color: white; */ margin: 10px auto; } .error-page > h2 { margin: .8em 3rem; font: 4em Roboto; } .error-page > p { display: inline-block; margin: .2em 3rem; font: 2em Roboto; } /* doctor appointment */ .doctor-appointment-form { width: 65%; border: 2px solid #d3d3d3; border-radius: 7px 7px; padding: 10px; margin-left: 5px; box-shadow: 2px 5px 5px red; } .update-button-admin{ float: right; } /* New doctor div */ .new-doctor-div{ /* display: flex; */ /* justify-content: space-between; */ padding: 20px; /* flex-wrap: wrap; */ margin: 10px; background-color: #f3f3f3; height: 100%; border-radius: 7px; border: 1px solid #f2f2f2; } /* Passworddiv */ .update-password-div{ /* display: flex; justify-content: center; */ padding: 10px 20px; /* flex-wrap: wrap; */ width: 40%; font-family: 'Times New Roman', Times, serif; margin: 10px; background-color: #f3f3f3; border-radius: 7px; border: 1px solid #d3d3d3; } .update-password-inner-div{ width: 80%; margin-top: 20px; } .mini-profile-card{ width: 40%; padding: 10px 20px; font-family: 'Times New Roman', Times, serif; margin: 10px; background-color: #f3f3f3; border-radius: 7px; border: 1px solid #d3d3d3; } .detail-patient-div:hover{ cursor: pointer; background-color: #f3f3f3; } /* detail list */ .display-table-list { width: 80%; margin: 10px auto; } /* for user profile */ #user-profile { width: 100%; max-width: 450px; position: absolute; top: 100px; right: 40px; border-radius: 7px; text-align: center; overflow: hidden; box-shadow: 2px 2px 5px #000; border: 1px solid #000; background-color: #60a568; background-image: radial-gradient(#55965d 15%, transparent 16%), radial-gradient(#55965d 15%, transparent 16%); background-size: 60px 60px; background-position: 0 0, 30px 30px; } #user-profile hr { margin: 20px auto; width: 50px; border: 1px solid #6b0a3a; background-color: transparent; } #user-profile h1, #user-profile h2, #user-profile h3, #user-profile h4, #user-profile h5, #user-profile h6, #user-profile p { margin: 0; } #user-profile h2 { font-size: 30px; } #user-profile h3 { font-size: 18px; } #user-profile h4 { font-size: 16px; } #user-profile p { font-size: 14px; } #user-profile .top, #user-profile .bottom { padding: 30px; } #user-profile .bottom { background-color: rgba(255, 255, 255, 0.3); text-align: left; } #user-profile .avatar { border-radius: 50%; overflow: hidden; display: inline-flex; margin-bottom: 15px; border: 1px solid #000; } #user-profile .avatar img { width: 100%; } .modal-div{ background-color: #f3f3f3; border: 2px solid red; width: 50%; margin: 50px auto; padding: 10px; text-align: center; border-radius: 7px 7px; box-shadow: 2px 2px 2px #6b0a3a; } /* credit card */ .margin-top50 { margin-top: 50px; margin-left: 30px; } .credit { margin-top: 100px; height: 250px; width: 400px; border: 0; border-radius: 10px; background: url(http://www.psdgraphics.com/file/world-map-background.jpg) no-repeat center center; background-size: cover; color: #fff; } .credit__bank { font-size: 24px; font-weight: bold; } .credit__mc { width: 80px; float: right; } .credit__card-number { height: 91px; padding-top: 40px; font-weight: 600; font-size: 32px; letter-spacing: 2px; } .credit__ccv { height: 24px; float: right; margin-top: -10px; text-transform: uppercase; } .credit__name, .credit__date { text-transform: uppercase; font-weight: 600; font-size: 16px; height: 25px; } .credit label { color: #fff; } /* payments */ a { color: #666; } h1 { font-weight: bold; margin: 0 0 10px; } h4 { margin-bottom: 30px; } .App-payment { padding: 30px; } form { margin: 30px auto 0; max-width: 400px; } .form-actions { margin-top: 15px; } .App-cards { margin: 0 auto; max-width: 1280px; /* text-align: center; */ } .App-cards-list { display: flex; margin-top: 30px; flex-wrap: wrap; justify-content: space-between; } .App-cards-list > * { transform: scale(0.8); margin-bottom: 30px !important; } .App-highlight { font-family: serif; margin: 15px auto 0; max-width: 300px; } .App-highlight > div { padding-left: 40px; } .App-badges { align-items: center; display: flex; flex-direction: column; justify-content: center; } .App-badges a { display: block; } .App-badges a + a { margin-top: 18px; } .App-credits { background-color: #000; color: #fff; line-height: 50px; text-align: center; } .App-credits a { color: #fff; font-weight: bold; } @media screen and (min-width: 600px) { .App-badges { flex-direction: row; } .App-badges a + a { margin-top: 0; margin-left: 18px; } }
client/src/styles/styles.css
body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .landing-body{ background: url(../assets/iStock-695349930.jpg) no-repeat; height: 1000px; color: white; } .landing-body > div { /* padding: 100px auto; */ text-align: center; position: absolute; top: 50%; left: 30%; } .register-div{ width: 40%; margin: 20px auto; text-align: center; background-color: rgba(215, 230, 248, 0.733); border: 2px solid rgb(2, 2, 173); border-radius: 10px 10px; vertical-align: middle; } .login-body{ background: url(../assets/iStock-695349930.jpg) no-repeat; background-attachment: fixed; background-position: center center; background-size: cover; overflow: hidden; } table.login_table { background-color: rgba(215, 230, 248, 0.733); padding: 3%; font-size: 18px; width: 30%; height: 450px; border: 2px solid rgb(2, 2, 173); vertical-align: middle; margin-right: 10%; margin-left: auto; margin-top: 2%; margin-bottom: 1%; text-align: center; } table.PswdReset{ background-color: rgba(215, 230, 248, 0.733); padding: 4%; font-size: 18px; width: 30%; height: 450px; border: 2px solid rgb(1, 1, 66); vertical-align: middle; text-align: center; } .login_width{ width: 100%; } .patient-register-form { background-color: rgba(215, 230, 248, 0.733); text-align: left; margin: 40px auto; padding-left:10%; padding-right:10%; padding-top: 5%; padding-bottom: 5%; width: 250px; border: 2px solid rgb(1, 1, 66); border-radius: 5px 5px; } .error { color: red; } .form-name-div > TextFeild{ padding: 10px; } .menu-button { float: right; } .menubar{ border: 2px solid rgb(1, 1, 66); display: flex; justify-content: flex-start; background-color: #15445f; } .SmartHealth{ color: white; font-size: 24px; text-decoration: none; font-family: Georgia; margin-right: auto; align-self: flex-start; } .secondary-buttons { display: flex; align-content: flex-end; align-items: flex-end; } .patient-registered-div { margin: 20px auto; } .register-button-style { margin-top: 20px !important; /* padding: 20px; */ } .avatar-header { background-color: #c3c3c3; padding: 5px; margin-left: 2px; border-radius: 5px 5px; border-left: 2px double #aaaaaa; } .profile-avatar{ border: 1px solid black; } .title-appbar{ text-decoration: none; } .patient-register-form { background-color: rgba(215, 230, 248, 0.733); text-align: center; margin: 20px auto; width: 40%; border: 2px solid #aaaaaa; border-radius: 5px 5px; } .patient-register-form-button{ float:right; right: 100px; margin-top: 20px !important; } .payment-div{ background-color: #f3f3f3; border: 2px double blue; border-radius: 5px 5px; width: 80%; margin: 20px auto; } /* Book Appointment */ .book-appointment-div{ display: flex; justify-content: space-between; padding: 20px; flex-wrap: wrap; margin: 10px; background-color: #f3f3f3; height: 100%; border-radius: 7px; border: 1px solid #f2f2f2; } .doctor-card-div{ width: 30%; margin: 10px; align-content: center; } .doc-image { display: flex; justify-content: center; } .card-action-button-div > Button{ display: flex; align-items: flex-end; } /* ERROR PAGE */ .error-page { /* display: flex; background: #00AFF9 url(https://www.ezdia.com/wp-content/uploads/2017/12/404-error-page-background-3.png) center/cover no-repeat; margin: 0; height: 100%; color: white; */ margin: 10px auto; } .error-page > h2 { margin: .8em 3rem; font: 4em Roboto; } .error-page > p { display: inline-block; margin: .2em 3rem; font: 2em Roboto; } /* doctor appointment */ .doctor-appointment-form { width: 65%; border: 2px solid #d3d3d3; border-radius: 7px 7px; padding: 10px; margin-left: 5px; box-shadow: 2px 5px 5px red; } .update-button-admin{ float: right; } /* New doctor div */ .new-doctor-div{ /* display: flex; */ /* justify-content: space-between; */ padding: 20px; /* flex-wrap: wrap; */ margin: 10px; background-color: #f3f3f3; height: 100%; border-radius: 7px; border: 1px solid #f2f2f2; } /* Passworddiv */ .update-password-div{ /* display: flex; justify-content: center; */ padding: 10px 20px; /* flex-wrap: wrap; */ width: 40%; font-family: 'Times New Roman', Times, serif; margin: 10px; background-color: #f3f3f3; border-radius: 7px; border: 1px solid #d3d3d3; } .update-password-inner-div{ width: 80%; margin-top: 20px; } .mini-profile-card{ width: 40%; padding: 10px 20px; font-family: 'Times New Roman', Times, serif; margin: 10px; background-color: #f3f3f3; border-radius: 7px; border: 1px solid #d3d3d3; } .detail-patient-div:hover{ cursor: pointer; background-color: #f3f3f3; } /* detail list */ .display-table-list { width: 80%; margin: 10px auto; } /* for user profile */ #user-profile { width: 100%; max-width: 450px; position: absolute; top: 100px; right: 40px; border-radius: 7px; text-align: center; overflow: hidden; box-shadow: 2px 2px 5px #000; border: 1px solid #000; background-color: #60a568; background-image: radial-gradient(#55965d 15%, transparent 16%), radial-gradient(#55965d 15%, transparent 16%); background-size: 60px 60px; background-position: 0 0, 30px 30px; } #user-profile hr { margin: 20px auto; width: 50px; border: 1px solid #6b0a3a; background-color: transparent; } #user-profile h1, #user-profile h2, #user-profile h3, #user-profile h4, #user-profile h5, #user-profile h6, #user-profile p { margin: 0; } #user-profile h2 { font-size: 30px; } #user-profile h3 { font-size: 18px; } #user-profile h4 { font-size: 16px; } #user-profile p { font-size: 14px; } #user-profile .top, #user-profile .bottom { padding: 30px; } #user-profile .bottom { background-color: rgba(255, 255, 255, 0.3); text-align: left; } #user-profile .avatar { border-radius: 50%; overflow: hidden; display: inline-flex; margin-bottom: 15px; border: 1px solid #000; } #user-profile .avatar img { width: 100%; } .modal-div{ background-color: #f3f3f3; border: 2px solid red; width: 50%; margin: 50px auto; padding: 10px; text-align: center; border-radius: 7px 7px; box-shadow: 2px 2px 2px #6b0a3a; } /* credit card */ .margin-top50 { margin-top: 50px; margin-left: 30px; } .credit { margin-top: 100px; height: 250px; width: 400px; border: 0; border-radius: 10px; background: url(http://www.psdgraphics.com/file/world-map-background.jpg) no-repeat center center; background-size: cover; color: #fff; } .credit__bank { font-size: 24px; font-weight: bold; } .credit__mc { width: 80px; float: right; } .credit__card-number { height: 91px; padding-top: 40px; font-weight: 600; font-size: 32px; letter-spacing: 2px; } .credit__ccv { height: 24px; float: right; margin-top: -10px; text-transform: uppercase; } .credit__name, .credit__date { text-transform: uppercase; font-weight: 600; font-size: 16px; height: 25px; } .credit label { color: #fff; } /* payments */ a { color: #666; } h1 { font-weight: bold; margin: 0 0 10px; } h4 { margin-bottom: 30px; } .App-payment { padding: 30px; } form { margin: 30px auto 0; max-width: 400px; } .form-actions { margin-top: 15px; } .App-cards { margin: 0 auto; max-width: 1280px; /* text-align: center; */ } .App-cards-list { display: flex; margin-top: 30px; flex-wrap: wrap; justify-content: space-between; } .App-cards-list > * { transform: scale(0.8); margin-bottom: 30px !important; } .App-highlight { font-family: serif; margin: 15px auto 0; max-width: 300px; } .App-highlight > div { padding-left: 40px; } .App-badges { align-items: center; display: flex; flex-direction: column; justify-content: center; } .App-badges a { display: block; } .App-badges a + a { margin-top: 18px; } .App-credits { background-color: #000; color: #fff; line-height: 50px; text-align: center; } .App-credits a { color: #fff; font-weight: bold; } @media screen and (min-width: 600px) { .App-badges { flex-direction: row; } .App-badges a + a { margin-top: 0; margin-left: 18px; } }
0.317215
0.091301
background: rgba(0, 0, 0, 0.5); } #potions_menu.active { opacity: 1; pointer-events: auto; } #potions_menu .line{ width: 100%; height: 33%; } #potions_menu .main_cell{ width: 25%; height: 100%; float:left; overflow:hidden; } #potions_menu .menu_title{ color: white; font-weight: bold; font-size: 39px; margin-top: 10px; } #potions_menu .page{ width: 100%; height: 80%; overflow: hidden; text-align: left; } #potions_menu .bottle_count { color: white; text-align: center; margin-top: -7px; } #potions_menu .main_cell .icon{ width: 100%; height: 80%; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: 33%; } #potions_menu .swap_order { position: absolute; width: 8%; height: 12%; float: left; margin: 2% 9%; background: url('../img/3/Sort_Pot_48x48.png') no-repeat; } /*HEALTH POT START*/ #potions_menu .main_cell.healthpotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.healthpotion1.instock .icon{ background-image: url('../img/3/item-healthpotion1.png'); } #potions_menu .main_cell.healthpotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.healthpotion2.instock .icon{ background-image: url('../img/3/item-healthpotion2.png'); } #potions_menu .main_cell.healthpotion3.instock .icon{ background-image: url('../img/3/item-healthpotion3.png'); } #potions_menu .main_cell.healthpotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*HEALTH POT END*/ /*MANA POT START*/ #potions_menu .main_cell.manapotion1.instock .icon{ background-image: url('../img/3/item-manapotion1.png'); } #potions_menu .main_cell.manapotion2.instock .icon{ background-image: url('../img/3/item-manapotion2.png'); } #potions_menu .main_cell.manapotion3.instock .icon{ background-image: url('../img/3/item-manapotion3.png'); } #potions_menu .main_cell.manapotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.manapotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.manapotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*MANA POT END*/ /*RESTORE POT START*/ #potions_menu .main_cell.restorepotion1.instock .icon{ background-image: url('../img/3/item-restorepotion1.png'); } #potions_menu .main_cell.restorepotion2.instock .icon{ background-image: url('../img/3/item-restorepotion2.png'); } #potions_menu .main_cell.restorepotion3.instock .icon{ background-image: url('../img/3/item-restorepotion3.png'); } #potions_menu .main_cell.restorepotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.restorepotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.restorepotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*RESTORE POT END*/ /*HULK POT START*/ #potions_menu .main_cell.hulkpotion1.instock .icon{ background-image: url('../img/3/item-hulkpotion1.png'); } #potions_menu .main_cell.hulkpotion2.instock .icon{ background-image: url('../img/3/item-hulkpotion2.png'); } #potions_menu .main_cell.hulkpotion3.instock .icon{ background-image: url('../img/3/item-hulkpotion3.png'); } #potions_menu .main_cell.hulkpotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.hulkpotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.hulkpotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*HULK POT END*/
client/css/potions_menu.css
background: rgba(0, 0, 0, 0.5); } #potions_menu.active { opacity: 1; pointer-events: auto; } #potions_menu .line{ width: 100%; height: 33%; } #potions_menu .main_cell{ width: 25%; height: 100%; float:left; overflow:hidden; } #potions_menu .menu_title{ color: white; font-weight: bold; font-size: 39px; margin-top: 10px; } #potions_menu .page{ width: 100%; height: 80%; overflow: hidden; text-align: left; } #potions_menu .bottle_count { color: white; text-align: center; margin-top: -7px; } #potions_menu .main_cell .icon{ width: 100%; height: 80%; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: 33%; } #potions_menu .swap_order { position: absolute; width: 8%; height: 12%; float: left; margin: 2% 9%; background: url('../img/3/Sort_Pot_48x48.png') no-repeat; } /*HEALTH POT START*/ #potions_menu .main_cell.healthpotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.healthpotion1.instock .icon{ background-image: url('../img/3/item-healthpotion1.png'); } #potions_menu .main_cell.healthpotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.healthpotion2.instock .icon{ background-image: url('../img/3/item-healthpotion2.png'); } #potions_menu .main_cell.healthpotion3.instock .icon{ background-image: url('../img/3/item-healthpotion3.png'); } #potions_menu .main_cell.healthpotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*HEALTH POT END*/ /*MANA POT START*/ #potions_menu .main_cell.manapotion1.instock .icon{ background-image: url('../img/3/item-manapotion1.png'); } #potions_menu .main_cell.manapotion2.instock .icon{ background-image: url('../img/3/item-manapotion2.png'); } #potions_menu .main_cell.manapotion3.instock .icon{ background-image: url('../img/3/item-manapotion3.png'); } #potions_menu .main_cell.manapotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.manapotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.manapotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*MANA POT END*/ /*RESTORE POT START*/ #potions_menu .main_cell.restorepotion1.instock .icon{ background-image: url('../img/3/item-restorepotion1.png'); } #potions_menu .main_cell.restorepotion2.instock .icon{ background-image: url('../img/3/item-restorepotion2.png'); } #potions_menu .main_cell.restorepotion3.instock .icon{ background-image: url('../img/3/item-restorepotion3.png'); } #potions_menu .main_cell.restorepotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.restorepotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.restorepotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*RESTORE POT END*/ /*HULK POT START*/ #potions_menu .main_cell.hulkpotion1.instock .icon{ background-image: url('../img/3/item-hulkpotion1.png'); } #potions_menu .main_cell.hulkpotion2.instock .icon{ background-image: url('../img/3/item-hulkpotion2.png'); } #potions_menu .main_cell.hulkpotion3.instock .icon{ background-image: url('../img/3/item-hulkpotion3.png'); } #potions_menu .main_cell.hulkpotion1 .icon{ background-image: url('../img/3/item-emptypotion1.png'); } #potions_menu .main_cell.hulkpotion2 .icon{ background-image: url('../img/3/item-emptypotion2.png'); } #potions_menu .main_cell.hulkpotion3 .icon{ background-image: url('../img/3/item-emptypotion3.png'); } /*HULK POT END*/
0.336876
0.064418
body { font-family: 'Roboto', sans-serif; } @media screen and (max-width: 400px) { max-width: 400px; } ul { list-style-type: none; } .navHeader { padding: 15px; width: 100%; z-index: 10; background-color: rgba(255, 255, 255, 0.9); height: 70px; position: fixed; top: 0; list-style-type: none; font-size: 20px; } .navHeader a { margin-left: 20px; color: #142634; } .navHeader a:hover { opacity: .8; text-decoration: none; } .navBody li { font-size: 16px; margin-top: 10px; list-style-type: none; } .header { overflow: auto; margin-top: 20px; margin-bottom: 40px; } #name { font-size: 50px; } #img { border-radius: 50%; width: 200px; height: 200px; } #img img { border: solid white 3px; } .container { padding: 1em; } .head { margin-top: 20px; } .content { margin-top: 2em; } .cover-photo { margin-top: 70px; padding: 2em; color: white; text-shadow: 1px 2px black; width: 100%; background: url("../img/WEB.jpg"); background-position: center; background-size: cover; } .gallery-tile { height: 100%; } .gallery-tile a { color: black; } .gallery { margin: auto; width: 100%; height: 200px; transition: all .6s; background-position: center; background-size: cover; } .gallery:hover { width: 90%; cursor: pointer; } .gallery:hover .triangle { display: block; } .gallery:hover .triangle img { position: relative; top: -85px; left: 15px; width: 35px; } .triangle { display: none; width: 0; height: 0; border-top: 100px solid rgba(255, 255, 255, 0.8); border-right: 100px solid transparent; transition-delay: .5s; } .voyager { background: url("../img/voyager.png"); background-position: center; background-size: cover; } .qpage { background: url("../img/quiz-page.png"); background-position: center; background-size: cover; } .google { background: url("../img/google.png"); background-position: center; background-size: cover; } .awild { background: url("../img/arctic-wild.png"); background-position: center; background-size: cover; } .sale { background: url("../img/nmd.png"); background-position: center; background-size: cover; } .cSound { background: url("../img/csounds.png"); background-position: center; background-size: cover; } img { width: 100%; } #projects { text-align: center; color: #142634; } .buttons { float: right; position: relative; top: -26px; margin-bottom: 40px; } .buttons #day-mode { background: #e5e5e5; color: #4286f4; } .buttons #night-mode { background: #142634; color: white; } .buttons button { padding: 10px; font-size: 14px; outline: none; border: none; } footer { height: 100%; width: 100%; background: #212223; color: white; } .media { display: flex; justify-content: center; align-items: center; } #media { margin: 2em; } #media img { width: 50px; } #media img:hover { cursor: pointer; } @media screen and (max-width: 550px) { .head { margin-top: 10px; } #img { width: 100%; height: 100%; } #img img { display: block; margin: auto; width: 100%; max-width: 400px; height: 300px; border-radius: 0; } } @media screen and (max-width: 500px) { body { max-width: 400px; } .cover-photo { margin-top: 80px; } .navHeader { height: 110px; background: white; } .navHeader a { display: none; } .buttons { margin-top: 20px; float: none; width: 100%; } .buttons button { width: 100%; } } /*# sourceMappingURL=styles.css.map */
css/styles.css
body { font-family: 'Roboto', sans-serif; } @media screen and (max-width: 400px) { max-width: 400px; } ul { list-style-type: none; } .navHeader { padding: 15px; width: 100%; z-index: 10; background-color: rgba(255, 255, 255, 0.9); height: 70px; position: fixed; top: 0; list-style-type: none; font-size: 20px; } .navHeader a { margin-left: 20px; color: #142634; } .navHeader a:hover { opacity: .8; text-decoration: none; } .navBody li { font-size: 16px; margin-top: 10px; list-style-type: none; } .header { overflow: auto; margin-top: 20px; margin-bottom: 40px; } #name { font-size: 50px; } #img { border-radius: 50%; width: 200px; height: 200px; } #img img { border: solid white 3px; } .container { padding: 1em; } .head { margin-top: 20px; } .content { margin-top: 2em; } .cover-photo { margin-top: 70px; padding: 2em; color: white; text-shadow: 1px 2px black; width: 100%; background: url("../img/WEB.jpg"); background-position: center; background-size: cover; } .gallery-tile { height: 100%; } .gallery-tile a { color: black; } .gallery { margin: auto; width: 100%; height: 200px; transition: all .6s; background-position: center; background-size: cover; } .gallery:hover { width: 90%; cursor: pointer; } .gallery:hover .triangle { display: block; } .gallery:hover .triangle img { position: relative; top: -85px; left: 15px; width: 35px; } .triangle { display: none; width: 0; height: 0; border-top: 100px solid rgba(255, 255, 255, 0.8); border-right: 100px solid transparent; transition-delay: .5s; } .voyager { background: url("../img/voyager.png"); background-position: center; background-size: cover; } .qpage { background: url("../img/quiz-page.png"); background-position: center; background-size: cover; } .google { background: url("../img/google.png"); background-position: center; background-size: cover; } .awild { background: url("../img/arctic-wild.png"); background-position: center; background-size: cover; } .sale { background: url("../img/nmd.png"); background-position: center; background-size: cover; } .cSound { background: url("../img/csounds.png"); background-position: center; background-size: cover; } img { width: 100%; } #projects { text-align: center; color: #142634; } .buttons { float: right; position: relative; top: -26px; margin-bottom: 40px; } .buttons #day-mode { background: #e5e5e5; color: #4286f4; } .buttons #night-mode { background: #142634; color: white; } .buttons button { padding: 10px; font-size: 14px; outline: none; border: none; } footer { height: 100%; width: 100%; background: #212223; color: white; } .media { display: flex; justify-content: center; align-items: center; } #media { margin: 2em; } #media img { width: 50px; } #media img:hover { cursor: pointer; } @media screen and (max-width: 550px) { .head { margin-top: 10px; } #img { width: 100%; height: 100%; } #img img { display: block; margin: auto; width: 100%; max-width: 400px; height: 300px; border-radius: 0; } } @media screen and (max-width: 500px) { body { max-width: 400px; } .cover-photo { margin-top: 80px; } .navHeader { height: 110px; background: white; } .navHeader a { display: none; } .buttons { margin-top: 20px; float: none; width: 100%; } .buttons button { width: 100%; } } /*# sourceMappingURL=styles.css.map */
0.36693
0.060752
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap'); * { padding: 0; margin: 0; font-size: 22px; font-family: Inter, serif; font-weight: 500; letter-spacing: -0.03rem; overflow-x: hidden; scroll-behavior: smooth; } :root { --color-bg: #000000; --color-btn: white; --color-header: white; --color-header-accent: #9f9f9f; --color-p: gray; --color-yellow: #ecb647; --color-dark-gray: #5a5a5a; --color-border: #262626; --color-error: #e71f1f; --min-padding: 0 24px; } body { background-color: var(--color-bg); font-family: Inter, serif; } hr { height: 6px; width: 50px; background-color: var(--color-yellow); border: none; margin: 40px auto; } h1 { color: var(--color-header); text-align: center; font-size: 2.5rem; font-weight: 700; letter-spacing: -0.1rem; padding: 3em 40px 0 40px; } h2 { color: var(--color-header); font-size: 2rem; font-weight: 700; letter-spacing: -0.08rem; text-align: center; margin-top: 30px; padding: var(--min-padding); } p { font-size: 0.9rem; letter-spacing: -0.02rem; line-height: 1.4rem; color: var(--color-p); max-width: 750px; margin: auto; padding: var(--min-padding); } .p-margin-top { margin-top: 130px; } a { transition: 150ms; font-size: 0.9rem; letter-spacing: -0.03rem; text-decoration: underline; text-decoration-color: var(--color-yellow); color: var(--color-yellow); } a:hover { transition: 150ms; text-decoration: none; color: black; background: var(--color-yellow); } figcaption { color: var(--color-dark-gray); text-align: center; font-size: 0.8rem; margin-top: 20px; padding: var(--min-padding); } .img-responsive-wrapper { display: flex; justify-content: center; } .img-responsive { width: 100%; max-width: 750px; height: auto; margin: auto; } .btn { transition: 200ms; font-size: 1rem; font-weight: 700; text-decoration: none; text-align: center; font-family: Inter, serif; letter-spacing: -0.05rem; background: transparent; color: var(--color-btn); border: solid var(--color-btn); padding: 15px 30px; margin: auto 4px; display: inline-flex; cursor: pointer; } .btn-icon { vertical-align: middle; display: flex; margin: auto; } .btn-text { text-align: center; margin: auto auto auto 10px; font-size: 0.8rem; } .btn:hover { transition: 150ms; color: var(--color-bg); background: var(--color-btn); } .border { width: 100%; height: 1px; background: var(--color-border); margin: auto; } #nav-bar-wrapper { display: flex; justify-content: center; background: var(--color-bg); box-shadow: inset 0 -1px 0 0 var(--color-border); width: 100%; padding: 12px 0; position: fixed; z-index: 10; top: 0; transition: top 350ms; } #nav-bar { display: flex; flex-wrap: wrap; justify-content: space-between; width: 1100px; padding: 0 24px; } #nav-bar .nav-bar-left { display: flex; align-items: center; height: 60px; } #nav-bar img { content: url("../img/logos/futureblur-logo-full.png"); margin-left: 25px; height: 48px; image-rendering: -webkit-optimize-contrast; transition: 150ms; } #nav-bar .nav-bar-left a:hover { background: none; } #nav-bar .nav-bar-right { display: flex; align-items: center; } #nav-bar a { margin-right: 25px; font-weight: 500; text-decoration: none; text-align: center; font-size: 0.7rem; letter-spacing: -0.03rem; color: var(--color-header-accent); transition: 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #nav-bar .nav-bar-right a:hover { color: var(--color-yellow); background: none; transition: 200ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger { display: none; cursor: pointer; height: 60px; flex-direction: column; justify-content: center; } #burger::before { content: ""; height: 2px; width: 22px; margin: 4px 0; background-color: var(--color-header); } #burger::after { content: ""; height: 2px; width: 22px; margin: 4px 0; background-color: var(--color-header); } #burger ion-icon { color: white; } .youtube-embed-wrapper { overflow: hidden; margin: 30px auto auto auto; position: relative; max-width: 750px; height: 425px; padding: var(--min-padding); } .youtube-embed-wrapper iframe, embed { width: 100%; height: 100%; } @media only screen and (max-width: 580px) { p { font-size: 0.8rem; line-height: 1.2rem; } a { font-size: 0.8rem; } .youtube-embed-wrapper { height: 260px; } .youtube-embed-wrapper iframe, embed { min-height: 100px; height: 260px; } #nav-bar-wrapper { padding: 4px 0; } #nav-bar-wrapper img { height: 38px; margin-left: 0; } #nav-bar .nav-bar-right { display: none; flex-direction: column; width: 100%; } #nav-bar .nav-bar-right a { margin: 15px auto; overflow: hidden; } #burger { display: flex; } #burger::before { transform: translate(0px) rotate(0deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger::after { transform: translate(0px) rotate(0deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger.active::before { transform: translateY(5px) rotate(45deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger.active::after { transform: translateY(-5px) rotate(-45deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #nav-bar .nav-bar-right.active { display: flex; animation: nav-bar-slide 700ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards; margin-top: -15px; } @keyframes nav-bar-slide { from { transform: translateY(-30%); } to { transform: translate(0%); } } } footer { padding-top: 50px; } footer p { padding: 0; } #footer-wrapper { display: flex; justify-content: space-between; margin: 50px auto auto auto; max-width: 700px; padding: var(--min-padding); } #footer-wrapper p { font-size: 0.8rem; letter-spacing: -0.01rem; font-weight: 700; color: var(--color-dark-gray); } #footer-wrapper a { color: var(--color-header-accent); text-decoration: none; } #footer-wrapper a:hover { color: var(--color-dark-gray); background: none; } #footer-wrapper .footer-social-list { display: flex; flex-wrap: wrap; margin: 14px 0 0 0; max-width: 180px; } #footer-wrapper .footer-social-list a { font-size: 0.8rem; font-weight: 500; letter-spacing: -0.02rem; opacity: 0.5; margin: auto 7px auto 0; transition: opacity 200ms; } #footer-wrapper .footer-social-list a:hover { opacity: 0.25; transition: opacity 200ms; } #footer-wrapper .footer-social-list span { display: flex; } #footer-wrapper .footer-social-list img { scale: 90%; } footer .btn { margin: 0; padding: 10px 0; border: solid 0 var(--color-header-accent); } footer .btn:hover { background: none; } footer .btn-icon, footer .btn-text { color: var(--color-header-accent); } footer .btn-text { font-size: 0.7rem; font-weight: 500; letter-spacing: -0.03rem; } #footer-wrapper .footer-section-list { display: flex; flex-direction: column; margin-top: 14px; } #footer-wrapper .footer-section-list a { font-size: 0.7rem; font-weight: 500; letter-spacing: -0.03rem; margin: 4px 0; } footer .footer-legal { margin-top: 90px; } footer .footer-legal p { text-align: center; font-size: 0.7rem; letter-spacing: -0.03rem; } footer .footer-legal-list { display: flex; justify-content: space-evenly; margin: 15px auto 20px auto; width: 250px; } footer .footer-legal-list a { color: var(--color-dark-gray); font-size: 0.7rem; text-decoration: none; letter-spacing: -0.03rem; } footer .footer-legal-list a:hover { background: none; color: var(--color-dark-gray); }
styles/styles.css
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap'); * { padding: 0; margin: 0; font-size: 22px; font-family: Inter, serif; font-weight: 500; letter-spacing: -0.03rem; overflow-x: hidden; scroll-behavior: smooth; } :root { --color-bg: #000000; --color-btn: white; --color-header: white; --color-header-accent: #9f9f9f; --color-p: gray; --color-yellow: #ecb647; --color-dark-gray: #5a5a5a; --color-border: #262626; --color-error: #e71f1f; --min-padding: 0 24px; } body { background-color: var(--color-bg); font-family: Inter, serif; } hr { height: 6px; width: 50px; background-color: var(--color-yellow); border: none; margin: 40px auto; } h1 { color: var(--color-header); text-align: center; font-size: 2.5rem; font-weight: 700; letter-spacing: -0.1rem; padding: 3em 40px 0 40px; } h2 { color: var(--color-header); font-size: 2rem; font-weight: 700; letter-spacing: -0.08rem; text-align: center; margin-top: 30px; padding: var(--min-padding); } p { font-size: 0.9rem; letter-spacing: -0.02rem; line-height: 1.4rem; color: var(--color-p); max-width: 750px; margin: auto; padding: var(--min-padding); } .p-margin-top { margin-top: 130px; } a { transition: 150ms; font-size: 0.9rem; letter-spacing: -0.03rem; text-decoration: underline; text-decoration-color: var(--color-yellow); color: var(--color-yellow); } a:hover { transition: 150ms; text-decoration: none; color: black; background: var(--color-yellow); } figcaption { color: var(--color-dark-gray); text-align: center; font-size: 0.8rem; margin-top: 20px; padding: var(--min-padding); } .img-responsive-wrapper { display: flex; justify-content: center; } .img-responsive { width: 100%; max-width: 750px; height: auto; margin: auto; } .btn { transition: 200ms; font-size: 1rem; font-weight: 700; text-decoration: none; text-align: center; font-family: Inter, serif; letter-spacing: -0.05rem; background: transparent; color: var(--color-btn); border: solid var(--color-btn); padding: 15px 30px; margin: auto 4px; display: inline-flex; cursor: pointer; } .btn-icon { vertical-align: middle; display: flex; margin: auto; } .btn-text { text-align: center; margin: auto auto auto 10px; font-size: 0.8rem; } .btn:hover { transition: 150ms; color: var(--color-bg); background: var(--color-btn); } .border { width: 100%; height: 1px; background: var(--color-border); margin: auto; } #nav-bar-wrapper { display: flex; justify-content: center; background: var(--color-bg); box-shadow: inset 0 -1px 0 0 var(--color-border); width: 100%; padding: 12px 0; position: fixed; z-index: 10; top: 0; transition: top 350ms; } #nav-bar { display: flex; flex-wrap: wrap; justify-content: space-between; width: 1100px; padding: 0 24px; } #nav-bar .nav-bar-left { display: flex; align-items: center; height: 60px; } #nav-bar img { content: url("../img/logos/futureblur-logo-full.png"); margin-left: 25px; height: 48px; image-rendering: -webkit-optimize-contrast; transition: 150ms; } #nav-bar .nav-bar-left a:hover { background: none; } #nav-bar .nav-bar-right { display: flex; align-items: center; } #nav-bar a { margin-right: 25px; font-weight: 500; text-decoration: none; text-align: center; font-size: 0.7rem; letter-spacing: -0.03rem; color: var(--color-header-accent); transition: 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #nav-bar .nav-bar-right a:hover { color: var(--color-yellow); background: none; transition: 200ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger { display: none; cursor: pointer; height: 60px; flex-direction: column; justify-content: center; } #burger::before { content: ""; height: 2px; width: 22px; margin: 4px 0; background-color: var(--color-header); } #burger::after { content: ""; height: 2px; width: 22px; margin: 4px 0; background-color: var(--color-header); } #burger ion-icon { color: white; } .youtube-embed-wrapper { overflow: hidden; margin: 30px auto auto auto; position: relative; max-width: 750px; height: 425px; padding: var(--min-padding); } .youtube-embed-wrapper iframe, embed { width: 100%; height: 100%; } @media only screen and (max-width: 580px) { p { font-size: 0.8rem; line-height: 1.2rem; } a { font-size: 0.8rem; } .youtube-embed-wrapper { height: 260px; } .youtube-embed-wrapper iframe, embed { min-height: 100px; height: 260px; } #nav-bar-wrapper { padding: 4px 0; } #nav-bar-wrapper img { height: 38px; margin-left: 0; } #nav-bar .nav-bar-right { display: none; flex-direction: column; width: 100%; } #nav-bar .nav-bar-right a { margin: 15px auto; overflow: hidden; } #burger { display: flex; } #burger::before { transform: translate(0px) rotate(0deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger::after { transform: translate(0px) rotate(0deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger.active::before { transform: translateY(5px) rotate(45deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #burger.active::after { transform: translateY(-5px) rotate(-45deg); transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1); } #nav-bar .nav-bar-right.active { display: flex; animation: nav-bar-slide 700ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards; margin-top: -15px; } @keyframes nav-bar-slide { from { transform: translateY(-30%); } to { transform: translate(0%); } } } footer { padding-top: 50px; } footer p { padding: 0; } #footer-wrapper { display: flex; justify-content: space-between; margin: 50px auto auto auto; max-width: 700px; padding: var(--min-padding); } #footer-wrapper p { font-size: 0.8rem; letter-spacing: -0.01rem; font-weight: 700; color: var(--color-dark-gray); } #footer-wrapper a { color: var(--color-header-accent); text-decoration: none; } #footer-wrapper a:hover { color: var(--color-dark-gray); background: none; } #footer-wrapper .footer-social-list { display: flex; flex-wrap: wrap; margin: 14px 0 0 0; max-width: 180px; } #footer-wrapper .footer-social-list a { font-size: 0.8rem; font-weight: 500; letter-spacing: -0.02rem; opacity: 0.5; margin: auto 7px auto 0; transition: opacity 200ms; } #footer-wrapper .footer-social-list a:hover { opacity: 0.25; transition: opacity 200ms; } #footer-wrapper .footer-social-list span { display: flex; } #footer-wrapper .footer-social-list img { scale: 90%; } footer .btn { margin: 0; padding: 10px 0; border: solid 0 var(--color-header-accent); } footer .btn:hover { background: none; } footer .btn-icon, footer .btn-text { color: var(--color-header-accent); } footer .btn-text { font-size: 0.7rem; font-weight: 500; letter-spacing: -0.03rem; } #footer-wrapper .footer-section-list { display: flex; flex-direction: column; margin-top: 14px; } #footer-wrapper .footer-section-list a { font-size: 0.7rem; font-weight: 500; letter-spacing: -0.03rem; margin: 4px 0; } footer .footer-legal { margin-top: 90px; } footer .footer-legal p { text-align: center; font-size: 0.7rem; letter-spacing: -0.03rem; } footer .footer-legal-list { display: flex; justify-content: space-evenly; margin: 15px auto 20px auto; width: 250px; } footer .footer-legal-list a { color: var(--color-dark-gray); font-size: 0.7rem; text-decoration: none; letter-spacing: -0.03rem; } footer .footer-legal-list a:hover { background: none; color: var(--color-dark-gray); }
0.51562
0.097005
.prism-code { font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; font-size: 14px; color: #C0C5CE; background-color: #1B2B34; display: block; white-space: pre; padding: 0.5rem; margin: 0; vertical-align: baseline; outline: none; text-shadow: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; word-wrap: normal; word-break: normal; text-align: left; word-spacing: normal; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; } .token.def {color: #F99157;} .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #65737E; } .token.punctuation { color: #C0C5CE; } .token.namespace { opacity: .7; } .token.def { color: #F99157; } .token.property { color: #FAC863; } .token.tag > .token.tag, .token.tag > .token.punctuation { color: #EB606B; } /*.token.tag > .token.script.language-javascript { color: #FAC863; }*/ /*.token.tag > .token.script.language-javascript > .operator:nth-child(1) { color: #C0C5CE; }*/ /* jsx-bracket */ .token.tag > .token.script.language-javascript > .punctuation:first-child + .punctuation, .token.tag > .token.script.language-javascript > .punctuation:last-child { color: #FAC863; } .token.attr-value, .token.string { color: #FAC863; } .token.boolean, .token.number, .token.selector { color: #C594C5; } .token.attr-name { color: #99C794; } .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #5FB3B3; } .token.keyword, .token.control, .token.directive, .token.unit { color: #C594C5; } .token.statement, .token.regex, .token.atrule { color: #5FB3B3; } .token.placeholder, .token.variable { color: #6699CC; } .token.deleted { text-decoration: line-through; } .token.inserted { border-bottom: 1px dotted #D8DEE9; text-decoration: none; } .token.italic { font-style: italic; } .token.important, .token.bold { font-weight: bold; } .token.important { color: #EC5f67; } .token.entity { cursor: help; }
www/src/css/prism.css
.prism-code { font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; font-size: 14px; color: #C0C5CE; background-color: #1B2B34; display: block; white-space: pre; padding: 0.5rem; margin: 0; vertical-align: baseline; outline: none; text-shadow: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; word-wrap: normal; word-break: normal; text-align: left; word-spacing: normal; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; } .token.def {color: #F99157;} .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #65737E; } .token.punctuation { color: #C0C5CE; } .token.namespace { opacity: .7; } .token.def { color: #F99157; } .token.property { color: #FAC863; } .token.tag > .token.tag, .token.tag > .token.punctuation { color: #EB606B; } /*.token.tag > .token.script.language-javascript { color: #FAC863; }*/ /*.token.tag > .token.script.language-javascript > .operator:nth-child(1) { color: #C0C5CE; }*/ /* jsx-bracket */ .token.tag > .token.script.language-javascript > .punctuation:first-child + .punctuation, .token.tag > .token.script.language-javascript > .punctuation:last-child { color: #FAC863; } .token.attr-value, .token.string { color: #FAC863; } .token.boolean, .token.number, .token.selector { color: #C594C5; } .token.attr-name { color: #99C794; } .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #5FB3B3; } .token.keyword, .token.control, .token.directive, .token.unit { color: #C594C5; } .token.statement, .token.regex, .token.atrule { color: #5FB3B3; } .token.placeholder, .token.variable { color: #6699CC; } .token.deleted { text-decoration: line-through; } .token.inserted { border-bottom: 1px dotted #D8DEE9; text-decoration: none; } .token.italic { font-style: italic; } .token.important, .token.bold { font-weight: bold; } .token.important { color: #EC5f67; } .token.entity { cursor: help; }
0.300643
0.1291
button { border: 1px solid #bec3c7; text-decoration: none; padding: 10px 20px; transition: 0.1s linear; background: none; border-radius: 10px; cursor: pointer; color: #2d3e50; font-weight: bold; } button:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0); color: black; } button:active { background: rgba(149, 165, 165, 0.3); box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); color: #2d3e50; } .intro_card { width: 100%; margin-top: 40px; display: flex; flex-direction: row; align-items: center; justify-content: center; background: linear-gradient(45deg, #13c9ac, #7C6CBE, #a04dc5); height: 60vh; box-shadow: inset 0px -6px 20px rgba(0, 0, 0, 0.3); transition: 0.2s linear; } .intro_card .intro_text { transition: 0.2s linear; flex: 2; text-align: center; } .intro_card .intro_text h1 { text-shadow: 0 0 10px #fefdeb; font-size: 5vh; cursor: default; } .intro_card .intro_pic { transition: 0.2s linear; flex: 1; height: 100%; display: flex; align-items: flex-end; justify-content: flex-start; } .intro_card .intro_pic img { transition: 0.2s linear; filter: grayscale(1) drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3)); height: 90%; width: auto; object-fit: contain; } .intro_card .intro_pic img:hover { filter: grayscale(0) drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3)); } .main { margin-top: 0; } .create_post { display: flex; align-items: center; justify-content: center; } .create_post a { border: 3px solid rgba(0, 0, 0, 0); min-width: 75px; font-size: 18px; font-weight: 700; padding: 6px 10px; margin: 10px; border-radius: 10px; cursor: pointer; transition: 0.2s linear; background: rgba(0, 0, 0, 0); color: #27ae61; border: 3px solid #2dcc70; } .create_post a:hover { border: 3px solid #27ae61; background: #2dcc70; text-decoration: underline; color: #ecf0f1; box-shadow: 0 0 10px #2dcc70; } .title { text-align: center; } .scroll_controls { display: flex; } .scroll_controls .toggle_pagination .visable_label { color: #2d3e50; } .scroll_controls .toggle_pagination .toggle_pagination__switch { position: relative; display: inline-block; background: #ecf0f1; border: 1px solid #bec3c7; border-radius: 10px; width: 60px; height: 20px; transition: 0.4s linear; } .scroll_controls .toggle_pagination .toggle_pagination__switch .slider { background: #ccc; border-radius: 9px; position: absolute; cursor: pointer; top: 0; left: 0; box-sizing: border-box; width: 50%; height: 100%; transition: 0.4s; -webkit-transition: 0.4s; } .scroll_controls .toggle_pagination .toggle_pagination__switch .slider:hover { background: #aeb3b7; } .scroll_controls .toggle_pagination .toggle_pagination__switch input { width: 0; height: 0; opacity: 0; } .scroll_controls .toggle_pagination .toggle_pagination__switch input:checked + .slider { transform: translateX(100%); background: #1bbc9b; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); } .scroll_controls .toggle_pagination .toggle_pagination__switch input:checked + .slider:hover { background: #788187; } .scroll_controls .toggle_pagination .toggle_pagination__switch input:checked + .toggle_pagination__switch { background: #aeb3b7; } .scroll_controls .toggle_pagination:active .toggle_pagination__switch { background: #3598db; } .posts { width: 60vw; margin: 0 auto; } .posts .post { transition: 0.2s linear; border: 1px solid #bec3c7; border-radius: 20px; display: flex; flex-wrap: wrap; flex-direction: column; background: white; margin: 20px 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); } .posts .post a { border-radius: 20px 20px 0 0; } .posts .post .image { transition: 0.2s linear; flex: 1; background: white; text-align: center; max-height: 350px; position: relative; margin: 0; } .posts .post .image img { height: 350px; width: 100%; border-radius: 20px 20px 0 0; object-fit: cover; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .posts .post .details { transition: 0.2s linear; padding: 20px 40px; flex: 1; display: flex; flex-direction: row; grid-column: 1/-1; } .posts .post .details .details_primary { flex: 3; padding-right: 20px; border-right: 1px solid #bec3c7; } .posts .post .details .details_primary h3 { margin-top: 0; } .posts .post .details .details_primary .read_button { margin-top: 10px; display: flex; justify-content: flex-end; } .posts .post .details .details_primary .read_button a { transition: 0s color linear; transition: 0.1s box-shadow linear; transition: 0.1s background linear; border: 1px solid #bec3c7; border-radius: 10px; padding: 10px 20px; transition: 0.2s linear; background: rgba(0, 0, 0, 0); } .posts .post .details .details_primary .read_button a i { transition: 0.1s linear; transition: 0.2s linear; background: rgba(0, 0, 0, 0); } .posts .post .details .details_primary .read_button a:hover { background: linear-gradient(45deg, #1bbc9b, #9a59b5); color: #ecf0f1; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-decoration: none; } .posts .post .details .details_primary .read_button a:hover i { color: #ecf0f1; } .posts .post .details .details_primary .tags { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin: 0 auto; margin-bottom: 20px; } .posts .post .details .details_primary .tags .tag { padding: 4px 8px; margin: 5px; border-radius: 6px; background: #9a59b5; border-bottom: 4px solid #8d44ad; display: flex; justify-content: center; color: #ecf0f1; } .posts .post .details .details_primary .tags .tag:hover { margin-bottom: 1px; border-bottom: 4px solid #8d44ad; } .posts .post .details .details_meta { padding-left: 20px; flex: 1; } .posts .post .details .details_meta .details_author { margin-top: 0; } .posts .post .details .details_meta .details_read_time { margin-top: 8px; } .posts .post .details > * { padding: 0; } .posts .post .details p { margin: 0; padding: 0; } .posts .post:hover { border: 1px solid #ecf0f1; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 5px 0 20px rgba(0, 0, 0, 0), -5px 0 20px rgba(0, 0, 0, 0); } .posts.experimental .post { margin: 30px 0; } .posts.experimental .post .image { background: none; } .posts.experimental .post .image img { border-radius: 4px; width: 94%; transform: translateY(-10px); } .pagination_buttons__container .pagination_buttons { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; } .pagination_buttons__container .pagination_buttons a { border: 2px solid #bec3c7; border-radius: 8px; padding: 10px 20px; } .pagination_buttons__container .pagination_buttons a:hover { border-color: #ecf0f1; box-shadow: 0px 2px 6px 0px #1bbc9b, 0px -2px 6px 0px #9a59b5, 2px 0px 6px 0px #1bbc9b, -2px 0px 6px 0px #9a59b5; } .pagination_buttons__container .pagination_buttons a:hover i { color: #0077B5; } .pagination_buttons__container .pagination_buttons .page_button_back { grid-column: 1; } .pagination_buttons__container .pagination_buttons .page_button_forward { grid-column: 3; } .pagination_buttons__container .pagination_buttons .page_position { grid-column: 2; } @media only screen and (max-width: 850px) { .posts { width: auto; } .posts .post { flex-direction: column; } } /*# sourceMappingURL=css/index.css.map */
public/css/index.css
button { border: 1px solid #bec3c7; text-decoration: none; padding: 10px 20px; transition: 0.1s linear; background: none; border-radius: 10px; cursor: pointer; color: #2d3e50; font-weight: bold; } button:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0); color: black; } button:active { background: rgba(149, 165, 165, 0.3); box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); color: #2d3e50; } .intro_card { width: 100%; margin-top: 40px; display: flex; flex-direction: row; align-items: center; justify-content: center; background: linear-gradient(45deg, #13c9ac, #7C6CBE, #a04dc5); height: 60vh; box-shadow: inset 0px -6px 20px rgba(0, 0, 0, 0.3); transition: 0.2s linear; } .intro_card .intro_text { transition: 0.2s linear; flex: 2; text-align: center; } .intro_card .intro_text h1 { text-shadow: 0 0 10px #fefdeb; font-size: 5vh; cursor: default; } .intro_card .intro_pic { transition: 0.2s linear; flex: 1; height: 100%; display: flex; align-items: flex-end; justify-content: flex-start; } .intro_card .intro_pic img { transition: 0.2s linear; filter: grayscale(1) drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3)); height: 90%; width: auto; object-fit: contain; } .intro_card .intro_pic img:hover { filter: grayscale(0) drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3)); } .main { margin-top: 0; } .create_post { display: flex; align-items: center; justify-content: center; } .create_post a { border: 3px solid rgba(0, 0, 0, 0); min-width: 75px; font-size: 18px; font-weight: 700; padding: 6px 10px; margin: 10px; border-radius: 10px; cursor: pointer; transition: 0.2s linear; background: rgba(0, 0, 0, 0); color: #27ae61; border: 3px solid #2dcc70; } .create_post a:hover { border: 3px solid #27ae61; background: #2dcc70; text-decoration: underline; color: #ecf0f1; box-shadow: 0 0 10px #2dcc70; } .title { text-align: center; } .scroll_controls { display: flex; } .scroll_controls .toggle_pagination .visable_label { color: #2d3e50; } .scroll_controls .toggle_pagination .toggle_pagination__switch { position: relative; display: inline-block; background: #ecf0f1; border: 1px solid #bec3c7; border-radius: 10px; width: 60px; height: 20px; transition: 0.4s linear; } .scroll_controls .toggle_pagination .toggle_pagination__switch .slider { background: #ccc; border-radius: 9px; position: absolute; cursor: pointer; top: 0; left: 0; box-sizing: border-box; width: 50%; height: 100%; transition: 0.4s; -webkit-transition: 0.4s; } .scroll_controls .toggle_pagination .toggle_pagination__switch .slider:hover { background: #aeb3b7; } .scroll_controls .toggle_pagination .toggle_pagination__switch input { width: 0; height: 0; opacity: 0; } .scroll_controls .toggle_pagination .toggle_pagination__switch input:checked + .slider { transform: translateX(100%); background: #1bbc9b; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); } .scroll_controls .toggle_pagination .toggle_pagination__switch input:checked + .slider:hover { background: #788187; } .scroll_controls .toggle_pagination .toggle_pagination__switch input:checked + .toggle_pagination__switch { background: #aeb3b7; } .scroll_controls .toggle_pagination:active .toggle_pagination__switch { background: #3598db; } .posts { width: 60vw; margin: 0 auto; } .posts .post { transition: 0.2s linear; border: 1px solid #bec3c7; border-radius: 20px; display: flex; flex-wrap: wrap; flex-direction: column; background: white; margin: 20px 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); } .posts .post a { border-radius: 20px 20px 0 0; } .posts .post .image { transition: 0.2s linear; flex: 1; background: white; text-align: center; max-height: 350px; position: relative; margin: 0; } .posts .post .image img { height: 350px; width: 100%; border-radius: 20px 20px 0 0; object-fit: cover; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .posts .post .details { transition: 0.2s linear; padding: 20px 40px; flex: 1; display: flex; flex-direction: row; grid-column: 1/-1; } .posts .post .details .details_primary { flex: 3; padding-right: 20px; border-right: 1px solid #bec3c7; } .posts .post .details .details_primary h3 { margin-top: 0; } .posts .post .details .details_primary .read_button { margin-top: 10px; display: flex; justify-content: flex-end; } .posts .post .details .details_primary .read_button a { transition: 0s color linear; transition: 0.1s box-shadow linear; transition: 0.1s background linear; border: 1px solid #bec3c7; border-radius: 10px; padding: 10px 20px; transition: 0.2s linear; background: rgba(0, 0, 0, 0); } .posts .post .details .details_primary .read_button a i { transition: 0.1s linear; transition: 0.2s linear; background: rgba(0, 0, 0, 0); } .posts .post .details .details_primary .read_button a:hover { background: linear-gradient(45deg, #1bbc9b, #9a59b5); color: #ecf0f1; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-decoration: none; } .posts .post .details .details_primary .read_button a:hover i { color: #ecf0f1; } .posts .post .details .details_primary .tags { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin: 0 auto; margin-bottom: 20px; } .posts .post .details .details_primary .tags .tag { padding: 4px 8px; margin: 5px; border-radius: 6px; background: #9a59b5; border-bottom: 4px solid #8d44ad; display: flex; justify-content: center; color: #ecf0f1; } .posts .post .details .details_primary .tags .tag:hover { margin-bottom: 1px; border-bottom: 4px solid #8d44ad; } .posts .post .details .details_meta { padding-left: 20px; flex: 1; } .posts .post .details .details_meta .details_author { margin-top: 0; } .posts .post .details .details_meta .details_read_time { margin-top: 8px; } .posts .post .details > * { padding: 0; } .posts .post .details p { margin: 0; padding: 0; } .posts .post:hover { border: 1px solid #ecf0f1; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 5px 0 20px rgba(0, 0, 0, 0), -5px 0 20px rgba(0, 0, 0, 0); } .posts.experimental .post { margin: 30px 0; } .posts.experimental .post .image { background: none; } .posts.experimental .post .image img { border-radius: 4px; width: 94%; transform: translateY(-10px); } .pagination_buttons__container .pagination_buttons { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; } .pagination_buttons__container .pagination_buttons a { border: 2px solid #bec3c7; border-radius: 8px; padding: 10px 20px; } .pagination_buttons__container .pagination_buttons a:hover { border-color: #ecf0f1; box-shadow: 0px 2px 6px 0px #1bbc9b, 0px -2px 6px 0px #9a59b5, 2px 0px 6px 0px #1bbc9b, -2px 0px 6px 0px #9a59b5; } .pagination_buttons__container .pagination_buttons a:hover i { color: #0077B5; } .pagination_buttons__container .pagination_buttons .page_button_back { grid-column: 1; } .pagination_buttons__container .pagination_buttons .page_button_forward { grid-column: 3; } .pagination_buttons__container .pagination_buttons .page_position { grid-column: 2; } @media only screen and (max-width: 850px) { .posts { width: auto; } .posts .post { flex-direction: column; } } /*# sourceMappingURL=css/index.css.map */
0.40439
0.079997
@import url("https://use.typekit.net/ivd2uzt.css"); /*adobe fonts*/ /* ==========Page Styling========== */ body { background-color: #191414; margin: 0px; color: white; font-family: proxima-nova; } input { border-radius: 10px; border: solid 0px black; padding-left: 5px; } button:hover { color: #333; } .helpBar { background-color: black; width: 100%; height: 50px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; padding: 10px; } /* ==========Login Styling========== */ .loginButton { border: 1px solid #1db954; background-color: #1db954; color: white; border-radius: 20px; font-size: 20px; padding: 3px 7px 3px 7px; } .loginButton:link { text-decoration: none; } .loginButton:hover { color: #333; } .login { text-align: center; padding-top: 15%; } .loggedIn { flex: 1 1 0%; min-height: 100vh; flex-direction: column; } /* ==========Header Styling========== */ .header { width: auto; height: 50px; background: black; padding-top: 1px; text-align: center; } .header > h2 { margin-top: .5rem; font-weight: bold; } /* ==========Search Bar Styling========== */ .searchBar { background: black; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; height: auto; padding-top: 1px; width: auto; } .searchFlexContainer { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; flex: 0 2 450px; padding-top: 15px; margin: 0px 5px 0px 5px; } .timeRange { flex: 0 0 190px; padding-bottom: 5px; padding-right: 3px; /* margin-left: 1px; */ } .numSongs { flex: 0 0 185px; padding-bottom: 5px; padding-right: 3px; } .button { flex: 0 0 auto; border-radius: 20px; border: solid 2px #1db954; background-color: #1db954; color: white; } #timeRange { border-radius: 10px; padding-left: 3px; } #number { width: 40px; } .returnButton { padding-bottom: 5px; } /* ==========Song Grid Flex Styling========= */ .flexContainer { display: flex; flex-flow: row wrap; margin: 15px 30px 30px 30px; } .image { width: 100%; } /* this first size will be for the largest di plays only */ .flexItem { flex: 0 0 14.28%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } @media screen and (max-width: 1920px) { .flexItem { flex: 0 0 20%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } } @media screen and (max-width: 1080px) { .flexItem { flex: 0 0 25%; padding: 10px 10px 40px 10px; } } @media screen and (max-width: 768px) { .flexItem { flex: 0 0 33%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } } @media screen and (max-width: 425px) { .flexItem { flex: 0 0 50%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } } /* ==========Grid Item Styling========== */ .gridContainer { display: grid; grid-template-rows: max-content auto; transition: transform .2s ease-out; } .gridInfo { color: white; padding: 5px 5px 5px 10px; background-color: rgb(50,50,50); /*background-color: #1db954;*/ border-radius: 0px 0px 15px 15px; } .playlist { flex: 1; } /* ==========Modal Styling========== */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } .modalContent { background-color: rgb(50,50,50); margin: auto; padding: 20px; border-radius: 20px; width: 50%; text-align: center; } .playlistFlexContainer { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; padding-top: 15px; padding-bottom: 15px; } .playlistName { flex: 0 0 230px; } #playlistName { width: 100px; } .playlistPublic { flex: 0 0 140px; } .playlistColab { flex: 0 0 180px; } .playlistCreate { text-align: center; /* padding-top: 40px; */ padding-top: 15px; padding-bottom: 5px; } .instructionContent { display: flex; flex-direction: column; width: 100%; text-align: left; } .instructionRow { display: flex; flex-direction: row; width: 100%; justify-content: left; } .instructionsText { text-align: left; padding-left: 10px; } .instructionHeader { font-size: large; } .instructionPoints { margin-left: 25px; display: flex; flex-direction: column; } textarea { width: 98%; resize: none; border-radius: 20px; padding-left: 10px; height: 50px; }
public/stylesheet.css
@import url("https://use.typekit.net/ivd2uzt.css"); /*adobe fonts*/ /* ==========Page Styling========== */ body { background-color: #191414; margin: 0px; color: white; font-family: proxima-nova; } input { border-radius: 10px; border: solid 0px black; padding-left: 5px; } button:hover { color: #333; } .helpBar { background-color: black; width: 100%; height: 50px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; padding: 10px; } /* ==========Login Styling========== */ .loginButton { border: 1px solid #1db954; background-color: #1db954; color: white; border-radius: 20px; font-size: 20px; padding: 3px 7px 3px 7px; } .loginButton:link { text-decoration: none; } .loginButton:hover { color: #333; } .login { text-align: center; padding-top: 15%; } .loggedIn { flex: 1 1 0%; min-height: 100vh; flex-direction: column; } /* ==========Header Styling========== */ .header { width: auto; height: 50px; background: black; padding-top: 1px; text-align: center; } .header > h2 { margin-top: .5rem; font-weight: bold; } /* ==========Search Bar Styling========== */ .searchBar { background: black; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; height: auto; padding-top: 1px; width: auto; } .searchFlexContainer { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; flex: 0 2 450px; padding-top: 15px; margin: 0px 5px 0px 5px; } .timeRange { flex: 0 0 190px; padding-bottom: 5px; padding-right: 3px; /* margin-left: 1px; */ } .numSongs { flex: 0 0 185px; padding-bottom: 5px; padding-right: 3px; } .button { flex: 0 0 auto; border-radius: 20px; border: solid 2px #1db954; background-color: #1db954; color: white; } #timeRange { border-radius: 10px; padding-left: 3px; } #number { width: 40px; } .returnButton { padding-bottom: 5px; } /* ==========Song Grid Flex Styling========= */ .flexContainer { display: flex; flex-flow: row wrap; margin: 15px 30px 30px 30px; } .image { width: 100%; } /* this first size will be for the largest di plays only */ .flexItem { flex: 0 0 14.28%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } @media screen and (max-width: 1920px) { .flexItem { flex: 0 0 20%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } } @media screen and (max-width: 1080px) { .flexItem { flex: 0 0 25%; padding: 10px 10px 40px 10px; } } @media screen and (max-width: 768px) { .flexItem { flex: 0 0 33%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } } @media screen and (max-width: 425px) { .flexItem { flex: 0 0 50%; /*if the album art size is changed this needs to be changed to the same size!*/ padding: 10px 10px 40px 10px; } } /* ==========Grid Item Styling========== */ .gridContainer { display: grid; grid-template-rows: max-content auto; transition: transform .2s ease-out; } .gridInfo { color: white; padding: 5px 5px 5px 10px; background-color: rgb(50,50,50); /*background-color: #1db954;*/ border-radius: 0px 0px 15px 15px; } .playlist { flex: 1; } /* ==========Modal Styling========== */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } .modalContent { background-color: rgb(50,50,50); margin: auto; padding: 20px; border-radius: 20px; width: 50%; text-align: center; } .playlistFlexContainer { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; padding-top: 15px; padding-bottom: 15px; } .playlistName { flex: 0 0 230px; } #playlistName { width: 100px; } .playlistPublic { flex: 0 0 140px; } .playlistColab { flex: 0 0 180px; } .playlistCreate { text-align: center; /* padding-top: 40px; */ padding-top: 15px; padding-bottom: 5px; } .instructionContent { display: flex; flex-direction: column; width: 100%; text-align: left; } .instructionRow { display: flex; flex-direction: row; width: 100%; justify-content: left; } .instructionsText { text-align: left; padding-left: 10px; } .instructionHeader { font-size: large; } .instructionPoints { margin-left: 25px; display: flex; flex-direction: column; } textarea { width: 98%; resize: none; border-radius: 20px; padding-left: 10px; height: 50px; }
0.339718
0.089893
width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1rem 0 0 0; } #live_matches img { width: 2.5rem; } #live_matches .match-group { width: 100%; background-color: #3b814f; margin-bottom: 10px; } #live_matches .match-group .header { padding: 10px; background-color: rgba(1,1,1,0.2); height: 4rem; color: white; } #live_matches .match-group .header > * { display: flex; align-items: center; } #live_matches .match-group .header > .right { height: 100%; display: flex; align-items: center; } #live_matches .match-group .header > .left > * { margin-right: 10px; } #live_matches .match-group .header > .right > a > i { font-size: 40px; color: white; } #live_matches .match-group .matches { padding: 0 10px 10px 10px; } #live_matches .match-group .matches .match { width: 100%; height:4.5rem; display: flex; align-items: center; background-color: #c89d68; margin-top: 10px; color: white; } #live_matches .match-group .matches .match:hover { box-shadow: 1px 1px 5px #5d5d5d; } #live_matches .match-group .matches .match .state { position: relative; width: 1%; height: 100%; } @media only screen and (max-width: 719px) { #live_matches .match-group .matches .match .state { width: 2%; } } #live_matches .match-group .matches .match .home-club { width: 40%; } #live_matches .match-group .matches .match .home-club > .right { display: flex; align-items: center; } #live_matches .match-group .matches .match .home-club > .right > * { margin: 0 10px; } #live_matches .match-group .matches .match .separator { position: relative; width: 17%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #be935e; height: 100%; } #live_matches .match-group .matches .match .separator span { width: 100%; text-align: center; vertical-align: middle; } #live_matches .match-group .matches .match .separator .penalties { font-weight: 400; font-size: 0.8rem; } #live_matches .match-group .matches .match .away-club { width: 40%; } #live_matches .match-group .matches .match .away-club > .left { display: flex; align-items: center; } #live_matches .match-group .matches .match .away-club > .left > * { margin: 0 10px; } #live_matches_caption { width: 100%; display: flex; justify-content: left; align-items: center; flex-direction: row; flex-wrap: wrap; } #live_matches_caption .item { background-color: #c89d68; height: 2rem; display: flex; flex-direction: row; justify-content: left; align-items: center; color: white; margin: 0 .5rem .5rem 0; } #live_matches_caption .item .color { width: 0.6rem; height: 100%; } #live_matches_caption .item span { margin: 0 10px; }
public/css/front/live_matches-style.css
width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1rem 0 0 0; } #live_matches img { width: 2.5rem; } #live_matches .match-group { width: 100%; background-color: #3b814f; margin-bottom: 10px; } #live_matches .match-group .header { padding: 10px; background-color: rgba(1,1,1,0.2); height: 4rem; color: white; } #live_matches .match-group .header > * { display: flex; align-items: center; } #live_matches .match-group .header > .right { height: 100%; display: flex; align-items: center; } #live_matches .match-group .header > .left > * { margin-right: 10px; } #live_matches .match-group .header > .right > a > i { font-size: 40px; color: white; } #live_matches .match-group .matches { padding: 0 10px 10px 10px; } #live_matches .match-group .matches .match { width: 100%; height:4.5rem; display: flex; align-items: center; background-color: #c89d68; margin-top: 10px; color: white; } #live_matches .match-group .matches .match:hover { box-shadow: 1px 1px 5px #5d5d5d; } #live_matches .match-group .matches .match .state { position: relative; width: 1%; height: 100%; } @media only screen and (max-width: 719px) { #live_matches .match-group .matches .match .state { width: 2%; } } #live_matches .match-group .matches .match .home-club { width: 40%; } #live_matches .match-group .matches .match .home-club > .right { display: flex; align-items: center; } #live_matches .match-group .matches .match .home-club > .right > * { margin: 0 10px; } #live_matches .match-group .matches .match .separator { position: relative; width: 17%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #be935e; height: 100%; } #live_matches .match-group .matches .match .separator span { width: 100%; text-align: center; vertical-align: middle; } #live_matches .match-group .matches .match .separator .penalties { font-weight: 400; font-size: 0.8rem; } #live_matches .match-group .matches .match .away-club { width: 40%; } #live_matches .match-group .matches .match .away-club > .left { display: flex; align-items: center; } #live_matches .match-group .matches .match .away-club > .left > * { margin: 0 10px; } #live_matches_caption { width: 100%; display: flex; justify-content: left; align-items: center; flex-direction: row; flex-wrap: wrap; } #live_matches_caption .item { background-color: #c89d68; height: 2rem; display: flex; flex-direction: row; justify-content: left; align-items: center; color: white; margin: 0 .5rem .5rem 0; } #live_matches_caption .item .color { width: 0.6rem; height: 100%; } #live_matches_caption .item span { margin: 0 10px; }
0.418103
0.085748
@media (max-width: 980px) { .left-fluid-column{ display: none; } .mobile-search-filter{ background-color: #c5c5c1; padding: 3px 5px; position: relative; box-shadow: 0 1px 2px #666; } .mobile-search-filter .filter-action{ display: block; -webkit-box-sizing : border-box;‌​ -moz-box-sizing : border-box; box-sizing : border-box; width: 100%; font-size: 11.12px; padding: 16px 13px; margin: 0; border-radius: 0; background: white; } .mobile-search-filter-icon{ position: absolute; right: 13px; top: 13px; color: #c7c7c4; } .result-panel{ padding: 0; } .result-panel .result-count{ font-size: 11.12px; padding: 6px 10px 4px; border-bottom: 1px solid #e1e1ef; } .result-list li{ float: none; margin: 0; padding: 0; border-radius: 0; border: none; border-bottom: 1px solid #cac9c6; overflow: hidden; height: 125px; position: relative; } .result-list .item-photo{ width: auto; height: 125px; } .result-list .photo-wrapper{ margin-right: 134px; overflow: hidden; } .result-list .photo-wrapper img{ height: 100%; } .item-org-info{ } .item-org-info .org-logo{ position: absolute; right: 94px; bottom: 11px; padding: 0; width: 32px; height: 32px; } .item-photo .photo-title{ text-shadow: none; background: none; right: 12px; top: 20px; width: 111px; padding: 0; margin: 0; position: absolute; left: initial; z-index: 1; color: #5a5a5a; font-size: 11.12px; line-height: 15px; } .item-org-info .org-logo img{ width: 32px; } .item-org-info .org-name{ position: absolute; right: 2px; bottom: 18px; margin: 0; border: 0; font-size: 9px; width: 86px; line-height: 12px; } .item-org-info .org-city{ position: absolute; bottom: 11px; right: 2px; color: #393c3d; font-size: 8.34px; margin: 0; width: 86px; } /* remodal */ .remodal{ padding: 0; } .remodal-close{ right: 7px; left: auto; top: 6px; } .remodal-title-bar{ font-size: 16px; line-height: 19px; padding: 9px; border-bottom: 1px solid #c8c8c8; background: #fcfcfc; } .remodal-filter{ padding: 17px 18px 0 18px; } .remodal-filter .full-width-input{ width: 100%; position: relative; margin-bottom: 16px; } .remodal-filter .full-width-input input{ display: block; width: 100%; border-width: 0; padding: 17px 7px; border: 1px solid #cdcdcd; border-radius: 0; font-size: 16px; box-sizing: border-box; margin: 0; } .remodal-filter .half-width-input{ display: inline-block; border-radius: 0; width: 49%; padding-right: 5px; box-sizing: border-box; margin-bottom: 15px; position: relative; } .remodal-filter .half-width-input-right{ padding-left: 3px; padding-right: 0; } .remodal-filter .half-width-input select{ width: 100%; border-radius: 0; border: 1px solid #cdcdcd; padding: 0px 4px; margin-bottom: 0; -webkit-appearance: none; height: 36px; } .remodal-filter .search-action-button{ color: white; position: relative; background: #279800; padding: 8px; } .half-width-input .fa-caret-down, .full-width-input .fa-caret-down{ position: absolute; right: 11px; top: 12px; font-size: 12px; color: #959595; } .half-width-input .fa-caret-down{ right: 15px; } .half-width-input-right .fa-caret-down{ right: 10px; } .search-action-button .fa-search{ position: absolute; left: 0; top: -2px; font-size: 21px; } .action-button-container{ position: relative; width: 91px; margin-left: auto; margin-right: auto; } .load-next-page{ text-align: center; margin-left: auto; margin-right: auto; border-radius: 4px; border: 1px solid #c5c5c1; width: 100px; padding: 3px 8px; margin-top: 19px; font-size: 13px; color: #5a5a5a; } }
Public/css/responsive-map.css
@media (max-width: 980px) { .left-fluid-column{ display: none; } .mobile-search-filter{ background-color: #c5c5c1; padding: 3px 5px; position: relative; box-shadow: 0 1px 2px #666; } .mobile-search-filter .filter-action{ display: block; -webkit-box-sizing : border-box;‌​ -moz-box-sizing : border-box; box-sizing : border-box; width: 100%; font-size: 11.12px; padding: 16px 13px; margin: 0; border-radius: 0; background: white; } .mobile-search-filter-icon{ position: absolute; right: 13px; top: 13px; color: #c7c7c4; } .result-panel{ padding: 0; } .result-panel .result-count{ font-size: 11.12px; padding: 6px 10px 4px; border-bottom: 1px solid #e1e1ef; } .result-list li{ float: none; margin: 0; padding: 0; border-radius: 0; border: none; border-bottom: 1px solid #cac9c6; overflow: hidden; height: 125px; position: relative; } .result-list .item-photo{ width: auto; height: 125px; } .result-list .photo-wrapper{ margin-right: 134px; overflow: hidden; } .result-list .photo-wrapper img{ height: 100%; } .item-org-info{ } .item-org-info .org-logo{ position: absolute; right: 94px; bottom: 11px; padding: 0; width: 32px; height: 32px; } .item-photo .photo-title{ text-shadow: none; background: none; right: 12px; top: 20px; width: 111px; padding: 0; margin: 0; position: absolute; left: initial; z-index: 1; color: #5a5a5a; font-size: 11.12px; line-height: 15px; } .item-org-info .org-logo img{ width: 32px; } .item-org-info .org-name{ position: absolute; right: 2px; bottom: 18px; margin: 0; border: 0; font-size: 9px; width: 86px; line-height: 12px; } .item-org-info .org-city{ position: absolute; bottom: 11px; right: 2px; color: #393c3d; font-size: 8.34px; margin: 0; width: 86px; } /* remodal */ .remodal{ padding: 0; } .remodal-close{ right: 7px; left: auto; top: 6px; } .remodal-title-bar{ font-size: 16px; line-height: 19px; padding: 9px; border-bottom: 1px solid #c8c8c8; background: #fcfcfc; } .remodal-filter{ padding: 17px 18px 0 18px; } .remodal-filter .full-width-input{ width: 100%; position: relative; margin-bottom: 16px; } .remodal-filter .full-width-input input{ display: block; width: 100%; border-width: 0; padding: 17px 7px; border: 1px solid #cdcdcd; border-radius: 0; font-size: 16px; box-sizing: border-box; margin: 0; } .remodal-filter .half-width-input{ display: inline-block; border-radius: 0; width: 49%; padding-right: 5px; box-sizing: border-box; margin-bottom: 15px; position: relative; } .remodal-filter .half-width-input-right{ padding-left: 3px; padding-right: 0; } .remodal-filter .half-width-input select{ width: 100%; border-radius: 0; border: 1px solid #cdcdcd; padding: 0px 4px; margin-bottom: 0; -webkit-appearance: none; height: 36px; } .remodal-filter .search-action-button{ color: white; position: relative; background: #279800; padding: 8px; } .half-width-input .fa-caret-down, .full-width-input .fa-caret-down{ position: absolute; right: 11px; top: 12px; font-size: 12px; color: #959595; } .half-width-input .fa-caret-down{ right: 15px; } .half-width-input-right .fa-caret-down{ right: 10px; } .search-action-button .fa-search{ position: absolute; left: 0; top: -2px; font-size: 21px; } .action-button-container{ position: relative; width: 91px; margin-left: auto; margin-right: auto; } .load-next-page{ text-align: center; margin-left: auto; margin-right: auto; border-radius: 4px; border: 1px solid #c5c5c1; width: 100px; padding: 3px 8px; margin-top: 19px; font-size: 13px; color: #5a5a5a; } }
0.49707
0.09472
background-color: rgba(58, 139, 247, 0.6); border-radius: 10px; border: 2px solid #000; box-shadow: -5px 5px 10px #c238eb, 5px 5px 10px #c238eb, 5px -5px 10px #c238eb, -5px -5px 10px #c238eb; width: 80%; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; margin-bottom: 150px; } #new-meme-name{ margin-top: 10px; width: 100%; color: #000; font-size: 1.5em; border-radius: 5px; height: 30px; padding-left: 10px; padding-right: 10px; margin-left: -10px; background-color: #7e90e8; } .new-meme-h{ margin-top: 20px; font-size: 2em; font-weight: bold; text-align: center; color: #bb5cec; } #new-meme-description{ margin-top: 10px; width: 100%; padding-top: 10px; padding-left: 10px; padding-right: 10px; color: #000; height: 200px; margin-left: -10px; background-color: #7e90e8; } #picture-load{ display: flex; flex-direction: row; } #picture-load-link{ margin-left: 20px; margin-top: 25px; font-size: 1.5em; text-decoration: underline; } #upload-file-button-label{ margin-top: 10px; font-size: 1.5em; background-color: #9470e5; padding: 5px; color: #000; border-radius: 5px; border: 2px solid #000; width: 200px; display: inline-block; text-align: center; vertical-align: middle; margin-top: 20px; height: 30px; } #picture-load-button:hover{ background-color: #8460d5; } #picture-load-button:active{ background-color: #7450c5; } #new-meme-section-inner{ width: 50%; margin: 0 auto; min-width: 450px; display: flex; flex-direction: column; } #upload-file-button{ visibility: hidden; } #new-meme-submit{ margin: 30px 0; width: 100%; color: #000; padding: 10px; font-size: 1.5em; border-radius: 5px; background-color: #c33175; border: 1px solid #d71d99; } #new-meme-submit:hover{ background-color: #b32165; } #new-meme-submit:active{ background-color: #a31155; }
assets/css/newMemePage.css
background-color: rgba(58, 139, 247, 0.6); border-radius: 10px; border: 2px solid #000; box-shadow: -5px 5px 10px #c238eb, 5px 5px 10px #c238eb, 5px -5px 10px #c238eb, -5px -5px 10px #c238eb; width: 80%; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; margin-bottom: 150px; } #new-meme-name{ margin-top: 10px; width: 100%; color: #000; font-size: 1.5em; border-radius: 5px; height: 30px; padding-left: 10px; padding-right: 10px; margin-left: -10px; background-color: #7e90e8; } .new-meme-h{ margin-top: 20px; font-size: 2em; font-weight: bold; text-align: center; color: #bb5cec; } #new-meme-description{ margin-top: 10px; width: 100%; padding-top: 10px; padding-left: 10px; padding-right: 10px; color: #000; height: 200px; margin-left: -10px; background-color: #7e90e8; } #picture-load{ display: flex; flex-direction: row; } #picture-load-link{ margin-left: 20px; margin-top: 25px; font-size: 1.5em; text-decoration: underline; } #upload-file-button-label{ margin-top: 10px; font-size: 1.5em; background-color: #9470e5; padding: 5px; color: #000; border-radius: 5px; border: 2px solid #000; width: 200px; display: inline-block; text-align: center; vertical-align: middle; margin-top: 20px; height: 30px; } #picture-load-button:hover{ background-color: #8460d5; } #picture-load-button:active{ background-color: #7450c5; } #new-meme-section-inner{ width: 50%; margin: 0 auto; min-width: 450px; display: flex; flex-direction: column; } #upload-file-button{ visibility: hidden; } #new-meme-submit{ margin: 30px 0; width: 100%; color: #000; padding: 10px; font-size: 1.5em; border-radius: 5px; background-color: #c33175; border: 1px solid #d71d99; } #new-meme-submit:hover{ background-color: #b32165; } #new-meme-submit:active{ background-color: #a31155; }
0.148973
0.094469
position: absolute; content: ''; background: url(../images/icons/shap-1.png); width: 410px; height: 410px; left: -10px; bottom: -160px; background-repeat: no-repeat; z-index: -1; } #iamge_block_03 .image-box:before{ position: absolute; content: ''; background: url(../images/icons/shap-1.png); width: 410px; height: 410px; right: -30px; bottom: -70px; background-repeat: no-repeat; } .feature-style-two:before{ position: absolute; content: ''; background: url(../images/icons/bg-shap-1.png); width: 100%; height: 990px; left: 0px; top: 90px; right: 0px; background-repeat: no-repeat; background-size: cover; background-position: top center; } .video-section:before{ position: absolute; content: ''; background: url(../images/icons/shap-2.png); width: 845px; height: 180px; right: 0px; bottom: 0px; background-repeat: no-repeat; } .transactions-work .inner-box .single-item .count-box:before{ position: absolute; content: ''; background: url(../images/icons/shap-17.png); width: 32px; height: 29px; top: -26px; right: -4px; background-repeat: no-repeat; transition: all 500ms ease; } .transactions-work .inner-box .single-item:hover .count-box:before{ transform: scale(1.1); } .transactions-work .inner-box .single-item:nth-child(2) .count-box:before{ background: url(../images/icons/shap-23.png); background-repeat: no-repeat; } .transactions-work .inner-box .single-item:last-child .count-box:before{ background: url(../images/icons/shap-25.png); background-repeat: no-repeat; } .transactions-work .inner-box .single-item .count-box:after{ position: absolute; content: ''; background: url(../images/icons/shap-18.png); width: 89px; height: 76px; right: -15px; bottom: -45px; background-repeat: no-repeat; transition: all 3000ms ease; } .transactions-work .inner-box .single-item:hover .count-box:after{ transform: rotate(360deg); } .transactions-work .inner-box .single-item:nth-child(2) .count-box:after{ background: url(../images/icons/shap-24.png); background-repeat: no-repeat; } .transactions-work .inner-box .single-item:last-child .count-box:after{ background: url(../images/icons/shap-26.png); background-repeat: no-repeat; } .timeline-work .inner-content .single-item:after{ position: absolute; content: ''; background: url(../images/icons/pattern-29.png); width: 238px; height: 60px; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; } .timeline-work .inner-content .single-item:nth-child(2):after, .timeline-work .inner-content .single-item:nth-child(4):after{ background: url(../images/icons/pattern-30.png); top: 130px; height: 66px; background-repeat: no-repeat; }
public/landing/css/imagebg.css
position: absolute; content: ''; background: url(../images/icons/shap-1.png); width: 410px; height: 410px; left: -10px; bottom: -160px; background-repeat: no-repeat; z-index: -1; } #iamge_block_03 .image-box:before{ position: absolute; content: ''; background: url(../images/icons/shap-1.png); width: 410px; height: 410px; right: -30px; bottom: -70px; background-repeat: no-repeat; } .feature-style-two:before{ position: absolute; content: ''; background: url(../images/icons/bg-shap-1.png); width: 100%; height: 990px; left: 0px; top: 90px; right: 0px; background-repeat: no-repeat; background-size: cover; background-position: top center; } .video-section:before{ position: absolute; content: ''; background: url(../images/icons/shap-2.png); width: 845px; height: 180px; right: 0px; bottom: 0px; background-repeat: no-repeat; } .transactions-work .inner-box .single-item .count-box:before{ position: absolute; content: ''; background: url(../images/icons/shap-17.png); width: 32px; height: 29px; top: -26px; right: -4px; background-repeat: no-repeat; transition: all 500ms ease; } .transactions-work .inner-box .single-item:hover .count-box:before{ transform: scale(1.1); } .transactions-work .inner-box .single-item:nth-child(2) .count-box:before{ background: url(../images/icons/shap-23.png); background-repeat: no-repeat; } .transactions-work .inner-box .single-item:last-child .count-box:before{ background: url(../images/icons/shap-25.png); background-repeat: no-repeat; } .transactions-work .inner-box .single-item .count-box:after{ position: absolute; content: ''; background: url(../images/icons/shap-18.png); width: 89px; height: 76px; right: -15px; bottom: -45px; background-repeat: no-repeat; transition: all 3000ms ease; } .transactions-work .inner-box .single-item:hover .count-box:after{ transform: rotate(360deg); } .transactions-work .inner-box .single-item:nth-child(2) .count-box:after{ background: url(../images/icons/shap-24.png); background-repeat: no-repeat; } .transactions-work .inner-box .single-item:last-child .count-box:after{ background: url(../images/icons/shap-26.png); background-repeat: no-repeat; } .timeline-work .inner-content .single-item:after{ position: absolute; content: ''; background: url(../images/icons/pattern-29.png); width: 238px; height: 60px; left: 50%; transform: translateX(-50%); background-repeat: no-repeat; } .timeline-work .inner-content .single-item:nth-child(2):after, .timeline-work .inner-content .single-item:nth-child(4):after{ background: url(../images/icons/pattern-30.png); top: 130px; height: 66px; background-repeat: no-repeat; }
0.435661
0.075312
* { margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; } body { background-color: #efefef; } ul, li { list-style-type: none; list-style-position: outside; } a { text-decoration: none; } a:visited { color: #666; } .pag { position: absolute; top: 0; /*background-color: #aaa;*/ / } #pagpar { width: 100%; height: 100%; position: relative; } #pagimpar { width: 100%; height: 100%; position: relative; } #dupla { overflow: hidden; } .fx { overflow: hidden; position: relative; } .fx .zoom { z-index: 10; position: absolute; top: 0; height: 100%; } #zoom1 { right: 0; } #zoom2 { left: 0; } .menu nav {} .menu { width: 100%; height: 0px; z-index: 50; position: absolute; top: 0; margin: 0; padding: 0; } #menu ul { width: 200px; } .zoom-range { border-top: 10px;} .menu select { margin-top: 5px; } #menu li { background-color: #fff; display: block; border: 1px solid #aaa; z-index: 50; } #menu li:hover { background-color: #666; } #menupar { position: absolute; top: 10px; left: 10px; height: 200px; z-index: 50; text-align: left; } #menuimpar { position: absolute; top: 10px; right: 10px; margin-right: 10px; z-index: 50; } .busca { height: 25px; width: 120px; border: 1px solid black; border-radius: 5px; margin-top: 5px; } .buttons { margin-top: 5px; z-index: 50; position: relative; display: inline; } .par .zoomctrl { float: left; margin-right: 20px; } .buttons button { padding: 5px; width: 25px; height: 25px; background-color: #fff; border: 1px solid black; border-radius: 5px; } .range { width: 120px; display: inline-block; } #dupla { width: 100%; height: 100%; position: absolute; } .nav { z-index: 50; } /*infinito*/ ._tile { z-index: 30; } .pag { width: 100%; height: 1000px; float: left; background-size: contain; background-repeat: no-repeat; position: absolute; z-index: 10; } .pag body { background-color: #f00; z-index: 10; position: absolute; top: 20px; } .par .pag { background-position: right; } .pag div {} #fullpage .digital div { display: block; } #fullpage img.digital {} .par { width: 50%; height: 100%; float: left; position: relative; } .par div { text-align: right; } .impar { width: 49%; height: 100%; float: left; position: relative; } .seta { background-color: transparent; z-index: 20; opacity: 0.5; position: relative; float: left; } .setas { color: #fff; width: 100%; height: 100%; position: absolute; top: 0; left: 0; line-height: 60px; } .seta:hover { background-color: #666; } .hor { width: 100%; height: 10%; text-align: center; } .vert { width: 20%; height: 80%; vertical-align: middle; text-align: center; } .dir { float: right; } #variaveis { font-size: 10px; } img { height: 100%; width: auto; } #menu li.active { background-color: red; } .panzoom { -webkit-backface-visibility: initial !important; -webkit-transform-origin: 50% 50%; } /*range http://danielstern.ca/range.css/#/*/ input[type=range] { -webkit-appearance: none; width: 100%; margin: 5.35px 0; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 4.3px; cursor: pointer; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); background: #ffffff; border-radius: 1.3px; border: 1px solid #000000; } input[type=range]::-webkit-slider-thumb { box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; border: 1.1px solid #000000; height: 15px; width: 15px; border-radius: 0px; background: #ffffff; cursor: pointer; -webkit-appearance: none; margin-top: -6.35px; } input[type=range]:focus::-webkit-slider-runnable-track { background: #ffffff; } input[type=range]::-moz-range-track { width: 100%; height: 4.3px; cursor: pointer; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); background: #ffffff; border-radius: 1.3px; border: 1px solid #000000; } input[type=range]::-moz-range-thumb { box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; border: 1.1px solid #000000; height: 15px; width: 15px; border-radius: 0px; background: #ffffff; cursor: pointer; } input[type=range]::-ms-track { width: 100%; height: 4.3px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type=range]::-ms-fill-lower { background: #fcfcfc; border: 1px solid #000000; border-radius: 2.6px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); } input[type=range]::-ms-fill-upper { background: #ffffff; border: 1px solid #000000; border-radius: 2.6px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); } input[type=range]::-ms-thumb { box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; border: 1.1px solid #000000; height: 15px; width: 15px; border-radius: 0px; background: #ffffff; cursor: pointer; height: 4.3px; } input[type=range]:focus::-ms-fill-lower { background: #ffffff; } input[type=range]:focus::-ms-fill-upper { background: #ffffff; } /* select */ select { height: 25px; padding: 5px; border: 1px solid black; border-radius: 0; }
css/stylebkp.css
* { margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; } body { background-color: #efefef; } ul, li { list-style-type: none; list-style-position: outside; } a { text-decoration: none; } a:visited { color: #666; } .pag { position: absolute; top: 0; /*background-color: #aaa;*/ / } #pagpar { width: 100%; height: 100%; position: relative; } #pagimpar { width: 100%; height: 100%; position: relative; } #dupla { overflow: hidden; } .fx { overflow: hidden; position: relative; } .fx .zoom { z-index: 10; position: absolute; top: 0; height: 100%; } #zoom1 { right: 0; } #zoom2 { left: 0; } .menu nav {} .menu { width: 100%; height: 0px; z-index: 50; position: absolute; top: 0; margin: 0; padding: 0; } #menu ul { width: 200px; } .zoom-range { border-top: 10px;} .menu select { margin-top: 5px; } #menu li { background-color: #fff; display: block; border: 1px solid #aaa; z-index: 50; } #menu li:hover { background-color: #666; } #menupar { position: absolute; top: 10px; left: 10px; height: 200px; z-index: 50; text-align: left; } #menuimpar { position: absolute; top: 10px; right: 10px; margin-right: 10px; z-index: 50; } .busca { height: 25px; width: 120px; border: 1px solid black; border-radius: 5px; margin-top: 5px; } .buttons { margin-top: 5px; z-index: 50; position: relative; display: inline; } .par .zoomctrl { float: left; margin-right: 20px; } .buttons button { padding: 5px; width: 25px; height: 25px; background-color: #fff; border: 1px solid black; border-radius: 5px; } .range { width: 120px; display: inline-block; } #dupla { width: 100%; height: 100%; position: absolute; } .nav { z-index: 50; } /*infinito*/ ._tile { z-index: 30; } .pag { width: 100%; height: 1000px; float: left; background-size: contain; background-repeat: no-repeat; position: absolute; z-index: 10; } .pag body { background-color: #f00; z-index: 10; position: absolute; top: 20px; } .par .pag { background-position: right; } .pag div {} #fullpage .digital div { display: block; } #fullpage img.digital {} .par { width: 50%; height: 100%; float: left; position: relative; } .par div { text-align: right; } .impar { width: 49%; height: 100%; float: left; position: relative; } .seta { background-color: transparent; z-index: 20; opacity: 0.5; position: relative; float: left; } .setas { color: #fff; width: 100%; height: 100%; position: absolute; top: 0; left: 0; line-height: 60px; } .seta:hover { background-color: #666; } .hor { width: 100%; height: 10%; text-align: center; } .vert { width: 20%; height: 80%; vertical-align: middle; text-align: center; } .dir { float: right; } #variaveis { font-size: 10px; } img { height: 100%; width: auto; } #menu li.active { background-color: red; } .panzoom { -webkit-backface-visibility: initial !important; -webkit-transform-origin: 50% 50%; } /*range http://danielstern.ca/range.css/#/*/ input[type=range] { -webkit-appearance: none; width: 100%; margin: 5.35px 0; } input[type=range]:focus { outline: none; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 4.3px; cursor: pointer; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); background: #ffffff; border-radius: 1.3px; border: 1px solid #000000; } input[type=range]::-webkit-slider-thumb { box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; border: 1.1px solid #000000; height: 15px; width: 15px; border-radius: 0px; background: #ffffff; cursor: pointer; -webkit-appearance: none; margin-top: -6.35px; } input[type=range]:focus::-webkit-slider-runnable-track { background: #ffffff; } input[type=range]::-moz-range-track { width: 100%; height: 4.3px; cursor: pointer; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); background: #ffffff; border-radius: 1.3px; border: 1px solid #000000; } input[type=range]::-moz-range-thumb { box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; border: 1.1px solid #000000; height: 15px; width: 15px; border-radius: 0px; background: #ffffff; cursor: pointer; } input[type=range]::-ms-track { width: 100%; height: 4.3px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type=range]::-ms-fill-lower { background: #fcfcfc; border: 1px solid #000000; border-radius: 2.6px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); } input[type=range]::-ms-fill-upper { background: #ffffff; border: 1px solid #000000; border-radius: 2.6px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); } input[type=range]::-ms-thumb { box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; border: 1.1px solid #000000; height: 15px; width: 15px; border-radius: 0px; background: #ffffff; cursor: pointer; height: 4.3px; } input[type=range]:focus::-ms-fill-lower { background: #ffffff; } input[type=range]:focus::-ms-fill-upper { background: #ffffff; } /* select */ select { height: 25px; padding: 5px; border: 1px solid black; border-radius: 0; }
0.300746
0.107274
@charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background-color: #42413C; margin: 0; padding: 0; color: #000; } /* ~~ Selectores de elemento/etiqueta ~~ */ ul, ol, dl { /* Debido a las diferencias existentes entre los navegadores, es recomendable no añadir relleno ni márgenes en las listas. Para lograr coherencia, puede especificar las cantidades deseadas aquí o en los elementos de lista (LI, DT, DD) que contienen. Recuerde que lo que haga aquí se aplicará en cascada en la lista .nav, a no ser que escriba un selector más específico. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* la eliminación del margen superior resuelve un problema que origina que los márgenes escapen de la etiqueta div contenedora. El margen inferior restante lo mantendrá separado de los elementos de que le sigan. */ padding-right: 15px; padding-left: 15px; /* la adición de relleno a los lados del elemento dentro de las divs, en lugar de en las divs propiamente dichas, elimina todas las matemáticas de modelo de cuadro. Una div anidada con relleno lateral también puede usarse como método alternativo. */ } a img { /* este selector elimina el borde azul predeterminado que se muestra en algunos navegadores alrededor de una imagen cuando está rodeada por un vínculo */ border: none; } /* ~~ La aplicación de estilo a los vínculos del sitio debe permanecer en este orden (incluido el grupo de selectores que crea el efecto hover -paso por encima-). ~~ */ a:link { color: #42413C; text-decoration: underline; /* a no ser que aplique estilos a los vínculos para que tengan un aspecto muy exclusivo, es recomendable proporcionar subrayados para facilitar una identificación visual rápida */ } a:visited { color: #6E6C64; text-decoration: underline; } a:hover, a:active, a:focus { /* este grupo de selectores proporcionará a un usuario que navegue mediante el teclado la misma experiencia de hover (paso por encima) que experimenta un usuario que emplea un ratón. */ text-decoration: none; } /* ~~ este contenedor de anchura fija rodea a las demás divs ~~ */ .container { width: 960px; background-color: #FFF; margin: 0 auto; /* el valor automático de los lados, unido a la anchura, centra el diseño */ } /* ~~ no se asigna una anchura al encabezado. Se extenderá por toda la anchura del diseño. Contiene un marcador de posición de imagen que debe sustituirse por su propio logotipo vinculado ~~ */ .header { background-color: #ADB96E; } /* ~~ Estas son las columnas para el diseño. ~~ 1) El relleno sólo se sitúa en la parte superior y/o inferior de las divs. Los elementos situados dentro de estas divs tienen relleno a los lados. Esto le ahorra las "matemáticas de modelo de cuadro". Recuerde que si añade relleno o borde lateral a la div propiamente dicha, éste se añadirá a la anchura que defina para crear la anchura *total*. También puede optar por eliminar el relleno del elemento en la div y colocar una segunda div dentro de ésta sin anchura y el relleno necesario para el diseño deseado. También puede optar por eliminar el relleno del elemento en la div y colocar una segunda div dentro de ésta sin anchura y el relleno necesario para el diseño deseado. 2) No se asigna margen a las columnas, ya que todas ellas son flotantes. Si es preciso añadir un margen, evite colocarlo en el lado hacia el que se produce la flotación (por ejemplo: un margen derecho en una div configurada para flotar hacia la derecha). En muchas ocasiones, puede usarse relleno como alternativa. En el caso de divs para las que deba incumplirse esta regla, deberá añadir una declaración "display:inline" a la regla de la div para evitar un error que provoca que algunas versiones de Internet Explorer dupliquen el margen. 3) Dado que las clases se pueden usar varias veces en un documento (y que también se pueden aplicar varias clases a un elemento), se ha asignado a las columnas nombres de clases en lugar de ID. Por ejemplo, dos divs de barra lateral podrían apilarse si fuera necesario. Si lo prefiere, éstas pueden cambiarse a ID fácilmente, siempre y cuando las utilice una sola vez por documento. 4) Si prefiere que la navegación esté a la derecha en lugar de a la izquierda, simplemente haga que estas columnas floten en dirección opuesta (todas a la derecha en lugar de todas a la izquierda) y éstas se representarán en orden inverso. No es necesario mover las divs por el código fuente HTML. */ .sidebar1 { float: left; width: 180px; background-color: #EADCAE; padding-bottom: 10px; } .content { padding: 10px 0; width: 780px; float: left; } /* ~~ Este selector agrupado da espacio a las listas del área de .content ~~ */ .content ul, .content ol { padding: 0 15px 15px 40px; /* este relleno reproduce en espejo el relleno derecho de la regla de encabezados y de párrafo incluida más arriba. El relleno se ha colocado en la parte inferior para que el espacio existente entre otros elementos de la lista y a la izquierda cree la sangría. Estos pueden ajustarse como se desee. */ } /* ~~ Los estilos de lista de navegación (pueden eliminarse si opta por usar un menú desplegable predefinido como el de Spry) ~~ */ ul.nav { list-style: none; /* esto elimina el marcador de lista */ border-top: 1px solid #666; /* esto crea el borde superior de los vínculos (los demás se sitúan usando un borde inferior en el LI) */ margin-bottom: 15px; /* esto crea el espacio entre la navegación en el contenido situado debajo */ } ul.nav li { border-bottom: 1px solid #666; /* esto crea la separación de los botones */ } ul.nav a, ul.nav a:visited { /* al agrupar estos selectores, se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados */ padding: 5px 5px 5px 15px; display: block; /* esto asigna propiedades de bloque al vínculo, lo que provoca que llene todo el LI que lo contiene. Esto provoca que toda el área reaccione a un clic de ratón. */ width: 160px; /*esta anchura hace que se pueda hacer clic en todo el botón para IE6. Puede eliminarse si no es necesario proporcionar compatibilidad con IE6. Calcule la anchura adecuada restando el relleno de este vínculo de la anchura del contenedor de barra lateral. */ text-decoration: none; background-color: #C6D580; } ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* esto cambia el color de fondo y del texto tanto para usuarios que naveguen con ratón como para los que lo hagan con teclado */ background-color: #ADB96E; color: #FFF; } /* ~~ El pie de página ~~ */ .footer { padding: 10px 0; background-color: #CCC49F; position: relative;/* esto da a IE6 hasLayout para borrar correctamente */ clear: both; /* esta propiedad de borrado fuerza a .container a conocer dónde terminan las columnas y a contenerlas */ } /* ~~ clases float/clear varias ~~ */ .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */ float: right; margin-left: 8px; } .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */ float: left; margin-right: 8px; } .clearfloat { /* esta clase puede situarse en una <br /> o div vacía como elemento final tras la última div flotante (dentro de #container) si #footer se elimina o se saca fuera de #container */ clear:both; height:0; font-size: 1px; line-height: 0px; }
twoColFixLtHdr6.css
@charset "utf-8"; body { font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; background-color: #42413C; margin: 0; padding: 0; color: #000; } /* ~~ Selectores de elemento/etiqueta ~~ */ ul, ol, dl { /* Debido a las diferencias existentes entre los navegadores, es recomendable no añadir relleno ni márgenes en las listas. Para lograr coherencia, puede especificar las cantidades deseadas aquí o en los elementos de lista (LI, DT, DD) que contienen. Recuerde que lo que haga aquí se aplicará en cascada en la lista .nav, a no ser que escriba un selector más específico. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* la eliminación del margen superior resuelve un problema que origina que los márgenes escapen de la etiqueta div contenedora. El margen inferior restante lo mantendrá separado de los elementos de que le sigan. */ padding-right: 15px; padding-left: 15px; /* la adición de relleno a los lados del elemento dentro de las divs, en lugar de en las divs propiamente dichas, elimina todas las matemáticas de modelo de cuadro. Una div anidada con relleno lateral también puede usarse como método alternativo. */ } a img { /* este selector elimina el borde azul predeterminado que se muestra en algunos navegadores alrededor de una imagen cuando está rodeada por un vínculo */ border: none; } /* ~~ La aplicación de estilo a los vínculos del sitio debe permanecer en este orden (incluido el grupo de selectores que crea el efecto hover -paso por encima-). ~~ */ a:link { color: #42413C; text-decoration: underline; /* a no ser que aplique estilos a los vínculos para que tengan un aspecto muy exclusivo, es recomendable proporcionar subrayados para facilitar una identificación visual rápida */ } a:visited { color: #6E6C64; text-decoration: underline; } a:hover, a:active, a:focus { /* este grupo de selectores proporcionará a un usuario que navegue mediante el teclado la misma experiencia de hover (paso por encima) que experimenta un usuario que emplea un ratón. */ text-decoration: none; } /* ~~ este contenedor de anchura fija rodea a las demás divs ~~ */ .container { width: 960px; background-color: #FFF; margin: 0 auto; /* el valor automático de los lados, unido a la anchura, centra el diseño */ } /* ~~ no se asigna una anchura al encabezado. Se extenderá por toda la anchura del diseño. Contiene un marcador de posición de imagen que debe sustituirse por su propio logotipo vinculado ~~ */ .header { background-color: #ADB96E; } /* ~~ Estas son las columnas para el diseño. ~~ 1) El relleno sólo se sitúa en la parte superior y/o inferior de las divs. Los elementos situados dentro de estas divs tienen relleno a los lados. Esto le ahorra las "matemáticas de modelo de cuadro". Recuerde que si añade relleno o borde lateral a la div propiamente dicha, éste se añadirá a la anchura que defina para crear la anchura *total*. También puede optar por eliminar el relleno del elemento en la div y colocar una segunda div dentro de ésta sin anchura y el relleno necesario para el diseño deseado. También puede optar por eliminar el relleno del elemento en la div y colocar una segunda div dentro de ésta sin anchura y el relleno necesario para el diseño deseado. 2) No se asigna margen a las columnas, ya que todas ellas son flotantes. Si es preciso añadir un margen, evite colocarlo en el lado hacia el que se produce la flotación (por ejemplo: un margen derecho en una div configurada para flotar hacia la derecha). En muchas ocasiones, puede usarse relleno como alternativa. En el caso de divs para las que deba incumplirse esta regla, deberá añadir una declaración "display:inline" a la regla de la div para evitar un error que provoca que algunas versiones de Internet Explorer dupliquen el margen. 3) Dado que las clases se pueden usar varias veces en un documento (y que también se pueden aplicar varias clases a un elemento), se ha asignado a las columnas nombres de clases en lugar de ID. Por ejemplo, dos divs de barra lateral podrían apilarse si fuera necesario. Si lo prefiere, éstas pueden cambiarse a ID fácilmente, siempre y cuando las utilice una sola vez por documento. 4) Si prefiere que la navegación esté a la derecha en lugar de a la izquierda, simplemente haga que estas columnas floten en dirección opuesta (todas a la derecha en lugar de todas a la izquierda) y éstas se representarán en orden inverso. No es necesario mover las divs por el código fuente HTML. */ .sidebar1 { float: left; width: 180px; background-color: #EADCAE; padding-bottom: 10px; } .content { padding: 10px 0; width: 780px; float: left; } /* ~~ Este selector agrupado da espacio a las listas del área de .content ~~ */ .content ul, .content ol { padding: 0 15px 15px 40px; /* este relleno reproduce en espejo el relleno derecho de la regla de encabezados y de párrafo incluida más arriba. El relleno se ha colocado en la parte inferior para que el espacio existente entre otros elementos de la lista y a la izquierda cree la sangría. Estos pueden ajustarse como se desee. */ } /* ~~ Los estilos de lista de navegación (pueden eliminarse si opta por usar un menú desplegable predefinido como el de Spry) ~~ */ ul.nav { list-style: none; /* esto elimina el marcador de lista */ border-top: 1px solid #666; /* esto crea el borde superior de los vínculos (los demás se sitúan usando un borde inferior en el LI) */ margin-bottom: 15px; /* esto crea el espacio entre la navegación en el contenido situado debajo */ } ul.nav li { border-bottom: 1px solid #666; /* esto crea la separación de los botones */ } ul.nav a, ul.nav a:visited { /* al agrupar estos selectores, se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados */ padding: 5px 5px 5px 15px; display: block; /* esto asigna propiedades de bloque al vínculo, lo que provoca que llene todo el LI que lo contiene. Esto provoca que toda el área reaccione a un clic de ratón. */ width: 160px; /*esta anchura hace que se pueda hacer clic en todo el botón para IE6. Puede eliminarse si no es necesario proporcionar compatibilidad con IE6. Calcule la anchura adecuada restando el relleno de este vínculo de la anchura del contenedor de barra lateral. */ text-decoration: none; background-color: #C6D580; } ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* esto cambia el color de fondo y del texto tanto para usuarios que naveguen con ratón como para los que lo hagan con teclado */ background-color: #ADB96E; color: #FFF; } /* ~~ El pie de página ~~ */ .footer { padding: 10px 0; background-color: #CCC49F; position: relative;/* esto da a IE6 hasLayout para borrar correctamente */ clear: both; /* esta propiedad de borrado fuerza a .container a conocer dónde terminan las columnas y a contenerlas */ } /* ~~ clases float/clear varias ~~ */ .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */ float: right; margin-left: 8px; } .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */ float: left; margin-right: 8px; } .clearfloat { /* esta clase puede situarse en una <br /> o div vacía como elemento final tras la última div flotante (dentro de #container) si #footer se elimina o se saca fuera de #container */ clear:both; height:0; font-size: 1px; line-height: 0px; }
0.208259
0.425844
.scf-page-blog-detail { padding-top: 40px; } .scf-page-blog-detail .scf-home-block:first-child { margin-bottom: 99px; } .scf-page-blog-detail .scf-home-block:last-child { margin-bottom: 0px; } .scf-detail__content { max-width: 1000px; margin: 0px auto; } .scf-grid__item-18 { width: 75%; } .scf-grid__item-6 { width: 25%; } .scf-detail-docs__title { font-size: 32px; line-height: 44px; margin-bottom: 20px; font-weight: 400; } .scf-detail-docs__info { font-size: 14px; line-height: 24px; color: rgb(140, 140, 140); margin-bottom: 40px; } .scf-detail__show-more { position: relative; margin-top: -200px; text-align: center; } .scf-toc__title { display: block; font-size: 17px; color: rgb(51, 51, 51); margin-bottom: 16px; } .scf-toc-list__item { font-size: 14px; line-height: 18px; position: relative; padding-left: 20px; border-bottom: 10px solid transparent; } .scf-toc-list__item:last-child { border-bottom: 0px; } .scf-toc-list__item-label:before { content: ""; position: absolute; left: 4px; top: 5px; width: 3px; height: 3px; background-color: rgb(0, 0, 0); z-index: 1; border-radius: 100%; } .scf-toc-list__item:first-child:after { top: 50%; } .scf-toc-list__item:after { content: ""; width: 1px; position: absolute; top: 0; bottom: -15px; left: 5px; background-color: rgba(253,87,80,.1); } .has-sub-list .scf-toc-list__item:after { background-color: #fff; } .scf-toc-list .has-sub-list .scf-toc-list__item:before { content: ""; height: 1px; position: absolute; top: 6px; left: -14px; background-color: rgba(253, 87, 80, 0.1); width: 20px; } .scf-toc-list__item:last-child::after { bottom: 10px; } .scf-toc-list .has-sub-list .scf-toc-list { margin-top: 15px; } .scf-detail__mask { width: 100%; height: 200px; background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff)); background-image: linear-gradient(hsla(0,0%,100%,0),#fff); margin-bottom: 40px; } .scf-detail-docs__info { margin-bottom: 40px; } .scf-detail-docs__info p{ font-size: 14px; line-height: 24px; color: #8c8c8c; } .scf-detail-docs__info a{ font-size: 14px; line-height: 24px; color: #8c8c8c; } @media screen and (max-width: 992px) { #scf-blog-detail-header { display: none; } }
src/templates/BlogDetail.css
.scf-page-blog-detail { padding-top: 40px; } .scf-page-blog-detail .scf-home-block:first-child { margin-bottom: 99px; } .scf-page-blog-detail .scf-home-block:last-child { margin-bottom: 0px; } .scf-detail__content { max-width: 1000px; margin: 0px auto; } .scf-grid__item-18 { width: 75%; } .scf-grid__item-6 { width: 25%; } .scf-detail-docs__title { font-size: 32px; line-height: 44px; margin-bottom: 20px; font-weight: 400; } .scf-detail-docs__info { font-size: 14px; line-height: 24px; color: rgb(140, 140, 140); margin-bottom: 40px; } .scf-detail__show-more { position: relative; margin-top: -200px; text-align: center; } .scf-toc__title { display: block; font-size: 17px; color: rgb(51, 51, 51); margin-bottom: 16px; } .scf-toc-list__item { font-size: 14px; line-height: 18px; position: relative; padding-left: 20px; border-bottom: 10px solid transparent; } .scf-toc-list__item:last-child { border-bottom: 0px; } .scf-toc-list__item-label:before { content: ""; position: absolute; left: 4px; top: 5px; width: 3px; height: 3px; background-color: rgb(0, 0, 0); z-index: 1; border-radius: 100%; } .scf-toc-list__item:first-child:after { top: 50%; } .scf-toc-list__item:after { content: ""; width: 1px; position: absolute; top: 0; bottom: -15px; left: 5px; background-color: rgba(253,87,80,.1); } .has-sub-list .scf-toc-list__item:after { background-color: #fff; } .scf-toc-list .has-sub-list .scf-toc-list__item:before { content: ""; height: 1px; position: absolute; top: 6px; left: -14px; background-color: rgba(253, 87, 80, 0.1); width: 20px; } .scf-toc-list__item:last-child::after { bottom: 10px; } .scf-toc-list .has-sub-list .scf-toc-list { margin-top: 15px; } .scf-detail__mask { width: 100%; height: 200px; background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff)); background-image: linear-gradient(hsla(0,0%,100%,0),#fff); margin-bottom: 40px; } .scf-detail-docs__info { margin-bottom: 40px; } .scf-detail-docs__info p{ font-size: 14px; line-height: 24px; color: #8c8c8c; } .scf-detail-docs__info a{ font-size: 14px; line-height: 24px; color: #8c8c8c; } @media screen and (max-width: 992px) { #scf-blog-detail-header { display: none; } }
0.368065
0.083217
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;} table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;} caption,th,td{text-align:left;font-weight:400;} blockquote:before,blockquote:after,q:before,q:after{content:"";} blockquote,q{quotes:;} a img{border:none;} ul{list-style-position: inside;list-style-type: none; } /* Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/ */ .cf:before, .cf:after { content:""; display:table; } .cf:after { clear:both; } .cf { zoom:1; } /* For IE 6/7 (trigger hasLayout) */ /* apply a natural box layout model to all elements (if supporting <IE8, use a pollyfill: https://github.com/Schepp/box-sizing-polyfill ) */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* #1.2 Presets */ body{ /* padding: 10px 3em 0; */ color: #222222; font: 1em/1.8 'PT Serif', serif; } .img-cont img{ max-width: 100%; } /*body > header, body > section, body > .wrapper > section, body > .wrapper > footer{ max-width: 1000px; margin: 0 auto; }*/ .wrapper{ padding: 0 3em 2em; color: #ccc; border-top: 1px solid #ccc; } a{ color: #0067b4; text-decoration: none; } .cols li, footer { font-family: "omnes-pro",sans-serif; } /* #2 LAYOUT */ /* #2.1 Header */ header { width: 100%; background-color: transparent; padding: 1em; border-bottom: 3px solid #0067b4; } .logo { display: block; width: 35%; height: 35%; } /* #2.2 Container */ .container { background: url(../img/map.svg) no-repeat 0 5px; background-size: 100%; overflow: hidden; } section.content { padding: 4em 2em; float: right; width: 75%; background-color: rgba(255, 255, 255, 0.75) } section h2 { font-family: "rooney-sans",sans-serif; color: #0067b4; font-size: 2.5em; font-style: normal; font-weight: 600; line-height: 0.8em; } section h2 span { font-size: 0.6em; font-weight: normal; } section article p { font-family: "omnes-pro",sans-serif; font-style: normal; font-size: 1.5em; font-weight: 200; } section article p:last-child { overflow: hidden; } span.call { float: right; } section article:last-child { border-top: 2px solid rgba(0, 103, 180, 0.50); padding-top: 1em; } article.action ul { overflow: hidden; width: 100%; } article.action li { float: left; margin-right: 10px; } ul.cols { /*padding: 0 3em 2em;*/ margin: 0 auto; overflow: hidden; padding-top: 25px; max-width: 1000px; } .cols li { display: inline-block; float: left; width: 33.3%; text-align: center; } .cols li img { height: 65px; } /* #2.3 Footer */ footer { text-align: center; margin-top: 25px; font-size: 0.8em; } /* #5 MEDIA QUERIES */ /* Smartphones (vertical y horizontal) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .logo { width: 85%; height: 85%; margin: 0 auto; } section.content { padding: 2em; float: none; width: 100%; } section h2 { display: none; /*font-size: 1.5em;*/ } section h2 span { /* font-size: 0.5em;*/ display: none; } section article p { font-size: 1.2em; } article.action li { float: left; width: 45%; margin-right: 1em; } article.action li:last-child { float: right; } article.action li img { width: 90%; } } /* Smartphones (horizontal) ----------- */ @media only screen and (min-width : 321px) { } /* Smartphones (vertical) ----------- */ @media only screen and (max-width : 320px) { } /* iPad2 (vertical y horizontal) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { } /* iPad2 (horizontal) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { } /* iPad2 (vertical) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { } /* Ipad3 (horizontal) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) { } /* Ipad3 (vertical) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) { } /* Grandes resoluciones ----------- */ @media only screen and (min-width : 1824px) { } /* iPhone 4 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { } /* iPhone 5 ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) { }
www/web/css/style.css
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;} table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;} caption,th,td{text-align:left;font-weight:400;} blockquote:before,blockquote:after,q:before,q:after{content:"";} blockquote,q{quotes:;} a img{border:none;} ul{list-style-position: inside;list-style-type: none; } /* Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/ */ .cf:before, .cf:after { content:""; display:table; } .cf:after { clear:both; } .cf { zoom:1; } /* For IE 6/7 (trigger hasLayout) */ /* apply a natural box layout model to all elements (if supporting <IE8, use a pollyfill: https://github.com/Schepp/box-sizing-polyfill ) */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* #1.2 Presets */ body{ /* padding: 10px 3em 0; */ color: #222222; font: 1em/1.8 'PT Serif', serif; } .img-cont img{ max-width: 100%; } /*body > header, body > section, body > .wrapper > section, body > .wrapper > footer{ max-width: 1000px; margin: 0 auto; }*/ .wrapper{ padding: 0 3em 2em; color: #ccc; border-top: 1px solid #ccc; } a{ color: #0067b4; text-decoration: none; } .cols li, footer { font-family: "omnes-pro",sans-serif; } /* #2 LAYOUT */ /* #2.1 Header */ header { width: 100%; background-color: transparent; padding: 1em; border-bottom: 3px solid #0067b4; } .logo { display: block; width: 35%; height: 35%; } /* #2.2 Container */ .container { background: url(../img/map.svg) no-repeat 0 5px; background-size: 100%; overflow: hidden; } section.content { padding: 4em 2em; float: right; width: 75%; background-color: rgba(255, 255, 255, 0.75) } section h2 { font-family: "rooney-sans",sans-serif; color: #0067b4; font-size: 2.5em; font-style: normal; font-weight: 600; line-height: 0.8em; } section h2 span { font-size: 0.6em; font-weight: normal; } section article p { font-family: "omnes-pro",sans-serif; font-style: normal; font-size: 1.5em; font-weight: 200; } section article p:last-child { overflow: hidden; } span.call { float: right; } section article:last-child { border-top: 2px solid rgba(0, 103, 180, 0.50); padding-top: 1em; } article.action ul { overflow: hidden; width: 100%; } article.action li { float: left; margin-right: 10px; } ul.cols { /*padding: 0 3em 2em;*/ margin: 0 auto; overflow: hidden; padding-top: 25px; max-width: 1000px; } .cols li { display: inline-block; float: left; width: 33.3%; text-align: center; } .cols li img { height: 65px; } /* #2.3 Footer */ footer { text-align: center; margin-top: 25px; font-size: 0.8em; } /* #5 MEDIA QUERIES */ /* Smartphones (vertical y horizontal) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .logo { width: 85%; height: 85%; margin: 0 auto; } section.content { padding: 2em; float: none; width: 100%; } section h2 { display: none; /*font-size: 1.5em;*/ } section h2 span { /* font-size: 0.5em;*/ display: none; } section article p { font-size: 1.2em; } article.action li { float: left; width: 45%; margin-right: 1em; } article.action li:last-child { float: right; } article.action li img { width: 90%; } } /* Smartphones (horizontal) ----------- */ @media only screen and (min-width : 321px) { } /* Smartphones (vertical) ----------- */ @media only screen and (max-width : 320px) { } /* iPad2 (vertical y horizontal) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { } /* iPad2 (horizontal) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { } /* iPad2 (vertical) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { } /* Ipad3 (horizontal) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) { } /* Ipad3 (vertical) ----------- */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) { } /* Grandes resoluciones ----------- */ @media only screen and (min-width : 1824px) { } /* iPhone 4 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { } /* iPhone 5 ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) { }
0.322953
0.104798
body { padding-top: 20px; padding-bottom: 20px; margin: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#363636; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 19px; } /* Custom page footer */ .footer { padding-top: 19px; color: #777; border-top: 1px solid #e5e5e5; } /* Contacts list styling */ .contact-list { list-style: none; padding: 0; margin: 0; } .contact-list-heading { margin-top: 15px; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 3px; border-style: solid; border-color: gray; padding-left: 15px; padding-right: 15px; padding-bottom: 5px; } .contact-list-heading p { font-size: 1.5em; max-width: 50%; } .letter-heading p { font-size: 1.3em; background-color: #ddd; padding: 0; padding-left: 15px; margin: 0; } .contacts { list-style: none; margin: 0; padding: 0px; } .contact { border-top: 1px solid #e5e5e5; padding: 5px; padding-left: 15px; min-height: 2em; font-weight: bold; cursor: pointer; } .contact a { display: block; text-decoration: none; color: inherit; } ul.contacts li.contact:nth-of-type(even) { background-color: #f9f9f9 } .contact:hover { background-color: #ddd !important; } .contact-details p { padding-left: 25px; font-size: 0.8em; background-color: inherit; } /* Customize container */ @media (min-width: 768px) { .container { max-width: 730px; } } .container-narrow > hr { margin: 30px 0; } /* Main marketing message and sign up button */ .jumbotron { text-align: center; border-bottom: 1px solid #e5e5e5; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .jumbotron-controls .btn { font-size: 12px; padding: 5px 10px; border-radius: 3px; margin-top: 10px; } /* Supporting marketing content */ .marketing { margin: 40px 0; } .marketing p + h4 { margin-top: 28px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ .header { margin-bottom: 30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom: 0; } }
src/main/webapp/travelagent/resources/css/main.css
body { padding-top: 20px; padding-bottom: 20px; margin: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#363636; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 19px; } /* Custom page footer */ .footer { padding-top: 19px; color: #777; border-top: 1px solid #e5e5e5; } /* Contacts list styling */ .contact-list { list-style: none; padding: 0; margin: 0; } .contact-list-heading { margin-top: 15px; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 3px; border-style: solid; border-color: gray; padding-left: 15px; padding-right: 15px; padding-bottom: 5px; } .contact-list-heading p { font-size: 1.5em; max-width: 50%; } .letter-heading p { font-size: 1.3em; background-color: #ddd; padding: 0; padding-left: 15px; margin: 0; } .contacts { list-style: none; margin: 0; padding: 0px; } .contact { border-top: 1px solid #e5e5e5; padding: 5px; padding-left: 15px; min-height: 2em; font-weight: bold; cursor: pointer; } .contact a { display: block; text-decoration: none; color: inherit; } ul.contacts li.contact:nth-of-type(even) { background-color: #f9f9f9 } .contact:hover { background-color: #ddd !important; } .contact-details p { padding-left: 25px; font-size: 0.8em; background-color: inherit; } /* Customize container */ @media (min-width: 768px) { .container { max-width: 730px; } } .container-narrow > hr { margin: 30px 0; } /* Main marketing message and sign up button */ .jumbotron { text-align: center; border-bottom: 1px solid #e5e5e5; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .jumbotron-controls .btn { font-size: 12px; padding: 5px 10px; border-radius: 3px; margin-top: 10px; } /* Supporting marketing content */ .marketing { margin: 40px 0; } .marketing p + h4 { margin-top: 28px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ .header { margin-bottom: 30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom: 0; } }
0.443118
0.104249
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; } .container { width: 680px; margin: 0 auto; padding-top: 0px; padding-bottom: 0px; } .left p { display: block; } .left p:first-child { margin-bottom: 10px; font-weight: bold; font-family: 'Calibri', sans-serif; color: rgb(51, 51, 51); } .top { display: block; } .top .left, .top .right { width: 48%; } .left { float: left; vertical-align: top; } .right { float: right; vertical-align: top; } .clearfix { clear: both; margin-bottom: 50px; } .left { text-align: left; } .right { text-align: right; } .top .right { display: block; text-align: right; } .red { /* color: #ff0000;*/ font-weight: bold; } .tax { margin-bottom: 20px; font-size: 32px; line-height: 32px; } .num { margin-bottom: 30px; } .ad { margin-top: 10px; text-align: right; font-weight: bold; } .bottom { margin-top: 25px; padding-top: 0px; padding-bottom: 0px; } .bottom .left, .bottom .right { width: 50%; } .bottom .left p:first-child { font-weight: 400; margin-bottom: 0; } .bottom .right p { margin-bottom: 0px; } .bottom .right p:last-child { margin-bottom: 0; } .bottom .red { display: inline-block; } .bottom .right .red { font-weight: 400; } .red3 { margin-left: 25px; } table { width: 100%; margin-top: 50px; border-collapse: collapse; } table td { padding: 10px 0; padding-left: 15px; text-align: right; } .mas { padding-bottom: 35px; } .table1 td:last-child { padding-right: 15px; } .table1 { padding-top: 30px; } .abs { position: static; margin-top: 10px; right: 0; font-size: 14px; color: #727272; } .bca td { padding-bottom: 10px; } .table1 td { font-size: 14px; border-bottom: 1px solid; } .sss { background-color: #f4f3f2; } .bdn td { border-bottom: none; } .bold { font-size: 14px; font-weight: bold; } .table1 tr:first-child { color: #fff; background-color: #3b3d39; } .table1 tr td:first-child, .table1 tr td:nth-child(2) { text-align: left; } .table1 .red { font-size: 15px; font-weight: 400; } caption { display: block; text-align: left; padding-bottom: 10px; } .table2 tr td:first-child { text-align: left; } .table1 { margin-bottom: 20px; } .table2 { font-size: 14px; margin-bottom: 20px; } .table2 tr:first-child { background-color: #f4f3f2; } .table2 td:last-child { padding-right: 15px; } .table2 tr { border-bottom: 1px solid #acacac; } .table2 tr:first-child { border-bottom: none; } .first { margin-bottom: 5px; } .last { font-size: 13px; }
crm/modules/angular_api/views/export/tax_invoice/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; } .container { width: 680px; margin: 0 auto; padding-top: 0px; padding-bottom: 0px; } .left p { display: block; } .left p:first-child { margin-bottom: 10px; font-weight: bold; font-family: 'Calibri', sans-serif; color: rgb(51, 51, 51); } .top { display: block; } .top .left, .top .right { width: 48%; } .left { float: left; vertical-align: top; } .right { float: right; vertical-align: top; } .clearfix { clear: both; margin-bottom: 50px; } .left { text-align: left; } .right { text-align: right; } .top .right { display: block; text-align: right; } .red { /* color: #ff0000;*/ font-weight: bold; } .tax { margin-bottom: 20px; font-size: 32px; line-height: 32px; } .num { margin-bottom: 30px; } .ad { margin-top: 10px; text-align: right; font-weight: bold; } .bottom { margin-top: 25px; padding-top: 0px; padding-bottom: 0px; } .bottom .left, .bottom .right { width: 50%; } .bottom .left p:first-child { font-weight: 400; margin-bottom: 0; } .bottom .right p { margin-bottom: 0px; } .bottom .right p:last-child { margin-bottom: 0; } .bottom .red { display: inline-block; } .bottom .right .red { font-weight: 400; } .red3 { margin-left: 25px; } table { width: 100%; margin-top: 50px; border-collapse: collapse; } table td { padding: 10px 0; padding-left: 15px; text-align: right; } .mas { padding-bottom: 35px; } .table1 td:last-child { padding-right: 15px; } .table1 { padding-top: 30px; } .abs { position: static; margin-top: 10px; right: 0; font-size: 14px; color: #727272; } .bca td { padding-bottom: 10px; } .table1 td { font-size: 14px; border-bottom: 1px solid; } .sss { background-color: #f4f3f2; } .bdn td { border-bottom: none; } .bold { font-size: 14px; font-weight: bold; } .table1 tr:first-child { color: #fff; background-color: #3b3d39; } .table1 tr td:first-child, .table1 tr td:nth-child(2) { text-align: left; } .table1 .red { font-size: 15px; font-weight: 400; } caption { display: block; text-align: left; padding-bottom: 10px; } .table2 tr td:first-child { text-align: left; } .table1 { margin-bottom: 20px; } .table2 { font-size: 14px; margin-bottom: 20px; } .table2 tr:first-child { background-color: #f4f3f2; } .table2 td:last-child { padding-right: 15px; } .table2 tr { border-bottom: 1px solid #acacac; } .table2 tr:first-child { border-bottom: none; } .first { margin-bottom: 5px; } .last { font-size: 13px; }
0.606265
0.183996
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; } body { background-color: #F2F2F2; } table { font-size: 90%; margin-bottom: 10.5px; max-width: 100%; overflow-x: auto; } th, td { padding: 0 0.8rem; } tbody tr:nth-child(odd) { background: #e4e4e4; } tbody tr code { background: none; } td + td, th + th { border-left: 1px #C0C0C0 solid; } .page-header { margin-top: 0; } .irc-version { font-size: 74%; vertical-align: 2px; margin-left: 0.34rem; color: #6694AA; } .irc-version + .sw-version { padding-left: 0.5em; } .dead-software { font-size: 80%; font-weight: bold; margin-left: 0.16rem; } .dead-software:before { content: "("; } .dead-software:after { content: ")"; } .sw-table { overflow-x: auto; width: 100%; margin: 0 auto; } .sw-table > table { min-width: 100%; } .sw-table + h3 { margin-top: 2.35em; } .sw-table tr:not(:first-child) { border-top: 1px #C0C0C0 solid; } .sw-table tbody tr, .sw-table tbody tr .support { transition: background 200ms; } .sw-table tbody tr:hover { background-color: #eee; } .sw-table tbody tr:hover:nth-child(odd) { background-color: #ddd; } .sw-table tbody tr:hover .supported { background-color: #8fea94; } .sw-table tbody tr:hover .unsupported { background-color: rgba(243, 150, 146, 0.5); } .sw-table tbody tr:hover .unsupported.required { background-color: #f39692; } .sw-table tbody tr:hover .partial { background-color: #ecec90; } .sw-table tbody tr:first-child, .sw-table tbody tr:first-child td:first-child { border-top-left-radius: 0.25em; } .sw-table tbody tr:first-child td:last-child { border-top-right-radius: 0.25em; } .sw-table tbody tr:last-child, .sw-table tbody tr:last-child td:first-child { border-bottom-left-radius: 0.25em; } .sw-table tbody tr:last-child td:last-child { border-bottom-right-radius: 0.25em; } a.irc-extension { margin: 0 0.5rem; } .sw-table .name { width: 12em; } .sw-table .support-head { text-align: center; font-size: 95%; } .sw-table .support { min-width: 2em; text-align: center; padding: 0.3em 0.5em; } .sw-table .supported { background-color: #a7eeaa; color: #0E3010; } .sw-table .partial { background-color: #eeeeaa; color: #303010; } .sw-table .na { background-color: #ddd; color: #101010; } .sw-table .unsupported { background-color: rgb(247, 213, 211); color: #303010; } .sw-table .unsupported.required { background-color: #eeaaa7; color: #30100E; } .sw-table td.required + td.optional { border-left: 5px solid white; } .sw-table td note desc { vertical-align: super; font-size: 80%; color: #338; font-style: italic; } .sw-table td note > box { position: absolute; } .sw-table td note > box > box { position: relative; top: -5em; max-width: 14em; padding: 0.7em; background: #eee; border-radius: 0.5em; border: #99b 1px dashed; box-shadow: 2px 3px 3px rgba(20, 20, 20, 0.2); display: none; } .sw-table td note:hover box { display: block; } .sw-sublinks a:before { content: "- "; opacity: 0.75; } .sw-sublinks a { display: block; margin-left: 1.5rem; } .sw-table .ircd-ver { display: block; color: #6b6b6b; font-size: 1.2rem; } .sw-table .net-address { display: block; margin-bottom: 0.3rem; } .bold { font-weight: bold; } .navbar, .navbar-inverse .dropdown-menu { background-color: #145960; border-color: #145960; } .marketing-text { text-align: center; } /* bootstrap's mobile/etc width */ @media screen and (max-width: 991px) { .marketing-text + .marketing-text { margin-top: 3rem; } } .marketing-text h1 { margin-top: 1rem; } h1:not(:first-of-type) { margin-top: 3rem; } h2 { margin-top: 3rem; } .alert { font-size: inherit; font-weight: inherit; text-align: center; border-radius: 0.6rem; } .alert-info, .btn-primary { background-color: #145960; border-color: #0C4248; } .alert-success, .btn-success { background-color: #355; border-color: #355; } .alert-warning, .btn-warning { color: #300; font-weight: bold; } .alert-danger, .btn-danger { color: #300; font-weight: bold; } .github, .github:hover { color: #435; } .projects, .projects:hover { color: #355; } .blog, .blog:hover { color: #145960; } .alert > a, .noline, .noline:hover { text-decoration: none; } .alert > a:hover { color: #FFF; text-decoration: underline; } .btn-warning:hover, .btn-warning:focus { background-color: #759; border-color: #759; } .btn-success:hover, .btn-success:focus { background-color: #399; border-color: #399; } .btn-primary:hover, .btn-primary:focus { background-color: #337F87; border-color: #337F87; } .page-header > h1 { color: #14565D; } .lead a { color: #00646F; } a { color: #0B7884; } a:hover, a:focus { color: #2795A1; } .lead { color: #000; } .copyrights { font-style: italic; } .warning { color: #c24; } .navbar-nav a { transition: background 0.05s ease-in; } .navbar-nav hr { margin: 0; } .navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:active{ background-color: #337F87; } .navbar .dropdown-menu > li > a, .dropdown-toggle:hover, .dropdown-toggle:active { background-color: #145960; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:active, .navbar-inverse .navbar-nav > .open > a { background-color: #337F87; } .row { padding: 0px 0px 0px 0px; } .frontpage .btn-primary { margin-top: 1rem; transition: background 0.05s ease-in; border-radius: 3px } .flexy-list { max-width: 90rem; font-size: 2.2rem; text-align: center; margin: 0 auto 0.6rem; } .flexy-list > a { display: inline-block; padding: 0.75rem 2rem; } .center-text { text-align: center; } #home-slider-wrapper { background: #145960; width: 100%; margin-top: 1.25rem; color: white; } .homepage-features { font-size: 1.7rem; display: table; margin: 0 auto; padding-right: 2rem; max-width: 97rem; } #home-slider-wrapper a { color: #9eb; } .mono { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-weight: bold; } #home-slider-wrapper > div > div { margin: 2.5rem 0; } #home-graph > canvas { box-shadow: 0px 0px 1rem 1.5rem #F2F2F2 inset; } .row.frontpage { margin: 2rem auto; } .spec-link { font-size: 3rem; display: block; padding: 1rem 1.5rem; text-align: center } .spec-light-go { color: #cfc; } .spec-go { color: #4b4; } .spec-light-holdup { color: #fec; } .spec-holdup { color: #da4; } .spec-light-stop { color: #fcc; } .spec-stop { color: #d44; } .os-support { color: #666; margin-top: -0.1rem; margin-left: 1rem; float: right; } .os-support i + i { margin-left: 0.5rem; } .os-support-windows-phone { color: #229eda; } .os-support-ios { color: #444; } .os-support-android { color: #9fc234; } .post-content { border-left: 1px solid #d7d7d7; padding-left: 2rem } .meta { color: #444; font-size: 1.25rem; } /* sticky footer */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 3.9rem; } footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ margin: 1rem 0 0; height: 3.9rem; font-size: 1.3rem; } footer .container { border-top: 1px solid #ddd; } footer p { margin: 1rem 0 0; padding: 0; }
css/ircv3-style.css
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; } body { background-color: #F2F2F2; } table { font-size: 90%; margin-bottom: 10.5px; max-width: 100%; overflow-x: auto; } th, td { padding: 0 0.8rem; } tbody tr:nth-child(odd) { background: #e4e4e4; } tbody tr code { background: none; } td + td, th + th { border-left: 1px #C0C0C0 solid; } .page-header { margin-top: 0; } .irc-version { font-size: 74%; vertical-align: 2px; margin-left: 0.34rem; color: #6694AA; } .irc-version + .sw-version { padding-left: 0.5em; } .dead-software { font-size: 80%; font-weight: bold; margin-left: 0.16rem; } .dead-software:before { content: "("; } .dead-software:after { content: ")"; } .sw-table { overflow-x: auto; width: 100%; margin: 0 auto; } .sw-table > table { min-width: 100%; } .sw-table + h3 { margin-top: 2.35em; } .sw-table tr:not(:first-child) { border-top: 1px #C0C0C0 solid; } .sw-table tbody tr, .sw-table tbody tr .support { transition: background 200ms; } .sw-table tbody tr:hover { background-color: #eee; } .sw-table tbody tr:hover:nth-child(odd) { background-color: #ddd; } .sw-table tbody tr:hover .supported { background-color: #8fea94; } .sw-table tbody tr:hover .unsupported { background-color: rgba(243, 150, 146, 0.5); } .sw-table tbody tr:hover .unsupported.required { background-color: #f39692; } .sw-table tbody tr:hover .partial { background-color: #ecec90; } .sw-table tbody tr:first-child, .sw-table tbody tr:first-child td:first-child { border-top-left-radius: 0.25em; } .sw-table tbody tr:first-child td:last-child { border-top-right-radius: 0.25em; } .sw-table tbody tr:last-child, .sw-table tbody tr:last-child td:first-child { border-bottom-left-radius: 0.25em; } .sw-table tbody tr:last-child td:last-child { border-bottom-right-radius: 0.25em; } a.irc-extension { margin: 0 0.5rem; } .sw-table .name { width: 12em; } .sw-table .support-head { text-align: center; font-size: 95%; } .sw-table .support { min-width: 2em; text-align: center; padding: 0.3em 0.5em; } .sw-table .supported { background-color: #a7eeaa; color: #0E3010; } .sw-table .partial { background-color: #eeeeaa; color: #303010; } .sw-table .na { background-color: #ddd; color: #101010; } .sw-table .unsupported { background-color: rgb(247, 213, 211); color: #303010; } .sw-table .unsupported.required { background-color: #eeaaa7; color: #30100E; } .sw-table td.required + td.optional { border-left: 5px solid white; } .sw-table td note desc { vertical-align: super; font-size: 80%; color: #338; font-style: italic; } .sw-table td note > box { position: absolute; } .sw-table td note > box > box { position: relative; top: -5em; max-width: 14em; padding: 0.7em; background: #eee; border-radius: 0.5em; border: #99b 1px dashed; box-shadow: 2px 3px 3px rgba(20, 20, 20, 0.2); display: none; } .sw-table td note:hover box { display: block; } .sw-sublinks a:before { content: "- "; opacity: 0.75; } .sw-sublinks a { display: block; margin-left: 1.5rem; } .sw-table .ircd-ver { display: block; color: #6b6b6b; font-size: 1.2rem; } .sw-table .net-address { display: block; margin-bottom: 0.3rem; } .bold { font-weight: bold; } .navbar, .navbar-inverse .dropdown-menu { background-color: #145960; border-color: #145960; } .marketing-text { text-align: center; } /* bootstrap's mobile/etc width */ @media screen and (max-width: 991px) { .marketing-text + .marketing-text { margin-top: 3rem; } } .marketing-text h1 { margin-top: 1rem; } h1:not(:first-of-type) { margin-top: 3rem; } h2 { margin-top: 3rem; } .alert { font-size: inherit; font-weight: inherit; text-align: center; border-radius: 0.6rem; } .alert-info, .btn-primary { background-color: #145960; border-color: #0C4248; } .alert-success, .btn-success { background-color: #355; border-color: #355; } .alert-warning, .btn-warning { color: #300; font-weight: bold; } .alert-danger, .btn-danger { color: #300; font-weight: bold; } .github, .github:hover { color: #435; } .projects, .projects:hover { color: #355; } .blog, .blog:hover { color: #145960; } .alert > a, .noline, .noline:hover { text-decoration: none; } .alert > a:hover { color: #FFF; text-decoration: underline; } .btn-warning:hover, .btn-warning:focus { background-color: #759; border-color: #759; } .btn-success:hover, .btn-success:focus { background-color: #399; border-color: #399; } .btn-primary:hover, .btn-primary:focus { background-color: #337F87; border-color: #337F87; } .page-header > h1 { color: #14565D; } .lead a { color: #00646F; } a { color: #0B7884; } a:hover, a:focus { color: #2795A1; } .lead { color: #000; } .copyrights { font-style: italic; } .warning { color: #c24; } .navbar-nav a { transition: background 0.05s ease-in; } .navbar-nav hr { margin: 0; } .navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:active{ background-color: #337F87; } .navbar .dropdown-menu > li > a, .dropdown-toggle:hover, .dropdown-toggle:active { background-color: #145960; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:active, .navbar-inverse .navbar-nav > .open > a { background-color: #337F87; } .row { padding: 0px 0px 0px 0px; } .frontpage .btn-primary { margin-top: 1rem; transition: background 0.05s ease-in; border-radius: 3px } .flexy-list { max-width: 90rem; font-size: 2.2rem; text-align: center; margin: 0 auto 0.6rem; } .flexy-list > a { display: inline-block; padding: 0.75rem 2rem; } .center-text { text-align: center; } #home-slider-wrapper { background: #145960; width: 100%; margin-top: 1.25rem; color: white; } .homepage-features { font-size: 1.7rem; display: table; margin: 0 auto; padding-right: 2rem; max-width: 97rem; } #home-slider-wrapper a { color: #9eb; } .mono { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-weight: bold; } #home-slider-wrapper > div > div { margin: 2.5rem 0; } #home-graph > canvas { box-shadow: 0px 0px 1rem 1.5rem #F2F2F2 inset; } .row.frontpage { margin: 2rem auto; } .spec-link { font-size: 3rem; display: block; padding: 1rem 1.5rem; text-align: center } .spec-light-go { color: #cfc; } .spec-go { color: #4b4; } .spec-light-holdup { color: #fec; } .spec-holdup { color: #da4; } .spec-light-stop { color: #fcc; } .spec-stop { color: #d44; } .os-support { color: #666; margin-top: -0.1rem; margin-left: 1rem; float: right; } .os-support i + i { margin-left: 0.5rem; } .os-support-windows-phone { color: #229eda; } .os-support-ios { color: #444; } .os-support-android { color: #9fc234; } .post-content { border-left: 1px solid #d7d7d7; padding-left: 2rem } .meta { color: #444; font-size: 1.25rem; } /* sticky footer */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 3.9rem; } footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ margin: 1rem 0 0; height: 3.9rem; font-size: 1.3rem; } footer .container { border-top: 1px solid #ddd; } footer p { margin: 1rem 0 0; padding: 0; }
0.496338
0.103567
@font-face { font-family: 'Glyphicons Halflings'; src: url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } body { font-size: 12px; font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0 10px 10px 10px; } .history-page { padding-top: 58px; padding-right: 200px; } .search-results, .day-results { margin: 0 0 24px 0; padding: 0; } header { background-image: -webkit-linear-gradient(white, white 40%, rgba(255, 255, 255, 0.92)); position: fixed; z-index: 3; left: 20px; right: 205px; top: 0; } a { text-decoration: none; cursor: pointer; } a:hover .text { text-decoration: underline; } h1, h2, h3 { line-height: 1; font-weight: normal; cursor: default; -webkit-user-select: none; } h3.day { font-size: 1.2em; margin-bottom: 0.8em; -webkit-user-select: none; } .day .title { padding-left: 10px; } .day > a { color: #333; } .day > a:hover { color: #525556;; } header h1::after { -webkit-margin-end: 20px; background-color: #eee; content: ' '; display: block; height: 1px; position: relative; top: 13px; } .results { padding: 0 20px; } .entry { list-style: none; margin: 0; padding: 0; } .entry-box { line-height: 1.75em; align-items: center; display: flex; margin-bottom: 6px; max-width: 100%; min-height: 2em; overflow: hidden; padding-bottom: 1px; } .entry-box-container { display: flex; } .entry .time { color: rgb(151, 156, 160); max-width: 90px; min-width: -webkit-min-content; padding-right: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .favicon { background-position-y: center; background-repeat: no-repeat; background-size: 16px; flex-shrink: 0; height: 16px; width: 16px; } .entry .visit-entry { display: flex; min-width: 0; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 115%; } .entry .title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .entry .title > a, .site-domain [is='action-link'] { color: rgb(48, 57, 66); margin: 2px; padding: 0 2px; } .entry .domain { -webkit-padding-end: 6px; -webkit-padding-start: 2px; color: rgb(151, 156, 160); min-width: -webkit-min-content; overflow: hidden; white-space: nowrap; cursor: default; } .glyphicon { position: relative; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; font-size: 80%; top: 1px; padding-right: 5px; -webkit-font-smoothing: antialiased; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-plus > .glyphicon-plus-top { background-color: white; width: 100%; position: absolute; left: 0; font-size: 40%; top: 0; } .glyphicon-plus > .glyphicon-plus-bottom { background-color: white; width: 100%; position: absolute; left: 0; font-size: 40%; bottom: 0; } .glyphicon-remove { position: absolute; bottom: 0; height: 14px; right: 7px; top: 7px; width: 14px; z-index: 1; font-size: 120%; line-height: 1; } .glyphicon-remove:hover { padding: 0; background-color: #333; color: white; border-radius: 4px; margin-right: 5px; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-plus-top.collapse.in, .glyphicon-plus-bottom.collapse.in { display: inline-block; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -webkit-transition-duration: .35s; -webkit-transition-property: height, visibility; } .collapsed { -webkit-transition-timing-function: ease; -webkit-transition-duration: .35s; -webkit-transition-property: height, visibility; } #clearHist { right: 50px; position: absolute; } .overlay-container { -webkit-box-align: center; -webkit-box-orient: vertical; -webkit-box-pack: center; -webkit-perspective: 1px; -webkit-transition: 200ms opacity; background-color: rgba(255, 255, 255, 0.75); bottom: 0; display: -webkit-box; left: 0; overflow: auto; padding: 20px; position: fixed; right: 0; top: 0; z-index: 11; } .overlay-container .layer { -webkit-border-radius: 3px; -webkit-box-orient: vertical; -webkit-transition: 200ms transform; background: white; box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15); color: #333; display: -webkit-box; width: 500px; min-width: 400px; padding: 28px 20px; position: relative; z-index: 0; } select { margin-left: 100px; background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%); } button { margin-right: 20px; }
open-tabs-history.css
@font-face { font-family: 'Glyphicons Halflings'; src: url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://getbootstrap.com/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } body { font-size: 12px; font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0 10px 10px 10px; } .history-page { padding-top: 58px; padding-right: 200px; } .search-results, .day-results { margin: 0 0 24px 0; padding: 0; } header { background-image: -webkit-linear-gradient(white, white 40%, rgba(255, 255, 255, 0.92)); position: fixed; z-index: 3; left: 20px; right: 205px; top: 0; } a { text-decoration: none; cursor: pointer; } a:hover .text { text-decoration: underline; } h1, h2, h3 { line-height: 1; font-weight: normal; cursor: default; -webkit-user-select: none; } h3.day { font-size: 1.2em; margin-bottom: 0.8em; -webkit-user-select: none; } .day .title { padding-left: 10px; } .day > a { color: #333; } .day > a:hover { color: #525556;; } header h1::after { -webkit-margin-end: 20px; background-color: #eee; content: ' '; display: block; height: 1px; position: relative; top: 13px; } .results { padding: 0 20px; } .entry { list-style: none; margin: 0; padding: 0; } .entry-box { line-height: 1.75em; align-items: center; display: flex; margin-bottom: 6px; max-width: 100%; min-height: 2em; overflow: hidden; padding-bottom: 1px; } .entry-box-container { display: flex; } .entry .time { color: rgb(151, 156, 160); max-width: 90px; min-width: -webkit-min-content; padding-right: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .favicon { background-position-y: center; background-repeat: no-repeat; background-size: 16px; flex-shrink: 0; height: 16px; width: 16px; } .entry .visit-entry { display: flex; min-width: 0; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 115%; } .entry .title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .entry .title > a, .site-domain [is='action-link'] { color: rgb(48, 57, 66); margin: 2px; padding: 0 2px; } .entry .domain { -webkit-padding-end: 6px; -webkit-padding-start: 2px; color: rgb(151, 156, 160); min-width: -webkit-min-content; overflow: hidden; white-space: nowrap; cursor: default; } .glyphicon { position: relative; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; font-size: 80%; top: 1px; padding-right: 5px; -webkit-font-smoothing: antialiased; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-plus > .glyphicon-plus-top { background-color: white; width: 100%; position: absolute; left: 0; font-size: 40%; top: 0; } .glyphicon-plus > .glyphicon-plus-bottom { background-color: white; width: 100%; position: absolute; left: 0; font-size: 40%; bottom: 0; } .glyphicon-remove { position: absolute; bottom: 0; height: 14px; right: 7px; top: 7px; width: 14px; z-index: 1; font-size: 120%; line-height: 1; } .glyphicon-remove:hover { padding: 0; background-color: #333; color: white; border-radius: 4px; margin-right: 5px; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-plus-top.collapse.in, .glyphicon-plus-bottom.collapse.in { display: inline-block; } .collapse { display: none; } .collapse.in { display: block; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -webkit-transition-duration: .35s; -webkit-transition-property: height, visibility; } .collapsed { -webkit-transition-timing-function: ease; -webkit-transition-duration: .35s; -webkit-transition-property: height, visibility; } #clearHist { right: 50px; position: absolute; } .overlay-container { -webkit-box-align: center; -webkit-box-orient: vertical; -webkit-box-pack: center; -webkit-perspective: 1px; -webkit-transition: 200ms opacity; background-color: rgba(255, 255, 255, 0.75); bottom: 0; display: -webkit-box; left: 0; overflow: auto; padding: 20px; position: fixed; right: 0; top: 0; z-index: 11; } .overlay-container .layer { -webkit-border-radius: 3px; -webkit-box-orient: vertical; -webkit-transition: 200ms transform; background: white; box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15); color: #333; display: -webkit-box; width: 500px; min-width: 400px; padding: 28px 20px; position: relative; z-index: 0; } select { margin-left: 100px; background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%); } button { margin-right: 20px; }
0.558929
0.079104
header,menu,main,footer,figure,figcaption,article,section /*?*/ {display:block;} /*Displays an element as a block element (like <p>)*/ html, body { height: 100%; } body { margin: 0px; padding: 5px; background: #FF9900 url(images/overlay.png) repeat; font-family: 'Source Sans Pro', sans-serif; font-size: 12pt; font-weight: 400; color: rgba(0,0,0,.8); } h1, h2, h3 { margin: 0; padding: 0; font-weight: 300; color: #2D2D2D; } h2 { padding: 0px 0px 10px 0px; font-size: 2.50em; } p { /*Spacement between lines*/ line-height: 180%; } a { color: rgba(0,0,0,.8); /*color of links*/ } a:hover { /*when the mouse is in the link*/ text-decoration: none; } /** WRAPPER */ #wrapper { /*Configuration about box where the sdidebars and content are inside*/ background: #FFF; margin: 20px 20px; } .container { /*Size of Container*/ width: 1200px; margin: 20px auto; } /** HEADER - part that tittle stay */ #header { overflow: hidden; height: 200px; } /** LOGO */ #logo { height: 200px; padding: 20px 0px 0px 0px; /*size of each side of logo, like a spacement*/ } /** MENU */ #menu { overflow: hidden; background: #308576; border-radius:5px; } #menu ul { margin: 0px 0px 0px 0px; padding: 0px 0px; list-style: none; line-height: normal; } #menu li { display: inline-block; } #menu a { display: block; padding: 0px 40px 0px 40px; line-height: 40px; text-decoration: none; text-align: center; font-size: 16px; font-weight: 50; color: rgba(255,255,255,0.5); } #menu a:hover, #menu .current_page_item a { text-decoration: none; text-align: center; color: rgba(255,255,255,0.8); } /** PAGE */ /*Class page where the menu is located */ #page { overflow: hidden; border-radius:5px; } /** CONTENT */ #content { float: left; width: 500px; } /** SIDEBAR 1 */ #sidebar1 { float: left; width: 250px; margin-right: 50px; } #sidebar1 #box1 { margin-bottom: 4em; } #sidebar1 h2, #sidebar2 h2 { font-size: 1.5em; font-weight: 400; } /** SIDEBAR 2 */ #sidebar2 { float: right; width: 250px; } /* Footer */ #footer { overflow: hidden; padding: 0px 0px 30px 0px; } #footer p { text-align: center; color: rgba(0,0,0,0.2); } #footer a { color: rgba(0,0,0,0.3); } /* List style 1 */ ul.style1 { margin: 0px; padding: 0px; list-style: none; } ul.style1 li { padding: 5px 0px 5px 0px; border-top: 1px solid #E6E7DC; } /* List style 2 */ ul.style2 { margin: 0px; padding: 0px; list-style: none; } ul.style2 li { padding: 25px 0px 15px 0px; border-top: 1px solid #E6E7DC; } ul.style2 .first { padding-top: 0px; border-top: none; } ul.style2 h3 { padding: 0px 0px 10px 0px; font-size: 1.10em; } ul.style2 h3 a { color: #101010; } ul.style2 a { text-decoration: none; } ul.style2 a:hover { text-decoration: underline; } /*********************************************************************************/ /* Heading Titles */ /*********************************************************************************/ .title { margin-bottom: 3em; } .title h2 { margin: 0; padding: 0; font-size: 2.8em; color: rgba(255,255,255,0.9); } .title .byline { padding-top: 0.50em; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 400; font-size: 1.1em; color: #6F6F6F; } /*********************************************************************************/ /* Button Style */ /*********************************************************************************/ .button { display: inline-block; margin-top: 2em; padding: 0em 1em; background: #308576; letter-spacing: 0.10em; line-height: 3em; text-decoration: none; border-radius:5px; text-transform: uppercase; font-weight: 400; font-size: 1em; color: #FFF; }
default.css
header,menu,main,footer,figure,figcaption,article,section /*?*/ {display:block;} /*Displays an element as a block element (like <p>)*/ html, body { height: 100%; } body { margin: 0px; padding: 5px; background: #FF9900 url(images/overlay.png) repeat; font-family: 'Source Sans Pro', sans-serif; font-size: 12pt; font-weight: 400; color: rgba(0,0,0,.8); } h1, h2, h3 { margin: 0; padding: 0; font-weight: 300; color: #2D2D2D; } h2 { padding: 0px 0px 10px 0px; font-size: 2.50em; } p { /*Spacement between lines*/ line-height: 180%; } a { color: rgba(0,0,0,.8); /*color of links*/ } a:hover { /*when the mouse is in the link*/ text-decoration: none; } /** WRAPPER */ #wrapper { /*Configuration about box where the sdidebars and content are inside*/ background: #FFF; margin: 20px 20px; } .container { /*Size of Container*/ width: 1200px; margin: 20px auto; } /** HEADER - part that tittle stay */ #header { overflow: hidden; height: 200px; } /** LOGO */ #logo { height: 200px; padding: 20px 0px 0px 0px; /*size of each side of logo, like a spacement*/ } /** MENU */ #menu { overflow: hidden; background: #308576; border-radius:5px; } #menu ul { margin: 0px 0px 0px 0px; padding: 0px 0px; list-style: none; line-height: normal; } #menu li { display: inline-block; } #menu a { display: block; padding: 0px 40px 0px 40px; line-height: 40px; text-decoration: none; text-align: center; font-size: 16px; font-weight: 50; color: rgba(255,255,255,0.5); } #menu a:hover, #menu .current_page_item a { text-decoration: none; text-align: center; color: rgba(255,255,255,0.8); } /** PAGE */ /*Class page where the menu is located */ #page { overflow: hidden; border-radius:5px; } /** CONTENT */ #content { float: left; width: 500px; } /** SIDEBAR 1 */ #sidebar1 { float: left; width: 250px; margin-right: 50px; } #sidebar1 #box1 { margin-bottom: 4em; } #sidebar1 h2, #sidebar2 h2 { font-size: 1.5em; font-weight: 400; } /** SIDEBAR 2 */ #sidebar2 { float: right; width: 250px; } /* Footer */ #footer { overflow: hidden; padding: 0px 0px 30px 0px; } #footer p { text-align: center; color: rgba(0,0,0,0.2); } #footer a { color: rgba(0,0,0,0.3); } /* List style 1 */ ul.style1 { margin: 0px; padding: 0px; list-style: none; } ul.style1 li { padding: 5px 0px 5px 0px; border-top: 1px solid #E6E7DC; } /* List style 2 */ ul.style2 { margin: 0px; padding: 0px; list-style: none; } ul.style2 li { padding: 25px 0px 15px 0px; border-top: 1px solid #E6E7DC; } ul.style2 .first { padding-top: 0px; border-top: none; } ul.style2 h3 { padding: 0px 0px 10px 0px; font-size: 1.10em; } ul.style2 h3 a { color: #101010; } ul.style2 a { text-decoration: none; } ul.style2 a:hover { text-decoration: underline; } /*********************************************************************************/ /* Heading Titles */ /*********************************************************************************/ .title { margin-bottom: 3em; } .title h2 { margin: 0; padding: 0; font-size: 2.8em; color: rgba(255,255,255,0.9); } .title .byline { padding-top: 0.50em; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 400; font-size: 1.1em; color: #6F6F6F; } /*********************************************************************************/ /* Button Style */ /*********************************************************************************/ .button { display: inline-block; margin-top: 2em; padding: 0em 1em; background: #308576; letter-spacing: 0.10em; line-height: 3em; text-decoration: none; border-radius:5px; text-transform: uppercase; font-weight: 400; font-size: 1em; color: #FFF; }
0.184363
0.093802
<style type="text/css" rel="stylesheet"> .btn { border-width: 0 0px 0px 0px; font-weight: normal; text-transform: ; } .btn-default { color: #2ecc71; background-color: #ffffff; border-color: #ffffff; } .warn { background-color:#F5A796; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .info { background-color:#E6F0FF; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .red { background-color: rgba(255, 0, 0, 0.1); color: rgba(0,0,0,1); } .blue { background-color:#E6F0FF; color: rgba(0,0,0,1); } .gray { background-color:#ECE8E7; color: rgba(0,0,0,1); } .ared { background-color: rgba(255, 0, 0, 0.1); color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .ablue { background-color:#E6F0FF; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .agray { background-color:#ECE8E7; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .blueborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #E6F0FF; color: rgba(0,0,0,1); } .redborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #FF0000; color: rgba(0,0,0,1); } .grayborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #ECE8E7; color: rgba(0,0,0,1); } .blackborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #000000; color: rgba(0,0,0,1); } .questionborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #000000; color: rgba(0,0,0,1); } .hintborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #ECE8E7; color: rgba(0,0,0,1); } .outputborder { border-radius: 0.01cm; padding: 0.3cm; border: 0.1cm solid #E6F0FF; color: rgba(0,0,0,1); } .showopt { background-color: #004c93; color: #FFFFFF; width: 100px; height: 20px; text-align: center; vertical-align: middle !important; float: right; font-family: sans-serif; border-radius: 8px; } .showopt:hover { background-color: #dfe4f2; color: #004c93; } pre.plot { background-color: white !important; } </style>
inst/formatting/css/styles.css
<style type="text/css" rel="stylesheet"> .btn { border-width: 0 0px 0px 0px; font-weight: normal; text-transform: ; } .btn-default { color: #2ecc71; background-color: #ffffff; border-color: #ffffff; } .warn { background-color:#F5A796; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .info { background-color:#E6F0FF; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .red { background-color: rgba(255, 0, 0, 0.1); color: rgba(0,0,0,1); } .blue { background-color:#E6F0FF; color: rgba(0,0,0,1); } .gray { background-color:#ECE8E7; color: rgba(0,0,0,1); } .ared { background-color: rgba(255, 0, 0, 0.1); color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .ablue { background-color:#E6F0FF; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .agray { background-color:#ECE8E7; color: rgba(0,0,0,1); border-radius: 0.2cm; padding: 0.3cm;} .blueborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #E6F0FF; color: rgba(0,0,0,1); } .redborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #FF0000; color: rgba(0,0,0,1); } .grayborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #ECE8E7; color: rgba(0,0,0,1); } .blackborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #000000; color: rgba(0,0,0,1); } .questionborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #000000; color: rgba(0,0,0,1); } .hintborder { border-radius: 0.2cm; padding: 0.3cm; border: 0.1cm solid #ECE8E7; color: rgba(0,0,0,1); } .outputborder { border-radius: 0.01cm; padding: 0.3cm; border: 0.1cm solid #E6F0FF; color: rgba(0,0,0,1); } .showopt { background-color: #004c93; color: #FFFFFF; width: 100px; height: 20px; text-align: center; vertical-align: middle !important; float: right; font-family: sans-serif; border-radius: 8px; } .showopt:hover { background-color: #dfe4f2; color: #004c93; } pre.plot { background-color: white !important; } </style>
0.401101
0.170335
* { margin: 0; padding: 0; } body { font-family: sans-serif; } #nav-bar { position: sticky; z-index: 10; top: 0; } .navbar { background-image: linear-gradient(to right,#430607,#430607); padding: 0 !important; } .navbar-brand img { height: 69px; padding-left: 40px; } #navbarNav { padding: 0 10px; } .navbar-toggler { outline: none !important; } .navbar-nav li { padding: 0 10px; border-right: 1px solid #520103; display: block; word-wrap: break-word; font-family: "myriad-pro-n6","myriad-pro",myriad,verdana,arial,sans-serif; font-weight: 500; font-style: normal } .navbar-nav li a { font-weight: 500; float: right; text-align: right; } .dropdown-menu { background: #FFFFFF; padding: 0; font-size: 13px; border-radius: 0; box-shadow: none; border: none !important; opacity: 1; position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; margin: 2px 0 0; list-style: none; text-align: left; color: #FFF; } .dropdown-menu li a { font-size: 12px; border-top: #CCC solid 1px; line-height: 2.5em; color: #900; display: block; padding: 3px 20px; clear: both; font-weight: normal; } .admin { text-align: center; } .fa-bars { color: #fff; font-size: 30px !important; } /*Header Section */ #header-section { margin: 5px; padding: 5px; } .logo-text { color: #FFF; padding: 0; margin: 5px 0; } #header { background-image: linear-gradient(to right,#520103,#520103); padding-top: 5%; color: #fff; } .title { margin-top: 100px; } .bottom { width: 100%; } /*Footer Section*/ #footer { background: linear-gradient(to right,#520103,#520103); color: #fff; } .footer-img { width: 100%; transform: rotate(180deg); } .header-section { background: #520103; } .img-logo { height: 69px; float: left; padding: 5px 10px; margin: 2px 20px 0 0; vertical-align: middle; } .logo-text { padding: 0; margin: 7px 0; padding: 5px 10px; color: #fff; font-size: 20px; } .logo-text-4 { padding-left: 75px; margin: 0; font-size: 15px; font-weight: normal; color: #fff; } #content { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; } .content-title { color: #520103; font-family: Arial, Helvetica, sans-serif; font-size: 18px !important; } .shadow-head:hover h4{ font-size: 28px !important; color: #b49019 ; } .shadow-head:hover p{ font-size: 18px !important; color: #b49019 ; font-weight: 600; } .form-details a{ text-decoration: none; } .form-details a:hover{ font-weight: bold; color: rgb(218, 35, 35); } .form-details p:hover{ cursor: pointer; color: #ecb709; } .application a:hover { text-decoration: none; } .btn-search{ background: white; color: #b49019; } .btn-search:hover{ background: #b49019; color: white; } .navbar-toggler{ background: white; } #about-us { position: relative; bottom: 0; width: 100%; height: auto; background-color: #000000; font-size: 13px; margin-top: 15px; padding-right: 15px; padding-left: 15px; } .card { width: 100%; } /* Admin Login Section */ .bg-admin { background: #d2d6de; } .admin-login { font-size: 18px; } .btn-login:hover{ color: rgb(46, 175, 235) !important; background: white !important; border: 2px solid rgb(46, 175, 235) !important; } .btn-back:hover{ color: rgb(245, 245, 19) !important; background: white !important; border: 2px solid rgb(245, 245, 19) !important; } .btn-no:hover{ color: rgb(245, 245, 19) !important; background: white !important; border: 2px solid rgb(245, 245, 19) !important; } .btn-yes:hover{ color: rgb(177, 35, 35) !important; background: white !important; border: 2px solid rgb(177, 35, 35) !important; } /* form style */ .btn-submit{ border-radius: 15px; color: white; background: #520103; padding: 8px 80px 8px 80px; } .btn-submit:hover{ background: white; color: #520103; border: 2px solid #520103; transform: scale(1.02); } .btn-cancel{ border-radius: 15px; color: white; background: #D4AF37; border: 2px solid #D4AF37 !important; padding: 8px 80px 8px 80px; } .btn-cancel:hover{ background: white; transform: scale(1.02); border: 2px solid #D4AF37 !important; color: #D4AF37; } .application-form input{ border-radius: 8px !important; border: 1px solid #520103; }
public/assets/css/style.css
* { margin: 0; padding: 0; } body { font-family: sans-serif; } #nav-bar { position: sticky; z-index: 10; top: 0; } .navbar { background-image: linear-gradient(to right,#430607,#430607); padding: 0 !important; } .navbar-brand img { height: 69px; padding-left: 40px; } #navbarNav { padding: 0 10px; } .navbar-toggler { outline: none !important; } .navbar-nav li { padding: 0 10px; border-right: 1px solid #520103; display: block; word-wrap: break-word; font-family: "myriad-pro-n6","myriad-pro",myriad,verdana,arial,sans-serif; font-weight: 500; font-style: normal } .navbar-nav li a { font-weight: 500; float: right; text-align: right; } .dropdown-menu { background: #FFFFFF; padding: 0; font-size: 13px; border-radius: 0; box-shadow: none; border: none !important; opacity: 1; position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; margin: 2px 0 0; list-style: none; text-align: left; color: #FFF; } .dropdown-menu li a { font-size: 12px; border-top: #CCC solid 1px; line-height: 2.5em; color: #900; display: block; padding: 3px 20px; clear: both; font-weight: normal; } .admin { text-align: center; } .fa-bars { color: #fff; font-size: 30px !important; } /*Header Section */ #header-section { margin: 5px; padding: 5px; } .logo-text { color: #FFF; padding: 0; margin: 5px 0; } #header { background-image: linear-gradient(to right,#520103,#520103); padding-top: 5%; color: #fff; } .title { margin-top: 100px; } .bottom { width: 100%; } /*Footer Section*/ #footer { background: linear-gradient(to right,#520103,#520103); color: #fff; } .footer-img { width: 100%; transform: rotate(180deg); } .header-section { background: #520103; } .img-logo { height: 69px; float: left; padding: 5px 10px; margin: 2px 20px 0 0; vertical-align: middle; } .logo-text { padding: 0; margin: 7px 0; padding: 5px 10px; color: #fff; font-size: 20px; } .logo-text-4 { padding-left: 75px; margin: 0; font-size: 15px; font-weight: normal; color: #fff; } #content { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; } .content-title { color: #520103; font-family: Arial, Helvetica, sans-serif; font-size: 18px !important; } .shadow-head:hover h4{ font-size: 28px !important; color: #b49019 ; } .shadow-head:hover p{ font-size: 18px !important; color: #b49019 ; font-weight: 600; } .form-details a{ text-decoration: none; } .form-details a:hover{ font-weight: bold; color: rgb(218, 35, 35); } .form-details p:hover{ cursor: pointer; color: #ecb709; } .application a:hover { text-decoration: none; } .btn-search{ background: white; color: #b49019; } .btn-search:hover{ background: #b49019; color: white; } .navbar-toggler{ background: white; } #about-us { position: relative; bottom: 0; width: 100%; height: auto; background-color: #000000; font-size: 13px; margin-top: 15px; padding-right: 15px; padding-left: 15px; } .card { width: 100%; } /* Admin Login Section */ .bg-admin { background: #d2d6de; } .admin-login { font-size: 18px; } .btn-login:hover{ color: rgb(46, 175, 235) !important; background: white !important; border: 2px solid rgb(46, 175, 235) !important; } .btn-back:hover{ color: rgb(245, 245, 19) !important; background: white !important; border: 2px solid rgb(245, 245, 19) !important; } .btn-no:hover{ color: rgb(245, 245, 19) !important; background: white !important; border: 2px solid rgb(245, 245, 19) !important; } .btn-yes:hover{ color: rgb(177, 35, 35) !important; background: white !important; border: 2px solid rgb(177, 35, 35) !important; } /* form style */ .btn-submit{ border-radius: 15px; color: white; background: #520103; padding: 8px 80px 8px 80px; } .btn-submit:hover{ background: white; color: #520103; border: 2px solid #520103; transform: scale(1.02); } .btn-cancel{ border-radius: 15px; color: white; background: #D4AF37; border: 2px solid #D4AF37 !important; padding: 8px 80px 8px 80px; } .btn-cancel:hover{ background: white; transform: scale(1.02); border: 2px solid #D4AF37 !important; color: #D4AF37; } .application-form input{ border-radius: 8px !important; border: 1px solid #520103; }
0.34632
0.078607
.navbar { position: fixed; background: var(--nav-bg-primary); transition: width 600ms ease; overflow: auto; box-shadow: var(--nav-shadow); border-right: var(--nav-border); z-index: 10; } .navbar-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; align-items: center; height: 100%; } .nav-item { width: 100%; } .nav-item a { cursor: pointer; } .nav-item:nth-child(7) { margin-top: auto; } .nav-link { display: flex; align-items: center; height: 5rem; color: var(--nav-text); text-decoration: none; filter: var(--nav-filter); transition: var(--nav-transition-speed); } .nav-link:hover { filter: var(--nav-filter-hover); background: var(--nav-bg-secondary); color: var(--nav-text-hover); } .link-text { display: none; margin-left: 1rem; } .nav-link i { font-size: 1.5rem; width: 2rem; min-width: 2rem; margin: 0 1.5rem; } .logo { font-weight: bold; text-transform: uppercase; margin-bottom: 1rem; text-align: center; color: var(--text-secondary); background: var(--nav-bg-secondary); font-size: 1.5rem; letter-spacing: 0.3ch; width: 100%; display: flex; justify-content: center; } .logo i { color: var(--nav-header-arrow); transform: rotate(0deg); transition: var(--nav-transition-speed); } .logo-text { background: var(--nav-header-text-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline; position: absolute; left: -999px; transition: var(--nav-transition-speed); } .navbar:hover .logo i { color: var(--nav-header-arrow-hover); transform: rotate(-180deg); transition: var(--nav-transition-speed); } #forms { width: 20rem; top: 0; right: -22rem; position: fixed; height: 100vh; background: var(--form-bg); padding: 1rem; z-index: 9; flex-flow: column nowrap; align-items: center; transition: var(--form-deactivate-transition); opacity: 0; box-shadow: var(--form-shadow); overflow-y: auto !important; display: flex; } .forms-activated { right: 0 !important; opacity: 1 !important; transition: var(--form-activate-transition) !important; } #forms form { width: 100%; } #forms h2 { text-align: center; color: var(--form-header); } #forms fieldset { width: 90%; border: none; } #forms fieldset div { display: flex; flex-flow: row-reverse wrap; margin-bottom: 10px; margin-top: 10px; height: 50px; overflow: hidden; } #forms>form>fieldset>div>i { padding: 10px 0 10px 10px; border: none; outline: none; color: var(--form-icon-color); width: 30px; } #forms>form>fieldset>div>input { background: transparent; padding: 0px 0 10px 10px; border: none; outline: none; width: 80%; color: var(--form-input-color); font-size: 1.25rem; } #forms>form>fieldset>div>input:focus { color: var(--form-input-focus-color); } .underline-element { width: 100%; position: relative; top: 2px; right: 288px; height: 2px; background-color: var(--form-underline-active); z-index: 20; opacity: 1; transition: var(--form-underline-activate-transition); } .underline-element::after { content: ""; width: 100%; display: block; position: relative; left: 288px; height: 2px; background-color: var(--form-underline); z-index: 21; opacity: 1; } #forms>form>fieldset>div>input::placeholder { color: var(--form-placeholder-color); } #forms>form>fieldset>div>input:focus::placeholder { color: var(--form-placeholder-focus-color); } #forms>form>fieldset>div>input:focus~i { color: var(--form-icon-focus-color) !important; } #forms>form>fieldset>div>input:focus~.underline-element { right: 0px; transition: var(--form-underline-deactivate-transition); } #forms>form>fieldset>p { color: var(--form-error-message); } #forms>form>fieldset>input[type=submit] { padding: 20px; width: 100%; border: none; background-color: var(--form-submit-bg); color: var(--form-submit-color); cursor: pointer; } #forms>form>fieldset>input[type=submit]:hover { padding: 20px; width: 100%; border: none; background-color: var(--form-submit-focus-bg); color: var(--form-submit-focus-color); } form>a { cursor: pointer; display: block; margin-bottom: 30px; } .checkboxwrap { display: flex; flex-flow: row wrap !important; align-items: center; height: auto !important; } .checkboxwrap input { appearance: none; position: absolute; top: -1000px; } .checkboxwrap input~label { background: var(--form-checkbox-bg); border: var(--form-checkbox-border); height: 18px; width: 18px; margin-left: 1rem; position: relative; cursor: pointer; } .checkboxwrap input:checked~label { background: var(--form-checkbox-checked-bg); border: var(--form-checkbox-checked-border); } .checkboxwrap p { margin: 10px; max-width: 75%; color: var(--form-checkbox-comment); } .no-acc-p { margin-left: 1rem; color: var(--form-question); } .divide-login { width: 90%; background-color: var(--form-divider); border: none; margin-top: 25px; margin-bottom: 25px; height: 2px; } .no-acc-a { margin-left: 1rem; color: var(--form-no-acc); } #login[disabled=true] { display: none; position: absolute; top: -1000; left: -1000; } #register[disabled=true] { display: none; position: absolute; top: -1000; left: -1000; } .popup { position: fixed; width: 20rem; background-color: var(--support-bg); height: 100vh; right: -20rem; top: 0; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; text-align: center; overflow: auto; box-shadow: var(--support-shadow); transition: var(--support-deactivate-transition) !important; } .popup div { width: 100%; } .popup a { width: 100%; height: 33.33%; min-height: 240px; display: flex; justify-content: center; align-items: center; flex-flow: column nowrap; line-height: 20px; font-size: 1.15rem; color: white; text-decoration: none; border-top: var(--support-border); } .popup a:nth-of-type(1) { border-top: none; } .popup a:hover { background-color: var(--support-secondary); } .popup a>i { font-size: 2rem; color: var(--support-icon); } .popup-activated { right: 0 !important; transition: var(--support-activate-transition) !important; } .pricing { line-height: 40px; color: gray; } .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted rgba(0, 0, 0, 0.2); margin-left: 10px; color: gray; } .tooltip .tooltiptext { visibility: hidden; font-size: 0.9rem; width: 120px; background-color: rgba(0, 0, 0, 1); color: #fff; text-align: center; padding: 5px; border-radius: 6px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; } .passwordPopup-Hidden { display: none !important; } .passwordPopup { position: fixed; margin: auto; width: 600px; top: 50%; background: #2b2c38; display: grid; place-items: center; left: 50%; transform: translate(-50%, -50%); padding: 20px; box-shadow: 0 0 50px rgba(0, 0, 0, 0.4); } .passwordPopup p { color: #dce0ff; font-size: 1.25rem; } .passwordPopup form { display: flex; flex-flow: column nowrap; align-items: center; width: 50%; } .passwordPopup form input { width: 100%; border: none; margin-bottom: 10px; padding: 10px; } .passwordPopup form input[type="password"] { width: 94%; padding: 10px !important; } /* Small screens */ @media only screen and (max-width: 600px) { .popup a:last-of-type { margin-bottom: 50px; } #forms { width: 90%; padding: 5%; right: -100%; } .navbar { bottom: 0; width: 100vw; height: 5rem; overflow-y: hidden; border-top: var(--nav-border); } .logo { display: none; } .navbar-nav { flex-direction: row; } .nav-link { justify-content: center; } #register-button { margin-bottom: 150px; } #forms>form>fieldset>div>i { padding: 10px 0 10px 0; width: 20px; } .underline-element { width: 100%; position: relative; top: 2px; right: 100%; height: 2px; background-color: var(--form-underline-active); z-index: 20; opacity: 1; transition: var(--form-underline-activate-transition); } .underline-element::after { content: ""; width: 100%; display: block; position: relative; left: 100%; height: 2px; background-color: var(--form-underline); z-index: 21; opacity: 1; } #forms>form>fieldset>div>input:focus~.underline-element { right: 0px; transition: var(--form-underline-deactivate-transition); } .popup { width: 100%; right: -100%; } } /* Large screens */ @media only screen and (min-width: 601px) { .navbar { top: 0; width: 5rem; height: 100vh; overflow-x: hidden; } .navbar:hover { width: 16rem; } .navbar:hover .link-text { display: inline; } .navbar:hover .logo i { margin-left: 11rem; } .navbar:hover .logo-text { background: var(--nav-header-text-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; left: -15px; } }
src/modules/views/billing-old/css/shared.css
.navbar { position: fixed; background: var(--nav-bg-primary); transition: width 600ms ease; overflow: auto; box-shadow: var(--nav-shadow); border-right: var(--nav-border); z-index: 10; } .navbar-nav { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; align-items: center; height: 100%; } .nav-item { width: 100%; } .nav-item a { cursor: pointer; } .nav-item:nth-child(7) { margin-top: auto; } .nav-link { display: flex; align-items: center; height: 5rem; color: var(--nav-text); text-decoration: none; filter: var(--nav-filter); transition: var(--nav-transition-speed); } .nav-link:hover { filter: var(--nav-filter-hover); background: var(--nav-bg-secondary); color: var(--nav-text-hover); } .link-text { display: none; margin-left: 1rem; } .nav-link i { font-size: 1.5rem; width: 2rem; min-width: 2rem; margin: 0 1.5rem; } .logo { font-weight: bold; text-transform: uppercase; margin-bottom: 1rem; text-align: center; color: var(--text-secondary); background: var(--nav-bg-secondary); font-size: 1.5rem; letter-spacing: 0.3ch; width: 100%; display: flex; justify-content: center; } .logo i { color: var(--nav-header-arrow); transform: rotate(0deg); transition: var(--nav-transition-speed); } .logo-text { background: var(--nav-header-text-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline; position: absolute; left: -999px; transition: var(--nav-transition-speed); } .navbar:hover .logo i { color: var(--nav-header-arrow-hover); transform: rotate(-180deg); transition: var(--nav-transition-speed); } #forms { width: 20rem; top: 0; right: -22rem; position: fixed; height: 100vh; background: var(--form-bg); padding: 1rem; z-index: 9; flex-flow: column nowrap; align-items: center; transition: var(--form-deactivate-transition); opacity: 0; box-shadow: var(--form-shadow); overflow-y: auto !important; display: flex; } .forms-activated { right: 0 !important; opacity: 1 !important; transition: var(--form-activate-transition) !important; } #forms form { width: 100%; } #forms h2 { text-align: center; color: var(--form-header); } #forms fieldset { width: 90%; border: none; } #forms fieldset div { display: flex; flex-flow: row-reverse wrap; margin-bottom: 10px; margin-top: 10px; height: 50px; overflow: hidden; } #forms>form>fieldset>div>i { padding: 10px 0 10px 10px; border: none; outline: none; color: var(--form-icon-color); width: 30px; } #forms>form>fieldset>div>input { background: transparent; padding: 0px 0 10px 10px; border: none; outline: none; width: 80%; color: var(--form-input-color); font-size: 1.25rem; } #forms>form>fieldset>div>input:focus { color: var(--form-input-focus-color); } .underline-element { width: 100%; position: relative; top: 2px; right: 288px; height: 2px; background-color: var(--form-underline-active); z-index: 20; opacity: 1; transition: var(--form-underline-activate-transition); } .underline-element::after { content: ""; width: 100%; display: block; position: relative; left: 288px; height: 2px; background-color: var(--form-underline); z-index: 21; opacity: 1; } #forms>form>fieldset>div>input::placeholder { color: var(--form-placeholder-color); } #forms>form>fieldset>div>input:focus::placeholder { color: var(--form-placeholder-focus-color); } #forms>form>fieldset>div>input:focus~i { color: var(--form-icon-focus-color) !important; } #forms>form>fieldset>div>input:focus~.underline-element { right: 0px; transition: var(--form-underline-deactivate-transition); } #forms>form>fieldset>p { color: var(--form-error-message); } #forms>form>fieldset>input[type=submit] { padding: 20px; width: 100%; border: none; background-color: var(--form-submit-bg); color: var(--form-submit-color); cursor: pointer; } #forms>form>fieldset>input[type=submit]:hover { padding: 20px; width: 100%; border: none; background-color: var(--form-submit-focus-bg); color: var(--form-submit-focus-color); } form>a { cursor: pointer; display: block; margin-bottom: 30px; } .checkboxwrap { display: flex; flex-flow: row wrap !important; align-items: center; height: auto !important; } .checkboxwrap input { appearance: none; position: absolute; top: -1000px; } .checkboxwrap input~label { background: var(--form-checkbox-bg); border: var(--form-checkbox-border); height: 18px; width: 18px; margin-left: 1rem; position: relative; cursor: pointer; } .checkboxwrap input:checked~label { background: var(--form-checkbox-checked-bg); border: var(--form-checkbox-checked-border); } .checkboxwrap p { margin: 10px; max-width: 75%; color: var(--form-checkbox-comment); } .no-acc-p { margin-left: 1rem; color: var(--form-question); } .divide-login { width: 90%; background-color: var(--form-divider); border: none; margin-top: 25px; margin-bottom: 25px; height: 2px; } .no-acc-a { margin-left: 1rem; color: var(--form-no-acc); } #login[disabled=true] { display: none; position: absolute; top: -1000; left: -1000; } #register[disabled=true] { display: none; position: absolute; top: -1000; left: -1000; } .popup { position: fixed; width: 20rem; background-color: var(--support-bg); height: 100vh; right: -20rem; top: 0; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; text-align: center; overflow: auto; box-shadow: var(--support-shadow); transition: var(--support-deactivate-transition) !important; } .popup div { width: 100%; } .popup a { width: 100%; height: 33.33%; min-height: 240px; display: flex; justify-content: center; align-items: center; flex-flow: column nowrap; line-height: 20px; font-size: 1.15rem; color: white; text-decoration: none; border-top: var(--support-border); } .popup a:nth-of-type(1) { border-top: none; } .popup a:hover { background-color: var(--support-secondary); } .popup a>i { font-size: 2rem; color: var(--support-icon); } .popup-activated { right: 0 !important; transition: var(--support-activate-transition) !important; } .pricing { line-height: 40px; color: gray; } .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted rgba(0, 0, 0, 0.2); margin-left: 10px; color: gray; } .tooltip .tooltiptext { visibility: hidden; font-size: 0.9rem; width: 120px; background-color: rgba(0, 0, 0, 1); color: #fff; text-align: center; padding: 5px; border-radius: 6px; /* Position the tooltip text - see examples below! */ position: absolute; z-index: 1; } /* Show the tooltip text when you mouse over the tooltip container */ .tooltip:hover .tooltiptext { visibility: visible; } .passwordPopup-Hidden { display: none !important; } .passwordPopup { position: fixed; margin: auto; width: 600px; top: 50%; background: #2b2c38; display: grid; place-items: center; left: 50%; transform: translate(-50%, -50%); padding: 20px; box-shadow: 0 0 50px rgba(0, 0, 0, 0.4); } .passwordPopup p { color: #dce0ff; font-size: 1.25rem; } .passwordPopup form { display: flex; flex-flow: column nowrap; align-items: center; width: 50%; } .passwordPopup form input { width: 100%; border: none; margin-bottom: 10px; padding: 10px; } .passwordPopup form input[type="password"] { width: 94%; padding: 10px !important; } /* Small screens */ @media only screen and (max-width: 600px) { .popup a:last-of-type { margin-bottom: 50px; } #forms { width: 90%; padding: 5%; right: -100%; } .navbar { bottom: 0; width: 100vw; height: 5rem; overflow-y: hidden; border-top: var(--nav-border); } .logo { display: none; } .navbar-nav { flex-direction: row; } .nav-link { justify-content: center; } #register-button { margin-bottom: 150px; } #forms>form>fieldset>div>i { padding: 10px 0 10px 0; width: 20px; } .underline-element { width: 100%; position: relative; top: 2px; right: 100%; height: 2px; background-color: var(--form-underline-active); z-index: 20; opacity: 1; transition: var(--form-underline-activate-transition); } .underline-element::after { content: ""; width: 100%; display: block; position: relative; left: 100%; height: 2px; background-color: var(--form-underline); z-index: 21; opacity: 1; } #forms>form>fieldset>div>input:focus~.underline-element { right: 0px; transition: var(--form-underline-deactivate-transition); } .popup { width: 100%; right: -100%; } } /* Large screens */ @media only screen and (min-width: 601px) { .navbar { top: 0; width: 5rem; height: 100vh; overflow-x: hidden; } .navbar:hover { width: 16rem; } .navbar:hover .link-text { display: inline; } .navbar:hover .logo i { margin-left: 11rem; } .navbar:hover .logo-text { background: var(--nav-header-text-gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; left: -15px; } }
0.463201
0.086016
@tailwind base; @tailwind components; @tailwind utilities; @layer base { h1, h2, h3, h4, h5, h6, h7 { @apply font-brhendrix; } h1 { @apply text-2xl; } h2 { @apply text-xl; } a, a:link, a:visited, a:active { color: #2436de; } a.link-white { @apply text-white !important; } @font-face { font-family: Cascadida Code; font-dispay: optional; src: url(webfonts/CascadiaCode.woff2) format("woff2"); } @font-face { font-family: Cascadida Code; font-style: italic; font-dispay: optional; src: url(webfonts/CascadiaCodeItalic.woff2) format("woff2"); } @font-face { font-family: 'ATC Overlook'; font-weight: 300; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Light.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 300; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-LightOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 400; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Regular.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 400; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-RegularOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 500; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Medium.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 500; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-MediumOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 600; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-SemiBold.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 600; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-SemiBoldOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 700; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Bold.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 900; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Black.woff2') format('woff2'); } } @layer components { .btn { @apply px-4 py-2 font-semibold rounded-lg; } .btn-primary { @apply text-white bg-blue-500 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75; } .btn-secondary { @apply bg-slate-50 hover:shadow-sm hover:bg-slate-100 focus:outline-none focus:ring-2 focus:ring-slate-300 focus:ring-opacity-75; } .prose a { @apply font-semibold text-indigo-600 no-underline; } .prose a:hover { @apply text-indigo-900; } .prose a > code { @apply text-indigo-600; } .prose a:hover > code { @apply text-indigo-900; } .prose pre { @apply px-4 py-3 mt-6 mb-10 font-mono text-sm leading-6; } } .algolia-autocomplete { width: 100%; } .alert { @apply flex px-4 rounded; } .alert-success { @apply text-emerald-700 bg-emerald-50; } .alert-success a { @apply font-bold text-emerald-800 hover:text-emerald-900 hover:underline; text-shadow: none; } .alert-success code { @apply text-emerald-900; } .alert-success strong { @apply text-emerald-800; } .alert-info { @apply text-blue-700 bg-blue-100; border: none; } .alert-info a { @apply font-bold text-blue-800 hover:text-blue-900 hover:underline; text-shadow: none; } .alert-info code { @apply text-blue-900; } .alert-info a code { color: #DD4A68; font-weight: normal; } .alert-info strong { @apply text-blue-800; } .alert-warning { @apply text-yellow-800 bg-yellow-50; } .alert-warning a { @apply font-bold text-yellow-800 hover:text-yellow-900 hover:underline; } .alert-warning code { @apply text-yellow-900; } .alert-warning strong { @apply text-yellow-800; } ol, ul li > p { @apply leading-6; }
resources/css/app.css
@tailwind base; @tailwind components; @tailwind utilities; @layer base { h1, h2, h3, h4, h5, h6, h7 { @apply font-brhendrix; } h1 { @apply text-2xl; } h2 { @apply text-xl; } a, a:link, a:visited, a:active { color: #2436de; } a.link-white { @apply text-white !important; } @font-face { font-family: Cascadida Code; font-dispay: optional; src: url(webfonts/CascadiaCode.woff2) format("woff2"); } @font-face { font-family: Cascadida Code; font-style: italic; font-dispay: optional; src: url(webfonts/CascadiaCodeItalic.woff2) format("woff2"); } @font-face { font-family: 'ATC Overlook'; font-weight: 300; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Light.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 300; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-LightOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 400; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Regular.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 400; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-RegularOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 500; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Medium.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 500; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-MediumOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 600; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-SemiBold.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 600; font-dispay: optional; font-style: italic; src: url('webfonts/ATCOverlook/ATCOverlook-SemiBoldOblique.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 700; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Bold.woff2') format('woff2'); } @font-face { font-family: 'ATC Overlook'; font-weight: 900; font-dispay: optional; src: url('webfonts/ATCOverlook/ATCOverlook-Black.woff2') format('woff2'); } } @layer components { .btn { @apply px-4 py-2 font-semibold rounded-lg; } .btn-primary { @apply text-white bg-blue-500 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75; } .btn-secondary { @apply bg-slate-50 hover:shadow-sm hover:bg-slate-100 focus:outline-none focus:ring-2 focus:ring-slate-300 focus:ring-opacity-75; } .prose a { @apply font-semibold text-indigo-600 no-underline; } .prose a:hover { @apply text-indigo-900; } .prose a > code { @apply text-indigo-600; } .prose a:hover > code { @apply text-indigo-900; } .prose pre { @apply px-4 py-3 mt-6 mb-10 font-mono text-sm leading-6; } } .algolia-autocomplete { width: 100%; } .alert { @apply flex px-4 rounded; } .alert-success { @apply text-emerald-700 bg-emerald-50; } .alert-success a { @apply font-bold text-emerald-800 hover:text-emerald-900 hover:underline; text-shadow: none; } .alert-success code { @apply text-emerald-900; } .alert-success strong { @apply text-emerald-800; } .alert-info { @apply text-blue-700 bg-blue-100; border: none; } .alert-info a { @apply font-bold text-blue-800 hover:text-blue-900 hover:underline; text-shadow: none; } .alert-info code { @apply text-blue-900; } .alert-info a code { color: #DD4A68; font-weight: normal; } .alert-info strong { @apply text-blue-800; } .alert-warning { @apply text-yellow-800 bg-yellow-50; } .alert-warning a { @apply font-bold text-yellow-800 hover:text-yellow-900 hover:underline; } .alert-warning code { @apply text-yellow-900; } .alert-warning strong { @apply text-yellow-800; } ol, ul li > p { @apply leading-6; }
0.515864
0.101411
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } *{ margin: 0; padding: 0; list-style: none; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; } html { height: 100%; /*-webkit-user-select: none; */ /* 禁止选中文本(如无文本选中需求,此为必选项) */ /*user-select: none;*/ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } body { height: 100%; font-size-adjust: none; position: relative; min-width: 320px; color: #444; -webkit-text-size-adjust: none; /*-webkit-user-select: none; */ /* 禁止选中文本(如无文本选中需求,此为必选项) */ /*user-select: none;*/ -webkit-font-smoothing: antialiased; font: normal 1em/1.5 'Microsoft Yahei', 微软雅黑, 'HanHei SC', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', STXihei, 华文细黑, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', SimSun, 宋体, sans; background: #fff; } h1, h2, h3, h4 { font-weight: normal; } i { font-style: normal; } /* ========================================================================== Links ========================================================================== */ /* * * Address `outline` inconsistency between Chrome and other browsers. */ a { color: #002be5; outline:none; } a:focus { outline:none; } a img{ border:0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* * * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } a:link, a:visited { text-decoration: none; } textarea { vertical-align: top; } em { font-style: normal; } ul, ol, li { list-style: none; } /* * * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance: none; } /* * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type='search'] { -webkit-box-sizing: content-box; /* 2 */ -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; /* 1 */ } div,ul,li,a{ -webkit-box-sizing: border-box; /* 2 */ -moz-box-sizing: border-box; box-sizing: border-box; } /* * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. */ button, html input[type='button'], input[type='reset'], input[type='submit'] { -webkit-appearance: button; /* 2 */ } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } input::-webkit-inner-spin-button { -webkit-appearance: none; } input::-webkit-outer-spin-button { -webkit-appearance: none; } input { border: none; outline: none; } /* * * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; border:none; } /* * * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /* * * Address Firefox 4+ setting `line-height` on `input` using ` !important` in * the UA stylesheet. */ button, input { line-height: normal; } textarea.fixAndroidKeyboard:focus, input.fixAKeyboard:focus { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-modify: read-write-plaintext-only; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } a,button,input,optgroup,select,textarea,label,span,p{//禁止黑背景 -webkit-tap-highlight-color: rgba(0,0,0,0); } a, img {/*禁止弹出菜单*/ -webkit-touch-callout: none!important; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } a,button,input,div{-webkit-tap-highlight-color:rgba(255,0,0,0);outline:none;}/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */ .clearfix{ zoom:1; _zoom:1; } .clearfix:after{ content: " "; display: block; clear: both; height: 0; }
backend/src/themes/activity/static/css/reset.css
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } *{ margin: 0; padding: 0; list-style: none; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; } html { height: 100%; /*-webkit-user-select: none; */ /* 禁止选中文本(如无文本选中需求,此为必选项) */ /*user-select: none;*/ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } body { height: 100%; font-size-adjust: none; position: relative; min-width: 320px; color: #444; -webkit-text-size-adjust: none; /*-webkit-user-select: none; */ /* 禁止选中文本(如无文本选中需求,此为必选项) */ /*user-select: none;*/ -webkit-font-smoothing: antialiased; font: normal 1em/1.5 'Microsoft Yahei', 微软雅黑, 'HanHei SC', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', STXihei, 华文细黑, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', SimSun, 宋体, sans; background: #fff; } h1, h2, h3, h4 { font-weight: normal; } i { font-style: normal; } /* ========================================================================== Links ========================================================================== */ /* * * Address `outline` inconsistency between Chrome and other browsers. */ a { color: #002be5; outline:none; } a:focus { outline:none; } a img{ border:0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* * * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } a:link, a:visited { text-decoration: none; } textarea { vertical-align: top; } em { font-style: normal; } ul, ol, li { list-style: none; } /* * * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance: none; } /* * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type='search'] { -webkit-box-sizing: content-box; /* 2 */ -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; /* 1 */ } div,ul,li,a{ -webkit-box-sizing: border-box; /* 2 */ -moz-box-sizing: border-box; box-sizing: border-box; } /* * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. */ button, html input[type='button'], input[type='reset'], input[type='submit'] { -webkit-appearance: button; /* 2 */ } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } input::-webkit-inner-spin-button { -webkit-appearance: none; } input::-webkit-outer-spin-button { -webkit-appearance: none; } input { border: none; outline: none; } /* * * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; border:none; } /* * * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /* * * Address Firefox 4+ setting `line-height` on `input` using ` !important` in * the UA stylesheet. */ button, input { line-height: normal; } textarea.fixAndroidKeyboard:focus, input.fixAKeyboard:focus { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-modify: read-write-plaintext-only; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } a,button,input,optgroup,select,textarea,label,span,p{//禁止黑背景 -webkit-tap-highlight-color: rgba(0,0,0,0); } a, img {/*禁止弹出菜单*/ -webkit-touch-callout: none!important; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } a,button,input,div{-webkit-tap-highlight-color:rgba(255,0,0,0);outline:none;}/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */ .clearfix{ zoom:1; _zoom:1; } .clearfix:after{ content: " "; display: block; clear: both; height: 0; }
0.412648
0.094385
@charset "UTF-8"; .breadcrumb { height: 50px; line-height: 50px; color: #666; font-size: 12px; } .center-menu { float: left; width: 130px; } ol, ul, li { list-style: none; } .center-menu .menu-item { margin-bottom: 4px; } .center-menu .active { background: #3B99FC; color: #fff; } .center-menu .menu-tit { font-weight: 700; position: relative; height: 30px; line-height: 30px; padding: 0 10px; } .center-menu .active > a { color: #fff; } .wrapper { width: 1200px; padding: 0 5px; margin-left: auto; margin-right: auto; } .center-menu .menu-item { margin-bottom: 4px; } .center-menu .menu-tit { font-weight: 700; position: relative; height: 30px; line-height: 30px; padding: 0 10px; } .center-menu .menu-sub a { display: block; height: 30px; font-size:14px; line-height: 30px; padding: 0 10px 0 20px; color: #666; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .center-main { width: 830px; float: right; } .center-welcome { border: 1px solid #DEDEDE; border-top: 2px solid #3B99FC; padding: 30px 30px 30px 30px; -webkit-box-shadow: 0 0 5px #E5E5E5; box-shadow: 0 0 5px #E5E5E5; background: #FAFDFF; position: relative; } .center-welcome .welcome-tit { font-size: 18px; height: 65px; line-height: 65px; } .center-welcome .welcome-tit .welcome-notice { float: left; text-align: right; width: 80px; height: 65px; margin-right: 20px; } .center-welcome .welcome-tit .welcome-name { font-size: 24px; margin-right: 15px; font-weight: 400; } .center-welcome .welcome-con { line-height: 32px; padding: 10px 20px; border: 1px dashed #9ECCFE; background: #FAFDFF; -webkit-box-shadow: 0 0 5px 5px #F3FAFF inset; box-shadow: 0 0 5px 5px #F3FAFF inset; position: relative; z-index: 2; margin-top: 15px; } .center-welcome .welcome-code { overflow: hidden; margin: 40px 0 30px; } .center-welcome .welcome-code li { float: left; width: 230px; text-align: center; margin-right: 10px; } .center-welcome .welcome-code .code-pic { width: 124px; height: 124px; background: #fff; margin: 0 auto; border: 2px solid #D7EAFF; display: block; } .center-welcome .welcome-code .code-pic img { display: block; width: 120px; height: 120px; } .center-welcome .welcome-code .code-txt { margin-top: 12px; line-height: 20px; font-size: 12px; } .center-welcome .welcome-code li { float: left; width: 230px; text-align: center; margin-right: 10px; } .tips-box { border: 2px solid #ffddba; background: #fffbf8; padding: 10px 20px 10px 20px; line-height: 20px; } .center-menu .active { background: #3B99FC; color: #fff; }
Railway/WebContent/css/myinfo.css
@charset "UTF-8"; .breadcrumb { height: 50px; line-height: 50px; color: #666; font-size: 12px; } .center-menu { float: left; width: 130px; } ol, ul, li { list-style: none; } .center-menu .menu-item { margin-bottom: 4px; } .center-menu .active { background: #3B99FC; color: #fff; } .center-menu .menu-tit { font-weight: 700; position: relative; height: 30px; line-height: 30px; padding: 0 10px; } .center-menu .active > a { color: #fff; } .wrapper { width: 1200px; padding: 0 5px; margin-left: auto; margin-right: auto; } .center-menu .menu-item { margin-bottom: 4px; } .center-menu .menu-tit { font-weight: 700; position: relative; height: 30px; line-height: 30px; padding: 0 10px; } .center-menu .menu-sub a { display: block; height: 30px; font-size:14px; line-height: 30px; padding: 0 10px 0 20px; color: #666; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; } .center-main { width: 830px; float: right; } .center-welcome { border: 1px solid #DEDEDE; border-top: 2px solid #3B99FC; padding: 30px 30px 30px 30px; -webkit-box-shadow: 0 0 5px #E5E5E5; box-shadow: 0 0 5px #E5E5E5; background: #FAFDFF; position: relative; } .center-welcome .welcome-tit { font-size: 18px; height: 65px; line-height: 65px; } .center-welcome .welcome-tit .welcome-notice { float: left; text-align: right; width: 80px; height: 65px; margin-right: 20px; } .center-welcome .welcome-tit .welcome-name { font-size: 24px; margin-right: 15px; font-weight: 400; } .center-welcome .welcome-con { line-height: 32px; padding: 10px 20px; border: 1px dashed #9ECCFE; background: #FAFDFF; -webkit-box-shadow: 0 0 5px 5px #F3FAFF inset; box-shadow: 0 0 5px 5px #F3FAFF inset; position: relative; z-index: 2; margin-top: 15px; } .center-welcome .welcome-code { overflow: hidden; margin: 40px 0 30px; } .center-welcome .welcome-code li { float: left; width: 230px; text-align: center; margin-right: 10px; } .center-welcome .welcome-code .code-pic { width: 124px; height: 124px; background: #fff; margin: 0 auto; border: 2px solid #D7EAFF; display: block; } .center-welcome .welcome-code .code-pic img { display: block; width: 120px; height: 120px; } .center-welcome .welcome-code .code-txt { margin-top: 12px; line-height: 20px; font-size: 12px; } .center-welcome .welcome-code li { float: left; width: 230px; text-align: center; margin-right: 10px; } .tips-box { border: 2px solid #ffddba; background: #fffbf8; padding: 10px 20px 10px 20px; line-height: 20px; } .center-menu .active { background: #3B99FC; color: #fff; }
0.316686
0.080937
body { background: #0f1923; font-family: "Muli"; } div { display: -webkit-box; display: flex; height: 100vh; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; } div a { width: 100%; max-width: 240px; height: 54px; padding: 8px; font-size: 0.8rem; font-weight: 900; color: #ff4655; text-align: center; text-transform: uppercase; text-decoration: none; box-shadow: 0 0 0 1px inset rgba(236, 232, 225, 0.3); position: relative; margin: 10px 0; } div a.white:hover > p { color: #ece8e1; } div a.white > p { background: #ece8e1; color: #0f1923; } div a.white > p span.base { border: 1px solid transparent; } div a.transparent:hover > p { color: #ece8e1; } div a.transparent:hover > p span.text { box-shadow: 0 0 0 1px #ece8e1; } div a.transparent > p { background: #0f1923; color: #ece8e1; } div a.transparent > p span.base { border: 1px solid #ece8e1; } div a:after, div a:before { content: ""; width: 1px; position: absolute; height: 8px; background: #0f1923; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } div a:before { right: 0; left: initial; } div a p { margin: 0; height: 54px; line-height: 54px; box-sizing: border-box; z-index: 1; left: 0; width: 100%; position: relative; overflow: hidden; } div a p span.base { box-sizing: border-box; position: absolute; z-index: 2; width: 100%; height: 100%; left: 0; border: 1px solid #ff4655; } div a p span.base:before { content: ""; width: 2px; height: 2px; left: -1px; top: -1px; background: #0f1923; position: absolute; -webkit-transition: 0.3s ease-out all; transition: 0.3s ease-out all; } div a p span.bg { left: -5%; position: absolute; background: #ff4655; width: 0; height: 100%; z-index: 3; -webkit-transition: 0.3s ease-out all; transition: 0.3s ease-out all; -webkit-transform: skewX(-10deg); transform: skewX(-10deg); } div a p span.text { z-index: 4; width: 100%; height: 100%; position: absolute; left: 0; top: 0; } div a p span.text:after { content: ""; width: 4px; height: 4px; right: 0; bottom: 0; background: #0f1923; position: absolute; -webkit-transition: 0.3s ease-out all; transition: 0.3s ease-out all; z-index: 5; } div a:hover { color: #ece8e1; } div a:hover span.bg { width: 110%; } div a:hover span.text:after { background: #ece8e1; }
project/buttonstyle.css
body { background: #0f1923; font-family: "Muli"; } div { display: -webkit-box; display: flex; height: 100vh; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column; } div a { width: 100%; max-width: 240px; height: 54px; padding: 8px; font-size: 0.8rem; font-weight: 900; color: #ff4655; text-align: center; text-transform: uppercase; text-decoration: none; box-shadow: 0 0 0 1px inset rgba(236, 232, 225, 0.3); position: relative; margin: 10px 0; } div a.white:hover > p { color: #ece8e1; } div a.white > p { background: #ece8e1; color: #0f1923; } div a.white > p span.base { border: 1px solid transparent; } div a.transparent:hover > p { color: #ece8e1; } div a.transparent:hover > p span.text { box-shadow: 0 0 0 1px #ece8e1; } div a.transparent > p { background: #0f1923; color: #ece8e1; } div a.transparent > p span.base { border: 1px solid #ece8e1; } div a:after, div a:before { content: ""; width: 1px; position: absolute; height: 8px; background: #0f1923; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } div a:before { right: 0; left: initial; } div a p { margin: 0; height: 54px; line-height: 54px; box-sizing: border-box; z-index: 1; left: 0; width: 100%; position: relative; overflow: hidden; } div a p span.base { box-sizing: border-box; position: absolute; z-index: 2; width: 100%; height: 100%; left: 0; border: 1px solid #ff4655; } div a p span.base:before { content: ""; width: 2px; height: 2px; left: -1px; top: -1px; background: #0f1923; position: absolute; -webkit-transition: 0.3s ease-out all; transition: 0.3s ease-out all; } div a p span.bg { left: -5%; position: absolute; background: #ff4655; width: 0; height: 100%; z-index: 3; -webkit-transition: 0.3s ease-out all; transition: 0.3s ease-out all; -webkit-transform: skewX(-10deg); transform: skewX(-10deg); } div a p span.text { z-index: 4; width: 100%; height: 100%; position: absolute; left: 0; top: 0; } div a p span.text:after { content: ""; width: 4px; height: 4px; right: 0; bottom: 0; background: #0f1923; position: absolute; -webkit-transition: 0.3s ease-out all; transition: 0.3s ease-out all; z-index: 5; } div a:hover { color: #ece8e1; } div a:hover span.bg { width: 110%; } div a:hover span.text:after { background: #ece8e1; }
0.359364
0.081666
.all-doc { float: left; width: 100%; background: #fff; } h3.gp-file { padding: 0px 30px 0px 35px; font-size: 13px; margin-top: 0; color: #000; font-family: poppins; margin-bottom: 0; font-weight: 400; } .doc-menu { float: left; width: 100%; height: 100%; background: rgb(247, 247, 247); } .doc-menu ul { padding-left: 0; } .doc-menu ul li { list-style: none; line-height: 30px; padding: 2px 7px; } .doc-menu ul li a { font-size: 13px; font-family: poppins; color: #54626f; font-weight: 500; } .doc-menu ul li a i { font-size: 16px; margin-right: 10px; } .doc-menu li.active { background: #e4e7ea; } .main-doc { float: left; width: 100%; padding: 10px; } .side-doc-btn { float: left; } .recent-files { padding: 8px; font-size: 15px; } .top-doc .sttabs nav ul{ justify-content: flex-start; } .top-doc .sttabs nav ul li{ flex: none;margin-left: -1px; } .top-doc .sttabs nav a { font-weight: 500; color: #54667a; line-height: 22px; } .top-doc .content-wrap section { padding: 0; margin-top: 15px; } .file-detail { float: left; width: 100%; padding: 2px 10px; margin-top: 8px; text-align: center; overflow: hidden; } .file-detail a { font-size: 12px; color: #5e6067; text-indent: inherit; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 122px; float: left; } .file-detail i { font-size: 19px; color: #464646; margin-right: 10px; } .doc-list:hover .file-detail { background: #e4e7ea; } .doc-list { float: left; width: 100%; margin-bottom: 12px; position: relative; } .top-doc .sttabs nav li.tab-current a { color: #000; background: #e4e7ea; } .side-doc-btn .dropdown-menu { left: 0; padding-bottom: 0; padding-top: 0; box-shadow: 0px 2px 7px 0px #d3d3d3 !important; } .side-doc-btn .dropdown-menu .divider { margin: 0; } .side-doc-btn .dropdown-menu li a i{ font-size: 15px; padding-right: 5px; } .side-doc-btn .modal-footer { border: none; padding-top: 0; } .side-doc-btn .form-group { margin-bottom: 10px; } .side-doc-btn .modal { top: 20%; } .side-doc-btn .modal h4{ font-size: 15px; color: #5f5f5f; font-weight: 400; } .list-grid { float: right; margin-left: 10px; } .list-grid button { padding: 9px 13px; } .list-table { float: left; width: 100%; margin-top: -20px; } .list-table table tr th { color: #858585; font-size: 13px; font-family: poppins; font-weight: 400; padding: 10px 8px; } .list-table table tr td a { color: #0895d4; font-size: 12px; font-weight: 500; } .list-table table tr td { font-size: 12px; font-family: poppins; color: #5d5d5d; font-weight: 400; } .list-table table tr td i{ font-size: 16px; padding-right: 10px; } .list-table .table>tbody>tr>td { border-top: 1px dashed #e4e7ea; } .active_list{background: #e4e7ea;} .top-doc .sttabs{ min-height: 200px; } .sub-folder .doc-icon a i { font-size: 14px; margin-right: 3px; color: #e61a1a; } .doc-icon { display: none; } .sub-folder li:hover .doc-icon { display:block; } .doc-hover-icon{ transition: .5s ease; opacity: 0; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%) } .doc-list img { opacity: 1; display: block; width: 130px; height: 120px; transition: .5s ease; backface-visibility: hidden; overflow: hidden; border: 1px solid #eeececc2; } h2.folder-title { font-size: 14px; font-family: poppins; font-weight: 400; color: #83909b; line-height: 20px; border-top: 1px solid #e0e0e0; margin-top: 20px; padding-top: 15px; } .doc-list:hover img{ opacity: 0.1; } .doc-list:hover .doc-hover-icon { opacity: 1; } .doc-hover-icon a{ font-size: 18px; color: #fff; margin-right: 4px; float:left; } .doc-list:hover .doc-hover-icon a { border: 1px solid #d02929; padding: 1px 7px; background: #d02929; } .doc-dropdown { float: left; width: 100%; margin-bottom: 10px; margin-top: 10px; } .doc-dropdown button { background: #fff; border: 1px solid #02a8f3; color: #02a8f3; text-align: left; font-size: 12px; font-family: poppins !important; font-weight: 500; width: 100%; } .doc-dropdown .btn-group { float: left; width: 100%; } .doc-side { background: #f7f7f7; border: 1px solid #dde3e9; } .doc-side h2 { color: #54626f; font-size: 13px; font-family: poppins; font-weight: 500; line-height: 20px; margin-top: 15px; margin-bottom: 0; } .all-doc .top-doc .side-doc-btn button { background: #fff; border-color: #c5d3e1; box-shadow: none; font-size: 13px; color: #03a9f3; font-family: poppins; font-weight: 500; padding-top: 8px; padding-bottom: 8px; } .side-doc-btn .dropdown-menu li a { color: #475563; font-size: 13px; font-family: poppins; font-weight: 400; padding: 7px 12px; } .file-trash a { color: #8b98a4; font-size: 13px; font-family: poppins; font-weight: 500; } .file-trash a i{ font-size: 17px; color: #999faf; } .upload-modal .modal-header { border: none; padding-bottom: 0; } .upload-modal .modal-header .modal-title{ color: #2b313b; font-size: 22px; font-family: poppins; font-weight: 400; } .upload-modal .modal-header h6{ color: #7d8693; font-family: poppins; font-weight: 400; margin-top: 5px; } .drop-file h1{ text-align: center; border: 2px dashed #c0cfdd; padding: 10px; font-size: 13px; color: #475462; font-family: poppins; font-weight: 500; line-height: 20px; } .drop-file a{ text-decoration: underline; } .upload-modal .modal-lg{ width: 700px; } .upload-main { padding-top: 0; float: left; background: #fff; width: 100%; height: 465px; overflow:auto; } .modal.upload-modal { top:0; } .drop-file { float: left; width: 100%; } .file-uploader i { font-size: 28px; color: #44bbf0; } .file-uploader { float: left; width: 100%; margin-top: 20px; border-bottom: 1px solid #e1e2e3; } .file-name { float: left; width: 100%; border-bottom: 4px solid #e1e8eb; padding-bottom: 5px; } .file-name h3 { font-size: 12px; color: #475462; font-family: poppins; font-weight: 500; line-height: 20px; margin-top: 0; float: left; margin-bottom: 0; } .file-uploader span i{ font-size: 17px; color: #77868d; padding-left: 10px; padding-top: 0px; float: right; } .file-uploader h2 { float: left; font-size: 12px; color: #7e8fa1; font-family: poppins; font-style: italic; line-height: 20px; } .multiple-files { float: left; width: 100%; } .multiple-files { float: left; width: 100%; margin-top: 20px; } .multi-name { border: 1px solid #bcccd9; padding: 8px; float: left; width: 90%; margin-bottom: 25px; } .multi-name .checkbox { float: left; margin-bottom: 0; margin-top: 0; } .multi-name .checkbox label::before { border-radius: 3px; background: transparent; } .multi-name .checkbox label::after { color: #44bbf0; } .top-doc-icon { float: left; width: 100%; } .top-doc-icon span i{ font-size: 18px; color: #bbc2c6; } .upload-image { float: left; width: 100%; text-align: center; } .upload-image i { font-size: 28px; color: #44bbf0; } .upload-modal .upload-image h4 { color: #475462; font-size: 11px; font-family: poppins; font-weight: 500; line-height: 18px; margin-bottom: 0; } .doc-visible h2 { color: #272c32; font-size: 16px; font-family: poppins; font-weight: 500; line-height: 15px; margin-top: 0; } .select-company h3 { font-size: 14px; font-family: poppins; font-weight: 400; line-height: 20px; } .select-company select { border-color: #a9bac8; padding: 5px; width: 100%; font-size: 13px; color: #0967c8; font-family: poppins; font-weight: 500; } .doc-visible { float: left; width: 100%; } .select-company { float: left; width: 100%; } .upload-btn { float: right; margin-top: 20px; } .upload-add { color: #fff !important; background: #188fd3 !important; font-size: 14px !important; font-family: poppins !important; text-transform: uppercase; border: none !important; padding: 7px 25px !important; } .upload-save { color: #fff !important; background: #319a29 !important; font-size: 14px !important; font-family: poppins !important; text-transform: uppercase; border: none !important; padding: 7px 25px !important; } .company-list { float: left; width: 100%; height: 120px; overflow-y: auto; margin-top: 10px; } .company-list th { color: #57616d; font-size: 13px; font-family: poppins; font-weight: 500; } .company-list td { font-size: 13px; font-family: poppins; color: #748398; font-weight: 400; padding: 8px !important; } .company-list th { color: #57616d; font-size: 13px; font-family: poppins; font-weight: 500; padding: 8px !important; } /* Let's get this party started */ .company-list::-webkit-scrollbar { width: 5px; } /* Track */ .company-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ .company-list::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: #c5ceda; } .all-doc .top-doc .side-doc-btn button.close.c-upload{ color: #6b6c7b !important; font-size: 13px !important; border: 2px solid !important; opacity: 1 !important; border-radius: 50% !important; padding: 4px 5px !important; } .top-navi:first-child { position: absolute; right: 80px; top: -57px; } .sub-folder li a{font-size: 12px !important;} .file_img_icon { position: absolute; top: 0; right: 0; display: none; float: left; width: 100%; bottom: 0; text-align: center; } .file_img_outer { float: left; width: 100%; position: relative; } .doc-list:hover .file_img_icon { display: block; border: 1px solid #f1efef; } .file_img_icon span{ vertical-align: middle; margin-top: 43%; float: left; width: 100%; color: #58ace4; font-size: 25px; } .drop-file .file-preview {border: none;}
public/elite/css/doc.css
.all-doc { float: left; width: 100%; background: #fff; } h3.gp-file { padding: 0px 30px 0px 35px; font-size: 13px; margin-top: 0; color: #000; font-family: poppins; margin-bottom: 0; font-weight: 400; } .doc-menu { float: left; width: 100%; height: 100%; background: rgb(247, 247, 247); } .doc-menu ul { padding-left: 0; } .doc-menu ul li { list-style: none; line-height: 30px; padding: 2px 7px; } .doc-menu ul li a { font-size: 13px; font-family: poppins; color: #54626f; font-weight: 500; } .doc-menu ul li a i { font-size: 16px; margin-right: 10px; } .doc-menu li.active { background: #e4e7ea; } .main-doc { float: left; width: 100%; padding: 10px; } .side-doc-btn { float: left; } .recent-files { padding: 8px; font-size: 15px; } .top-doc .sttabs nav ul{ justify-content: flex-start; } .top-doc .sttabs nav ul li{ flex: none;margin-left: -1px; } .top-doc .sttabs nav a { font-weight: 500; color: #54667a; line-height: 22px; } .top-doc .content-wrap section { padding: 0; margin-top: 15px; } .file-detail { float: left; width: 100%; padding: 2px 10px; margin-top: 8px; text-align: center; overflow: hidden; } .file-detail a { font-size: 12px; color: #5e6067; text-indent: inherit; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 122px; float: left; } .file-detail i { font-size: 19px; color: #464646; margin-right: 10px; } .doc-list:hover .file-detail { background: #e4e7ea; } .doc-list { float: left; width: 100%; margin-bottom: 12px; position: relative; } .top-doc .sttabs nav li.tab-current a { color: #000; background: #e4e7ea; } .side-doc-btn .dropdown-menu { left: 0; padding-bottom: 0; padding-top: 0; box-shadow: 0px 2px 7px 0px #d3d3d3 !important; } .side-doc-btn .dropdown-menu .divider { margin: 0; } .side-doc-btn .dropdown-menu li a i{ font-size: 15px; padding-right: 5px; } .side-doc-btn .modal-footer { border: none; padding-top: 0; } .side-doc-btn .form-group { margin-bottom: 10px; } .side-doc-btn .modal { top: 20%; } .side-doc-btn .modal h4{ font-size: 15px; color: #5f5f5f; font-weight: 400; } .list-grid { float: right; margin-left: 10px; } .list-grid button { padding: 9px 13px; } .list-table { float: left; width: 100%; margin-top: -20px; } .list-table table tr th { color: #858585; font-size: 13px; font-family: poppins; font-weight: 400; padding: 10px 8px; } .list-table table tr td a { color: #0895d4; font-size: 12px; font-weight: 500; } .list-table table tr td { font-size: 12px; font-family: poppins; color: #5d5d5d; font-weight: 400; } .list-table table tr td i{ font-size: 16px; padding-right: 10px; } .list-table .table>tbody>tr>td { border-top: 1px dashed #e4e7ea; } .active_list{background: #e4e7ea;} .top-doc .sttabs{ min-height: 200px; } .sub-folder .doc-icon a i { font-size: 14px; margin-right: 3px; color: #e61a1a; } .doc-icon { display: none; } .sub-folder li:hover .doc-icon { display:block; } .doc-hover-icon{ transition: .5s ease; opacity: 0; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%) } .doc-list img { opacity: 1; display: block; width: 130px; height: 120px; transition: .5s ease; backface-visibility: hidden; overflow: hidden; border: 1px solid #eeececc2; } h2.folder-title { font-size: 14px; font-family: poppins; font-weight: 400; color: #83909b; line-height: 20px; border-top: 1px solid #e0e0e0; margin-top: 20px; padding-top: 15px; } .doc-list:hover img{ opacity: 0.1; } .doc-list:hover .doc-hover-icon { opacity: 1; } .doc-hover-icon a{ font-size: 18px; color: #fff; margin-right: 4px; float:left; } .doc-list:hover .doc-hover-icon a { border: 1px solid #d02929; padding: 1px 7px; background: #d02929; } .doc-dropdown { float: left; width: 100%; margin-bottom: 10px; margin-top: 10px; } .doc-dropdown button { background: #fff; border: 1px solid #02a8f3; color: #02a8f3; text-align: left; font-size: 12px; font-family: poppins !important; font-weight: 500; width: 100%; } .doc-dropdown .btn-group { float: left; width: 100%; } .doc-side { background: #f7f7f7; border: 1px solid #dde3e9; } .doc-side h2 { color: #54626f; font-size: 13px; font-family: poppins; font-weight: 500; line-height: 20px; margin-top: 15px; margin-bottom: 0; } .all-doc .top-doc .side-doc-btn button { background: #fff; border-color: #c5d3e1; box-shadow: none; font-size: 13px; color: #03a9f3; font-family: poppins; font-weight: 500; padding-top: 8px; padding-bottom: 8px; } .side-doc-btn .dropdown-menu li a { color: #475563; font-size: 13px; font-family: poppins; font-weight: 400; padding: 7px 12px; } .file-trash a { color: #8b98a4; font-size: 13px; font-family: poppins; font-weight: 500; } .file-trash a i{ font-size: 17px; color: #999faf; } .upload-modal .modal-header { border: none; padding-bottom: 0; } .upload-modal .modal-header .modal-title{ color: #2b313b; font-size: 22px; font-family: poppins; font-weight: 400; } .upload-modal .modal-header h6{ color: #7d8693; font-family: poppins; font-weight: 400; margin-top: 5px; } .drop-file h1{ text-align: center; border: 2px dashed #c0cfdd; padding: 10px; font-size: 13px; color: #475462; font-family: poppins; font-weight: 500; line-height: 20px; } .drop-file a{ text-decoration: underline; } .upload-modal .modal-lg{ width: 700px; } .upload-main { padding-top: 0; float: left; background: #fff; width: 100%; height: 465px; overflow:auto; } .modal.upload-modal { top:0; } .drop-file { float: left; width: 100%; } .file-uploader i { font-size: 28px; color: #44bbf0; } .file-uploader { float: left; width: 100%; margin-top: 20px; border-bottom: 1px solid #e1e2e3; } .file-name { float: left; width: 100%; border-bottom: 4px solid #e1e8eb; padding-bottom: 5px; } .file-name h3 { font-size: 12px; color: #475462; font-family: poppins; font-weight: 500; line-height: 20px; margin-top: 0; float: left; margin-bottom: 0; } .file-uploader span i{ font-size: 17px; color: #77868d; padding-left: 10px; padding-top: 0px; float: right; } .file-uploader h2 { float: left; font-size: 12px; color: #7e8fa1; font-family: poppins; font-style: italic; line-height: 20px; } .multiple-files { float: left; width: 100%; } .multiple-files { float: left; width: 100%; margin-top: 20px; } .multi-name { border: 1px solid #bcccd9; padding: 8px; float: left; width: 90%; margin-bottom: 25px; } .multi-name .checkbox { float: left; margin-bottom: 0; margin-top: 0; } .multi-name .checkbox label::before { border-radius: 3px; background: transparent; } .multi-name .checkbox label::after { color: #44bbf0; } .top-doc-icon { float: left; width: 100%; } .top-doc-icon span i{ font-size: 18px; color: #bbc2c6; } .upload-image { float: left; width: 100%; text-align: center; } .upload-image i { font-size: 28px; color: #44bbf0; } .upload-modal .upload-image h4 { color: #475462; font-size: 11px; font-family: poppins; font-weight: 500; line-height: 18px; margin-bottom: 0; } .doc-visible h2 { color: #272c32; font-size: 16px; font-family: poppins; font-weight: 500; line-height: 15px; margin-top: 0; } .select-company h3 { font-size: 14px; font-family: poppins; font-weight: 400; line-height: 20px; } .select-company select { border-color: #a9bac8; padding: 5px; width: 100%; font-size: 13px; color: #0967c8; font-family: poppins; font-weight: 500; } .doc-visible { float: left; width: 100%; } .select-company { float: left; width: 100%; } .upload-btn { float: right; margin-top: 20px; } .upload-add { color: #fff !important; background: #188fd3 !important; font-size: 14px !important; font-family: poppins !important; text-transform: uppercase; border: none !important; padding: 7px 25px !important; } .upload-save { color: #fff !important; background: #319a29 !important; font-size: 14px !important; font-family: poppins !important; text-transform: uppercase; border: none !important; padding: 7px 25px !important; } .company-list { float: left; width: 100%; height: 120px; overflow-y: auto; margin-top: 10px; } .company-list th { color: #57616d; font-size: 13px; font-family: poppins; font-weight: 500; } .company-list td { font-size: 13px; font-family: poppins; color: #748398; font-weight: 400; padding: 8px !important; } .company-list th { color: #57616d; font-size: 13px; font-family: poppins; font-weight: 500; padding: 8px !important; } /* Let's get this party started */ .company-list::-webkit-scrollbar { width: 5px; } /* Track */ .company-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ .company-list::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: #c5ceda; } .all-doc .top-doc .side-doc-btn button.close.c-upload{ color: #6b6c7b !important; font-size: 13px !important; border: 2px solid !important; opacity: 1 !important; border-radius: 50% !important; padding: 4px 5px !important; } .top-navi:first-child { position: absolute; right: 80px; top: -57px; } .sub-folder li a{font-size: 12px !important;} .file_img_icon { position: absolute; top: 0; right: 0; display: none; float: left; width: 100%; bottom: 0; text-align: center; } .file_img_outer { float: left; width: 100%; position: relative; } .doc-list:hover .file_img_icon { display: block; border: 1px solid #f1efef; } .file_img_icon span{ vertical-align: middle; margin-top: 43%; float: left; width: 100%; color: #58ace4; font-size: 25px; } .drop-file .file-preview {border: none;}
0.387459
0.094093
.row,.col,.panel_word,.panel_icon{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;} .row{ margin-left:-10px; overflow:hidden;} .col{ padding-left:10px;} .panel{float: left; text-align: center; width:16.666%; min-width:210px; margin-bottom: 10px;} .panel_box a{display:block; background-color:#f2f2f2; border-radius:5px; overflow:hidden; } .panel_icon{ width:40%; display: inline-block; padding:22px 0; background-color:#54ade8;float:left;} .panel_icon i{ font-size:3em; color:#fff;} .panel a:hover .panel_icon i{ display:inline-block; transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg);} .panel_word{ width:60%; display: inline-block; float:right; margin-top: 22px; } .panel_word span{ font-size:25px; display:block; height:30px; line-height:30px; } .allNews em{ font-style:normal; font-size:16px;display: block; } .panel_box a .allNews cite{ display:none; } .panel_box a cite{ font-size:16px; display: block; font-style:normal; } /*.sysNotice{ width:50%; float: left; } .sysNotice .layui-elem-quote{ line-height:26px; position: relative;} .sysNotice .layui-table{ margin-top:0; border-left:5px solid #e2e2e2; } .sysNotice .title .icon-new1{ position: absolute; top:8px; margin-left: 10px; color:#f00; font-size:25px; } .explain .layui-btn{ margin:5px 5px 5px 0; }*/ /*响应式*/ @media screen and (max-width:1282px){ .panel{ width:33.3333%; } } @media screen and (max-width:1050px){ .layui-nav.top_menu .layui-nav-item a{ padding:0 10px; } .weather[pc]{ display: none !important; } .sysNotice{ width:100%; } .component{ width:165px; } } @media screen and (max-width: 750px){ .logo{ padding:0;} .top_menu .layui-nav-item[pc],.component,.site-mobile .site-tree-mobile{ display: none !important; } .top_menu .layui-nav-item.showNotice[pc]{ display:inline-block !important; } .top_menu .layui-nav-item[mobile]{ display:inline-block; } .layui-nav.top_menu,.layui-nav.top_menu .layui-nav-item a{ padding:0 10px; } .layui-layout-admin .layui-main{ margin-right: 0; } .hideMenu{ display:none; } .layui-layout-admin .layui-side{ left:-260px; } .site-mobile .layui-side{ left: 0; z-index:9999; } .site-tree-mobile {display: block!important; position: fixed; z-index: 100000; bottom: 15px; left: 15px; width: 50px; height: 50px; line-height: 50px; border-radius: 2px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff;} .site-mobile .site-mobile-shade { content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.8); z-index: 999;} /*layui-body*/ .panel{ width:50%; } .layui-body,.layui-layout-admin .layui-footer{ left:0; } } @media screen and (max-width:432px){ .top_menu .layui-nav-item.showNotice[pc]{ display:none !important; } .panel{ width:100%; } } .panel a{height:94px; }
public/dist/css/index.css
.row,.col,.panel_word,.panel_icon{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;} .row{ margin-left:-10px; overflow:hidden;} .col{ padding-left:10px;} .panel{float: left; text-align: center; width:16.666%; min-width:210px; margin-bottom: 10px;} .panel_box a{display:block; background-color:#f2f2f2; border-radius:5px; overflow:hidden; } .panel_icon{ width:40%; display: inline-block; padding:22px 0; background-color:#54ade8;float:left;} .panel_icon i{ font-size:3em; color:#fff;} .panel a:hover .panel_icon i{ display:inline-block; transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg);} .panel_word{ width:60%; display: inline-block; float:right; margin-top: 22px; } .panel_word span{ font-size:25px; display:block; height:30px; line-height:30px; } .allNews em{ font-style:normal; font-size:16px;display: block; } .panel_box a .allNews cite{ display:none; } .panel_box a cite{ font-size:16px; display: block; font-style:normal; } /*.sysNotice{ width:50%; float: left; } .sysNotice .layui-elem-quote{ line-height:26px; position: relative;} .sysNotice .layui-table{ margin-top:0; border-left:5px solid #e2e2e2; } .sysNotice .title .icon-new1{ position: absolute; top:8px; margin-left: 10px; color:#f00; font-size:25px; } .explain .layui-btn{ margin:5px 5px 5px 0; }*/ /*响应式*/ @media screen and (max-width:1282px){ .panel{ width:33.3333%; } } @media screen and (max-width:1050px){ .layui-nav.top_menu .layui-nav-item a{ padding:0 10px; } .weather[pc]{ display: none !important; } .sysNotice{ width:100%; } .component{ width:165px; } } @media screen and (max-width: 750px){ .logo{ padding:0;} .top_menu .layui-nav-item[pc],.component,.site-mobile .site-tree-mobile{ display: none !important; } .top_menu .layui-nav-item.showNotice[pc]{ display:inline-block !important; } .top_menu .layui-nav-item[mobile]{ display:inline-block; } .layui-nav.top_menu,.layui-nav.top_menu .layui-nav-item a{ padding:0 10px; } .layui-layout-admin .layui-main{ margin-right: 0; } .hideMenu{ display:none; } .layui-layout-admin .layui-side{ left:-260px; } .site-mobile .layui-side{ left: 0; z-index:9999; } .site-tree-mobile {display: block!important; position: fixed; z-index: 100000; bottom: 15px; left: 15px; width: 50px; height: 50px; line-height: 50px; border-radius: 2px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff;} .site-mobile .site-mobile-shade { content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.8); z-index: 999;} /*layui-body*/ .panel{ width:50%; } .layui-body,.layui-layout-admin .layui-footer{ left:0; } } @media screen and (max-width:432px){ .top_menu .layui-nav-item.showNotice[pc]{ display:none !important; } .panel{ width:100%; } } .panel a{height:94px; }
0.217254
0.126704
body { margin: 0; background: #eee; overflow-x: hidden; } .container { max-width: 1284px; margin: auto; position: relative; } #ecoist-slider { width: 100%; position: relative; } #ecoist-slider .slider-container { width: 100%; padding-top: 33.3%; display: flex; justify-content: center; position: relative; } #ecoist-slider .slider-container .item { width: 47.6%; position: absolute; top: 0; height: 100%; transform: scale(0); transition: 1s cubic-bezier(0.52, 0, 0.25, 0.99); } #ecoist-slider .slider-container .item.active { z-index: 10; } #ecoist-slider .slider-container .item .image { display: flex; justify-content: center; height: 100%; align-items: center; } #ecoist-slider .slider-container .item .image img { max-width: 100%; height: auto; transition: .6s; user-select: none; } #ecoist-slider .slider-container .item.hovered .image img { transform: scale(1.1); } #ecoist-slider .text-container { padding-top: 24px; } #ecoist-slider .text-container .text-item { position: relative; text-align: center; width: 100%; height: 0px; overflow: hidden; } #ecoist-slider .text-container .text-item:nth-child(1) { height: auto; } #ecoist-slider .text-container .text-item.not-active { height: auto; } #ecoist-slider .text-container .text-item.active { height: auto; } #ecoist-slider .text-container .text-item.not-active a div span { animation: a_a .5s both; } #ecoist-slider .text-container .text-item.not-active a { animation: a_b .5s both .3s; } #ecoist-slider .text-container .text-item.not-active .text { animation: a_c .5s both .3s; } #ecoist-slider .text-container .text-item .text { margin-top: 10px; } #ecoist-slider .text-container .text-item.not-active h2 { animation: a_b .5s both .3s; } #ecoist-slider .text-container .text-item.active a div span { animation: b_a .5s both .3s; } #ecoist-slider .text-container .text-item.active a { animation: b_b .5s both; } #ecoist-slider .text-container .text-item.active .text { animation: b_c .5s both .3s; } #ecoist-slider .text-container .text-item.active h2 { animation: b_b .5s both .3s; } #ecoist-slider .text-container .text-item a { height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; text-decoration: none; margin-top: 20px; transition: .6s; border: 1px solid rgba(145, 153, 180, 0.7); border-radius: 8px; -webkit-box-shadow: 0px 10px 20px 0px rgba(0,153,255,0.1); -moz-box-shadow: 0px 10px 20px 0px rgba(0,153,255,0.1); box-shadow: 0px 10px 20px 0px rgba(0,153,255,0.1); } #ecoist-slider .text-container .text-item a:hover { background: #EE2A7B; } #ecoist-slider .text-container .text-item a div { overflow: hidden; } #ecoist-slider .text-container .text-item a div span { display: block; transition: .6s; } #ecoist-slider .text-container .text-item a:hover div span { color: white; } #ecoist-slider .text-container .text-item h2 span { all: inherit; display: inline-block; color: #EE2A7B; } @keyframes a_a { from { transform: translate(0,0); } to { transform: translate(0,100%); } } @keyframes a_b { from { transform: scale(1); opacity: 1; } to { transform: scale(0.5); opacity: 0; } } @keyframes a_c { from { opacity: 1; } to { opacity: 0; } } @keyframes b_a { from { transform: translate(0,100%); } to { transform: translate(0,0); } } @keyframes b_b { from { transform: scale(0.5); opacity: 0; } to { transform: scale(1); opacity: 1; } } @keyframes b_c { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 767px) { #ecoist-slider { width: 114vw; position: relative; margin-left: -7vw; } #ecoist-slider .slider-container { padding-top: 107.3%; } } #cursor { width: 70px; height: 70px; position: absolute; z-index: 20; overflow: hidden; border-radius: 50%; pointer-events: none; } #cursor.active { -webkit-box-shadow: 0px 0px 30px 0px rgba(238,42,123,0.15); -moz-box-shadow: 0px 0px 30px 0px rgba(238,42,123,0.15); box-shadow: 0px 0px 30px 0px rgba(238,42,123,0.15); } #cursor .content { background: white; transition: .6s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; } #cursor .content div { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(0); transition: .3s 0s; } #cursor.play-btn .content div.play { transform: scale(1); transition-delay: 0.3s; } #cursor.prev-btn .content div.prev { transform: scale(1); transition-delay: 0.3s; } #cursor.next-btn .content div.next { transform: scale(1); transition-delay: 0.3s; } #cursor .content .play svg { width: 30px; height: 30px; } #cursor.active .content { opacity: 1; } @keyframes focused { from { transform: scale(1); } 50% { transform: scale(0.7); } 100% { transform: scale(1); } } .focused { animation: focused .3s both; }
public_html/assets/img/kfn.css
body { margin: 0; background: #eee; overflow-x: hidden; } .container { max-width: 1284px; margin: auto; position: relative; } #ecoist-slider { width: 100%; position: relative; } #ecoist-slider .slider-container { width: 100%; padding-top: 33.3%; display: flex; justify-content: center; position: relative; } #ecoist-slider .slider-container .item { width: 47.6%; position: absolute; top: 0; height: 100%; transform: scale(0); transition: 1s cubic-bezier(0.52, 0, 0.25, 0.99); } #ecoist-slider .slider-container .item.active { z-index: 10; } #ecoist-slider .slider-container .item .image { display: flex; justify-content: center; height: 100%; align-items: center; } #ecoist-slider .slider-container .item .image img { max-width: 100%; height: auto; transition: .6s; user-select: none; } #ecoist-slider .slider-container .item.hovered .image img { transform: scale(1.1); } #ecoist-slider .text-container { padding-top: 24px; } #ecoist-slider .text-container .text-item { position: relative; text-align: center; width: 100%; height: 0px; overflow: hidden; } #ecoist-slider .text-container .text-item:nth-child(1) { height: auto; } #ecoist-slider .text-container .text-item.not-active { height: auto; } #ecoist-slider .text-container .text-item.active { height: auto; } #ecoist-slider .text-container .text-item.not-active a div span { animation: a_a .5s both; } #ecoist-slider .text-container .text-item.not-active a { animation: a_b .5s both .3s; } #ecoist-slider .text-container .text-item.not-active .text { animation: a_c .5s both .3s; } #ecoist-slider .text-container .text-item .text { margin-top: 10px; } #ecoist-slider .text-container .text-item.not-active h2 { animation: a_b .5s both .3s; } #ecoist-slider .text-container .text-item.active a div span { animation: b_a .5s both .3s; } #ecoist-slider .text-container .text-item.active a { animation: b_b .5s both; } #ecoist-slider .text-container .text-item.active .text { animation: b_c .5s both .3s; } #ecoist-slider .text-container .text-item.active h2 { animation: b_b .5s both .3s; } #ecoist-slider .text-container .text-item a { height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; text-decoration: none; margin-top: 20px; transition: .6s; border: 1px solid rgba(145, 153, 180, 0.7); border-radius: 8px; -webkit-box-shadow: 0px 10px 20px 0px rgba(0,153,255,0.1); -moz-box-shadow: 0px 10px 20px 0px rgba(0,153,255,0.1); box-shadow: 0px 10px 20px 0px rgba(0,153,255,0.1); } #ecoist-slider .text-container .text-item a:hover { background: #EE2A7B; } #ecoist-slider .text-container .text-item a div { overflow: hidden; } #ecoist-slider .text-container .text-item a div span { display: block; transition: .6s; } #ecoist-slider .text-container .text-item a:hover div span { color: white; } #ecoist-slider .text-container .text-item h2 span { all: inherit; display: inline-block; color: #EE2A7B; } @keyframes a_a { from { transform: translate(0,0); } to { transform: translate(0,100%); } } @keyframes a_b { from { transform: scale(1); opacity: 1; } to { transform: scale(0.5); opacity: 0; } } @keyframes a_c { from { opacity: 1; } to { opacity: 0; } } @keyframes b_a { from { transform: translate(0,100%); } to { transform: translate(0,0); } } @keyframes b_b { from { transform: scale(0.5); opacity: 0; } to { transform: scale(1); opacity: 1; } } @keyframes b_c { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 767px) { #ecoist-slider { width: 114vw; position: relative; margin-left: -7vw; } #ecoist-slider .slider-container { padding-top: 107.3%; } } #cursor { width: 70px; height: 70px; position: absolute; z-index: 20; overflow: hidden; border-radius: 50%; pointer-events: none; } #cursor.active { -webkit-box-shadow: 0px 0px 30px 0px rgba(238,42,123,0.15); -moz-box-shadow: 0px 0px 30px 0px rgba(238,42,123,0.15); box-shadow: 0px 0px 30px 0px rgba(238,42,123,0.15); } #cursor .content { background: white; transition: .6s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; } #cursor .content div { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(0); transition: .3s 0s; } #cursor.play-btn .content div.play { transform: scale(1); transition-delay: 0.3s; } #cursor.prev-btn .content div.prev { transform: scale(1); transition-delay: 0.3s; } #cursor.next-btn .content div.next { transform: scale(1); transition-delay: 0.3s; } #cursor .content .play svg { width: 30px; height: 30px; } #cursor.active .content { opacity: 1; } @keyframes focused { from { transform: scale(1); } 50% { transform: scale(0.7); } 100% { transform: scale(1); } } .focused { animation: focused .3s both; }
0.433502
0.050729
@font-face { font-family: 'Bellota-LightItalic'; src: url('fonts/Bellota-LightItalic.otf'); } @font-face { font-family: 'Bellota-BoldItalic'; src: url('fonts/Bellota-BoldItalic.otf'); } body { line-height: 17px; background-color: #E6EAE8; margin: 0px 8px 8px; } a { text-decoration: none; } /* .top_bar { width: 100%; height: 40px; /*background-color: #20aae5;*/ background-color: #2c3742; border-bottom: 0.25em solid #1894ca; margin: 0 0 10px 0; display: inline-flex; position: fixed; z-index: 10; } .logo a{ font-family: 'Bellota-BoldItalic', sans-serif; margin-left: 10px; font-size: 30; position: relative; top: 9px; text-shadow: #73B6E2 0.5px 0.5px 0px; color: #1086BA; }*/ .logo h1{ font-size:30px; margin:0px; padding:10px 0px; } a:hover { color: blue ; } nav { float: right; right: 1px; position: relative; margin-right: 50px; margin-top: -66px; } nav a{ position: relative; color: #fff; text-decoration: none; font-size: 17px; } nav a:hover { border-bottom: 7px solid #e67e22; color: #fff; } .wrapper { margin: 0 auto; top: 50px; position: relative; padding: 0 10px; width: 75%; min-width: 950px; } .column { background-color: #fff; padding: 10px; border: 1px solid #D3D3D3; border-radius: 5px; box-shadow: 2px 2px 1px #D3D3D3; z-index: -1; } .user_details { width: 20%; float: left; margin-bottom: 20px; } .user_details img { height: 120px; border-radius: 5px; margin-right: 5px; } .user_details_left_right { width: 120px; display: inline-table; /*position: absolute;*/ } .main_column { float:right; width: 50%; z-index: -1; min-height: 300px; /*max-height:700px; overflow: scroll;*/ } .post_form { width: 100%; } .post_form textarea { width: 75%; height: 60px; max-width: 85%; max-height: 100px; border-radius: 3px; margin-right: 5px; border: 1px solid #D3D3D3; font-size: 12px; padding: 5px; } textarea:focus { outline: 0; } .post_form input[type="submit"] { width: 11%; height: 60px; border: none; position: absolute; } .post_form input[type="submit"]:active { padding: 5px 4px 4px 5px; } #message_textarea { width:80%; margin-right:8px; border-radius: 5px; border: 1px solid #D3D3D3; font-size: 12px; } #message_submit { height:41px; width:13%; margin:0; border:none; color:#FFF; background-color: #20AAE5; color:#156588; border-radius: 5px; font-family: 'Bellota-BoldItalic',sans-serif; text-shadow: #73B6E2 0.5px 0.5px 0px; padding: 25px 6px; } .message{ border:1px solid #000; border-radius: 5px; padding: 5px 10px; display: inline-block; color: #000000; font-size: 16px; } .message#blue{ background-color: #BCF5A9; border-color: #FFFFFF; float:right; } .message#grey{ background-color: #EAEAEA; border-color: #FFFFFF; float:left; } .loaded_conversations{ height: auto; overflow:auto; } .user_found_messages{ border-bottom: 1px solid #D3D3D3; padding: 8px 8px 10px 8px; } .user_found_messages:hover{ background-color: #D3D3D3; } .user_found_messages img { height: 35px; float: left; } .danger { background-color: #e74c3c; } .warning { background-color: #f0ad4e; } .default { background-color: #bdc3c7; } .success { background-color: #2ecc71; } .info { background-color: #3498db; } .deep_blue { background-color: #0043f0; } .delete_button { height: 22px; width: 22px; padding: 0; float: right; border-radius: 4px; right: -15px; position: relative; } .status_post { width: 96%; font-size: 15px; padding: 0px 5px; min-height: 75px; cursor:pointer; } #comment_iframe { max-height: 250px; width: 100%; margin-top: 5px; } .comment_section { padding: 0 5px 5px 5px; } .comment_section img { margin: 0 3px 3px 3px; border-radius: 3px; } #comment_form textarea { width: 45%; height: 35px; border-radius: 5px; margin: 3px 3px 3px 5px; } #comment_form input[type="submit"] { border:none; border-radius: 5px; width: 13%; height: 35px; margin-top: 3px; position: absolute; } .status_post { width: 96%; font-size: 14px; padding: 0px 5px; min-height: 75px; cursor:pointer; } .newsfeedPostOptions { /*padding: 0px;*/ text-decoration: none; color:#20AAE5; border:none; } .newsfeedPostOptions iframe { /* border: 0px; height: 17px; width: 120px;*/ } .comment_like { background-color: transparent; border: none; font-size: 14px; color: #3498db; padding: 0; height: 10px; margin: 0; } .like_button_icon { background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; outline:none; } .like_value { display: inline; font-size: 14px; }
sn_styles.css
@font-face { font-family: 'Bellota-LightItalic'; src: url('fonts/Bellota-LightItalic.otf'); } @font-face { font-family: 'Bellota-BoldItalic'; src: url('fonts/Bellota-BoldItalic.otf'); } body { line-height: 17px; background-color: #E6EAE8; margin: 0px 8px 8px; } a { text-decoration: none; } /* .top_bar { width: 100%; height: 40px; /*background-color: #20aae5;*/ background-color: #2c3742; border-bottom: 0.25em solid #1894ca; margin: 0 0 10px 0; display: inline-flex; position: fixed; z-index: 10; } .logo a{ font-family: 'Bellota-BoldItalic', sans-serif; margin-left: 10px; font-size: 30; position: relative; top: 9px; text-shadow: #73B6E2 0.5px 0.5px 0px; color: #1086BA; }*/ .logo h1{ font-size:30px; margin:0px; padding:10px 0px; } a:hover { color: blue ; } nav { float: right; right: 1px; position: relative; margin-right: 50px; margin-top: -66px; } nav a{ position: relative; color: #fff; text-decoration: none; font-size: 17px; } nav a:hover { border-bottom: 7px solid #e67e22; color: #fff; } .wrapper { margin: 0 auto; top: 50px; position: relative; padding: 0 10px; width: 75%; min-width: 950px; } .column { background-color: #fff; padding: 10px; border: 1px solid #D3D3D3; border-radius: 5px; box-shadow: 2px 2px 1px #D3D3D3; z-index: -1; } .user_details { width: 20%; float: left; margin-bottom: 20px; } .user_details img { height: 120px; border-radius: 5px; margin-right: 5px; } .user_details_left_right { width: 120px; display: inline-table; /*position: absolute;*/ } .main_column { float:right; width: 50%; z-index: -1; min-height: 300px; /*max-height:700px; overflow: scroll;*/ } .post_form { width: 100%; } .post_form textarea { width: 75%; height: 60px; max-width: 85%; max-height: 100px; border-radius: 3px; margin-right: 5px; border: 1px solid #D3D3D3; font-size: 12px; padding: 5px; } textarea:focus { outline: 0; } .post_form input[type="submit"] { width: 11%; height: 60px; border: none; position: absolute; } .post_form input[type="submit"]:active { padding: 5px 4px 4px 5px; } #message_textarea { width:80%; margin-right:8px; border-radius: 5px; border: 1px solid #D3D3D3; font-size: 12px; } #message_submit { height:41px; width:13%; margin:0; border:none; color:#FFF; background-color: #20AAE5; color:#156588; border-radius: 5px; font-family: 'Bellota-BoldItalic',sans-serif; text-shadow: #73B6E2 0.5px 0.5px 0px; padding: 25px 6px; } .message{ border:1px solid #000; border-radius: 5px; padding: 5px 10px; display: inline-block; color: #000000; font-size: 16px; } .message#blue{ background-color: #BCF5A9; border-color: #FFFFFF; float:right; } .message#grey{ background-color: #EAEAEA; border-color: #FFFFFF; float:left; } .loaded_conversations{ height: auto; overflow:auto; } .user_found_messages{ border-bottom: 1px solid #D3D3D3; padding: 8px 8px 10px 8px; } .user_found_messages:hover{ background-color: #D3D3D3; } .user_found_messages img { height: 35px; float: left; } .danger { background-color: #e74c3c; } .warning { background-color: #f0ad4e; } .default { background-color: #bdc3c7; } .success { background-color: #2ecc71; } .info { background-color: #3498db; } .deep_blue { background-color: #0043f0; } .delete_button { height: 22px; width: 22px; padding: 0; float: right; border-radius: 4px; right: -15px; position: relative; } .status_post { width: 96%; font-size: 15px; padding: 0px 5px; min-height: 75px; cursor:pointer; } #comment_iframe { max-height: 250px; width: 100%; margin-top: 5px; } .comment_section { padding: 0 5px 5px 5px; } .comment_section img { margin: 0 3px 3px 3px; border-radius: 3px; } #comment_form textarea { width: 45%; height: 35px; border-radius: 5px; margin: 3px 3px 3px 5px; } #comment_form input[type="submit"] { border:none; border-radius: 5px; width: 13%; height: 35px; margin-top: 3px; position: absolute; } .status_post { width: 96%; font-size: 14px; padding: 0px 5px; min-height: 75px; cursor:pointer; } .newsfeedPostOptions { /*padding: 0px;*/ text-decoration: none; color:#20AAE5; border:none; } .newsfeedPostOptions iframe { /* border: 0px; height: 17px; width: 120px;*/ } .comment_like { background-color: transparent; border: none; font-size: 14px; color: #3498db; padding: 0; height: 10px; margin: 0; } .like_button_icon { background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; outline:none; } .like_value { display: inline; font-size: 14px; }
0.085442
0.051463
@font-face { font-family: 'junicodeboldcondensed'; src: url('/fonts/junicode-boldcondensed-webfont.eot'); src: url('/fonts/junicode-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/junicode-boldcondensed-webfont.woff2') format('woff2'), url('/fonts/junicode-boldcondensed-webfont.woff') format('woff'), url('/fonts/junicode-boldcondensed-webfont.ttf') format('truetype'), url('/fonts/junicode-boldcondensed-webfont.svg#junicodeboldcondensed') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'junicodeitaliccondensed'; src: url('/fonts/junicode-italiccondensed-webfont.eot'); src: url('/fonts/junicode-italiccondensed-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/junicode-italiccondensed-webfont.woff2') format('woff2'), url('/fonts/junicode-italiccondensed-webfont.woff') format('woff'), url('/fonts/junicode-italiccondensed-webfont.ttf') format('truetype'), url('/fonts/junicode-italiccondensed-webfont.svg#junicodeitaliccondensed') format('svg'); font-weight: normal; font-style: normal; } article h1 { font-family: 'junicodeboldcondensed'; font-size: 2em; padding: 0; margin: 0; } article iframe { display: block; margin: 0 auto; } body { background: #d0c3b4; font-family: sans-serif; color: #373530; max-width: 600px; margin-left: auto; margin-right: auto; padding-left: 1em; padding-right: 1em; } header img { max-width: 6em; padding: 1em 0.5em; } nav ul { list-style-type: none; margin: 0 0 0 0; padding: 0; background-color: #373530; overflow: hidden; } .archive ul { list-style-type: none; margin: 0; padding: 0; } .archive li a { display: block; font-family: 'junicodeboldcondensed'; text-decoration: none; background-color: #d0c3b4; color: #373530; padding-left: 0.1em; } .archive li a:hover { background-color: #373530; color: #d0c3b4; } nav li { float: left; } nav li a { display: block; font-family: 'junicodeboldcondensed'; width: 3em; padding: 0.5em; text-decoration: none; background-color: #373530; text-align: center; color: #d0c3b4; } nav li a:hover { color: #373530; background-color: #d0c3b4; } article .postdate { font-family: 'junicodeitaliccondensed'; font-size: 1.2em; margin: 0; padding: 0; } article { padding: 0.5em; } article h1 { font-family: 'junicodeboldcondensed'; font-size: 3em; letter-spacing: -.02em; padding: 0; margin: 0; } article img { max-width: 100%; margin: 0 auto; } footer { padding: 0 0.5em; color: #373530; font-family: 'junicodeboldcondensed'; }
files/style.css
@font-face { font-family: 'junicodeboldcondensed'; src: url('/fonts/junicode-boldcondensed-webfont.eot'); src: url('/fonts/junicode-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/junicode-boldcondensed-webfont.woff2') format('woff2'), url('/fonts/junicode-boldcondensed-webfont.woff') format('woff'), url('/fonts/junicode-boldcondensed-webfont.ttf') format('truetype'), url('/fonts/junicode-boldcondensed-webfont.svg#junicodeboldcondensed') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'junicodeitaliccondensed'; src: url('/fonts/junicode-italiccondensed-webfont.eot'); src: url('/fonts/junicode-italiccondensed-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/junicode-italiccondensed-webfont.woff2') format('woff2'), url('/fonts/junicode-italiccondensed-webfont.woff') format('woff'), url('/fonts/junicode-italiccondensed-webfont.ttf') format('truetype'), url('/fonts/junicode-italiccondensed-webfont.svg#junicodeitaliccondensed') format('svg'); font-weight: normal; font-style: normal; } article h1 { font-family: 'junicodeboldcondensed'; font-size: 2em; padding: 0; margin: 0; } article iframe { display: block; margin: 0 auto; } body { background: #d0c3b4; font-family: sans-serif; color: #373530; max-width: 600px; margin-left: auto; margin-right: auto; padding-left: 1em; padding-right: 1em; } header img { max-width: 6em; padding: 1em 0.5em; } nav ul { list-style-type: none; margin: 0 0 0 0; padding: 0; background-color: #373530; overflow: hidden; } .archive ul { list-style-type: none; margin: 0; padding: 0; } .archive li a { display: block; font-family: 'junicodeboldcondensed'; text-decoration: none; background-color: #d0c3b4; color: #373530; padding-left: 0.1em; } .archive li a:hover { background-color: #373530; color: #d0c3b4; } nav li { float: left; } nav li a { display: block; font-family: 'junicodeboldcondensed'; width: 3em; padding: 0.5em; text-decoration: none; background-color: #373530; text-align: center; color: #d0c3b4; } nav li a:hover { color: #373530; background-color: #d0c3b4; } article .postdate { font-family: 'junicodeitaliccondensed'; font-size: 1.2em; margin: 0; padding: 0; } article { padding: 0.5em; } article h1 { font-family: 'junicodeboldcondensed'; font-size: 3em; letter-spacing: -.02em; padding: 0; margin: 0; } article img { max-width: 100%; margin: 0 auto; } footer { padding: 0 0.5em; color: #373530; font-family: 'junicodeboldcondensed'; }
0.286968
0.070081
* { margin: 0; padding: 0; } /* montserrat-regular */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ } /* montserrat-700 */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */ } /* roboto-slab-regular */ @font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto-slab-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ } @font-face { font-family: 'Droid Serif'; src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('../fonts/droidserifitalic.woff2') format('woff2'), url('../fonts/droidserifitalic.woff') format('woff'), url('droidserifitalic.ttf') format('truetype'); font-weight: 400; font-style: italic; } /* oleo-script-regular - latin */ @font-face { font-family: 'Oleo Script'; font-style: normal; font-weight: 400; src: local('Oleo Script'), local('OleoScript-Regular'), url('../fonts/oleo-script-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/oleo-script-v8-latin-regular.woff') format('woff'); /* Modern Browsers */ } .container { width: 940px; height: auto; margin: 0 auto; } .page-header { margin-bottom: 100px; } .site-nav { display: flex; justify-content: space-between; padding-top: 40px; } .site-logo { display: block; text-decoration: none; font-family: 'Oleo Script'; font-weight: 400; font-size: 26px; line-height: 41px; color: #fed136; } .nav-list { display: flex; list-style: none; } .nav-list li:not(:nth-last-child(-n+1)) { margin-right: 40px; } .nav-item a { display: block; text-decoration: none; text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 400; font-size: 14px; line-height: 41px; color: #222222; transition-property: color; transition-duration: 0.3s; } .nav-item a:hover { transition-property: color; transition-duration: 0.3s; color: #fed136; cursor: pointer; } h2 { display: flex; flex-wrap: wrap; justify-content: center; line-height: 75px; margin-bottom: 76px; } .title-name { flex-basis: 100%; text-align: center; font-size: 40px; text-transform: uppercase; margin: 0 auto; } .services-title { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 40px; line-height: 75px; margin-bottom: 4px; } .forms-title { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 40px; line-height: 48px; margin-top: 107px; margin-bottom: 16px; } .title-info { font-size: 16px; line-height: 19px; font-family: 'Droid Serif'; color: #777777; } .services-list { list-style: none; display: flex; justify-content: space-between; margin-bottom: 120px; } .services-item-info { font-family: 'Roboto Slab'; font-size: 14px; font-weight: 400; line-height: 17px; color: #777777; } .services-item { width: 290px; height: auto; text-align: center; } .services-item-title { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 18px; line-height: 75px; text-transform: capitalize; } .services-item::before { display: block; content: ""; width: 66px; height: 66px; border: 3px solid #fed136; border-radius: 50%; background-position: center; background-repeat: no-repeat; margin: 0 auto; } .basket::before { background-image: url(../img/icon-basket.png); } .laptop::before { background-image: url(../img/icon-laptop.png); } .locked::before { background-image: url(../img/icon-locked.png); } .form { background-color: #222222; background-image: url(../img/map-image.png); background-position: right; background-repeat: no-repeat; padding-bottom: 115px; } .form-wrap { display: flex; margin-bottom: 26px; } .form-field { display: block; /* flex-direction: column; justify-content: space-between; */ width: 455px; height: auto; margin-right: 30px; } .form-field input:not(:nth-last-child(-n+1)) { margin-bottom: 28px; } .text-field { display: block; width: 455px; height: auto; } input { width: 455px; height: auto; line-height: 50px; border: 1px solid rgb(204, 204, 204); border-radius: 2px; } input::placeholder { text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 14px; line-height: 50px; color: #bbbbbb; padding-left: 20px; } input:required:valid { outline: 1px solid green; } input:required:invalid { outline: 1px solid red; } textarea::placeholder { text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 14px; line-height: 50px; color: #bbbbbb; padding-left: 20px; } textarea:required:valid { outline: 1px solid green; } textarea:required:invalid { outline: 1px solid red; } textarea { width: 455px; height: 210px; line-height: 50px; border: 1px solid rgb(204, 204, 204); border-radius: 2px; overflow: auto; resize: none; } .submit { display: block; border: none; border-radius: 3px; background-color: rgb(254, 209, 54); width: 240px; height: 66px; margin: 0 auto; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 18px; line-height: 22px; color: #ffffff; text-transform: uppercase; cursor: pointer; }
html-css/module-07/css/style.css
* { margin: 0; padding: 0; } /* montserrat-regular */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ } /* montserrat-700 */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */ } /* roboto-slab-regular */ @font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto-slab-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-slab-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ } @font-face { font-family: 'Droid Serif'; src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('../fonts/droidserifitalic.woff2') format('woff2'), url('../fonts/droidserifitalic.woff') format('woff'), url('droidserifitalic.ttf') format('truetype'); font-weight: 400; font-style: italic; } /* oleo-script-regular - latin */ @font-face { font-family: 'Oleo Script'; font-style: normal; font-weight: 400; src: local('Oleo Script'), local('OleoScript-Regular'), url('../fonts/oleo-script-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/oleo-script-v8-latin-regular.woff') format('woff'); /* Modern Browsers */ } .container { width: 940px; height: auto; margin: 0 auto; } .page-header { margin-bottom: 100px; } .site-nav { display: flex; justify-content: space-between; padding-top: 40px; } .site-logo { display: block; text-decoration: none; font-family: 'Oleo Script'; font-weight: 400; font-size: 26px; line-height: 41px; color: #fed136; } .nav-list { display: flex; list-style: none; } .nav-list li:not(:nth-last-child(-n+1)) { margin-right: 40px; } .nav-item a { display: block; text-decoration: none; text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 400; font-size: 14px; line-height: 41px; color: #222222; transition-property: color; transition-duration: 0.3s; } .nav-item a:hover { transition-property: color; transition-duration: 0.3s; color: #fed136; cursor: pointer; } h2 { display: flex; flex-wrap: wrap; justify-content: center; line-height: 75px; margin-bottom: 76px; } .title-name { flex-basis: 100%; text-align: center; font-size: 40px; text-transform: uppercase; margin: 0 auto; } .services-title { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 40px; line-height: 75px; margin-bottom: 4px; } .forms-title { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 40px; line-height: 48px; margin-top: 107px; margin-bottom: 16px; } .title-info { font-size: 16px; line-height: 19px; font-family: 'Droid Serif'; color: #777777; } .services-list { list-style: none; display: flex; justify-content: space-between; margin-bottom: 120px; } .services-item-info { font-family: 'Roboto Slab'; font-size: 14px; font-weight: 400; line-height: 17px; color: #777777; } .services-item { width: 290px; height: auto; text-align: center; } .services-item-title { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 18px; line-height: 75px; text-transform: capitalize; } .services-item::before { display: block; content: ""; width: 66px; height: 66px; border: 3px solid #fed136; border-radius: 50%; background-position: center; background-repeat: no-repeat; margin: 0 auto; } .basket::before { background-image: url(../img/icon-basket.png); } .laptop::before { background-image: url(../img/icon-laptop.png); } .locked::before { background-image: url(../img/icon-locked.png); } .form { background-color: #222222; background-image: url(../img/map-image.png); background-position: right; background-repeat: no-repeat; padding-bottom: 115px; } .form-wrap { display: flex; margin-bottom: 26px; } .form-field { display: block; /* flex-direction: column; justify-content: space-between; */ width: 455px; height: auto; margin-right: 30px; } .form-field input:not(:nth-last-child(-n+1)) { margin-bottom: 28px; } .text-field { display: block; width: 455px; height: auto; } input { width: 455px; height: auto; line-height: 50px; border: 1px solid rgb(204, 204, 204); border-radius: 2px; } input::placeholder { text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 14px; line-height: 50px; color: #bbbbbb; padding-left: 20px; } input:required:valid { outline: 1px solid green; } input:required:invalid { outline: 1px solid red; } textarea::placeholder { text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 14px; line-height: 50px; color: #bbbbbb; padding-left: 20px; } textarea:required:valid { outline: 1px solid green; } textarea:required:invalid { outline: 1px solid red; } textarea { width: 455px; height: 210px; line-height: 50px; border: 1px solid rgb(204, 204, 204); border-radius: 2px; overflow: auto; resize: none; } .submit { display: block; border: none; border-radius: 3px; background-color: rgb(254, 209, 54); width: 240px; height: 66px; margin: 0 auto; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 18px; line-height: 22px; color: #ffffff; text-transform: uppercase; cursor: pointer; }
0.244183
0.055952
.set{ width: 1000px; height: 450px; margin:40px auto 60px; box-shadow: 0px 0px 7px 5px #f0f0f0; } .set a:hover{ color: red; } .set_img{ padding: 60px 210px 50px; } .input_password{ border: 1px solid #dddddd; height: 40px; line-height: 40px; width: 310px; display: inline-block; } input{ font-size: 16px; height: 40px; width: 280px; border: 0; } .input_password img{ vertical-align: middle; } .set_img2{ text-align: center; height: 50px; line-height: 50px; color: gray; } .set_img2 img{ vertical-align: middle; } .set_text{ width: 570px; margin: 10px auto 10px; } .set_text a{ display: inline-block; width: 90px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color:gray; } .password_text{ color: red; } .set_but{ width: 135px; height: 35px; text-align: center; line-height: 35px; border-radius: 7px; margin: 10px auto 10px ; background: #41ccf3; font-size:16px; color: white; } .set_but:hover{ cursor: pointer; border: 1px solid skyblue; } .set_img_all{ width: 350px; margin: 10px auto 10px; } .set_img_all img{ vertical-align: middle; } .set_img_all img{ vertical-align: bottom; } .set_img_all a{ color: gray; display: inline-block; width: 100px; height: 30px; line-height: 30px; text-align: center; } /*设置新密码*/ /*找回密码*/ .input_password2{ border: 1px solid #dddddd; height: 40px; line-height: 40px; width: 110px; display: inline-block; } .input_password2 input{ height: 40px; line-height: 40px; width: 110px; } .set_text2 .get{ display: inline-block; height: 40px; line-height: 40px; width: 110px; border: 1px solid #41ccf3; text-align: center; color: #41ccf3; margin-left: 15px; font-size: 14px; font-weight: bold; } .set_text2 .get:hover{ cursor: pointer; color: #bababa; } .set_text2{ width: 420px; margin: 10px auto 10px; } .set_text2 a{ display: inline-block; width: 90px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color:gray; } /*找回密码*/
xixin/xixin/css/shezhixinmima.css
.set{ width: 1000px; height: 450px; margin:40px auto 60px; box-shadow: 0px 0px 7px 5px #f0f0f0; } .set a:hover{ color: red; } .set_img{ padding: 60px 210px 50px; } .input_password{ border: 1px solid #dddddd; height: 40px; line-height: 40px; width: 310px; display: inline-block; } input{ font-size: 16px; height: 40px; width: 280px; border: 0; } .input_password img{ vertical-align: middle; } .set_img2{ text-align: center; height: 50px; line-height: 50px; color: gray; } .set_img2 img{ vertical-align: middle; } .set_text{ width: 570px; margin: 10px auto 10px; } .set_text a{ display: inline-block; width: 90px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color:gray; } .password_text{ color: red; } .set_but{ width: 135px; height: 35px; text-align: center; line-height: 35px; border-radius: 7px; margin: 10px auto 10px ; background: #41ccf3; font-size:16px; color: white; } .set_but:hover{ cursor: pointer; border: 1px solid skyblue; } .set_img_all{ width: 350px; margin: 10px auto 10px; } .set_img_all img{ vertical-align: middle; } .set_img_all img{ vertical-align: bottom; } .set_img_all a{ color: gray; display: inline-block; width: 100px; height: 30px; line-height: 30px; text-align: center; } /*设置新密码*/ /*找回密码*/ .input_password2{ border: 1px solid #dddddd; height: 40px; line-height: 40px; width: 110px; display: inline-block; } .input_password2 input{ height: 40px; line-height: 40px; width: 110px; } .set_text2 .get{ display: inline-block; height: 40px; line-height: 40px; width: 110px; border: 1px solid #41ccf3; text-align: center; color: #41ccf3; margin-left: 15px; font-size: 14px; font-weight: bold; } .set_text2 .get:hover{ cursor: pointer; color: #bababa; } .set_text2{ width: 420px; margin: 10px auto 10px; } .set_text2 a{ display: inline-block; width: 90px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color:gray; } /*找回密码*/
0.193376
0.055107
.homepanel { max-width: 460px; margin: 20px auto; } /* line 119, ../sass/home.scss */ .homepanel > * { padding: 20px; padding-bottom: 0; max-width: 460px; min-width: 360px; } /* line 126, ../sass/home.scss */ .homepanel .logo { text-align: center; margin-bottom: 20px; } /* line 131, ../sass/home.scss */ .homepanel h2 { font-size: 24px; color: #797473; font-family: AsapBold; } /* line 137, ../sass/home.scss */ .homepanel .textarea { background: #797473; -webkit-border-radius: 8px; border-radius: 8px; color: white; min-height: 180px; } /* line 143, ../sass/home.scss */ .homepanel .textarea strong { color: #bdd84d; text-transform: uppercase; } /* line 148, ../sass/home.scss */ .homepanel .textarea .input-email { -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-top-left-radius: 8px; font-family: AsapItalic; border: 0; } /* line 153, ../sass/home.scss */ .homepanel .textarea .input-email.error { border: 1px solid #c60f13 !important; } /* line 157, ../sass/home.scss */ .homepanel .textarea .btn-submit { display: inline-block; background-color: #bdd84d; border-color: #a8c72b; color: white; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; transition: all 300ms ease-out; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.875em; height: 2.3125em; line-height: 2.3125em; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125em; line-height: 2.5em; border: 0; font-family: AsapBold; } /* line 122, ../sass/foundation/components/_buttons.scss */ .homepanel .textarea .btn-submit:hover, .homepanel .textarea .btn-submit:focus { background-color: #a8c72b; } /* line 133, ../sass/foundation/components/_buttons.scss */ .homepanel .textarea .btn-submit:hover, .homepanel .textarea .btn-submit:focus { color: white; } @media only screen and (max-width: 500px) { /* line 175, ../sass/home.scss */ .homepanel { margin: 20px 10px; } /* line 178, ../sass/home.scss */ .homepanel h2 { font-size: 21px; } } /* line 184, ../sass/home.scss */ .about-us h3 { color: #bdd84d; margin: 0; } /* line 189, ../sass/home.scss */ .about-us strong { color: #797473; text-transform: uppercase; font-weight: normal; } /* line 195, ../sass/home.scss */ .about-us p { font-size: 14px; margin: 0; } /* line 200, ../sass/home.scss */ .about-us .row .columns { margin-bottom: 20px; } /* line 204, ../sass/home.scss */ .about-us img { max-width: 150px; } /* line 210, ../sass/home.scss */ .dropdown-box { background: black; -moz-border-radius-bottomright: 16px; -moz-border-radius-bottomleft: 16px; -webkit-border-bottom-right-radius: 16px; -webkit-border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; min-height: 200px; padding: 16px; position: absolute; z-index: 100; display: none; } /* line 219, ../sass/home.scss */ .dropdown-box strong { color: #bdd84d; font-weight: normal; font-family: AsapBold; } /* line 225, ../sass/home.scss */ .dropdown-box .btn-submit { display: inline-block; background-color: #bdd84d; border-color: #a8c72b; color: white; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; transition: all 300ms ease-out; -webkit-border-radius: 8px; border-radius: 8px; line-height: 2.5em; font-size: 0.875em; border: 0; padding: 0 20px; float: right; height: 35px; } /* line 122, ../sass/foundation/components/_buttons.scss */ .dropdown-box .btn-submit:hover, .dropdown-box .btn-submit:focus { background-color: #a8c72b; } /* line 133, ../sass/foundation/components/_buttons.scss */ .dropdown-box .btn-submit:hover, .dropdown-box .btn-submit:focus { color: white; } /* line 240, ../sass/home.scss */ #contact-form { left: 0; width: 270px; display: block; } /* line 244, ../sass/home.scss */ #contact-form input, #contact-form textarea { margin-top: 10px; } /* line 249, ../sass/home.scss */ #login-form { right: 0; width: 200px; }
src/app/static/css/home.css
.homepanel { max-width: 460px; margin: 20px auto; } /* line 119, ../sass/home.scss */ .homepanel > * { padding: 20px; padding-bottom: 0; max-width: 460px; min-width: 360px; } /* line 126, ../sass/home.scss */ .homepanel .logo { text-align: center; margin-bottom: 20px; } /* line 131, ../sass/home.scss */ .homepanel h2 { font-size: 24px; color: #797473; font-family: AsapBold; } /* line 137, ../sass/home.scss */ .homepanel .textarea { background: #797473; -webkit-border-radius: 8px; border-radius: 8px; color: white; min-height: 180px; } /* line 143, ../sass/home.scss */ .homepanel .textarea strong { color: #bdd84d; text-transform: uppercase; } /* line 148, ../sass/home.scss */ .homepanel .textarea .input-email { -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-top-left-radius: 8px; font-family: AsapItalic; border: 0; } /* line 153, ../sass/home.scss */ .homepanel .textarea .input-email.error { border: 1px solid #c60f13 !important; } /* line 157, ../sass/home.scss */ .homepanel .textarea .btn-submit { display: inline-block; background-color: #bdd84d; border-color: #a8c72b; color: white; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; transition: all 300ms ease-out; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.875em; height: 2.3125em; line-height: 2.3125em; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125em; line-height: 2.5em; border: 0; font-family: AsapBold; } /* line 122, ../sass/foundation/components/_buttons.scss */ .homepanel .textarea .btn-submit:hover, .homepanel .textarea .btn-submit:focus { background-color: #a8c72b; } /* line 133, ../sass/foundation/components/_buttons.scss */ .homepanel .textarea .btn-submit:hover, .homepanel .textarea .btn-submit:focus { color: white; } @media only screen and (max-width: 500px) { /* line 175, ../sass/home.scss */ .homepanel { margin: 20px 10px; } /* line 178, ../sass/home.scss */ .homepanel h2 { font-size: 21px; } } /* line 184, ../sass/home.scss */ .about-us h3 { color: #bdd84d; margin: 0; } /* line 189, ../sass/home.scss */ .about-us strong { color: #797473; text-transform: uppercase; font-weight: normal; } /* line 195, ../sass/home.scss */ .about-us p { font-size: 14px; margin: 0; } /* line 200, ../sass/home.scss */ .about-us .row .columns { margin-bottom: 20px; } /* line 204, ../sass/home.scss */ .about-us img { max-width: 150px; } /* line 210, ../sass/home.scss */ .dropdown-box { background: black; -moz-border-radius-bottomright: 16px; -moz-border-radius-bottomleft: 16px; -webkit-border-bottom-right-radius: 16px; -webkit-border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; min-height: 200px; padding: 16px; position: absolute; z-index: 100; display: none; } /* line 219, ../sass/home.scss */ .dropdown-box strong { color: #bdd84d; font-weight: normal; font-family: AsapBold; } /* line 225, ../sass/home.scss */ .dropdown-box .btn-submit { display: inline-block; background-color: #bdd84d; border-color: #a8c72b; color: white; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; transition: all 300ms ease-out; -webkit-border-radius: 8px; border-radius: 8px; line-height: 2.5em; font-size: 0.875em; border: 0; padding: 0 20px; float: right; height: 35px; } /* line 122, ../sass/foundation/components/_buttons.scss */ .dropdown-box .btn-submit:hover, .dropdown-box .btn-submit:focus { background-color: #a8c72b; } /* line 133, ../sass/foundation/components/_buttons.scss */ .dropdown-box .btn-submit:hover, .dropdown-box .btn-submit:focus { color: white; } /* line 240, ../sass/home.scss */ #contact-form { left: 0; width: 270px; display: block; } /* line 244, ../sass/home.scss */ #contact-form input, #contact-form textarea { margin-top: 10px; } /* line 249, ../sass/home.scss */ #login-form { right: 0; width: 200px; }
0.187244
0.051344
.DndDefault { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; height: 200px !important; width: 100% !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } .DndDefault:hover { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; border-style: solid !important; } .meta { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .DndHero { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; width: 100px !important; height: 120px !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } .DndHero:hover { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; border-style: solid !important; } .DndItem { width: 120px !important; height: 150px !important; z-index: 90 !important; } .single { width: 100% !important; height: 160px !important; z-index: 90 !important; } .half { width: 45% !important; height: 150px; z-index: 90 !important; } @media only screen and (max-width: 600px) { .DndItem { width: 80px !important; height: 100px !important; z-index: 90 !important; } .single { width: 100% !important; height: 100px !important; z-index: 90 !important; } .half { width: 45% !important; height: 100px; z-index: 90 !important; } } @media only screen and (max-width: 415px) { .DndItem { width: 80px !important; height: 90px !important; z-index: 90 !important; } .single { width: 100% !important; height: 90px !important; z-index: 90 !important; } .half { width: 45% !important; height: 90px; z-index: 90 !important; } .DndHero { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; width: 100px !important; height: 90px !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } }
components/Modals/Stylesheets/Dnd.css
.DndDefault { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; height: 200px !important; width: 100% !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } .DndDefault:hover { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; border-style: solid !important; } .meta { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .DndHero { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; width: 100px !important; height: 120px !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } .DndHero:hover { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; border-style: solid !important; } .DndItem { width: 120px !important; height: 150px !important; z-index: 90 !important; } .single { width: 100% !important; height: 160px !important; z-index: 90 !important; } .half { width: 45% !important; height: 150px; z-index: 90 !important; } @media only screen and (max-width: 600px) { .DndItem { width: 80px !important; height: 100px !important; z-index: 90 !important; } .single { width: 100% !important; height: 100px !important; z-index: 90 !important; } .half { width: 45% !important; height: 100px; z-index: 90 !important; } } @media only screen and (max-width: 415px) { .DndItem { width: 80px !important; height: 90px !important; z-index: 90 !important; } .single { width: 100% !important; height: 90px !important; z-index: 90 !important; } .half { width: 45% !important; height: 90px; z-index: 90 !important; } .DndHero { border-width: 1px !important; border-color: rgb(78, 83, 255) !important; width: 100px !important; height: 90px !important; background-color: #f7f7fb !important; color: rgb(36, 31, 58) !important; font-size: 14px !important; } }
0.271059
0.151906
@import url(/public/css/crimson.css); @import url(/public/css/responsive.css); @import url(/public/css/magnific-popup.css); @import url(/public/css/style-particles.css); @import url(/public/css/animate.css); @import url(https://fonts.googleapis.com/css?family=Raleway); html{ height: 100%; } * { -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } body { font-family: Raleway, sans-serif; overflow-x: hidden; width: 100%; height: 100% } .navbar-default { background: 0 0; border: none; padding: 25px 0 10px 0; margin-bottom: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out } .navbar-default .navbar-toggle .icon-bar { background-color: rgba(238, 238, 238, .72) } .navbar-default .navbar-brand { color: #fff; font-size: 23px; font-weight: 600; letter-spacing: 1px } .navbar-brand span { font-size: 17px } .navbar-default .navbar-nav li:last-of-type { padding-right: 40px } .navbar-default .navbar-nav>li>a { color: #fff; font-weight: 700; text-transform: capitalize } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #45d2eb; transition: all .5s ease-out; background-color: transparent } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #ddd; border-bottom: 2px solid #0ff } .navscroll { background: #fff; top: 0; padding: 4px; margin-top: 0; box-shadow: 0 15px 60px rgba(218, 216, 216, .84); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out } .color-link { color: #e26060 !important } .padding-nav { padding: 15px 0; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out } .home-page { width: 100%; height: 100%; top: 0; color: #fff; overflow: hidden } .home-page .icons a { padding: .4rem; color: #f5f5f5 } .home-page .icons a:hover { color: #45d2eb; transition: all .5s ease-out } .sub-container h1, .sub-container h2, .sub-container h4 { color: #fff; letter-spacing: 1px } .sub-container h4 { font-weight: 500; letter-spacing: 5px; text-transform: uppercase; margin-bottom: 3px; margin-top: 20px } .sub-container h2 { font-size: 25px; letter-spacing: 1.5px; margin-top: 0; margin-bottom: 40px } .sub-container h1 { font-size: 6em; font-weight: 900; margin: 0 } @keyframes cd-translate { 0% { opacity: .8 } 50% { -webkit-transform: translateY(12px) scale(1); opacity: 0 } 100% { -webkit-transform: scale(1); opacity: .6 } } .about .container h2:before { content: ""; position: absolute; border-width: 1px; padding-left: 144px; border-color: transparent transparent #333; padding-bottom: 12px; margin-top: 25px; border-style: solid; color: #fff } .about .container img { max-width: 100%; height: auto; margin-bottom: 20px; border-radius: 13px; border: 2.5px solid #e7e2e2 } .about .container h2 { margin-bottom: 25px; margin-top: 15px; font-weight: 600; text-transform: uppercase; margin-bottom: 20px; color: #fff } .about .container .sub-p { padding: 16px 0; line-height: 30px; color: #fff } .about .container .sub-text { color: #fff; line-height: 30px; margin-top: 25px } .about .container a { color: #fff; text-decoration: none; font-size: 15px; padding: 0 5px; font-weight: 600 } .about .container a:hover { text-decoration: line-through } .portfoliopage h2 { content: ""; position: absolute; padding-left: 500px; padding-bottom: 50px; margin-top: 50px; margin-bottom: .4rem; text-decoration: wavy } .portfoliopage p { color: #fff; content: ""; position: absolute; padding-left: 500px; padding-top: 50px; padding-bottom: 50px } .filtr-item { padding: 1rem } .item-desc { background-color: #0e0808; color: #fff; position: absolute; text-transform: uppercase; text-align: center; padding: 1rem; z-index: 1; bottom: 1rem; left: 1rem; right: 1rem } .filtr-container { margin-top: 40px } .div-hover { background-color: rgba(23, 22, 22, .25); color: #fff; position: absolute; text-transform: uppercase; text-align: center; padding: 20px 0; margin: 0 13px; z-index: 1; top: 30%; left: -2px; right: -2px; opacity: 0; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out } .div-hover a { color: #fff; text-decoration: none } .div-hover a i { margin-right: 10px } .filtr-item { margin-bottom: 30px } .filtr-item:hover .div-hover { opacity: 1 } .div-hover a:hover .div-hover a:focus { color: #fff; border: none } .item-desc { position: absolute; bottom: 11px; text-align: center; left: 10px; right: 10px; padding: 10px 0; background: rgba(68, 68, 68, .44); color: #fff; font-weight: 600; letter-spacing: 2px; text-transform: uppercase } .about, .portfoliopage { padding-top: 100px; padding-bottom: 100px } p { font-size: 16px; color: #fff; line-height: 35px; letter-spacing: 1px } .row { padding: 20px 0 } .portfoliopage .container h2 { background-image: url(images/bg.png) cover; font-size: 28px; letter-spacing: 5px; margin: 15px 0 65px 0; font-weight: bolder; text-transform: uppercase; color: #fff } .loading-scroll-hiden { overflow-y: hidden } .body { position: fixed; width: 100%; height: 100%; background: #fdfdfd; z-index: 9999; display: table } .center { display: table-cell; vertical-align: middle } .spinner { margin: 100px auto; width: 40px; height: 40px; position: relative; text-align: center; -webkit-animation: sk-rotate 2s infinite linear; animation: sk-rotate 2s infinite linear } .dot1, .dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; background-color: #333; border-radius: 100%; -webkit-animation: sk-bounce 2s infinite ease-in-out; animation: sk-bounce 2s infinite ease-in-out } .dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1s; animation-delay: -1s } @-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) } } @keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) } } @-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0) } 50% { -webkit-transform: scale(1) } } @keyframes sk-bounce { 0%, 100% { transform: scale(0); -webkit-transform: scale(0) } 50% { transform: scale(1); -webkit-transform: scale(1) } }
public/css/style.css
@import url(/public/css/crimson.css); @import url(/public/css/responsive.css); @import url(/public/css/magnific-popup.css); @import url(/public/css/style-particles.css); @import url(/public/css/animate.css); @import url(https://fonts.googleapis.com/css?family=Raleway); html{ height: 100%; } * { -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } body { font-family: Raleway, sans-serif; overflow-x: hidden; width: 100%; height: 100% } .navbar-default { background: 0 0; border: none; padding: 25px 0 10px 0; margin-bottom: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out } .navbar-default .navbar-toggle .icon-bar { background-color: rgba(238, 238, 238, .72) } .navbar-default .navbar-brand { color: #fff; font-size: 23px; font-weight: 600; letter-spacing: 1px } .navbar-brand span { font-size: 17px } .navbar-default .navbar-nav li:last-of-type { padding-right: 40px } .navbar-default .navbar-nav>li>a { color: #fff; font-weight: 700; text-transform: capitalize } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #45d2eb; transition: all .5s ease-out; background-color: transparent } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: #ddd; border-bottom: 2px solid #0ff } .navscroll { background: #fff; top: 0; padding: 4px; margin-top: 0; box-shadow: 0 15px 60px rgba(218, 216, 216, .84); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out } .color-link { color: #e26060 !important } .padding-nav { padding: 15px 0; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out } .home-page { width: 100%; height: 100%; top: 0; color: #fff; overflow: hidden } .home-page .icons a { padding: .4rem; color: #f5f5f5 } .home-page .icons a:hover { color: #45d2eb; transition: all .5s ease-out } .sub-container h1, .sub-container h2, .sub-container h4 { color: #fff; letter-spacing: 1px } .sub-container h4 { font-weight: 500; letter-spacing: 5px; text-transform: uppercase; margin-bottom: 3px; margin-top: 20px } .sub-container h2 { font-size: 25px; letter-spacing: 1.5px; margin-top: 0; margin-bottom: 40px } .sub-container h1 { font-size: 6em; font-weight: 900; margin: 0 } @keyframes cd-translate { 0% { opacity: .8 } 50% { -webkit-transform: translateY(12px) scale(1); opacity: 0 } 100% { -webkit-transform: scale(1); opacity: .6 } } .about .container h2:before { content: ""; position: absolute; border-width: 1px; padding-left: 144px; border-color: transparent transparent #333; padding-bottom: 12px; margin-top: 25px; border-style: solid; color: #fff } .about .container img { max-width: 100%; height: auto; margin-bottom: 20px; border-radius: 13px; border: 2.5px solid #e7e2e2 } .about .container h2 { margin-bottom: 25px; margin-top: 15px; font-weight: 600; text-transform: uppercase; margin-bottom: 20px; color: #fff } .about .container .sub-p { padding: 16px 0; line-height: 30px; color: #fff } .about .container .sub-text { color: #fff; line-height: 30px; margin-top: 25px } .about .container a { color: #fff; text-decoration: none; font-size: 15px; padding: 0 5px; font-weight: 600 } .about .container a:hover { text-decoration: line-through } .portfoliopage h2 { content: ""; position: absolute; padding-left: 500px; padding-bottom: 50px; margin-top: 50px; margin-bottom: .4rem; text-decoration: wavy } .portfoliopage p { color: #fff; content: ""; position: absolute; padding-left: 500px; padding-top: 50px; padding-bottom: 50px } .filtr-item { padding: 1rem } .item-desc { background-color: #0e0808; color: #fff; position: absolute; text-transform: uppercase; text-align: center; padding: 1rem; z-index: 1; bottom: 1rem; left: 1rem; right: 1rem } .filtr-container { margin-top: 40px } .div-hover { background-color: rgba(23, 22, 22, .25); color: #fff; position: absolute; text-transform: uppercase; text-align: center; padding: 20px 0; margin: 0 13px; z-index: 1; top: 30%; left: -2px; right: -2px; opacity: 0; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out } .div-hover a { color: #fff; text-decoration: none } .div-hover a i { margin-right: 10px } .filtr-item { margin-bottom: 30px } .filtr-item:hover .div-hover { opacity: 1 } .div-hover a:hover .div-hover a:focus { color: #fff; border: none } .item-desc { position: absolute; bottom: 11px; text-align: center; left: 10px; right: 10px; padding: 10px 0; background: rgba(68, 68, 68, .44); color: #fff; font-weight: 600; letter-spacing: 2px; text-transform: uppercase } .about, .portfoliopage { padding-top: 100px; padding-bottom: 100px } p { font-size: 16px; color: #fff; line-height: 35px; letter-spacing: 1px } .row { padding: 20px 0 } .portfoliopage .container h2 { background-image: url(images/bg.png) cover; font-size: 28px; letter-spacing: 5px; margin: 15px 0 65px 0; font-weight: bolder; text-transform: uppercase; color: #fff } .loading-scroll-hiden { overflow-y: hidden } .body { position: fixed; width: 100%; height: 100%; background: #fdfdfd; z-index: 9999; display: table } .center { display: table-cell; vertical-align: middle } .spinner { margin: 100px auto; width: 40px; height: 40px; position: relative; text-align: center; -webkit-animation: sk-rotate 2s infinite linear; animation: sk-rotate 2s infinite linear } .dot1, .dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; background-color: #333; border-radius: 100%; -webkit-animation: sk-bounce 2s infinite ease-in-out; animation: sk-bounce 2s infinite ease-in-out } .dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1s; animation-delay: -1s } @-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) } } @keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) } } @-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0) } 50% { -webkit-transform: scale(1) } } @keyframes sk-bounce { 0%, 100% { transform: scale(0); -webkit-transform: scale(0) } 50% { transform: scale(1); -webkit-transform: scale(1) } }
0.392686
0.044639
body { background-color: white; width: 90% ; margin-left: auto; margin-right: auto; padding: 10px; font-size: 14px ; font-family: 'Roboto', sans-serif; } a { color: #0099FF ; font-weight: bold; font-family: 'Roboto', sans-serif; } .topnav { list-style-type: none; overflow: hidden; background-color: #333; margin-top: 75px ; } .topnav li { float: left; } .topnav li a { display: inline-block; color: #f2f2f2; text-align: center; padding: 14px 16px; padding-top: 10px ; text-decoration: none; font-size: 20px; } .topnav li a:hover { background-color: #000000; } .topnav li.icon { display: none; } .game_logo { float: left ; border: none; } .game_logo_login { margin-left: 20%; border: none; } .game_logo_mobile { display:none ; float:left ; } #logged_in { float:right ; } .error_holder { margin-top: 20px; font-size: 20px ; color: red ; font-weight: bold; } .success_holder { margin-top: 20px; font-size: 20px ; color: green ; font-weight: bold; } .login_content { display:block ; margin-left: 18%; margin-right: 38%; } .login_page { background-image: url( "../Images/back.jpg" ); } .content { padding-top: 10px; margin-left: auto; margin-right: auto; } .filter_container { font-family: 'Roboto', sans-serif; margin-top: 10px ; background-color: #E5E4E2 ; padding: 10px; font-weight: bold ; font-size: 16px ; } .list { font-family: 'Roboto', sans-serif; margin: 0; padding: 20px 0 0; } .list > li { display:block; background-color: #e8e8e8; padding:10px; padding-bottom:5px; box-shadow: inset 0 1px 0 #fff; } ul li a { display:block; } .list li:hover { background: #c0c0c0 ; } table { width: 100%; } th { height: 50px; font-size: 20; } td { text-align: center; border-bottom: 1px solid #ddd; font-size: 18; padding: 10px; } tr:nth-child(even) { background-color: #E5E4E2 } tr:hover { background-color: #bcbcbc } .panel-header { height: 23px; margin-top:20px ; padding: 5px 6px; background-color: #aa3636; font-size: 14px; font-family: 'Roboto', sans-serif; border-top-left-radius: 5px; border-top-right-radius: 5px; } .panel-header h1 { margin-left: 6px; display: inline; font-size: 18px; color: white; } .panel-header .panel-icons { float: right; } .panel-header .panel-icons a { margin-left: 6px; } .panel-body { margin-bottom: 0px; } input[type=text], select { width: 80%; padding: 12px 20px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; display: block; } input[type=password] { width: 80%; padding: 12px 20px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; display: block; } input[type=submit] { width: 30%; background-color: #1a1a1a; color: white; padding: 14px 20px; border: none; border-radius: 4px; cursor: pointer; margin-top: 30px ; display: block; } input[type=submit]:hover { background-color: #737373; } .form { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } #searchForm input[type=submit] { width: 80px; }
src/css/style_sheet.css
body { background-color: white; width: 90% ; margin-left: auto; margin-right: auto; padding: 10px; font-size: 14px ; font-family: 'Roboto', sans-serif; } a { color: #0099FF ; font-weight: bold; font-family: 'Roboto', sans-serif; } .topnav { list-style-type: none; overflow: hidden; background-color: #333; margin-top: 75px ; } .topnav li { float: left; } .topnav li a { display: inline-block; color: #f2f2f2; text-align: center; padding: 14px 16px; padding-top: 10px ; text-decoration: none; font-size: 20px; } .topnav li a:hover { background-color: #000000; } .topnav li.icon { display: none; } .game_logo { float: left ; border: none; } .game_logo_login { margin-left: 20%; border: none; } .game_logo_mobile { display:none ; float:left ; } #logged_in { float:right ; } .error_holder { margin-top: 20px; font-size: 20px ; color: red ; font-weight: bold; } .success_holder { margin-top: 20px; font-size: 20px ; color: green ; font-weight: bold; } .login_content { display:block ; margin-left: 18%; margin-right: 38%; } .login_page { background-image: url( "../Images/back.jpg" ); } .content { padding-top: 10px; margin-left: auto; margin-right: auto; } .filter_container { font-family: 'Roboto', sans-serif; margin-top: 10px ; background-color: #E5E4E2 ; padding: 10px; font-weight: bold ; font-size: 16px ; } .list { font-family: 'Roboto', sans-serif; margin: 0; padding: 20px 0 0; } .list > li { display:block; background-color: #e8e8e8; padding:10px; padding-bottom:5px; box-shadow: inset 0 1px 0 #fff; } ul li a { display:block; } .list li:hover { background: #c0c0c0 ; } table { width: 100%; } th { height: 50px; font-size: 20; } td { text-align: center; border-bottom: 1px solid #ddd; font-size: 18; padding: 10px; } tr:nth-child(even) { background-color: #E5E4E2 } tr:hover { background-color: #bcbcbc } .panel-header { height: 23px; margin-top:20px ; padding: 5px 6px; background-color: #aa3636; font-size: 14px; font-family: 'Roboto', sans-serif; border-top-left-radius: 5px; border-top-right-radius: 5px; } .panel-header h1 { margin-left: 6px; display: inline; font-size: 18px; color: white; } .panel-header .panel-icons { float: right; } .panel-header .panel-icons a { margin-left: 6px; } .panel-body { margin-bottom: 0px; } input[type=text], select { width: 80%; padding: 12px 20px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; display: block; } input[type=password] { width: 80%; padding: 12px 20px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; display: block; } input[type=submit] { width: 30%; background-color: #1a1a1a; color: white; padding: 14px 20px; border: none; border-radius: 4px; cursor: pointer; margin-top: 30px ; display: block; } input[type=submit]:hover { background-color: #737373; } .form { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } #searchForm input[type=submit] { width: 80px; }
0.412885
0.102619
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; background-color: #6679be; } body { width: 100vw; min-height: 100vh; color: #fff; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; position: absolute; } .container { flex: 0 0 auto; width: 800px; max-width: 100%; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; top: 40%; left: 50%; transform: translate(-0%, 60%); } .container .logo { flex: 0 0 auto; padding: 24px; } .container img { width: 300px; height: 300px; } .container .text { flex: 1 1 100%; max-width: 448px; padding: 24px; text-align: center; } .container .text h1 { color: #ffffff; font-size: 80px; font-weight: 400; } .desc { padding: 5px; } .container .text .desc p { color: #f1f5ff; font-size: 18px; } .container .text .buttons { display: grid; margin-top: 8px; } .container .text .buttons .btn { margin: 12px; text-decoration: none; text-align: center; padding: 8px 24px; border: 1px solid #fff; border-radius: 4px; color: #ffffff; background: #7c8dce; } .container .text .buttons .btn:hover { background:#8e9edd; } .links { list-style: none; display: flex; font-size: 14px; justify-content: center; margin-top: 12px; } .links li { padding: 0 16px; position: relative; } .links li:first-child { padding-left: 0; } .links li:last-child { padding-right: 0; } .links li:not(:first-child)::before { display: block; content: ' '; width: 7px; height: 2px; border-radius: 0%; background-color: rgb(226, 232, 253); position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); } .links li a { color: rgb(226, 232, 253); text-decoration: none; font-size: 14px; } .links li a:hover { color: white; }
pages/css/index.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; background-color: #6679be; } body { width: 100vw; min-height: 100vh; color: #fff; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; position: absolute; } .container { flex: 0 0 auto; width: 800px; max-width: 100%; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; top: 40%; left: 50%; transform: translate(-0%, 60%); } .container .logo { flex: 0 0 auto; padding: 24px; } .container img { width: 300px; height: 300px; } .container .text { flex: 1 1 100%; max-width: 448px; padding: 24px; text-align: center; } .container .text h1 { color: #ffffff; font-size: 80px; font-weight: 400; } .desc { padding: 5px; } .container .text .desc p { color: #f1f5ff; font-size: 18px; } .container .text .buttons { display: grid; margin-top: 8px; } .container .text .buttons .btn { margin: 12px; text-decoration: none; text-align: center; padding: 8px 24px; border: 1px solid #fff; border-radius: 4px; color: #ffffff; background: #7c8dce; } .container .text .buttons .btn:hover { background:#8e9edd; } .links { list-style: none; display: flex; font-size: 14px; justify-content: center; margin-top: 12px; } .links li { padding: 0 16px; position: relative; } .links li:first-child { padding-left: 0; } .links li:last-child { padding-right: 0; } .links li:not(:first-child)::before { display: block; content: ' '; width: 7px; height: 2px; border-radius: 0%; background-color: rgb(226, 232, 253); position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); } .links li a { color: rgb(226, 232, 253); text-decoration: none; font-size: 14px; } .links li a:hover { color: white; }
0.548432
0.083106
.fade-in-top { animation: fadeInTop 0.5s ease-in-out; } .fade-out-top { animation: fadeOutTop 0.5s ease-in-out; } .move-in-top { animation: moveInTop 0.5s ease-in-out; } .move-out-top { animation: moveOutTop 0.5s ease-in-out; } .expand-top { animation: expandTop 0.3s ease-in-out; } .collapse-top { animation: collapseTop 0.3s ease-in-out; } @keyframes moveInLeft { 0% { opacity: 0; transform: translateX(-10rem); } 80% { transform: translateX(1rem); } 100% { opacity: 1; transform: translate(0); } } @keyframes moveInRight { 0% { opacity: 0; transform: translateX(10rem); } 80% { transform: translateX(-1rem); } 100% { opacity: 1; transform: translate(0); } } @keyframes moveInBottom { 0% { opacity: 0; transform: translateY(3rem); } 100% { opacity: 1; transform: translate(0); } } @keyframes fadeInTop { from { transform: translateY(-5px); opacity: 0; } to { transform: translateY(5px); opacity: 1; } } @keyframes fadeOutTop { to { transform: translateY(-5px); opacity: 0; } } @keyframes moveInTop { from { transform: translateY(-3rem); opacity: 0; } to { transform: translateY(0.5rem); opacity: 1; } } @keyframes moveOutTop { to { transform: translateY(-3rem); opacity: 0; } } @keyframes expandTop { 0% { transform: translateY(-3rem); height: 0%; overflow: hidden; } 100% { transform: translate(0); height: 100%; overflow: hidden; } } @keyframes collapseTop { 0% { transform: translate(0); height: 100%; overflow: hidden; } 100% { transform: translateY(-3rem); height: 0%; overflow: hidden; } } @media only screen and (max-width: 75em) { html { font-size: 75%; } } @media only screen and (max-width: 56.25em) { html { font-size: 90%; } } @media only screen and (min-width: 112.5em) { html { font-size: 100%; } } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } a { cursor: pointer; } .p-ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; } .autocomplete-container { position: relative; } .autocomplete-container .list-group { position: absolute; width: 100%; } .autocomplete-container .fa-times { position: absolute; top: 14px; right: 10px; font-size: 10px; cursor: pointer; } .ngx-datepicker-calendar-container { z-index: 2000; } .ngx-datepicker-calendar-container.ngx-datepicker-position-bottom-right { top: 0 !important; } .ngx-datepicker-calendar-container.ngx-datepicker-position-bottom-left { top: 0 !important; } .datepicker-container .fa-times { position: absolute; top: 14px; right: 48px; font-size: 10px; cursor: pointer; z-index: 4; } .datepicker-container .input-group-prepend { cursor: pointer; } .modal { background-color: rgba(0, 0, 0, 0.6); } .toast-container { position: fixed; z-index: 999999; top: 12px; right: 12px; width: 280px; max-width: 320px; } .toast-container .toaster { opacity: 1; } .toast-container .toaster .header { width: 100%; border-bottom: solid 1px #f7f7f7; font-size: 1.25rem; } .toast-container .toaster .header .icon { display: inline-block; width: 30px; height: 30px; } .toast-container .toaster .header .alert-heading { font-weight: 600; word-break: break-all; } .toast-container .toaster .body { padding: 10px; } .toast-container .alert-dismisable { padding-right: 1rem; } .tooltip { display: block; pointer-events: none; } .bs-tooltip-top .arrow, .bs-tooltip-bottom .arrow { left: 50%; transform: translateX(-50%); } .bs-tooltip-left .arrow, .bs-tooltip-right .arrow { top: 50%; transform: translateY(-50%); }
projects/ui/assets/main.css
.fade-in-top { animation: fadeInTop 0.5s ease-in-out; } .fade-out-top { animation: fadeOutTop 0.5s ease-in-out; } .move-in-top { animation: moveInTop 0.5s ease-in-out; } .move-out-top { animation: moveOutTop 0.5s ease-in-out; } .expand-top { animation: expandTop 0.3s ease-in-out; } .collapse-top { animation: collapseTop 0.3s ease-in-out; } @keyframes moveInLeft { 0% { opacity: 0; transform: translateX(-10rem); } 80% { transform: translateX(1rem); } 100% { opacity: 1; transform: translate(0); } } @keyframes moveInRight { 0% { opacity: 0; transform: translateX(10rem); } 80% { transform: translateX(-1rem); } 100% { opacity: 1; transform: translate(0); } } @keyframes moveInBottom { 0% { opacity: 0; transform: translateY(3rem); } 100% { opacity: 1; transform: translate(0); } } @keyframes fadeInTop { from { transform: translateY(-5px); opacity: 0; } to { transform: translateY(5px); opacity: 1; } } @keyframes fadeOutTop { to { transform: translateY(-5px); opacity: 0; } } @keyframes moveInTop { from { transform: translateY(-3rem); opacity: 0; } to { transform: translateY(0.5rem); opacity: 1; } } @keyframes moveOutTop { to { transform: translateY(-3rem); opacity: 0; } } @keyframes expandTop { 0% { transform: translateY(-3rem); height: 0%; overflow: hidden; } 100% { transform: translate(0); height: 100%; overflow: hidden; } } @keyframes collapseTop { 0% { transform: translate(0); height: 100%; overflow: hidden; } 100% { transform: translateY(-3rem); height: 0%; overflow: hidden; } } @media only screen and (max-width: 75em) { html { font-size: 75%; } } @media only screen and (max-width: 56.25em) { html { font-size: 90%; } } @media only screen and (min-width: 112.5em) { html { font-size: 100%; } } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } a { cursor: pointer; } .p-ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; } .autocomplete-container { position: relative; } .autocomplete-container .list-group { position: absolute; width: 100%; } .autocomplete-container .fa-times { position: absolute; top: 14px; right: 10px; font-size: 10px; cursor: pointer; } .ngx-datepicker-calendar-container { z-index: 2000; } .ngx-datepicker-calendar-container.ngx-datepicker-position-bottom-right { top: 0 !important; } .ngx-datepicker-calendar-container.ngx-datepicker-position-bottom-left { top: 0 !important; } .datepicker-container .fa-times { position: absolute; top: 14px; right: 48px; font-size: 10px; cursor: pointer; z-index: 4; } .datepicker-container .input-group-prepend { cursor: pointer; } .modal { background-color: rgba(0, 0, 0, 0.6); } .toast-container { position: fixed; z-index: 999999; top: 12px; right: 12px; width: 280px; max-width: 320px; } .toast-container .toaster { opacity: 1; } .toast-container .toaster .header { width: 100%; border-bottom: solid 1px #f7f7f7; font-size: 1.25rem; } .toast-container .toaster .header .icon { display: inline-block; width: 30px; height: 30px; } .toast-container .toaster .header .alert-heading { font-weight: 600; word-break: break-all; } .toast-container .toaster .body { padding: 10px; } .toast-container .alert-dismisable { padding-right: 1rem; } .tooltip { display: block; pointer-events: none; } .bs-tooltip-top .arrow, .bs-tooltip-bottom .arrow { left: 50%; transform: translateX(-50%); } .bs-tooltip-left .arrow, .bs-tooltip-right .arrow { top: 50%; transform: translateY(-50%); }
0.716417
0.112016
body { color: rgb(29, 25, 22); background: rgb(244, 238, 217); font-family: Cambria,"Hoefler Text",Georgia,"Times New Roman",serif; margin-top: 0.5cm; margin-bottom: 1cm; } /* page content is centred, bigger, and has at most 70ish characters on a line */ #container { font-size: 1.4em; max-width: 30em; } /* more comfortable entry text spacing */ #entryText > p { line-height: 1.5; } /* no newline after title, author, date, and prev */ #title, #author, #date, #links, .prevLink { display: inline; } /* smaller next, prev, author, date, and rights */ .nextLink, .prevLink, #author, #date, #rights { font-size: 0.8em; } /* insert a break after the top navigation */ #topNav:after { content: " "; display:block; clear: both; } /* add some vertical space after rights section */ #rights { margin-bottom: 1em; } /* right aligned date and next entry links */ #date, .nextLink { float: right; } /* left aligned prev entry links */ .prevLink { float: left; } /* some things should be centred */ .centred { margin-left: auto; margin-right: auto; } /* centre text within the topLink */ .topLink { display: block; text-align: center; } /* hide an element but leave space */ .hidden { visibility: hidden; } /* red links */ a { color: rgb(156, 0, 1); } /* mouse hover underline links */ a, a:active, a:focus { text-decoration: none; } a:hover { text-decoration: underline; } /* small blog title */ header h1 { font-size: 1em; } /* spacing between header links */ header a { margin-right: 0.2cm; } /* extra spacing after header */ header { margin-bottom: 0.5cm; } /* put entry title closer to subtitle */ #entryTitle { margin-bottom: 5px; } /* italicized subtitle */ #subTitle { margin-top: 0px; font-weight: lighter; font-size: 0.8em; font-style: italic; } /* justified entry text */ #entryText { text-align: justify; text-justify: inter-word; } /* drop cap */ #entryText > p:first-child:first-letter { font-size: 6em; float: left; margin-right: 0.05em; } /* bootstrap arrow icons */ [class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;margin-top:1px;} .icon-arrow-left{background-position:-240px -96px;} .icon-arrow-right{background-position:-264px -96px;} .icon-arrow-up {background-position: -289px -96px;} .icon-arrow-down {background-position: -312px -96px;}
main.css
body { color: rgb(29, 25, 22); background: rgb(244, 238, 217); font-family: Cambria,"Hoefler Text",Georgia,"Times New Roman",serif; margin-top: 0.5cm; margin-bottom: 1cm; } /* page content is centred, bigger, and has at most 70ish characters on a line */ #container { font-size: 1.4em; max-width: 30em; } /* more comfortable entry text spacing */ #entryText > p { line-height: 1.5; } /* no newline after title, author, date, and prev */ #title, #author, #date, #links, .prevLink { display: inline; } /* smaller next, prev, author, date, and rights */ .nextLink, .prevLink, #author, #date, #rights { font-size: 0.8em; } /* insert a break after the top navigation */ #topNav:after { content: " "; display:block; clear: both; } /* add some vertical space after rights section */ #rights { margin-bottom: 1em; } /* right aligned date and next entry links */ #date, .nextLink { float: right; } /* left aligned prev entry links */ .prevLink { float: left; } /* some things should be centred */ .centred { margin-left: auto; margin-right: auto; } /* centre text within the topLink */ .topLink { display: block; text-align: center; } /* hide an element but leave space */ .hidden { visibility: hidden; } /* red links */ a { color: rgb(156, 0, 1); } /* mouse hover underline links */ a, a:active, a:focus { text-decoration: none; } a:hover { text-decoration: underline; } /* small blog title */ header h1 { font-size: 1em; } /* spacing between header links */ header a { margin-right: 0.2cm; } /* extra spacing after header */ header { margin-bottom: 0.5cm; } /* put entry title closer to subtitle */ #entryTitle { margin-bottom: 5px; } /* italicized subtitle */ #subTitle { margin-top: 0px; font-weight: lighter; font-size: 0.8em; font-style: italic; } /* justified entry text */ #entryText { text-align: justify; text-justify: inter-word; } /* drop cap */ #entryText > p:first-child:first-letter { font-size: 6em; float: left; margin-right: 0.05em; } /* bootstrap arrow icons */ [class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;margin-top:1px;} .icon-arrow-left{background-position:-240px -96px;} .icon-arrow-right{background-position:-264px -96px;} .icon-arrow-up {background-position: -289px -96px;} .icon-arrow-down {background-position: -312px -96px;}
0.421314
0.053206
@CHARSET "UTF-8"; /*fonts*/ #fontFS { font-family: serif; } #fontFSS { font-family: sans-serif; } #fontFM { font-family: monospace; } /*general*/ #logo { background-color: #363636; } .title { background-color: #A65b5b; color: #FFFFFF; font-size: 1.5em; text-align: center; } .content .contents { border-color: #A65b5b; border-style: solid; border-width: thick; color: #A65b5b; background-color: #F0E4E4; text-align: left; } h1 { font-weight: normal; font-size: 10px; border-bottom: 2px solid #000000; } html { margin: 15; } ul { padding: 5; } body { background: #e2e2e2; color: #1d295a; max-width: 1080px; overflow-x: hidden; } label { cursor: pointer; display: inline-block; } input, select, textarea { background-color: ; border: 1px solid #313131; font-size: 5px; paddding: 1px 2px; } fieldset { /*margin: 0.6em 1.25em 0 1.25em;*/ padding: 0.3em 1.8em 1.25em; position: relative; } a:link, a:visited, a:hover { color: #00a6a6; } /*Footer*/ .footer { background: #313131; color: #000; clear: both; font-size: 5px; margin-top: 5px; padding: 2px; min-height: 2px; } .footer a { color: #2b3d86; } /*more...*/ /*Errors*/ .error { background: #fff3f3; border-color: #ffaaaa; color: #cc0000; } input:invalid, select:invalid, textarea:invalid { background: #fff3f3; border-color: #ffaaaa; color: #cc0000; } /*Tables*/ table { border-top: 1px solid #DFDFDF; border-collapse: collapse; width: 100%; margin-bottom: 1em; } /*if tables need left and top for different elements/types tr>td:first-child, tr>th:first-child { padding-left: 1.25em; } tr>td:last-child, tr>th:last-child { padding-right: 1.25em; } */ /*Buttons*/ .buttons { background-color: #efefef; overflow: hidden; padding: 0.3em; -moz-box-shadow: 0 0 3px 1px #aaaaaa; -webkit-box-shadow: 0 0 3px 1px #aaaaaa; box-shadow: 0 0 3px 1px #aaaaaa; margin: 0.1em 0 0 0; border: none; } .buttons input:hover, .buttons input:focus, .buttons a:hover, .buttons a:focus { background-color: #999999; color: #ffffff; outline: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .comment { background-color: #F0E4E4; text-align: left; } .description { background-color: #F0E4E4; text-align: left; } .example { background-color: #F0E4E4; text-align: left; } #group_title { color: #A65b5b; font-size: 2em; text-align: center; }
WebSide/ReIdea_Web/grails-app/assets/stylesheets/myCSS.css
@CHARSET "UTF-8"; /*fonts*/ #fontFS { font-family: serif; } #fontFSS { font-family: sans-serif; } #fontFM { font-family: monospace; } /*general*/ #logo { background-color: #363636; } .title { background-color: #A65b5b; color: #FFFFFF; font-size: 1.5em; text-align: center; } .content .contents { border-color: #A65b5b; border-style: solid; border-width: thick; color: #A65b5b; background-color: #F0E4E4; text-align: left; } h1 { font-weight: normal; font-size: 10px; border-bottom: 2px solid #000000; } html { margin: 15; } ul { padding: 5; } body { background: #e2e2e2; color: #1d295a; max-width: 1080px; overflow-x: hidden; } label { cursor: pointer; display: inline-block; } input, select, textarea { background-color: ; border: 1px solid #313131; font-size: 5px; paddding: 1px 2px; } fieldset { /*margin: 0.6em 1.25em 0 1.25em;*/ padding: 0.3em 1.8em 1.25em; position: relative; } a:link, a:visited, a:hover { color: #00a6a6; } /*Footer*/ .footer { background: #313131; color: #000; clear: both; font-size: 5px; margin-top: 5px; padding: 2px; min-height: 2px; } .footer a { color: #2b3d86; } /*more...*/ /*Errors*/ .error { background: #fff3f3; border-color: #ffaaaa; color: #cc0000; } input:invalid, select:invalid, textarea:invalid { background: #fff3f3; border-color: #ffaaaa; color: #cc0000; } /*Tables*/ table { border-top: 1px solid #DFDFDF; border-collapse: collapse; width: 100%; margin-bottom: 1em; } /*if tables need left and top for different elements/types tr>td:first-child, tr>th:first-child { padding-left: 1.25em; } tr>td:last-child, tr>th:last-child { padding-right: 1.25em; } */ /*Buttons*/ .buttons { background-color: #efefef; overflow: hidden; padding: 0.3em; -moz-box-shadow: 0 0 3px 1px #aaaaaa; -webkit-box-shadow: 0 0 3px 1px #aaaaaa; box-shadow: 0 0 3px 1px #aaaaaa; margin: 0.1em 0 0 0; border: none; } .buttons input:hover, .buttons input:focus, .buttons a:hover, .buttons a:focus { background-color: #999999; color: #ffffff; outline: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .comment { background-color: #F0E4E4; text-align: left; } .description { background-color: #F0E4E4; text-align: left; } .example { background-color: #F0E4E4; text-align: left; } #group_title { color: #A65b5b; font-size: 2em; text-align: center; }
0.203787
0.097648
@font-face { font-family: 'iconfont'; src: url('../font/iconfont.eot'); src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .iconshuaxin:before { content: "\e62d"; } .iconzuhe:before { content: "\e6a3"; } .iconstorage:before { content: "\e609"; } .icongouwu:before { content: "\e60a"; } .iconverify:before { content: "\e615"; } .iconcode:before { content: "\e699"; } .iconcomputer:before { content: "\e614"; } .iconyunduanshuaxin:before { content: "\ec60"; } .iconmessage:before { content: "\e605"; } .iconzhushou:before { content: "\e648"; } .iconoauthlogin:before { content: "\e61c"; } .iconfield:before { content: "\e6ab"; } .icontemplate:before { content: "\e61a"; } .iconlogs:before { content: "\e73f"; } .iconkuapingtai:before { content: "\e613"; } .iconcodeedit:before { content: "\e604"; } .iconcircles:before { content: "\e619"; } .icontag:before { content: "\e70f"; } .iconmembertype:before { content: "\e668"; } .iconlog:before { content: "\e883"; } .iconlevel:before { content: "\e633"; } .iconmemberist:before { content: "\e62c"; } .iconmemberrole:before { content: "\e640"; } .iconquanquan:before { content: "\e713"; } .iconjifen:before { content: "\e641"; } .iconyuyan:before { content: "\e765"; } .iconmodel:before { content: "\e64f"; } .iconplugin:before { content: "\e69d"; } .iconrole:before { content: "\e634"; } .iconadmin:before { content: "\e6fb"; } .iconcms:before { content: "\e662"; } .iconmember:before { content: "\e607"; } .iconpeople:before { content: "\e6f0"; } .iconapps:before { content: "\e679"; } .icondatabase2:before { content: "\e620"; } .icondatabase:before { content: "\e69e"; } .iconclothes:before { content: "\e602"; } .iconlink:before { content: "\e769"; } .icondownload:before { content: "\e6f1"; } .iconsystem:before { content: "\e600"; } .iconmodule:before { content: "\e664"; } .iconhome:before { content: "\e601"; } .iconsetting:before { content: "\e612"; } .iconclient:before { content: "\e72b"; } .iconversion:before { content: "\e689"; } .iconclear:before { content: "\e690"; } .iconclear2:before { content: "\e65c"; }
public/pack/icon/iconfont/css/iconfont.css
@font-face { font-family: 'iconfont'; src: url('../font/iconfont.eot'); src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .iconshuaxin:before { content: "\e62d"; } .iconzuhe:before { content: "\e6a3"; } .iconstorage:before { content: "\e609"; } .icongouwu:before { content: "\e60a"; } .iconverify:before { content: "\e615"; } .iconcode:before { content: "\e699"; } .iconcomputer:before { content: "\e614"; } .iconyunduanshuaxin:before { content: "\ec60"; } .iconmessage:before { content: "\e605"; } .iconzhushou:before { content: "\e648"; } .iconoauthlogin:before { content: "\e61c"; } .iconfield:before { content: "\e6ab"; } .icontemplate:before { content: "\e61a"; } .iconlogs:before { content: "\e73f"; } .iconkuapingtai:before { content: "\e613"; } .iconcodeedit:before { content: "\e604"; } .iconcircles:before { content: "\e619"; } .icontag:before { content: "\e70f"; } .iconmembertype:before { content: "\e668"; } .iconlog:before { content: "\e883"; } .iconlevel:before { content: "\e633"; } .iconmemberist:before { content: "\e62c"; } .iconmemberrole:before { content: "\e640"; } .iconquanquan:before { content: "\e713"; } .iconjifen:before { content: "\e641"; } .iconyuyan:before { content: "\e765"; } .iconmodel:before { content: "\e64f"; } .iconplugin:before { content: "\e69d"; } .iconrole:before { content: "\e634"; } .iconadmin:before { content: "\e6fb"; } .iconcms:before { content: "\e662"; } .iconmember:before { content: "\e607"; } .iconpeople:before { content: "\e6f0"; } .iconapps:before { content: "\e679"; } .icondatabase2:before { content: "\e620"; } .icondatabase:before { content: "\e69e"; } .iconclothes:before { content: "\e602"; } .iconlink:before { content: "\e769"; } .icondownload:before { content: "\e6f1"; } .iconsystem:before { content: "\e600"; } .iconmodule:before { content: "\e664"; } .iconhome:before { content: "\e601"; } .iconsetting:before { content: "\e612"; } .iconclient:before { content: "\e72b"; } .iconversion:before { content: "\e689"; } .iconclear:before { content: "\e690"; } .iconclear2:before { content: "\e65c"; }
0.224906
0.078184
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, 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-weight: inherit; font-style: inherit; font-family: inherit; font-size: 100%; vertical-align: baseline; } body { line-height: 1; color: #000; background: #fff; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; vertical-align: middle; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } a img { border: none; } * { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: grayscale; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } ::-webkit-scrollbar { width: 12px; background-color: #202020; } ::-webkit-scrollbar-thumb { background-color: #bfc6cc; } html { height: 100%; min-height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { height: calc(100% - 240px); margin-top: 144px; font: 0 "Open Sans", sans-serif; font-weight: 300; color: #fff; overflow-y: scroll; } body #content { min-height: 100%; } p { line-height: 24px; font-size: 18px; text-align: justify; } p a { text-decoration: underline; } h1 { font-size: 48px; font-weight: 700; text-transform: uppercase; } h6 { line-height: 18px; font-size: 12px; } a { color: #fff; text-decoration: initial; cursor: pointer; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s; transition: color 0.3s; } a:hover { color: #c5c4c4; } strong { font-weight: bold; color: #bfc6cc; } press { display: inline-block; height: 48px; width: 150px; line-height: 48px; font-size: 18px; font-weight: 400; text-align: center; text-transform: uppercase; background-color: #7f8993; cursor: pointer; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; -ms-transition: background-color 0.3s; transition: background-color 0.3s; } press:hover, press.selected { background-color: #bfc6cc; } press a { display: block; height: 100%; width: 100%; } press a:hover { color: inherit; } row { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: box; display: flex; padding: 0 20%; } row:nth-child(even) { background-color: #323232; } row div, row p { -webkit-box-align: stretch; -moz-box-align: stretch; -o-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch; -webkit-transition: opacity 0.9s; -moz-transition: opacity 0.9s; -o-transition: opacity 0.9s; -ms-transition: opacity 0.9s; transition: opacity 0.9s; } row div { width: 252px; } row div.numbering { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: box; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -o-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; font-size: 60px; font-weight: 700; } row p { width: calc(100% - 252px); padding: 60px 0; } row p.noimage { width: 100%; } group { display: block; } group .group_title { width: 100%; font-size: 18px; font-weight: 400; text-transform: uppercase; text-align: center; } group .group_title p { padding: 60px 0; text-align: center; background: rgba(32,32,32,0.8); cursor: pointer; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; -ms-transition: background 0.3s; transition: background 0.3s; } group .group_title p:hover, group .group_title p.hovered { background: rgba(32,32,32,0.6); } group .group_content { display: block; margin: 0 10%; text-align: center; overflow: hidden; -webkit-transition: height 0.9s ease-in-out; -moz-transition: height 0.9s ease-in-out; -o-transition: height 0.9s ease-in-out; -ms-transition: height 0.9s ease-in-out; transition: height 0.9s ease-in-out; } group .group_content.notransition { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } .hidden { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
style/common/site.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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-weight: inherit; font-style: inherit; font-family: inherit; font-size: 100%; vertical-align: baseline; } body { line-height: 1; color: #000; background: #fff; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; vertical-align: middle; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } a img { border: none; } * { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: grayscale; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } ::-webkit-scrollbar { width: 12px; background-color: #202020; } ::-webkit-scrollbar-thumb { background-color: #bfc6cc; } html { height: 100%; min-height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { height: calc(100% - 240px); margin-top: 144px; font: 0 "Open Sans", sans-serif; font-weight: 300; color: #fff; overflow-y: scroll; } body #content { min-height: 100%; } p { line-height: 24px; font-size: 18px; text-align: justify; } p a { text-decoration: underline; } h1 { font-size: 48px; font-weight: 700; text-transform: uppercase; } h6 { line-height: 18px; font-size: 12px; } a { color: #fff; text-decoration: initial; cursor: pointer; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s; transition: color 0.3s; } a:hover { color: #c5c4c4; } strong { font-weight: bold; color: #bfc6cc; } press { display: inline-block; height: 48px; width: 150px; line-height: 48px; font-size: 18px; font-weight: 400; text-align: center; text-transform: uppercase; background-color: #7f8993; cursor: pointer; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; -ms-transition: background-color 0.3s; transition: background-color 0.3s; } press:hover, press.selected { background-color: #bfc6cc; } press a { display: block; height: 100%; width: 100%; } press a:hover { color: inherit; } row { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: box; display: flex; padding: 0 20%; } row:nth-child(even) { background-color: #323232; } row div, row p { -webkit-box-align: stretch; -moz-box-align: stretch; -o-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch; -webkit-transition: opacity 0.9s; -moz-transition: opacity 0.9s; -o-transition: opacity 0.9s; -ms-transition: opacity 0.9s; transition: opacity 0.9s; } row div { width: 252px; } row div.numbering { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: box; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -o-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; font-size: 60px; font-weight: 700; } row p { width: calc(100% - 252px); padding: 60px 0; } row p.noimage { width: 100%; } group { display: block; } group .group_title { width: 100%; font-size: 18px; font-weight: 400; text-transform: uppercase; text-align: center; } group .group_title p { padding: 60px 0; text-align: center; background: rgba(32,32,32,0.8); cursor: pointer; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; -ms-transition: background 0.3s; transition: background 0.3s; } group .group_title p:hover, group .group_title p.hovered { background: rgba(32,32,32,0.6); } group .group_content { display: block; margin: 0 10%; text-align: center; overflow: hidden; -webkit-transition: height 0.9s ease-in-out; -moz-transition: height 0.9s ease-in-out; -o-transition: height 0.9s ease-in-out; -ms-transition: height 0.9s ease-in-out; transition: height 0.9s ease-in-out; } group .group_content.notransition { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } .hidden { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); }
0.420838
0.059757
body { width: 100vw; } .main { padding: 15px; font-size: 22px; } } p { color: white; font-size: 25px; } .law { color: red; } .ani { background-color: white; height: 200px; width: 100vw; display: block; margin: -15px; overflow: clip; padding: 0; } #slides { position: relative; padding: 0px; margin: 0px; overflow-x: hidden; width: 100vw; } .slide { position: relative; top: 0; width: 100%; height: ; display: block; overflow: hidden; -webkit-transition: opacity 1s; -; } h1 { font-size: 30px; padding: auto; margin: auto; } button { width: 30%; background-color: #0b0b0b; color: white; border-radius: 10px; padding: 10px; text-align: center; border: 0px; margin: 25px 5px 5px 0; font-size: 20px; cursor: pointer; height: 40px; } button:not(.previousf):not(.previous):not(.next):not(.pass) { display: block; margin: 5px auto; } .previous { float: left; } .previousf { opacity: 0.2; } .next { right: 0px; float: right; } .pass { right: 0px; float: right; } #no { visibility: hidden; } .crt { color: inherit; transition: color 0.5s; } .crt:hover { color: #12ab0e; } .wrg { color: inherit; transition: color 2s; } .wrg:hover { color: #ab1500; } .cong { width: 15vw; height: 10vh; animation: popping 2s ease-in 0s infinite normal forwards; } @keyframes popping { from { transform: scale(0.01); } to { transform: scale(1); } } button>a { text-decoration: none; color: white; } #nd { position: relative; left: 50vw; } /*quiz styles*/ .questions { padding: 0px; font-size: 20px; font-weight: bold; } fieldset { border: 2px solid #00c1ff; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; margin: 10px; } form { font-size: 20px; } .slide form { width: 80%; margin: 5px auto; } .slide .main { padding: 15px; font-family: 'poppins'; } @keyframes slideInRight { from { left: 100%; } to { left: 0%; } } .slideInFromRight { animation: slideInRight 0.8s ease-out 0s 1 normal forwards; /*position: relative;*/ } .hide{display: none;}.show{display: block;} .slideOutFromRight { animation: slideOutRight 0.75s ease-out 0s normal forwards; } @keyframes slideOutRight { from { left: 0%; } to{ left: -100%; } } .slideInFromLeft{ animation: slideInLeft 1s ease-out 0s 1 normal forwards; } @keyframes slideInLeft { from { transform: translateX(-100%); } to { transform: translateX(0%); } } .slideOutFromLeft { animation: slideOutLeft 0.6s ease-out 0s normal forwards; } @keyframes slideOutLeft { from { transform: translateX(0%); } to { transform: translateX(100%); } } .centerS { text-align: center; } .summ { text-align: left; } #congrat { display: none; } #congrats img { margin-left: -50%; } .cursive { font-family: cursive; } #congrat>h3 { font-size: 20px; } table { margin: 5px auto; width: 95vw; font-size: 18px; } th,td,tr { border: 0.1em solid #0074ac; } /* Customize the label (the container) */ .container {   display: block;   position: relative;   padding-left: 35px;   margin-bottom: 12px;   cursor: pointer;   font-size: 22px;   -webkit-user-select: one;   -moz-user-select: none;   -ms-user-select: none;   user-select: none; } .container input {   position: absolute;   opacity: 0;   cursor: pointer;   height: 0;   width: 0; } .checkmark {   position: absolute;   top: 0;   left: 0;   height: 25px;   width: 25px;   background-color: #eee;   border-radius: 50%; } input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 50%; width: 26px; height: 26px; border: 2px solid #00c1ff; margin-right: 5px; position: relative; top: 4px; transition: 180ms all ease-in-out; opacity: 0.8; } input:checked { border: 6px solid #00c1ff; color: black; transform: scale(1.05); opacity: 1; outline: unset !important /* I added this one for Edge (chromium) support */; } #myProgress { width: 100%; background-color: #aae0ff; border-radius: 5px; } #myBar { width: 0%; height: 30px; background-color: #4CAF50; text-align: center; line-height: 30px; border-radius: 5px; color: white; } .resultStat { border-radius: 4px; width: 75vw; background: rgba( 255, 255, 255, 1 ); border-radius: 6px; box-shadow: 3px 3px 15px #ddd, -4px -4px 17px #fff; margin: 10px auto; padding: 5px auto; } .resultStat li { margin: 10px auto; } .main .resultStat a { color: #00acff; font-size: 20px; margin: 2px; text-decoration: none; } .g-stats { padding: 10px; } .profilePic { height: 8em; width: 8em; border-radius: 50%; display: flex; margin: 10px auto; border: 2px #fff solid; } .ppicCon>h4 { display: flex; justify-content: center; font-size: 1.2em; } .sum-stats { text-align: left; } .sum-stats h3 { padding: 10px; margin: 5px; background-color: white; } .sum-stats h3 span { color: #fff; width: 2.3em; height: 2.3em; font-size: 0.8em; float: right; text-align: center; margin:-5px 2px 0 0; line-height: 2.3em; border-radius: 50%; background-color: #00acff; } .mainR { font-size: 20px; } @media(min-width: 600px) { .g-stats { width: 38.195vw; position: fixed; max-height: calc(100vh - 9rem); height: 100vh; top: auto; left: 0; z-index: 1; overflow-x: hidden; } .mainR { margin-left: 40%; position: fixed; max-height: calc(100vh - 9rem); overflow-y: auto; width: 61.805vw; height: 500vh; overflow-x: hidden; } .resultStat { width: 40vw; } .slide form { width: 55%; } button { width: 15%; } .slideInFromLeft,.slideInLeft,.slideInRight,.slideInFromRight{ animation-duration: 3s; animation-timing-function: linear; } } #recom {overflow-wrap: break-word} #recom a { margin: 2px; padding: 2px; color: #0097ff; text-decoration: none; font-size: 20px; } #module { overflow: scroll; } .timerCon{ position: fixed; top: 0; width: 100vw; padding: 10px 0 10px 10px; font-size: 30px; z-index: 2; text-align: center; vertical-align: middle; } #timer { text-align: right; font-size: 24px; font-weight: bold; color: white; background-color: #00acff; border-radius: 4px; margin: -10px 10px 0 10%; padding: 10px; display: inline-block; } @media(max-width: 450px) { .LearnH { font-size: 2em; } } .g-stats { margin: -15px; } .sup { font-size: 10px; position: relative; margin-left: 5px; } .sub { font-size: 10px; } .del{ background: #ff352a; width: auto; }
learn/learnc.css
body { width: 100vw; } .main { padding: 15px; font-size: 22px; } } p { color: white; font-size: 25px; } .law { color: red; } .ani { background-color: white; height: 200px; width: 100vw; display: block; margin: -15px; overflow: clip; padding: 0; } #slides { position: relative; padding: 0px; margin: 0px; overflow-x: hidden; width: 100vw; } .slide { position: relative; top: 0; width: 100%; height: ; display: block; overflow: hidden; -webkit-transition: opacity 1s; -; } h1 { font-size: 30px; padding: auto; margin: auto; } button { width: 30%; background-color: #0b0b0b; color: white; border-radius: 10px; padding: 10px; text-align: center; border: 0px; margin: 25px 5px 5px 0; font-size: 20px; cursor: pointer; height: 40px; } button:not(.previousf):not(.previous):not(.next):not(.pass) { display: block; margin: 5px auto; } .previous { float: left; } .previousf { opacity: 0.2; } .next { right: 0px; float: right; } .pass { right: 0px; float: right; } #no { visibility: hidden; } .crt { color: inherit; transition: color 0.5s; } .crt:hover { color: #12ab0e; } .wrg { color: inherit; transition: color 2s; } .wrg:hover { color: #ab1500; } .cong { width: 15vw; height: 10vh; animation: popping 2s ease-in 0s infinite normal forwards; } @keyframes popping { from { transform: scale(0.01); } to { transform: scale(1); } } button>a { text-decoration: none; color: white; } #nd { position: relative; left: 50vw; } /*quiz styles*/ .questions { padding: 0px; font-size: 20px; font-weight: bold; } fieldset { border: 2px solid #00c1ff; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; margin: 10px; } form { font-size: 20px; } .slide form { width: 80%; margin: 5px auto; } .slide .main { padding: 15px; font-family: 'poppins'; } @keyframes slideInRight { from { left: 100%; } to { left: 0%; } } .slideInFromRight { animation: slideInRight 0.8s ease-out 0s 1 normal forwards; /*position: relative;*/ } .hide{display: none;}.show{display: block;} .slideOutFromRight { animation: slideOutRight 0.75s ease-out 0s normal forwards; } @keyframes slideOutRight { from { left: 0%; } to{ left: -100%; } } .slideInFromLeft{ animation: slideInLeft 1s ease-out 0s 1 normal forwards; } @keyframes slideInLeft { from { transform: translateX(-100%); } to { transform: translateX(0%); } } .slideOutFromLeft { animation: slideOutLeft 0.6s ease-out 0s normal forwards; } @keyframes slideOutLeft { from { transform: translateX(0%); } to { transform: translateX(100%); } } .centerS { text-align: center; } .summ { text-align: left; } #congrat { display: none; } #congrats img { margin-left: -50%; } .cursive { font-family: cursive; } #congrat>h3 { font-size: 20px; } table { margin: 5px auto; width: 95vw; font-size: 18px; } th,td,tr { border: 0.1em solid #0074ac; } /* Customize the label (the container) */ .container {   display: block;   position: relative;   padding-left: 35px;   margin-bottom: 12px;   cursor: pointer;   font-size: 22px;   -webkit-user-select: one;   -moz-user-select: none;   -ms-user-select: none;   user-select: none; } .container input {   position: absolute;   opacity: 0;   cursor: pointer;   height: 0;   width: 0; } .checkmark {   position: absolute;   top: 0;   left: 0;   height: 25px;   width: 25px;   background-color: #eee;   border-radius: 50%; } input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 50%; width: 26px; height: 26px; border: 2px solid #00c1ff; margin-right: 5px; position: relative; top: 4px; transition: 180ms all ease-in-out; opacity: 0.8; } input:checked { border: 6px solid #00c1ff; color: black; transform: scale(1.05); opacity: 1; outline: unset !important /* I added this one for Edge (chromium) support */; } #myProgress { width: 100%; background-color: #aae0ff; border-radius: 5px; } #myBar { width: 0%; height: 30px; background-color: #4CAF50; text-align: center; line-height: 30px; border-radius: 5px; color: white; } .resultStat { border-radius: 4px; width: 75vw; background: rgba( 255, 255, 255, 1 ); border-radius: 6px; box-shadow: 3px 3px 15px #ddd, -4px -4px 17px #fff; margin: 10px auto; padding: 5px auto; } .resultStat li { margin: 10px auto; } .main .resultStat a { color: #00acff; font-size: 20px; margin: 2px; text-decoration: none; } .g-stats { padding: 10px; } .profilePic { height: 8em; width: 8em; border-radius: 50%; display: flex; margin: 10px auto; border: 2px #fff solid; } .ppicCon>h4 { display: flex; justify-content: center; font-size: 1.2em; } .sum-stats { text-align: left; } .sum-stats h3 { padding: 10px; margin: 5px; background-color: white; } .sum-stats h3 span { color: #fff; width: 2.3em; height: 2.3em; font-size: 0.8em; float: right; text-align: center; margin:-5px 2px 0 0; line-height: 2.3em; border-radius: 50%; background-color: #00acff; } .mainR { font-size: 20px; } @media(min-width: 600px) { .g-stats { width: 38.195vw; position: fixed; max-height: calc(100vh - 9rem); height: 100vh; top: auto; left: 0; z-index: 1; overflow-x: hidden; } .mainR { margin-left: 40%; position: fixed; max-height: calc(100vh - 9rem); overflow-y: auto; width: 61.805vw; height: 500vh; overflow-x: hidden; } .resultStat { width: 40vw; } .slide form { width: 55%; } button { width: 15%; } .slideInFromLeft,.slideInLeft,.slideInRight,.slideInFromRight{ animation-duration: 3s; animation-timing-function: linear; } } #recom {overflow-wrap: break-word} #recom a { margin: 2px; padding: 2px; color: #0097ff; text-decoration: none; font-size: 20px; } #module { overflow: scroll; } .timerCon{ position: fixed; top: 0; width: 100vw; padding: 10px 0 10px 10px; font-size: 30px; z-index: 2; text-align: center; vertical-align: middle; } #timer { text-align: right; font-size: 24px; font-weight: bold; color: white; background-color: #00acff; border-radius: 4px; margin: -10px 10px 0 10%; padding: 10px; display: inline-block; } @media(max-width: 450px) { .LearnH { font-size: 2em; } } .g-stats { margin: -15px; } .sup { font-size: 10px; position: relative; margin-left: 5px; } .sub { font-size: 10px; } .del{ background: #ff352a; width: auto; }
0.33939
0.113383
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); /* --- Font */ /* Reset css --- */ * {padding:0px; margin:0px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;} *:focus {outline: 0;} html, body{ overflow-x:hidden;} body{margin:0; padding:0; font-size:16px; color:#080808; background: #FFF; font-family: 'Roboto', sans-serif;} ol, ul {list-style: none; margin:0; padding:0;} :focus {outline: 0;} a, a:link {text-decoration: none !important; outline:none;} p { padding:2px 0; margin:0;} .clear {clear:both;} a {color:#36A1D6; text-decoration:none;} a:hover {text-decoration:none; color:#0c528f;} a:focus{outline:none !important;} :hover{transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;} h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight: 400; color: #1f1920;} img {border:0; max-width:100%; height:auto;} ::-webkit-input-placeholder {opacity:1; color: #999999;} :-moz-placeholder{opacity:1; color: #999999;} ::-moz-placeholder{opacity:1; color: #999999;} :-ms-input-placeholder{opacity:1; color: #999999;} /* --- Reset css */ .container{ max-width: 1380px !important; padding-top: 0 !important; padding-bottom: 0 !important;} [class*="col-"]{ padding-top: 0 !important; padding-bottom: 0 !important;} [class*="col"]{ padding-top: 0 !important; padding-bottom: 0 !important;} .site-header{ background: rgba(17,17,17,0.5); position: absolute; width: 100%; left: 0; top: 0; padding: 28px 0; z-index: 99; transition: all 0.5s ease;} .site-header.fixed{ position: fixed; padding: 10px 0; background: rgba(17,17,17,1);} .site-nav-wrap{ text-align: right;} .site-nav-wrap button{ background: none !important; color: #FFF; font-size: 18px !important; border: none !important; box-shadow: none !important;} .site-nav{ display: inline-flex;} .site-nav ul{ float: right; margin: 0; padding: 0;} .site-nav ul li{ display: inline-block;} .site-nav ul li a{ display: inline-block; text-transform: uppercase; color: #FFF; font-size: 18px; border-radius: 50px; padding: 15px 25px;} /* .site-nav ul li:last-child a{ border: 1px solid #FFF; padding-left: 40px; padding-right: 40px; margin-left: 15px;} .site-nav ul li:last-child a:hover{ background: #FFF; color: #000;} */ .dropdown-menu{ padding-left: 0 !important;} .site-nav ul li a.signBtn{ border: 1px solid #FFF; padding-left: 40px; padding-right: 40px; margin-left: 15px;} .site-nav ul li a.signBtn:hover{ background: #FFF; color: #000;} .here-banner{ background: url('../images/banner.jpg') no-repeat center center; height: 750px; background-size: cover; text-align: center;} .here-banner .container, .here-banner .row{ height: 100%;} .here-banner h1{ font-size: 80px; color: #FFF; padding-top: 60px;} .site-link{ display: inline-block; font-size: 18px; color: #FFF !important; margin-top: 80px; border: 1px solid #FFF; padding: 15px 40px; border-radius: 50px;} .site-link:hover{ background: #FFF; color: #000 !important;} .site-link.black{ display: inline-block; font-size: 15px; color: #FFF !important; background: #000000 !important; border: 1px solid #000; padding: 10px 40px; border-radius: 50px;} .site-link.black:hover{ background: #000; color: #FFFFFF !important;} .what-we-do{ padding: 90px 0;} .what-we-do h2{ font-size: 48px; font-weight: 500; line-height: 70px;} .process{ background: #f7f7f7; padding: 60px 0;} .process-single{ position: relative; padding-left: 140px;} .process-single h3{ font-size: 28px; color: #000; font-weight: 500;} .process-single p{ font-size: 18px; padding-top: 10px;} .process-img{ width: 120px; position: absolute; left: 0; top: 0;} .press{ margin: 94px 0; position: relative;} .press::after{ content: ''; position: absolute; left: 0; top: 0; width: calc(50vw - 140px); height: 100%; background: url('../images/press-main.jpg') no-repeat; background-size: cover;} .press-right{ padding-left: 20px;} .press-right h2{ font-size: 48px; font-weight: 700;} .press-single h3{ font-size: 29px; font-weight: 700;} .press-single h4{ font-size: 18px; color: #666666; font-weight: 500; padding: 8px 0 0 0;} .press-single p{ font-size: 18px; line-height: 28px; padding: 12px 0 0 0;} .press-single li{ position: relative; padding-left: 180px; margin-top: 50px;} .press-single li .press-img{ width: 162px; position: absolute; left: 0; top: 0; border: none; margin: 0; padding: 0;} .press-txt{ position: relative; min-height: 140px;} .press-single li a{ position: absolute; bottom: 0; left: 160px; font-size: 18px; color: #1f1920; display: inline-block; padding: 0 26px 0 0;} .press-single li a::after{ content: ''; width: 15px; height: 13px; position: absolute; right: 0; top: 6px; background: url('../images/arrow.png') no-repeat;} .press-left{ position: relative; z-index: 2; border: 10px solid rgba(235,235,235,.37); margin-right: 44px; padding: 60px;} .press-left h2{ font-size: 48px; color: #FFF; font-weight: 700;} .services{ padding: 95px 0; padding-top: 0;} .services .col-xl-4{ margin-top: 30px;} .services h2{ font-size: 55px; font-weight: 700; padding-bottom: 30px;} .services-single{ background: #f3f3f3; height: 100%; padding: 25px; position: relative; padding-left: 100px;} .services-single h3{ font-size: 30px; font-weight: 700;} .services-single p{ font-size: 18px; line-height: 30px; padding: 15px 0 0 0;} .services-icon{ position: absolute; left: 25px; top: 25px;} .sign-banner{ background: url('../images/sign-banner.jpg') no-repeat; padding: 90px 0; background-size: cover;} .sign-banner h2{ font-size: 36px; color: #FFF; font-weight: 500;} .sign-banner p{ font-size: 22px; color: #FFF; padding: 25px 0 0 0;} .site-footer{ background: #232323; padding: 80px 0 0 0;} .site-footer h3{ font-size: 24px; color: #FFF; font-weight: 500; padding-bottom: 20px;} .footer-single ul{ padding: 0 !important; margin: 0 !important;} .footer-single ul li{ margin-top: 8px;} .footer-single ul li a{ font-size: 18px; color: #FFF; transition: all 0.5s ease; position: relative; } .footer-single ul li a::after{ content: '\f105'; position: absolute; left: 10px; opacity: 0; visibility: hidden; top: 0; font-family: fontAwesome; transition: all 0.5s ease;} .footer-single ul li a:hover{ padding-left: 15px;} .footer-single ul li a:hover::after{ opacity: 1; visibility: visible; left: 0;} .footer-social ul{ float: right; margin: 0 !important; padding: 0 !important;} .footer-social ul li{ float: left; margin: 0 0 0 15px;} .footer-social ul li a{ color: #232323; line-height: 30px; font-size: 18px; display: inline-block; width: 30px; height: 30px; text-align: center; background: #4e4e4d; border-radius: 100%; transition: all 0.5s ease;} .footer-social ul li a:hover{ background: #FFF;} .footer-copy{ border-top: 1px solid #333333; margin-top: 40px; padding: 40px 0;} .footer-copy p{ color: #4e4e4d; font-size: 16px; margin: 0 !important; padding: 0 !important;} /* Login Page */ .here-banner.small{ height: 410px;} .page-breadcrumb{ padding: 70px 0;} .page-breadcrumb ul{ margin: 0 !important; padding: 0 !important;} .page-breadcrumb ul li{ display: inline-block;} .page-breadcrumb ul li a{ display: inline-block; position: relative; color: #333333; padding: 0 20px 0 10px; font-size: 18px;} .page-breadcrumb ul li:first-child a{ padding-left: 0;} .page-breadcrumb ul li:last-child a::after{ display: none;} .page-breadcrumb ul li:last-child a{ color: #666666;} .page-breadcrumb ul li a::after{ content: '\f105'; position: absolute; right: 0; top: 0; font-family: fontAwesome;} .wrap-bg{ background: #f7f7f7; padding-bottom: 150px;} .login-container{ background: #FFF; padding: 80px 70px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .login-container h2{ font-size: 30px; font-weight: 700; color: #281b02;} .login-container h3{ font-size: 20px; color: #281b02; padding: 15px 0 0 0;} ul.list { margin: 30px 0 0 0; padding: 0; padding-left: 0 !important;} .list li{ font-size: 16px; color: #281b02; position: relative; padding: 1px 0 0 16px; margin: 10px 0 0 0;} .list li::after{ content: '\f105'; position: absolute; left: 0; top: 0; font-family: fontAwesome;} .custom-form{ padding-top: 20px;} .custom-form .v-input__prepend-outer{ transform: translateY(-17px);} .custom-form input[type="text"], .custom-form input[type="password"], .custom-form input[type="email"], .custom-form input[type="file"], .custom-form select, .custom-form textarea{ width: 100%; font-size: 18px; color: #000 !important; margin: 20px 0 0 0; border-bottom-width: 2px !important;} .custom-form .v-file-input__text{ width: 100%; font-size: 18px; color: #999999 !important; margin: 20px 0 0 0; border-bottom-width: 2px !important;} .custom-form .v-select__selections{ width: 100%; font-size: 18px; color: #999999 !important; margin: 20px 0 0 0; border-bottom-width: 2px !important;} .custom-form label{ font-size: 16px; color: #000 !important; text-transform: uppercase;} .custom-form .v-label--active{ transform: translateY(-18px) scale(1) !important;} .custom-form .v-text-field{ margin-top: 15px;} .custom-form .v-btn.block{ font-weight: 300 !important; letter-spacing: inherit !important; display: block; width: 100%; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .v-btn.btn-auto{ font-weight: 300 !important; letter-spacing: inherit !important; display: inline-block; min-width: 220px !important; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .v-btn.btn-bdr{ background: none !important; color: #000 !important; border: 1px solid #000 !important;} .v-btn .fa{ display: inline-block; margin: 0 10px;} .v-btn.btn-block{ font-weight: 300 !important; letter-spacing: inherit !important; display: inline-block; min-width: 220px !important; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .submit-sec{ margin-top: 20px;} .submit-sec a{ color: #333333 !important;} .with-bdr{ border-right: 2px solid #e8e8e8;} .login-left{ padding-right: 30px;} .login-right{ padding-left: 30px;} .custom-form .v-btn--disabled{ font-weight: 300 !important; letter-spacing: inherit !important; display: inline-block; min-width: 220px !important; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .login-left-main{ background: #000; padding: 40px; color: #FFF;} .login-left-main h2, .login-left-main h3{ color: #FFF;} .login-left-main h3{ padding-top: 0; position: relative; padding-bottom: 18px;} .login-left-main h3::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 5px; background: #FFF; } .login-left-main ul li{ color: #FFF;} ul.listN{ margin: 30px 0 0 0 !important; padding: 0 !important;} .listN li{ margin-top: 20px;} .listN li a{ display: block; position: relative; text-align: center; font-size: 22px; color: #FFF; text-transform: uppercase; background: #292928; min-height: 105px; padding: 23px 120px 0 0;} .listN li a span{ display: block; font-size: 18px; color: #c7c7c7; text-transform: none;} .listIcon{ width: 120px; height: 100%; position: absolute; right: 0; top: 0; background: #353533; text-align: center; line-height: 102px;} /* Login Page */ /* signup page */ .comp-details{ background: #efefef; padding: 30px; margin-top: 40px;} .already-login{ text-align: center; border-top: 2px solid #e8e8e8; margin: 50px 0 0 0; padding: 30px 0 0 0;} .for-register{ padding-top: 0;} .for-register .v-text-field:first-child{ margin-top: 0;} .register-form{ background: #f7f5f5; padding: 30px;} .has-login{ text-align: center; margin-top: 50px; padding-bottom: 20px;} .has-login p{ position: relative; margin: 0 0 40px 0 !important; padding: 0 0 0 0;} .has-login p span{ display: inline-block; background: #f7f5f5; padding: 5px 15px; position: relative; z-index: 2;} .has-login p::after{ content: ''; width: 100%; height: 1px; background: #e8e8e8; position: absolute; left: 0; top: 16px;} .good-company{ padding-top: 70px; text-align: center;} .good-company h2{ padding-bottom: 30px;} /* signup page */ /* dashboard */ .wrap-bg.alt{ margin-top: 78px;} .site-header.header-static{ background: #111111;} .header-static .site-header{ background: #111111;} .dash-search{ background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 25px;} .dash-card-single{ position: relative; min-height: 240px; height: 100%;} .dash-icon{ width: 134px; text-align: center; font-size: 100px;} .dash-card-single{ display: flex; align-items: center; background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 25px 20px;} .dash-card-inner{ position: relative; top: 50%; transform: translateY(-50%);} .dash-card-single h6{ font-size: 100px; line-height: 70px;} .dash-card-single p{ font-size: 18px; color: #000; margin: 0 !important; padding: 0 0 15px 0 !important;} .dash-card-single .btn-group{ margin-top: 25px;} .dash-card-single .btn-group a{ display: inline-block; font-size: 18px; color: #000; padding: 16px 30px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); margin-left: 10px; background: #FFF;} .dash-card-single .btn-group a:hover{ background: #000; color: #FFF;} .dash-card-single .btn-group a:first-child{ margin-left: 0;} .acc-details{ text-align: right;} .accpic{ display: inline-flex; vertical-align: middle; position: relative; padding: 0 80px 0 20px; margin: 0 0 0 20px; border-left: 1px solid #acacac;} .accpic img{ width: 60px; height: 60px; position: absolute; right: 0; top: 50%; margin-top: -30px; border: 1px solid #000;} .accpic span{ vertical-align: middle; color: #000;} .dash-search .form-control{ height: 55px !important; border-radius: 0 !important; border-right: 0 !important;} .dash-search .input-group-text{ border-left: 0 !important; background: none; color: #000;} .submission-con{ float: right; width: 134px; height: 150px; background: url('../images/submission-norm.png') no-repeat;} .dash-card-single:hover .submission-con{ background: url('../images/submission-hover.png') no-repeat;} .receipt-icon{ float: right; width: 104px; height: 146px; background: url('../images/receipt.png') no-repeat;} .dash-card-single:hover .receipt-icon{ background: url('../images/receipt-hover.png') no-repeat;} .dash-cards [class*="col-"]{ margin-top: 30px;} .dash-card-single:hover{ background: #000000; color: #FFF;;} .dash-card-single:hover p, .dash-card-single:hover h6{ color: #FFF;} .dash-card-single.map-bg{ background: url('../images/map-norm.png') no-repeat; background-size: cover;} .dash-card-single.map-bg:hover{ background: url('../images/map-hover.png') no-repeat; background-size: cover;} .dash-card-single h2{ font-size: 22px; font-weight: 700;} .dash-cards.for-table{ margin-top: 30px; background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 25px;} .for-table h2{ font-size: 22px; font-weight: 700;} .theme-table{ margin-top: 25px;} .theme-table tr th{ font-size: 14px !important; text-transform: uppercase; color: #000 !important;} .theme-table tr td{ font-size: 14px !important; color: #717171 !important;} /* dashboard */ /* Media Page */ .media-main{ background: #FFF; padding: 80px 70px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .media-main h2{ font-size: 45px; font-weight: 700;} .media-main h3{ font-size: 25px;} .media-main p{ font-size: 18px;} .media-single:nth-child(odd) .col-lg-6:first-child{ order: 2;} .media-single:nth-child(odd) .col-lg-6:last-child{ order: 1;} .media-single{ border-top: 1px solid #d8d8d8; padding: 50px 0;} .media-single:first-of-type{ border-top: 0;} .media-single:last-of-type{ padding-bottom: 0;} .media-single h2{ position: relative; padding-bottom: 15px; margin-bottom: 25px;} .media-single h2::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 85px; height: 4px; background: #c1c1c1;} .media-right{ padding-left: 40px;} .media-single:nth-child(odd) .media-right{ padding-left: 0; padding-right: 40px;} .rss-single{ height: 100%; padding: 30px; background: url('../images/rssbg.jpg') no-repeat; background-size: cover; position: relative;} .rss-single:hover{ background: url('../images/rssbg-hover.jpg') no-repeat; background-size: cover;} /* Media Page */ /* Invoices */ h2.topTitle{ font-weight: 700; padding-bottom: 30px;} .acc-details.alt{ text-align: left; margin-top: 15px;} .acc-details.alt .accpic{ padding: 0 0 0 73px; border-left: 0; margin: 0;} .acc-details.alt .accpic img{ right: inherit; left: 0;} .proDetails{ padding: 30px 0 0 0;} .proDetails p{ margin: 0 !important; padding: 8px 0 0 0 !important; color: #000;} .for-invoice{ background: #f7f7f7;} /* Invoices */ /* RSS Listings */ .listingWrap{ background: #FFF; padding:30px 40px 60px 40px; margin: 50px 0 0 0; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .listingSingle{ background: #e9e9e9; height: 100%; transition: all 0.5s ease;} .listTxt{ padding: 25px;} .listTxt h3{ font-size: 18px; color: #1f1920; font-weight: 600;} .listTxt h4{ font-size: 15px; color: #666666; font-weight: 600; padding: 6px 0 10px 0;} .listTxt p{ font-size: 15px; color: #000 !important;} .listTxt a{ position: relative; font-size: 16px; color: #1f1920 !important; display: inline-block; padding: 0 26px 0 0;} .listTxt a::after{ content: ''; width: 15px; height: 13px; position: absolute; right: 0; top: 6px; background: url('../images/arrow.png') no-repeat;} .listingWrap [class*="col-"]{ margin-top: 30px;} .listImg{overflow: hidden;} .listImg img{ transition: all 0.5s ease;} .listingSingle:hover .listImg img{ transform: scale(1.1);} .listingSingle:hover{ background: none; -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.2); box-shadow: 0 0 25px 0 rgba(0,0,0,0.2); transform: translateY(-10px);} .loadMore{ margin-top: 70px; text-align: center; position: relative;} .loadMore::after{ content: ''; position: absolute; width: 100%; height: 1px; background: #dbdbdb; left: 0; top: 50%;} .loadMore button{ position: relative; z-index: 2;} .rss-single-icon{ width: 121px; height: 121px; background: url('../images/wallet.png') no-repeat; position: absolute; right: 30px; top: 30px;} .listingWrap .rss-single{ min-height: 180px;} .view-rss{ display: inline-block; background: #000; font-size: 16px; color: #FFF !important; padding: 6px 20px; margin: 10px 0 0 0;} .view-rss i { margin-left: 15px;} .listingWrap .rss-single p{ margin: 0 !important; padding: 25px 0 0 0 !important;} .rss-single:hover p{ color: #FFF;} .rss-single:hover .view-rss{ background: #c0c0c0; color: #000 !important;} .rss-single:hover .rss-single-icon{ background: url('../images/wallet-white.png') no-repeat;} .listingWrap.alt{ padding-top: 60px;} /* RSS Listings */ /* Steps Form */ .theme-tabs{ margin-top: 40px;} .theme-tabs .v-tab{ width: 25%; display: block; font-size: 22px; color: #999999 !important; font-weight: 700; padding: 0; text-transform: none !important; letter-spacing: normal !important;} .theme-tabs .v-tab::after{ content: ''; position: absolute; width: 100%; height: 3px; background: #999999; left: 0; top: 24px;} .theme-tabs .v-ripple__container{ display: none !important;} .theme-tabs .v-tabs-slider-wrapper{ opacity: 0 !important;} .theme-tabs .v-tab::before{ opacity: 0 !important;} .theme-tabs .tabMain{ display: inline-block; text-align: center;} .theme-tabs .v-tabs-bar{ height: auto !important;} .theme-tabs .v-tab span{ margin: 0 auto; display: block; width: 50px; height: 50px; background: #f7f7f7; border: 1px solid #999999; text-align: center; line-height: 50px; font-size: 18px; color: #999999; font-weight: 700; border-radius: 100%; position: relative; z-index: 2; margin-bottom: 10px;} .theme-tabs .v-tabs-bar{ background: none !important;} .theme-tabs .v-tabs-items{ background: none !important;} .theme-tabs .v-tab--active{ color: #000 !important;} .theme-tabs .v-tab--active .tabMain span{ background: #000; border: 1px solid #000; color: #FFF !important;} .theme-tabs .v-tabs-items{ margin-top: 60px;} .formTop{ background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .step-form-top{ padding: 40px; } .formTop-left{ height: 100%; background: url('../images/bg-form.jpg') no-repeat; background-size: cover; padding: 50px;} .formTop-left-main{ padding: 30px; border: 10px solid rgba(255,255,255,0.37);} .formTop-left-main{ color: #FFF;} .formTop-left-main p:last-child{ margin-bottom: 0 !important;} .form-bottom{ background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 30px 50px; margin-top: 50px;} .merg-top{ margin-top: 30px;} .media-up{ background: #FFF; padding: 30px; border-radius: 15px; margin-bottom: 30px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .media-up h4{ font-size: 15px; font-weight: 400; color: #909090; padding-left: 40px;} .media-up small{ color: #a5a5a5; font-style: italic; display: block; padding: 12px 0 0 0;} .with-swwitch{ position: relative; padding-left: 60px !important;} .with-swwitch span{ margin: 0 0 0 12px; display: inline-block; background: #000; color: #FFF; font-size: 17px; padding: 4px 19px; border-radius: 50px; vertical-align: middle;} .with-swwitch .v-input--switch{ position: absolute; left: 0; top: 0; margin: 0;} .with-swwitch .v-input--switch__thumb{ color: #000 !important;} .media-hide{ max-height: 0; transition: all 0.8s ease; overflow: hidden; margin: 20px 0 0 0;} p.no-merg{ margin: 0 !important; padding: 0 !important;} .media-up:hover .media-hide{ max-height: 500px;} ul.postTags{ margin: 0 0 10px 0 !important; padding: 0 0 10px 0 !important; border-bottom: 1px solid #ececec;} .postTags li{ display: inline-block; background: #000; color: #FFF; border-radius: 5px; margin: 0 5px 5px 0; font-size: 13px; padding: 6px 12px;} .viewPost{ border: 1px solid #000; color: #000 !important; font-size: 13px; padding: 6px 12px; border-radius: 5px; display: block; text-align: center;} .viewPost .fa{ display: inline-block; margin: 0 10px;} p.alt{ margin: 0 !important; padding: 5px 0 0 0 !important;} .custom-form.no-gap{ padding-top: 0;} .pt-method{ border: 1px solid #e8e8e8; padding: 15px; border-radius: 15px;} .btn-paypal{ background-image: url('../images/checkout-with-paypal.png'); background-repeat: no-repeat; background-position: 0px 0px; width: 242px; height: 35px; border: none; float: right;} .btn-card{ background-image: url('../images/card.png'); background-repeat: no-repeat; background-position: 0px 0px; width: 119px; height: 33px; border: none; float: right;} .ptCard{ border: 1px solid #e8e8e8; padding:5px 15px; border-radius: 5px; margin-bottom: 15px;} /* Steps Form */ /* Copyright Page */ .theme-tabs-alt .v-tab::after{ opacity: 0;} .theme-tabs-alt .v-slide-group__wrapper{ margin-left: -15px; margin-right: -15px;} .theme-tabs-alt .v-tab{ width: 33.333333% !important; max-width: 33.333333%; padding: 0 15px; } .theme-tabs-alt .v-tab.v-tab--active .vtabIn{ background: #FFF; border-bottom: 30px solid #FFF; -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.08); box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);} .theme-tabs-alt .vtabIn{ height: 100%; background: #f3f3f3; text-align: left; border-bottom: 30px solid #f7f7f7;} .theme-tabs-alt .vtabIcon{ position: absolute; left: 30px; top: 30px; font-size: 50px; line-height: 50px; color: #000000; width: 100%;} .theme-tabs-alt .vtabIn h3{ font-size: 30px; font-weight: 700; color: #101010;} .theme-tabs-alt .vtabIn p{ font-size: 18px; color: #333333; font-weight: 400; line-height: 30px; margin-top: 15px;} .viewAns{ font-size: 16px; text-align: right; padding: 25px 0 0 0; text-transform: uppercase; color: #000000;} .theme-tabs-alt .v-tabs-items{ padding: 50px; margin-top: 0; background: #FFF !important; -webkit-box-shadow: 0 15px 15px 0 rgba(0,0,0,0.08); box-shadow: 0 15px 15px 0 rgba(0,0,0,0.08);} .theme-tabs-alt .v-slide-group__next, .theme-tabs-alt .v-slide-group__prev{ display: none;} .theme-tabs-alt .v-slide-group__content{ white-space: normal; width: 100% !important;} .theme-tabs-alt .vtabIn-cont{ padding: 30px; padding-left: 100px; position: relative;} .theme-tabs-alt .v-tab.v-tab--active .vtabIn-cont{ transform: translateY(25px);} /* Copyright Page */ /* Pricing Page */ .pricing-main{ background: #FFF; padding:60px 40px 60px 40px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .pricing-main h2{ font-size: 45px; font-weight: 700;} .priceDiv{ text-align: center; font-size: 50px; color: #000; line-height: 30px; padding: 40px 0 0 0;} .priceDiv span{ display: block; font-size: 17px; color: #9c9c9c; padding: 18px 0 0 0;} .pricing-btn{ padding: 30px 0 0 0;} .pricing-btn .v-btn.btn-auto{ border-radius: 0 !important; margin-left: 5px !important; margin-right: 5px !important;} .pricing-btn .active-pricing-btn { background: #486eb1 !important;} .pricing-service{ padding: 0;} .pricing-service .col-lg-4{ margin-top: 30px;} .pricing-service-single{ height: 100%; background: url('../images/bg.png') no-repeat; background-size: cover; padding: 22px 25px; overflow: hidden;} .pricing-service-single h3{ text-transform: uppercase; margin: 0 !important; padding: 40px 0 0 0 !important; font-size: 22px; color: #585858; font-weight: 400;} .pricing-service-img{ float: left; margin: 0 30px 0 0;} .pricing-link{ margin: 50px 0 20px 0;} .pricing-link ul{ margin: 0 -15px !important; padding: 0 0 !important; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;} .pricing-link ul li{ margin: 30px 0 0 0; width: 100%; padding: 0 15px; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;} /* .pricing-link ul li:first-child, .pricing-link ul li:nth-child(2), .pricing-link ul li:nth-child(3){ border-bottom: 1px solid #9c9c9c;} */ .pricing-link ul li a{ display: block; position: relative; font-size: 18px; color: #281b02; padding: 0 0 0 25px;} .pricing-link ul li a:hover{ color: #466295;} .pricing-link ul li a::after{ content: '\f105'; position: absolute; left: 0; top: 0; font-family: fontAwesome; } .packages{ background: url('../images/package-bg.jpg') no-repeat; background-size: cover; padding: 110px 0; margin-top: 100px;} .packages h2{ font-size: 55px; color: #1f1920; text-align: center; margin: 0; padding: 0; padding: 0 0 80px 0;} .packages-left ul{ margin: 0 !important; padding: 0 40px 0 0 !important; height: 495px; overflow: auto;} .packages-left ul li{ overflow: hidden; border-bottom: 1px solid #e0e0e0; padding: 15px 0;} .packages-left ul li:first-child{ padding-top: 0;} .packages-left ul li:last-child{ border-bottom: 0;} .wrap-bg.no-pad{ padding-bottom: 0;} .packages-left-img{ float: left; margin-right: 30px;} .packages-right{ height: 100%; background: url('../images/img.jpg') no-repeat; background-size: cover;} /* Pricing Page */ /* edit Profile */ .profile-pic{ width: 122px; height: 122px; margin: 0 auto;} .profile-pic img{ width: 122px; height: 122px; border-radius: 100%;} .profile-btn{ text-align: center; padding: 25px 0 0 0;} .profile-btn a{ display: inline-block; color: #616161 !important; border: 1px solid #616161; padding: 6px 15px; border-radius: 5px;} .profileDesc p{ margin: 0 !important; padding: 0 !important; text-align: center; font-size: 14px;} .profileDesc{ padding-top: 15px;} .infoBlock{ background: rgb(233, 233, 233);} .login-container h2.alt{ padding-top: 50px;} /* edit Profile */ /* Contact */ .contact-single h2{ border-bottom: 1px solid #e4e4e4; padding: 0 0 12px 0 !important; margin: 0 0 12px 0 !important; font-size: 22px;} .contact-single{ background: #FFF; padding: 30px; border-radius: 15px;} .contact-form{ margin-top: 60px;} .contact-form-left h2{ border-bottom: 1px solid #e4e4e4; padding: 0 0 12px 0 !important; margin: 0 0 12px 0 !important; font-size: 22px;} .contact-form-main{ background: #FFF; padding: 30px; border-radius: 15px; margin-top: 50px;} .contact-form-right .v-btn.btn-auto{ margin-top: 10px;} /* Contact */ /* RSS details */ .wrap-bg.white{ background: #FFF;} .details-container h1{ font-size: 35px; font-weight: 700; padding-bottom: 40px;} .company-info{ padding: 30px; background: #f3f3f3;} .company-info ul{ margin: 0 !important; padding: 25px 0 25px 0 !important;} .company-info ul li{ float: left; margin: 0 0 0 20px;} .company-info ul li:first-child{ margin-left: 0;} .company-info ul li a{ display:inline-block; color: #333333; font-size: 19px;} .company-info h3{ padding-top: 25px;} .company-contact p{ margin: 5px 0 0 0 !important;} .category-list ul{ margin: 0 !important; padding: 25px 0 0 0 !important;} .category-list ul li a{ border-bottom: 1px solid #333; padding: 9px 0 9px 30px; position: relative; display: block; font-size: 18px; color: #333; font-weight: 700;} .category-list ul li:last-child a{ border-bottom: 0;} .category-list ul li a::after{ content: ''; width: 18px; height: 9px; background: url('../images/arrow-l.png') no-repeat; position: absolute; left: 0; top: 18px;} .details-left h2{ padding-top: 40px; font-size: 36px; font-weight: 700;} .recent-post-single{ margin-top: 30px;} .recent-post-single h3{ padding-top: 15px;} .post-meta{ border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 15px 0;} .post-meta p{ margin: 0 !important; padding: 0 !important; font-size: 18px;} .post-meta p span{ float: right; } .post-tags ul{ margin: 0 !important; padding: 0 !important;} .post-tags ul li{ display: inline-block; margin: 15px 15px 0 0;} .post-tags ul li a{ display: block; background: #464646; color: #fefefe; font-size: 18px; padding: 8px 18px;} .post-content{ padding: 30px 0 0 0;} .post-content h2{ padding: 30px 0 25px 0;} .post-content h2:first-child{ padding-top: 0;} .similar-post-main{ height: 100%;} .similar-post-main img{ height: 100%;} .similar-post ul{ margin: 0 -15px !important; padding: 0 !important; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;} .similar-post ul li{ margin-top: 30px; display: block; width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;} .similar-post ul li iframe{ display: block;} .similar-post h2{ font-size: 36px; font-weight: 700;} .similar-post{ border-top: 2px solid #cccccc; margin: 60px 0 0 0; padding: 40px 0 0 0;} .media-details{ background: #f3f3f3; padding: 30px; margin-top: 30px;} .media-details .company-info{ padding: 0; background: none;} .media-details .company-info ul{ float: right;} .prIcon a{ display: inline-block; background: #000; color: #FFF !important; text-align: center; font-size: 25px; padding: 5px 13px;} /* RSS details */ .nogap input[type="text"], .nogap input[type="email"], .nogap input[type="file"], .nogap select, .nogap textarea{ margin-top: 0;} .nogap .v-input{ margin-top: 0;} .inp-block label{ display: block;} .inp-block{ margin-top: 15px;} .inp-block h5{ font-size: 22px; color: #000;} .site-nav-wrap .dropdown-menu{ padding: 0; margin-top: 22px;} .site-nav-wrap .dropdown-menu li{ border-top: 1px solid #d6d6d6;} .site-nav-wrap .dropdown-menu li:first-child{ border-top: 0;} .site-nav-wrap .dropdown-menu li a{ color: #000; font-size: 14px; padding-left: 7px; padding-right: 7px;} .mobClick { display: none; float: left; width: 24px; height: 16px; position: relative; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; margin: 14px 20px 0 0;} .mobClick span { position: absolute; opacity: 1; left: 0; width: 24px; height: 2px; background: #FFF; display: block; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out;} .mobClick span:nth-child(2) { top: 7px;} .mobClick span:nth-child(3) { top: 14px;} .mobClick.open span:nth-child(1) { top: 7px; -webkit-transform: rotate(135deg); transform: rotate(135deg);} .mobClick.open span:nth-child(2) { opacity: 0; left: -20px;} .mobClick.open span:nth-child(3) { top: 7px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);} .copy-form{ background: #FFF; padding:50px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .inp-block span.v-tooltip{ display: inline-block !important;} .inp-block span.v-tooltip + span{ display: inline-block !important;} /* Faq */ .faq-panel{ margin-bottom: 50px; background: #FFF; padding: 30px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .faq-panel h2{ padding-bottom: 25px;} .faq-panel .v-expansion-panel-header{ padding-left: 0 !important; padding-right: 0 !important;} .faq-panel .v-expansion-panel-header{ font-size: 18px; color: #000 !important;} .faq-panel .v-expansion-panel-header:focus{ outline: none;} .faq-panel .v-expansion-panel-header:before{ display: none !important;} .faq-panel .v-expansion-panel{ border-top: 1px solid #efefef; background: none !important; box-shadow: none !important;} .faq-panel .v-expansion-panel::before{ display: none !important;} .faq-panel .v-expansion-panel:not(:first-child)::after{ border: none !important;} .faq-panel .v-expansion-panel-content__wrap{ font-size: 14px;} .faq-panel ul li{ list-style-type: disc; margin: 5px 0 0 0;} /* Faq */ /* Reviews */ .review-single{ border-top: 1px solid #d6d6d6; padding: 50px 0;} p.testi-cont{ line-height: 32px; font-style: italic; position: relative; color: #757575; padding-left: 50px;} p.testi-cont::after{ content: ''; width: 32px; height: 32px; background: url('../images/quote.png') no-repeat; position: absolute; left: 0; top: 0;} p.testi-auth{ padding-right: 50px; padding-left: 50px; display: inline-block; position: relative;} p.testi-auth::after{ content: ''; width: 32px; height: 32px; background: url('../images/quote.png') no-repeat; position: absolute; right: 0; bottom: 0; transform: rotate(180deg);} /* Reviews */ /* PA Media */ .common-cont-left{ border-right: 1px solid #efefef; padding-right: 30px;} .common-cont-left.alt{ border: none; padding-right: 0;} .common-cont-left h2{ padding-top: 30px; padding-bottom: 15px;} .common-cont-left ul li{ list-style-type: disc;} .common-cont-left h2:first-child{ padding-top: 0;} .txlBlock{ border-bottom: 1px solid #efefef; padding: 15px 0;} .txlBlock h3{ font-size: 20px; margin: 0 !important; padding: 0 !important;} .txlBlock p{ font-size: 15px; margin: 0 !important; padding: 15px 0 0 !important;} /* PA Media */ /* */ .press-img{ border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; padding: 15px 0; margin-bottom: 30px;} .press-img img{ width: 100%;} ul.bullets{ margin: 0 !important; padding: 12px 0 0 0 !important;} .bullets li{ font-size: 14px; margin: 3px 0 0 0;} .bullets li a{ color: #000 !important; display: block; position: relative; padding: 0 0 0 17px;} .bullets li a::after{ content: '\f105'; position: absolute; left: 0; top: 0; font-family: fontAwesome; transition: all 0.5s ease;} /* */ /* Team */ .team-single{ position: relative; -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; margin: 30px 0 0 0;} .team-desc{ position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: rgba(0,0,0,0.8); color: #FFF; padding: 30px;} .team-desc h3{ color: #FFF; font-size: 30px; font-weight: 700;} .team-desc h4{ color: #FFF; font-size: 18px; font-weight: 700;} .team-desc h5{ color: #FFF; font-size: 18px;} .team-desc p{ padding: 15px 0 0 0;} .team-desc::after{ content: ''; position: absolute; left: 30px; top: 30px; width: calc(100% - 60px); height: calc(100% - 60px); border: 10px solid rgba(255,255,255,0.2);} .team-desc-main{ position: relative; top: 50%; transform: translateY(-50%); padding: 30px; z-index: 9;} .team-desc{height: 144px; overflow: hidden; transition: all 0.5s ease;} .team-desc-main{ top: 0; transform: translateY(0); padding: 0; transition: none;} .team-desc::after{ opacity: 0;} .team-single:hover .team-desc{ height: 100%;} .team-single:hover .team-desc-main{ top: 50%; transform: translateY(-50%); padding: 30px;} .team-single:hover .team-desc::after{ opacity: 1;} /* Team */ /* News */ .newsWrap{ margin-bottom: 70px;} .newsTxt{ background: #FFF; padding: 60px; -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; position: relative;} .newsTxt::after{ content: ''; width: 42px; height: 348px; background: url('../images/arr-bg.png') no-repeat; position: absolute; right: -21px; bottom: -50px;} .newsTxt ul{ padding: 0 !important;} .newsTxt ul li{ position: relative; padding: 0 0 0 30px; margin: 7px 0 0 0;} .newsTxt ul li::after{ content: ''; width: 17px; height: 14px; background: url('../images/tick.png') no-repeat; position: absolute; left: 0; top: 4px;} .newsTxt h2{ padding-bottom: 20px; font-size: 40px; font-weight: 700; padding-left: 50px;} .txtNum{ width: 60px; height: 60px; background: #000; color: #FFF; text-align: center; line-height: 60px; font-size: 30px; font-weight: 700; position: absolute; top: 60px; left: 0;} .newsWrap:nth-child(even) .col-lg-6:first-child{ order: 2;} .newsWrap:nth-child(even) .col-lg-6:last-child{ order: 1;} .newsWrap:nth-child(even) .newsTxt::after{ right: inherit; left: -21px;} /* News */ /* Media Database */ .media-data-single{ -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; margin-top: 40px;} .media-data-single:nth-child(odd) .col-lg-6:first-child{ order: 2;} .media-data-single:nth-child(odd) .col-lg-6:last-child{ order: 1;} .media-data-txt{ padding: 60px;} .media-data-img{ height: 100%; background-size: cover; background-repeat: no-repeat;} /* Media Database */ /* Coverage */ .coverage-single{ -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; padding: 60px; margin: 60px 0 0 0;} ul.coverage-list{ padding: 0 !important; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -8px; margin-left: -8px;} .coverage-list li{ position: relative; width: 100%; padding-right: 8px; padding-left: 8px; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .coverage-list-single{ border: 1px solid #dddddd; margin: 16px 0 0 0;} .coverage-single h3{ padding-bottom:30px;} .siteLink{ background: #000; color: #FFF !important; display: inline-block; font-size: 18px; text-transform: uppercase; margin: 30px 0 0 0; padding: 14px 30px;} .siteLink:hover{ color: #FFF !important;} /* Coverage */ /* About Us */ .brand-list ul{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -8px; margin-left: -8px; padding: 0 !important;} .brand-list ul li{ position: relative; width: 100%; padding-right: 8px; padding-left: 8px; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;} .brand-list-single{ border: 1px solid #ececec; border-radius: 5px; padding: 8px; text-align: center;} .brand-list-single img{ border-radius: 5px;} .brand-list{ padding-bottom: 70px;} .brand-list h2{ font-size: 40px; font-weight: 700; padding-bottom: 60px;} .press-ab-left{ position: relative; background: url('../images/pr-img.jpg') no-repeat; background-size: cover; padding: 70px;} .press-left-main{ border: 8px solid rgba(255,255,255,0.5); padding: 40px;} .press-left-main h2{ color: #FFF;} .wrap-bg.alt{ padding-bottom: 0;} .press-ab{ margin-bottom: 70px;} .press-ab h1{ padding-bottom: 30px;} /* About Us */ .recent-post{ border-top: 2px solid #cccccc; margin: 60px 0 0 0; padding: 40px 0 0 0;} .pressTitle{ position: relative;} .pressTitle .site-link{ position: absolute; right: 0; top: -5px; margin: 0;} .recent-post-wrap{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;} .recent-post-single{ position: relative; width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;} .recent-post-single h3{ font-size: 17px;} .pricing-link-single{ font-size: 22px; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); text-align: center; padding: 30px; border-radius: 10px;} /* Modified Size of the website */ .site-link{ margin-top: 20px; font-size: 15px; padding-top: 10px; padding-bottom: 10px;} .what-we-do h2{ font-size: 40px; line-height: 56px;} .process-img{ width: 70px;} .process-single{ padding-left: 95px;} .process-single p{ font-size: 15px;} .process-single h3{ font-size: 24px;} .press-right h2{ font-size: 35px;} .press-single h3{ font-size: 20px;} .press-single h4{ font-size: 15px;} .press-single p{ font-size: 15px; line-height: 22px;} .press-single li a{ position: relative; left: 0; font-size: 15px;} .press-single p{ padding-top: 0;} .press-left h2{ font-size: 38px;} .services h2{ font-size: 40px;} .services-single h3{ font-size: 22px;} .services-single p{ font-size: 15px; line-height: 24px;} .services-icon{ width: 35px;} .sign-banner h2{ font-size: 30px;} .sign-banner p{ font-size: 17px;} .footer-copy p{ font-size: 14px;} .logo img{ width: 180px;} .site-header{ padding: 12px 0;} .site-nav ul li a{ font-size: 15px;} .site-nav-wrap button{ font-size: 15px !important;} .here-banner h1{ font-size: 50px;} .here-banner.small{ height: 330px;} .footer-copy{ padding: 22px 0;} .footer-single ul li a{ font-size: 15px;} .wrap-bg{ padding-bottom: 90px;} .listIcon{ line-height: 70px;} .listIcon img{ height: 40px;} .listN li{ margin-top: 10px;} .listN li a{ min-height: 70px;} .listN li a{ padding-top: 12px;} .listN li a{ font-size: 17px;} .listN li a span{ font-size: 15px;} .login-container h2{ font-size: 25px;} .login-container h3{ font-size: 18px;} .login-left-main h3::after{ height: 2px; bottom: 9px;} .custom-form input[type="text"], .custom-form input[type="password"], .custom-form input[type="email"], .custom-form input[type="file"], .custom-form select, .custom-form textarea{ font-size: 15px;} .custom-form label{ font-size: 14px;} .v-btn.btn-auto{ font-size: 15px !important; font-weight: 400 !important; min-width: 120px !important; height: 45px !important;} .custom-form .v-btn--disabled{ font-size: 15px !important; font-weight: 400 !important; min-width: 120px !important; height: 45px !important;} .login-container{ padding: 50px;} .page-breadcrumb{ padding: 50px 0;} /* Modified Size of the website */ /* Responsive --- */ @media (max-width: 1600px) { .container{ max-width: 1240px !important;} /* .site-nav ul li a{ font-size: 16px;} .here-banner h1{ font-size: 65px;} .what-we-do h2{ font-size: 40px; line-height: 56px;} .process-single h3{ font-size: 24px;} .process-single p{ font-size: 16px;} */ /* .process-img{ width: 100px;} .process-single{ padding-left: 118px;} .press-left{ padding: 30px;} */ /* .press-left h2{ font-size: 42px;} .press-right h2{ font-size: 40px;} .press-single h3{ font-size: 22px;} */ .press-single p{ font-size: 16px; padding-top: 0;} /* .press-single li a{ font-size: 16px;} .services-single h3{ font-size: 24px;} */ .services-icon{ width: 45px;} .services-single p{ font-size: 16px; line-height: 28px;} .submission-con, .receipt-icon{ background-size: 100% auto !important; width: 90px;} .dash-card-single .btn-group a{ padding-left: 20px; padding-right: 20px;} .dash-card-single p, .dash-card-single .btn-group a{ font-size: 16px;} .listN li a{ font-size: 17px;} .listN li a span{ font-size: 15px;} .login-container h2{ font-size: 26px;} .details-container h1{ font-size: 42px;} .details-left h2{ font-size: 36px;} ul.press-single{ padding: 0 !important;} .what-we-do h2 { font-size: 30px; line-height: 42px;} .process-single h3{ font-size: 22px;} .press-single li{ margin-top: 30px;} .press-single li{ padding-left: 180px;} .press-single h3{ font-size: 18px;} .press-single h4{ padding-top: 0;} .press-right h2{ font-size: 30px;} .press::after{ width: calc(50vw - 120px);} .services-single p { font-size: 15px; line-height: 24px;} .services-single{ padding-left: 87px;} .services-single p{ padding: 0; margin: 0 !important;} .media-main h2{ font-size: 30px;} .media-main h3{ font-size: 18px;} .media-main p{ font-size: 15px;} .media-main{ padding: 40px;} .rss-single{ padding: 15px;} .rss-single-icon{ width: 70px; height: 70px; background-size: 100%;} .listingWrap .rss-single { min-height: 150px;} .pricing-service-img img{ height: 60px;} .pricing-service-single h3{ padding: 20px 0 20px 0 !important; font-size: 18px;} .pricing-link ul{ padding: 0 !important;} .packages h2{ font-size: 30px;} .packages-left-img img{ width: 100px;} .packages-left h3{ font-size: 18px;} .team-desc h3{ font-size: 24px;} .team-desc h4{ font-size: 15px;} .team-desc h5{ font-size: 15px;} .team-desc{ height: 137px;} .media-data-txt{ padding: 30px;} .coverage-single{ padding: 30px;} } @media (max-width: 1366px) { .container{ max-width: 1100px !important;} } @media (max-width: 1240px) { .container{ max-width: 1100px !important;} .press::after{ width: calc(50vw - 100px);} .newsTxt h2{font-size: 26px;} } @media (max-width: 1199px) { .container{ max-width: 960px !important;} .site-header{ padding: 10px 0;} .logo img{ width: 120px;} .site-nav ul li a{ padding: 6px 8px; font-size: 14px;} .here-banner h1 { font-size: 50px;} .site-link{ font-size: 16px; padding: 10px 40px; margin-top: 30px;} .what-we-do h2 { font-size: 30px; line-height: 40px;} .process-img{ width: 50px;} .process-single { padding-left: 70px;} .process-single h3 { font-size: 20px;} .process-single p { font-size: 14px;} .here-banner{ height: 450px;} .press::after{ display: none;} .press-left{ margin-right: 0; background: url('../images/press-main.jpg') no-repeat; background-size: cover; border: none;} .press-left h2{ border: 10px solid rgba(235,235,235,.37); padding: 40px;} .press-right{ padding: 80px 0 0 0; max-width: 930px; margin: 0 auto;} .press .col-xl-5{ padding-left: 0; padding-right: 0;} .press-single li a{ position: relative; left: 0;} .press .container{ max-width: 100% !important; padding: 0;} .press .row{ margin: 0;} .sign-banner h2{ font-size: 26px;} .sign-banner p{ font-size: 16px;} .footer-single ul li a{ font-size: 15px;} .wrap-bg.alt{ margin-top: 58px;} .site-nav-wrap button{ font-size: 14px !important;} .page-breadcrumb{ padding: 30px 0;} .login-container{ padding: 30px;} .listIcon{ width: 60px; line-height: 80px;} .listIcon img{ width: 40px;} .listN li a{ min-height: 80px; padding: 15px 64px 0 0;} .media-main{ padding: 40px;} .media-right{ padding: 0 !important;} .media-main h2{ font-size: 30px;} .media-main h3{ font-size: 20px;} .media-main p{ font-size: 15px;} .media-right .v-btn.btn-auto{ min-width: 176px !important; height: 40px !important; font-size: 15px !important;} .listTxt h3{font-size: 15px;} .listTxt h4{ font-size: 12px;} .forListings .v-btn.btn-block{ min-width: 10px !important;} .theme-tabs .v-tab{ font-size: 22px;} .formTop-left{ padding: 25px;} .formTop-left-main{ padding: 15px;} .step-form-top{ padding-left: 0;} .contact-single{ margin-top: 30px;} .details-container h1{ font-size: 32px;} .details-left h2 { font-size: 27px;} .recent-post-single h3{ font-size: 18px;} .post-content h2{ font-size: 25px;} .post-tags ul li a{ font-size: 12px;} .post-meta p{ font-size: 14px;} .press-single li{ margin-top: 50px;} .press-left h2{ font-size: 28px;} .press{ margin-top: 0;} .rss-single-icon{ position: static; margin: 0 auto;} .listingWrap .rss-single{ text-align: center;} .pricing-link ul li a{ font-size: 15px;} .pricing-service-img{ float: none; margin: 0 auto;} .pricing-service-single{ text-align: center;} .pricing-service-single h3{ padding-bottom: 0 !important;} .siteLink{ font-size: 15px;} } @media (max-width: 991px) { .container{ max-width: 720px !important;} .press-right{ max-width: 690px;} .site-nav{ position: fixed; width: 300px; height: 100vh; background: #FFF; right: -300px; top: 0;} .site-nav ul{ float: none; padding: 15px;} .site-nav ul li{ display: block;} .site-nav ul li a{ display: block; color: #000; border-bottom: 1px solid #efefef; border-radius: 0; padding-top: 15px; padding-bottom: 15px;} .site-nav ul li:last-child a{ margin-left: 0; padding-left: 8px; padding-right: 8px;} .press-left h2{ font-size: 30px;} .what-we-do h2{ font-size: 25px;} .process-single{ margin-top: 30px;} .process{ padding-top: 30px;} .sign-banner .text-right{ text-align: center !important;} .v-application .sign-banner .text-right{ text-align: center !important;} .sign-banner{ text-align: center;} .footer-single ul{ padding: 0 0 30px 0 !important; margin: 0 0 32px 0 !important;} .here-banner.small{ height: 200px;} .with-bdr{ border-right: 0;} .login-left, .login-right{ padding: 0;} .login-right{ padding-top: 50px;} .login-container{ padding: 40px;} .page-breadcrumb { padding: 30px 0;} .wrap-bg{ padding-bottom: 50px;} .dash-search .col-lg-6:last-child{ order: 1;} .dash-search .col-lg-6:first-child{ order: 2;} .acc-details{ min-height: 70px; height: auto;} .media-single:nth-child(odd) .col-lg-6:first-child{ order: 1;} .media-single:nth-child(odd) .col-lg-6:last-child{ order: 2;} .media-right{ padding-top: 30px !important;} .for-invoice .col-lg-6:first-child{ order: 1;} .for-invoice .col-lg-6:last-child{ order: 2;} .v-application .text-right.proUp{ text-align: left !important; padding-top: 25px;} .forListings .input-group{ margin-top: 20px;} .listingWrap{ padding: 5px 25px 60px 25px;} .step-form-top{ padding-left: 40px;} .details-container .col-lg-4{ order: 2;} .details-container .col-lg-8{ order: 1;} .details-left{ margin-top: 40px;} .recent-post-wrap{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;} .recent-post-single{ width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;} .media-details .company-info ul{ float: none; } .text-right.prIcon{ text-align: left !important;} .footer-single ul{ padding-bottom: 0 !important;} .footer-top .col-sm-6:first-child .footer-single ul{ border-bottom: 1px solid #333333; padding-bottom: 30px !important;} .footer-top .col-sm-6:nth-child(2) .footer-single ul{ border-bottom: 1px solid #333333; padding-bottom: 30px !important;} .services h2{ border-top: 1px solid #e8e8e8; padding-top: 30px;} .mobClick{ display: block;} .pricing-link ul li{ padding-left: 0; padding-right: 0;} .pricing-link ul li a{ padding-left: 10px;} .common-cont-left{ padding-right: 0; border: none;} .newsWrap:nth-child(odd) .col-lg-6:first-child{ order: 2;} .newsWrap:nth-child(odd) .col-lg-6:last-child{ order: 1;} /* .newsWrap:nth-child(odd) .newsTxt::after{ right: inherit; left: -21px;} */ .newsImg{ text-align: center; padding-bottom: 30px;} .media-data-img{ height: 374px;} .media-data-single:nth-child(even) .col-lg-6:first-child{ order: 2;} .media-data-single:nth-child(even) .col-lg-6:last-child{ order: 1;} .coverage-single-img img{ width: 100%;} .coverageTxt{ padding: 30px 0 0 0;} } @media (max-width: 767px) { .services .col-6{ flex: 0 0 100%; max-width: 100%;} .here-banner h1{ font-size: 34px;} .press-left{ padding: 15px;} .press-left h2{ padding: 20px; font-size: 25px;} .press-right h2{ font-size: 25px;} .press-single h3 { font-size: 17px;} .press-single p{ font-size: 14px; line-height: 20px;} .press-single h4{ font-size: 15px;} .press-single li{ padding-left: 180px;} .services h2{ font-size: 30px;} .sign-banner{ text-align: center;} .footer-copy{ text-align: center;} .footer-social ul{ float: none; text-align: center; padding-top: 20px !important;} .footer-social ul li{ float: none; display: inline-block; margin: 0 8px;} .site-footer{ padding-top: 50px;} .footer-copy{ margin-top: 0;} .login-container{ padding: 25px;} .login-container h2{ font-size: 20px;} .login-container h3{ font-size: 17px;} .page-breadcrumb ul li a{ font-size: 12px;} .accpic{ display: block; height: auto; min-height: 10px; padding: 10px 0 10px 0; margin: 20px 0 0 0; border-top: 1px solid #acacac; border-left: 0;} .acc-details{ text-align: center;} .accpic img{ position: inherit; margin-top: 0; border-radius: 100%;} .accpic span{ display: block;} .dash-card-single .btn-group{ display: block;} .custom-form label{ font-size: 12px;} .custom-form .v-file-input__text{ font-size: 14px;} .media-main{ padding: 15px;} .v-btn.btn-auto{ font-size: 14px !important;} .acc-details.alt .accpic{ padding: 0; border: none; text-align: center;} .theme-tabs .v-slide-group__prev{ display: none !important;} .theme-tabs .v-tab{ font-size: 15px;} .step-form-top{ padding: 15px; padding-left: 15px;} .page-breadcrumb{ display: none;} .wrap-bg{ padding-top: 50px;} .form-bottom{ padding: 15px;} .custom-form .v-label{ white-space: normal !important;} .post-meta p span{ display: block; float: none;} .pricing-main{ padding: 15px;} .pricing-main h2{ font-size: 26px;} .pricing-link ul li{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .pricing-link ul li{ border-bottom: 1px solid #9c9c9c;} .packages-left ul{ padding: 0 !important;} .team-desc h3{ font-size: 18px; padding: 0 !important; margin: 0 !important;} .team-desc h4{ font-size: 13px; font-weight: 400; padding: 0 !important; margin: 0 !important;} .team-desc h5{ font-size: 13px;} .team-desc p{ font-size: 12px; padding: 8px 0 0 0 !important; margin: 0 !important; } .team-desc{ height: 100px;} .newsTxt{ padding: 25px;} .txtNum{ position: static;} .newsTxt h2{ padding-left: 0; padding-top: 20px;} .media-data h2{ font-size: 22px;} } @media (max-width: 567px) { .press-single li{ padding-left: 74px;} .press-single li .press-img{ width: 60px;} .dash-card-single .btn-group a{ display: block; width: 100%; margin: 8px 0 0 0 !important;} .login-left-main{ padding: 15px;} .listIcon{ position: static; width: 100%; height: auto; padding: 8px 0;} .listN li a{ padding: 0px 0px 12px 0;} .listIcon{ line-height: 40px;} .listN li a span{ padding-top: 12px;} .register-form{ padding: 0; background: none;} .submit-sec{ display: block !important;} .custom-form input[type="text"], .custom-form input[type="email"], .custom-form input[type="file"], .custom-form textarea{ font-size: 14px;} .listingWrap .col-6{ flex: 0 0 100%; max-width: 100%;} .row.btnSide{ display: block !important;} .row.btnSide .col:first-child{ margin-bottom: 20px;} .formTop-left{ padding: 5px;} .recent-post-single{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .similar-post ul li{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .details-container h1{ font-size: 24px;} .footer-top .col-6{ flex: 0 0 100%; max-width: 100%;} .footer-top .col-sm-6:nth-child(3) .footer-single ul{ border-bottom: 1px solid #333333; padding-bottom: 30px !important;} .site-header .col-6{ padding: 0;} .logo img{ width: 110px;} .mobClick{ margin-left: 10px; margin-right: 10px;} .teamBlock .col-6{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .media-data-img{ height: 160px;} .coverage-list li{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;} .coverage-single{ padding: 15px;} } [v-cloak] > * { display:none } [v-cloak]::before { content: "Loading…" } /* --- Responsive */
public/assets/css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); /* --- Font */ /* Reset css --- */ * {padding:0px; margin:0px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;} *:focus {outline: 0;} html, body{ overflow-x:hidden;} body{margin:0; padding:0; font-size:16px; color:#080808; background: #FFF; font-family: 'Roboto', sans-serif;} ol, ul {list-style: none; margin:0; padding:0;} :focus {outline: 0;} a, a:link {text-decoration: none !important; outline:none;} p { padding:2px 0; margin:0;} .clear {clear:both;} a {color:#36A1D6; text-decoration:none;} a:hover {text-decoration:none; color:#0c528f;} a:focus{outline:none !important;} :hover{transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;} h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight: 400; color: #1f1920;} img {border:0; max-width:100%; height:auto;} ::-webkit-input-placeholder {opacity:1; color: #999999;} :-moz-placeholder{opacity:1; color: #999999;} ::-moz-placeholder{opacity:1; color: #999999;} :-ms-input-placeholder{opacity:1; color: #999999;} /* --- Reset css */ .container{ max-width: 1380px !important; padding-top: 0 !important; padding-bottom: 0 !important;} [class*="col-"]{ padding-top: 0 !important; padding-bottom: 0 !important;} [class*="col"]{ padding-top: 0 !important; padding-bottom: 0 !important;} .site-header{ background: rgba(17,17,17,0.5); position: absolute; width: 100%; left: 0; top: 0; padding: 28px 0; z-index: 99; transition: all 0.5s ease;} .site-header.fixed{ position: fixed; padding: 10px 0; background: rgba(17,17,17,1);} .site-nav-wrap{ text-align: right;} .site-nav-wrap button{ background: none !important; color: #FFF; font-size: 18px !important; border: none !important; box-shadow: none !important;} .site-nav{ display: inline-flex;} .site-nav ul{ float: right; margin: 0; padding: 0;} .site-nav ul li{ display: inline-block;} .site-nav ul li a{ display: inline-block; text-transform: uppercase; color: #FFF; font-size: 18px; border-radius: 50px; padding: 15px 25px;} /* .site-nav ul li:last-child a{ border: 1px solid #FFF; padding-left: 40px; padding-right: 40px; margin-left: 15px;} .site-nav ul li:last-child a:hover{ background: #FFF; color: #000;} */ .dropdown-menu{ padding-left: 0 !important;} .site-nav ul li a.signBtn{ border: 1px solid #FFF; padding-left: 40px; padding-right: 40px; margin-left: 15px;} .site-nav ul li a.signBtn:hover{ background: #FFF; color: #000;} .here-banner{ background: url('../images/banner.jpg') no-repeat center center; height: 750px; background-size: cover; text-align: center;} .here-banner .container, .here-banner .row{ height: 100%;} .here-banner h1{ font-size: 80px; color: #FFF; padding-top: 60px;} .site-link{ display: inline-block; font-size: 18px; color: #FFF !important; margin-top: 80px; border: 1px solid #FFF; padding: 15px 40px; border-radius: 50px;} .site-link:hover{ background: #FFF; color: #000 !important;} .site-link.black{ display: inline-block; font-size: 15px; color: #FFF !important; background: #000000 !important; border: 1px solid #000; padding: 10px 40px; border-radius: 50px;} .site-link.black:hover{ background: #000; color: #FFFFFF !important;} .what-we-do{ padding: 90px 0;} .what-we-do h2{ font-size: 48px; font-weight: 500; line-height: 70px;} .process{ background: #f7f7f7; padding: 60px 0;} .process-single{ position: relative; padding-left: 140px;} .process-single h3{ font-size: 28px; color: #000; font-weight: 500;} .process-single p{ font-size: 18px; padding-top: 10px;} .process-img{ width: 120px; position: absolute; left: 0; top: 0;} .press{ margin: 94px 0; position: relative;} .press::after{ content: ''; position: absolute; left: 0; top: 0; width: calc(50vw - 140px); height: 100%; background: url('../images/press-main.jpg') no-repeat; background-size: cover;} .press-right{ padding-left: 20px;} .press-right h2{ font-size: 48px; font-weight: 700;} .press-single h3{ font-size: 29px; font-weight: 700;} .press-single h4{ font-size: 18px; color: #666666; font-weight: 500; padding: 8px 0 0 0;} .press-single p{ font-size: 18px; line-height: 28px; padding: 12px 0 0 0;} .press-single li{ position: relative; padding-left: 180px; margin-top: 50px;} .press-single li .press-img{ width: 162px; position: absolute; left: 0; top: 0; border: none; margin: 0; padding: 0;} .press-txt{ position: relative; min-height: 140px;} .press-single li a{ position: absolute; bottom: 0; left: 160px; font-size: 18px; color: #1f1920; display: inline-block; padding: 0 26px 0 0;} .press-single li a::after{ content: ''; width: 15px; height: 13px; position: absolute; right: 0; top: 6px; background: url('../images/arrow.png') no-repeat;} .press-left{ position: relative; z-index: 2; border: 10px solid rgba(235,235,235,.37); margin-right: 44px; padding: 60px;} .press-left h2{ font-size: 48px; color: #FFF; font-weight: 700;} .services{ padding: 95px 0; padding-top: 0;} .services .col-xl-4{ margin-top: 30px;} .services h2{ font-size: 55px; font-weight: 700; padding-bottom: 30px;} .services-single{ background: #f3f3f3; height: 100%; padding: 25px; position: relative; padding-left: 100px;} .services-single h3{ font-size: 30px; font-weight: 700;} .services-single p{ font-size: 18px; line-height: 30px; padding: 15px 0 0 0;} .services-icon{ position: absolute; left: 25px; top: 25px;} .sign-banner{ background: url('../images/sign-banner.jpg') no-repeat; padding: 90px 0; background-size: cover;} .sign-banner h2{ font-size: 36px; color: #FFF; font-weight: 500;} .sign-banner p{ font-size: 22px; color: #FFF; padding: 25px 0 0 0;} .site-footer{ background: #232323; padding: 80px 0 0 0;} .site-footer h3{ font-size: 24px; color: #FFF; font-weight: 500; padding-bottom: 20px;} .footer-single ul{ padding: 0 !important; margin: 0 !important;} .footer-single ul li{ margin-top: 8px;} .footer-single ul li a{ font-size: 18px; color: #FFF; transition: all 0.5s ease; position: relative; } .footer-single ul li a::after{ content: '\f105'; position: absolute; left: 10px; opacity: 0; visibility: hidden; top: 0; font-family: fontAwesome; transition: all 0.5s ease;} .footer-single ul li a:hover{ padding-left: 15px;} .footer-single ul li a:hover::after{ opacity: 1; visibility: visible; left: 0;} .footer-social ul{ float: right; margin: 0 !important; padding: 0 !important;} .footer-social ul li{ float: left; margin: 0 0 0 15px;} .footer-social ul li a{ color: #232323; line-height: 30px; font-size: 18px; display: inline-block; width: 30px; height: 30px; text-align: center; background: #4e4e4d; border-radius: 100%; transition: all 0.5s ease;} .footer-social ul li a:hover{ background: #FFF;} .footer-copy{ border-top: 1px solid #333333; margin-top: 40px; padding: 40px 0;} .footer-copy p{ color: #4e4e4d; font-size: 16px; margin: 0 !important; padding: 0 !important;} /* Login Page */ .here-banner.small{ height: 410px;} .page-breadcrumb{ padding: 70px 0;} .page-breadcrumb ul{ margin: 0 !important; padding: 0 !important;} .page-breadcrumb ul li{ display: inline-block;} .page-breadcrumb ul li a{ display: inline-block; position: relative; color: #333333; padding: 0 20px 0 10px; font-size: 18px;} .page-breadcrumb ul li:first-child a{ padding-left: 0;} .page-breadcrumb ul li:last-child a::after{ display: none;} .page-breadcrumb ul li:last-child a{ color: #666666;} .page-breadcrumb ul li a::after{ content: '\f105'; position: absolute; right: 0; top: 0; font-family: fontAwesome;} .wrap-bg{ background: #f7f7f7; padding-bottom: 150px;} .login-container{ background: #FFF; padding: 80px 70px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .login-container h2{ font-size: 30px; font-weight: 700; color: #281b02;} .login-container h3{ font-size: 20px; color: #281b02; padding: 15px 0 0 0;} ul.list { margin: 30px 0 0 0; padding: 0; padding-left: 0 !important;} .list li{ font-size: 16px; color: #281b02; position: relative; padding: 1px 0 0 16px; margin: 10px 0 0 0;} .list li::after{ content: '\f105'; position: absolute; left: 0; top: 0; font-family: fontAwesome;} .custom-form{ padding-top: 20px;} .custom-form .v-input__prepend-outer{ transform: translateY(-17px);} .custom-form input[type="text"], .custom-form input[type="password"], .custom-form input[type="email"], .custom-form input[type="file"], .custom-form select, .custom-form textarea{ width: 100%; font-size: 18px; color: #000 !important; margin: 20px 0 0 0; border-bottom-width: 2px !important;} .custom-form .v-file-input__text{ width: 100%; font-size: 18px; color: #999999 !important; margin: 20px 0 0 0; border-bottom-width: 2px !important;} .custom-form .v-select__selections{ width: 100%; font-size: 18px; color: #999999 !important; margin: 20px 0 0 0; border-bottom-width: 2px !important;} .custom-form label{ font-size: 16px; color: #000 !important; text-transform: uppercase;} .custom-form .v-label--active{ transform: translateY(-18px) scale(1) !important;} .custom-form .v-text-field{ margin-top: 15px;} .custom-form .v-btn.block{ font-weight: 300 !important; letter-spacing: inherit !important; display: block; width: 100%; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .v-btn.btn-auto{ font-weight: 300 !important; letter-spacing: inherit !important; display: inline-block; min-width: 220px !important; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .v-btn.btn-bdr{ background: none !important; color: #000 !important; border: 1px solid #000 !important;} .v-btn .fa{ display: inline-block; margin: 0 10px;} .v-btn.btn-block{ font-weight: 300 !important; letter-spacing: inherit !important; display: inline-block; min-width: 220px !important; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .submit-sec{ margin-top: 20px;} .submit-sec a{ color: #333333 !important;} .with-bdr{ border-right: 2px solid #e8e8e8;} .login-left{ padding-right: 30px;} .login-right{ padding-left: 30px;} .custom-form .v-btn--disabled{ font-weight: 300 !important; letter-spacing: inherit !important; display: inline-block; min-width: 220px !important; font-size: 17px !important; color: #FFF !important; background: #000 !important; box-shadow: none !important; height: 50px !important;} .login-left-main{ background: #000; padding: 40px; color: #FFF;} .login-left-main h2, .login-left-main h3{ color: #FFF;} .login-left-main h3{ padding-top: 0; position: relative; padding-bottom: 18px;} .login-left-main h3::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 5px; background: #FFF; } .login-left-main ul li{ color: #FFF;} ul.listN{ margin: 30px 0 0 0 !important; padding: 0 !important;} .listN li{ margin-top: 20px;} .listN li a{ display: block; position: relative; text-align: center; font-size: 22px; color: #FFF; text-transform: uppercase; background: #292928; min-height: 105px; padding: 23px 120px 0 0;} .listN li a span{ display: block; font-size: 18px; color: #c7c7c7; text-transform: none;} .listIcon{ width: 120px; height: 100%; position: absolute; right: 0; top: 0; background: #353533; text-align: center; line-height: 102px;} /* Login Page */ /* signup page */ .comp-details{ background: #efefef; padding: 30px; margin-top: 40px;} .already-login{ text-align: center; border-top: 2px solid #e8e8e8; margin: 50px 0 0 0; padding: 30px 0 0 0;} .for-register{ padding-top: 0;} .for-register .v-text-field:first-child{ margin-top: 0;} .register-form{ background: #f7f5f5; padding: 30px;} .has-login{ text-align: center; margin-top: 50px; padding-bottom: 20px;} .has-login p{ position: relative; margin: 0 0 40px 0 !important; padding: 0 0 0 0;} .has-login p span{ display: inline-block; background: #f7f5f5; padding: 5px 15px; position: relative; z-index: 2;} .has-login p::after{ content: ''; width: 100%; height: 1px; background: #e8e8e8; position: absolute; left: 0; top: 16px;} .good-company{ padding-top: 70px; text-align: center;} .good-company h2{ padding-bottom: 30px;} /* signup page */ /* dashboard */ .wrap-bg.alt{ margin-top: 78px;} .site-header.header-static{ background: #111111;} .header-static .site-header{ background: #111111;} .dash-search{ background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 25px;} .dash-card-single{ position: relative; min-height: 240px; height: 100%;} .dash-icon{ width: 134px; text-align: center; font-size: 100px;} .dash-card-single{ display: flex; align-items: center; background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 25px 20px;} .dash-card-inner{ position: relative; top: 50%; transform: translateY(-50%);} .dash-card-single h6{ font-size: 100px; line-height: 70px;} .dash-card-single p{ font-size: 18px; color: #000; margin: 0 !important; padding: 0 0 15px 0 !important;} .dash-card-single .btn-group{ margin-top: 25px;} .dash-card-single .btn-group a{ display: inline-block; font-size: 18px; color: #000; padding: 16px 30px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); margin-left: 10px; background: #FFF;} .dash-card-single .btn-group a:hover{ background: #000; color: #FFF;} .dash-card-single .btn-group a:first-child{ margin-left: 0;} .acc-details{ text-align: right;} .accpic{ display: inline-flex; vertical-align: middle; position: relative; padding: 0 80px 0 20px; margin: 0 0 0 20px; border-left: 1px solid #acacac;} .accpic img{ width: 60px; height: 60px; position: absolute; right: 0; top: 50%; margin-top: -30px; border: 1px solid #000;} .accpic span{ vertical-align: middle; color: #000;} .dash-search .form-control{ height: 55px !important; border-radius: 0 !important; border-right: 0 !important;} .dash-search .input-group-text{ border-left: 0 !important; background: none; color: #000;} .submission-con{ float: right; width: 134px; height: 150px; background: url('../images/submission-norm.png') no-repeat;} .dash-card-single:hover .submission-con{ background: url('../images/submission-hover.png') no-repeat;} .receipt-icon{ float: right; width: 104px; height: 146px; background: url('../images/receipt.png') no-repeat;} .dash-card-single:hover .receipt-icon{ background: url('../images/receipt-hover.png') no-repeat;} .dash-cards [class*="col-"]{ margin-top: 30px;} .dash-card-single:hover{ background: #000000; color: #FFF;;} .dash-card-single:hover p, .dash-card-single:hover h6{ color: #FFF;} .dash-card-single.map-bg{ background: url('../images/map-norm.png') no-repeat; background-size: cover;} .dash-card-single.map-bg:hover{ background: url('../images/map-hover.png') no-repeat; background-size: cover;} .dash-card-single h2{ font-size: 22px; font-weight: 700;} .dash-cards.for-table{ margin-top: 30px; background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 25px;} .for-table h2{ font-size: 22px; font-weight: 700;} .theme-table{ margin-top: 25px;} .theme-table tr th{ font-size: 14px !important; text-transform: uppercase; color: #000 !important;} .theme-table tr td{ font-size: 14px !important; color: #717171 !important;} /* dashboard */ /* Media Page */ .media-main{ background: #FFF; padding: 80px 70px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .media-main h2{ font-size: 45px; font-weight: 700;} .media-main h3{ font-size: 25px;} .media-main p{ font-size: 18px;} .media-single:nth-child(odd) .col-lg-6:first-child{ order: 2;} .media-single:nth-child(odd) .col-lg-6:last-child{ order: 1;} .media-single{ border-top: 1px solid #d8d8d8; padding: 50px 0;} .media-single:first-of-type{ border-top: 0;} .media-single:last-of-type{ padding-bottom: 0;} .media-single h2{ position: relative; padding-bottom: 15px; margin-bottom: 25px;} .media-single h2::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 85px; height: 4px; background: #c1c1c1;} .media-right{ padding-left: 40px;} .media-single:nth-child(odd) .media-right{ padding-left: 0; padding-right: 40px;} .rss-single{ height: 100%; padding: 30px; background: url('../images/rssbg.jpg') no-repeat; background-size: cover; position: relative;} .rss-single:hover{ background: url('../images/rssbg-hover.jpg') no-repeat; background-size: cover;} /* Media Page */ /* Invoices */ h2.topTitle{ font-weight: 700; padding-bottom: 30px;} .acc-details.alt{ text-align: left; margin-top: 15px;} .acc-details.alt .accpic{ padding: 0 0 0 73px; border-left: 0; margin: 0;} .acc-details.alt .accpic img{ right: inherit; left: 0;} .proDetails{ padding: 30px 0 0 0;} .proDetails p{ margin: 0 !important; padding: 8px 0 0 0 !important; color: #000;} .for-invoice{ background: #f7f7f7;} /* Invoices */ /* RSS Listings */ .listingWrap{ background: #FFF; padding:30px 40px 60px 40px; margin: 50px 0 0 0; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .listingSingle{ background: #e9e9e9; height: 100%; transition: all 0.5s ease;} .listTxt{ padding: 25px;} .listTxt h3{ font-size: 18px; color: #1f1920; font-weight: 600;} .listTxt h4{ font-size: 15px; color: #666666; font-weight: 600; padding: 6px 0 10px 0;} .listTxt p{ font-size: 15px; color: #000 !important;} .listTxt a{ position: relative; font-size: 16px; color: #1f1920 !important; display: inline-block; padding: 0 26px 0 0;} .listTxt a::after{ content: ''; width: 15px; height: 13px; position: absolute; right: 0; top: 6px; background: url('../images/arrow.png') no-repeat;} .listingWrap [class*="col-"]{ margin-top: 30px;} .listImg{overflow: hidden;} .listImg img{ transition: all 0.5s ease;} .listingSingle:hover .listImg img{ transform: scale(1.1);} .listingSingle:hover{ background: none; -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.2); box-shadow: 0 0 25px 0 rgba(0,0,0,0.2); transform: translateY(-10px);} .loadMore{ margin-top: 70px; text-align: center; position: relative;} .loadMore::after{ content: ''; position: absolute; width: 100%; height: 1px; background: #dbdbdb; left: 0; top: 50%;} .loadMore button{ position: relative; z-index: 2;} .rss-single-icon{ width: 121px; height: 121px; background: url('../images/wallet.png') no-repeat; position: absolute; right: 30px; top: 30px;} .listingWrap .rss-single{ min-height: 180px;} .view-rss{ display: inline-block; background: #000; font-size: 16px; color: #FFF !important; padding: 6px 20px; margin: 10px 0 0 0;} .view-rss i { margin-left: 15px;} .listingWrap .rss-single p{ margin: 0 !important; padding: 25px 0 0 0 !important;} .rss-single:hover p{ color: #FFF;} .rss-single:hover .view-rss{ background: #c0c0c0; color: #000 !important;} .rss-single:hover .rss-single-icon{ background: url('../images/wallet-white.png') no-repeat;} .listingWrap.alt{ padding-top: 60px;} /* RSS Listings */ /* Steps Form */ .theme-tabs{ margin-top: 40px;} .theme-tabs .v-tab{ width: 25%; display: block; font-size: 22px; color: #999999 !important; font-weight: 700; padding: 0; text-transform: none !important; letter-spacing: normal !important;} .theme-tabs .v-tab::after{ content: ''; position: absolute; width: 100%; height: 3px; background: #999999; left: 0; top: 24px;} .theme-tabs .v-ripple__container{ display: none !important;} .theme-tabs .v-tabs-slider-wrapper{ opacity: 0 !important;} .theme-tabs .v-tab::before{ opacity: 0 !important;} .theme-tabs .tabMain{ display: inline-block; text-align: center;} .theme-tabs .v-tabs-bar{ height: auto !important;} .theme-tabs .v-tab span{ margin: 0 auto; display: block; width: 50px; height: 50px; background: #f7f7f7; border: 1px solid #999999; text-align: center; line-height: 50px; font-size: 18px; color: #999999; font-weight: 700; border-radius: 100%; position: relative; z-index: 2; margin-bottom: 10px;} .theme-tabs .v-tabs-bar{ background: none !important;} .theme-tabs .v-tabs-items{ background: none !important;} .theme-tabs .v-tab--active{ color: #000 !important;} .theme-tabs .v-tab--active .tabMain span{ background: #000; border: 1px solid #000; color: #FFF !important;} .theme-tabs .v-tabs-items{ margin-top: 60px;} .formTop{ background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .step-form-top{ padding: 40px; } .formTop-left{ height: 100%; background: url('../images/bg-form.jpg') no-repeat; background-size: cover; padding: 50px;} .formTop-left-main{ padding: 30px; border: 10px solid rgba(255,255,255,0.37);} .formTop-left-main{ color: #FFF;} .formTop-left-main p:last-child{ margin-bottom: 0 !important;} .form-bottom{ background: #FFF; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); padding: 30px 50px; margin-top: 50px;} .merg-top{ margin-top: 30px;} .media-up{ background: #FFF; padding: 30px; border-radius: 15px; margin-bottom: 30px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .media-up h4{ font-size: 15px; font-weight: 400; color: #909090; padding-left: 40px;} .media-up small{ color: #a5a5a5; font-style: italic; display: block; padding: 12px 0 0 0;} .with-swwitch{ position: relative; padding-left: 60px !important;} .with-swwitch span{ margin: 0 0 0 12px; display: inline-block; background: #000; color: #FFF; font-size: 17px; padding: 4px 19px; border-radius: 50px; vertical-align: middle;} .with-swwitch .v-input--switch{ position: absolute; left: 0; top: 0; margin: 0;} .with-swwitch .v-input--switch__thumb{ color: #000 !important;} .media-hide{ max-height: 0; transition: all 0.8s ease; overflow: hidden; margin: 20px 0 0 0;} p.no-merg{ margin: 0 !important; padding: 0 !important;} .media-up:hover .media-hide{ max-height: 500px;} ul.postTags{ margin: 0 0 10px 0 !important; padding: 0 0 10px 0 !important; border-bottom: 1px solid #ececec;} .postTags li{ display: inline-block; background: #000; color: #FFF; border-radius: 5px; margin: 0 5px 5px 0; font-size: 13px; padding: 6px 12px;} .viewPost{ border: 1px solid #000; color: #000 !important; font-size: 13px; padding: 6px 12px; border-radius: 5px; display: block; text-align: center;} .viewPost .fa{ display: inline-block; margin: 0 10px;} p.alt{ margin: 0 !important; padding: 5px 0 0 0 !important;} .custom-form.no-gap{ padding-top: 0;} .pt-method{ border: 1px solid #e8e8e8; padding: 15px; border-radius: 15px;} .btn-paypal{ background-image: url('../images/checkout-with-paypal.png'); background-repeat: no-repeat; background-position: 0px 0px; width: 242px; height: 35px; border: none; float: right;} .btn-card{ background-image: url('../images/card.png'); background-repeat: no-repeat; background-position: 0px 0px; width: 119px; height: 33px; border: none; float: right;} .ptCard{ border: 1px solid #e8e8e8; padding:5px 15px; border-radius: 5px; margin-bottom: 15px;} /* Steps Form */ /* Copyright Page */ .theme-tabs-alt .v-tab::after{ opacity: 0;} .theme-tabs-alt .v-slide-group__wrapper{ margin-left: -15px; margin-right: -15px;} .theme-tabs-alt .v-tab{ width: 33.333333% !important; max-width: 33.333333%; padding: 0 15px; } .theme-tabs-alt .v-tab.v-tab--active .vtabIn{ background: #FFF; border-bottom: 30px solid #FFF; -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.08); box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);} .theme-tabs-alt .vtabIn{ height: 100%; background: #f3f3f3; text-align: left; border-bottom: 30px solid #f7f7f7;} .theme-tabs-alt .vtabIcon{ position: absolute; left: 30px; top: 30px; font-size: 50px; line-height: 50px; color: #000000; width: 100%;} .theme-tabs-alt .vtabIn h3{ font-size: 30px; font-weight: 700; color: #101010;} .theme-tabs-alt .vtabIn p{ font-size: 18px; color: #333333; font-weight: 400; line-height: 30px; margin-top: 15px;} .viewAns{ font-size: 16px; text-align: right; padding: 25px 0 0 0; text-transform: uppercase; color: #000000;} .theme-tabs-alt .v-tabs-items{ padding: 50px; margin-top: 0; background: #FFF !important; -webkit-box-shadow: 0 15px 15px 0 rgba(0,0,0,0.08); box-shadow: 0 15px 15px 0 rgba(0,0,0,0.08);} .theme-tabs-alt .v-slide-group__next, .theme-tabs-alt .v-slide-group__prev{ display: none;} .theme-tabs-alt .v-slide-group__content{ white-space: normal; width: 100% !important;} .theme-tabs-alt .vtabIn-cont{ padding: 30px; padding-left: 100px; position: relative;} .theme-tabs-alt .v-tab.v-tab--active .vtabIn-cont{ transform: translateY(25px);} /* Copyright Page */ /* Pricing Page */ .pricing-main{ background: #FFF; padding:60px 40px 60px 40px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .pricing-main h2{ font-size: 45px; font-weight: 700;} .priceDiv{ text-align: center; font-size: 50px; color: #000; line-height: 30px; padding: 40px 0 0 0;} .priceDiv span{ display: block; font-size: 17px; color: #9c9c9c; padding: 18px 0 0 0;} .pricing-btn{ padding: 30px 0 0 0;} .pricing-btn .v-btn.btn-auto{ border-radius: 0 !important; margin-left: 5px !important; margin-right: 5px !important;} .pricing-btn .active-pricing-btn { background: #486eb1 !important;} .pricing-service{ padding: 0;} .pricing-service .col-lg-4{ margin-top: 30px;} .pricing-service-single{ height: 100%; background: url('../images/bg.png') no-repeat; background-size: cover; padding: 22px 25px; overflow: hidden;} .pricing-service-single h3{ text-transform: uppercase; margin: 0 !important; padding: 40px 0 0 0 !important; font-size: 22px; color: #585858; font-weight: 400;} .pricing-service-img{ float: left; margin: 0 30px 0 0;} .pricing-link{ margin: 50px 0 20px 0;} .pricing-link ul{ margin: 0 -15px !important; padding: 0 0 !important; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;} .pricing-link ul li{ margin: 30px 0 0 0; width: 100%; padding: 0 15px; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;} /* .pricing-link ul li:first-child, .pricing-link ul li:nth-child(2), .pricing-link ul li:nth-child(3){ border-bottom: 1px solid #9c9c9c;} */ .pricing-link ul li a{ display: block; position: relative; font-size: 18px; color: #281b02; padding: 0 0 0 25px;} .pricing-link ul li a:hover{ color: #466295;} .pricing-link ul li a::after{ content: '\f105'; position: absolute; left: 0; top: 0; font-family: fontAwesome; } .packages{ background: url('../images/package-bg.jpg') no-repeat; background-size: cover; padding: 110px 0; margin-top: 100px;} .packages h2{ font-size: 55px; color: #1f1920; text-align: center; margin: 0; padding: 0; padding: 0 0 80px 0;} .packages-left ul{ margin: 0 !important; padding: 0 40px 0 0 !important; height: 495px; overflow: auto;} .packages-left ul li{ overflow: hidden; border-bottom: 1px solid #e0e0e0; padding: 15px 0;} .packages-left ul li:first-child{ padding-top: 0;} .packages-left ul li:last-child{ border-bottom: 0;} .wrap-bg.no-pad{ padding-bottom: 0;} .packages-left-img{ float: left; margin-right: 30px;} .packages-right{ height: 100%; background: url('../images/img.jpg') no-repeat; background-size: cover;} /* Pricing Page */ /* edit Profile */ .profile-pic{ width: 122px; height: 122px; margin: 0 auto;} .profile-pic img{ width: 122px; height: 122px; border-radius: 100%;} .profile-btn{ text-align: center; padding: 25px 0 0 0;} .profile-btn a{ display: inline-block; color: #616161 !important; border: 1px solid #616161; padding: 6px 15px; border-radius: 5px;} .profileDesc p{ margin: 0 !important; padding: 0 !important; text-align: center; font-size: 14px;} .profileDesc{ padding-top: 15px;} .infoBlock{ background: rgb(233, 233, 233);} .login-container h2.alt{ padding-top: 50px;} /* edit Profile */ /* Contact */ .contact-single h2{ border-bottom: 1px solid #e4e4e4; padding: 0 0 12px 0 !important; margin: 0 0 12px 0 !important; font-size: 22px;} .contact-single{ background: #FFF; padding: 30px; border-radius: 15px;} .contact-form{ margin-top: 60px;} .contact-form-left h2{ border-bottom: 1px solid #e4e4e4; padding: 0 0 12px 0 !important; margin: 0 0 12px 0 !important; font-size: 22px;} .contact-form-main{ background: #FFF; padding: 30px; border-radius: 15px; margin-top: 50px;} .contact-form-right .v-btn.btn-auto{ margin-top: 10px;} /* Contact */ /* RSS details */ .wrap-bg.white{ background: #FFF;} .details-container h1{ font-size: 35px; font-weight: 700; padding-bottom: 40px;} .company-info{ padding: 30px; background: #f3f3f3;} .company-info ul{ margin: 0 !important; padding: 25px 0 25px 0 !important;} .company-info ul li{ float: left; margin: 0 0 0 20px;} .company-info ul li:first-child{ margin-left: 0;} .company-info ul li a{ display:inline-block; color: #333333; font-size: 19px;} .company-info h3{ padding-top: 25px;} .company-contact p{ margin: 5px 0 0 0 !important;} .category-list ul{ margin: 0 !important; padding: 25px 0 0 0 !important;} .category-list ul li a{ border-bottom: 1px solid #333; padding: 9px 0 9px 30px; position: relative; display: block; font-size: 18px; color: #333; font-weight: 700;} .category-list ul li:last-child a{ border-bottom: 0;} .category-list ul li a::after{ content: ''; width: 18px; height: 9px; background: url('../images/arrow-l.png') no-repeat; position: absolute; left: 0; top: 18px;} .details-left h2{ padding-top: 40px; font-size: 36px; font-weight: 700;} .recent-post-single{ margin-top: 30px;} .recent-post-single h3{ padding-top: 15px;} .post-meta{ border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 15px 0;} .post-meta p{ margin: 0 !important; padding: 0 !important; font-size: 18px;} .post-meta p span{ float: right; } .post-tags ul{ margin: 0 !important; padding: 0 !important;} .post-tags ul li{ display: inline-block; margin: 15px 15px 0 0;} .post-tags ul li a{ display: block; background: #464646; color: #fefefe; font-size: 18px; padding: 8px 18px;} .post-content{ padding: 30px 0 0 0;} .post-content h2{ padding: 30px 0 25px 0;} .post-content h2:first-child{ padding-top: 0;} .similar-post-main{ height: 100%;} .similar-post-main img{ height: 100%;} .similar-post ul{ margin: 0 -15px !important; padding: 0 !important; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;} .similar-post ul li{ margin-top: 30px; display: block; width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;} .similar-post ul li iframe{ display: block;} .similar-post h2{ font-size: 36px; font-weight: 700;} .similar-post{ border-top: 2px solid #cccccc; margin: 60px 0 0 0; padding: 40px 0 0 0;} .media-details{ background: #f3f3f3; padding: 30px; margin-top: 30px;} .media-details .company-info{ padding: 0; background: none;} .media-details .company-info ul{ float: right;} .prIcon a{ display: inline-block; background: #000; color: #FFF !important; text-align: center; font-size: 25px; padding: 5px 13px;} /* RSS details */ .nogap input[type="text"], .nogap input[type="email"], .nogap input[type="file"], .nogap select, .nogap textarea{ margin-top: 0;} .nogap .v-input{ margin-top: 0;} .inp-block label{ display: block;} .inp-block{ margin-top: 15px;} .inp-block h5{ font-size: 22px; color: #000;} .site-nav-wrap .dropdown-menu{ padding: 0; margin-top: 22px;} .site-nav-wrap .dropdown-menu li{ border-top: 1px solid #d6d6d6;} .site-nav-wrap .dropdown-menu li:first-child{ border-top: 0;} .site-nav-wrap .dropdown-menu li a{ color: #000; font-size: 14px; padding-left: 7px; padding-right: 7px;} .mobClick { display: none; float: left; width: 24px; height: 16px; position: relative; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; margin: 14px 20px 0 0;} .mobClick span { position: absolute; opacity: 1; left: 0; width: 24px; height: 2px; background: #FFF; display: block; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out;} .mobClick span:nth-child(2) { top: 7px;} .mobClick span:nth-child(3) { top: 14px;} .mobClick.open span:nth-child(1) { top: 7px; -webkit-transform: rotate(135deg); transform: rotate(135deg);} .mobClick.open span:nth-child(2) { opacity: 0; left: -20px;} .mobClick.open span:nth-child(3) { top: 7px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);} .copy-form{ background: #FFF; padding:50px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .inp-block span.v-tooltip{ display: inline-block !important;} .inp-block span.v-tooltip + span{ display: inline-block !important;} /* Faq */ .faq-panel{ margin-bottom: 50px; background: #FFF; padding: 30px; -webkit-box-shadow: 0 0 55px 0 rgba(0,0,0,0.08); box-shadow: 0 0 55px 0 rgba(0,0,0,0.08);} .faq-panel h2{ padding-bottom: 25px;} .faq-panel .v-expansion-panel-header{ padding-left: 0 !important; padding-right: 0 !important;} .faq-panel .v-expansion-panel-header{ font-size: 18px; color: #000 !important;} .faq-panel .v-expansion-panel-header:focus{ outline: none;} .faq-panel .v-expansion-panel-header:before{ display: none !important;} .faq-panel .v-expansion-panel{ border-top: 1px solid #efefef; background: none !important; box-shadow: none !important;} .faq-panel .v-expansion-panel::before{ display: none !important;} .faq-panel .v-expansion-panel:not(:first-child)::after{ border: none !important;} .faq-panel .v-expansion-panel-content__wrap{ font-size: 14px;} .faq-panel ul li{ list-style-type: disc; margin: 5px 0 0 0;} /* Faq */ /* Reviews */ .review-single{ border-top: 1px solid #d6d6d6; padding: 50px 0;} p.testi-cont{ line-height: 32px; font-style: italic; position: relative; color: #757575; padding-left: 50px;} p.testi-cont::after{ content: ''; width: 32px; height: 32px; background: url('../images/quote.png') no-repeat; position: absolute; left: 0; top: 0;} p.testi-auth{ padding-right: 50px; padding-left: 50px; display: inline-block; position: relative;} p.testi-auth::after{ content: ''; width: 32px; height: 32px; background: url('../images/quote.png') no-repeat; position: absolute; right: 0; bottom: 0; transform: rotate(180deg);} /* Reviews */ /* PA Media */ .common-cont-left{ border-right: 1px solid #efefef; padding-right: 30px;} .common-cont-left.alt{ border: none; padding-right: 0;} .common-cont-left h2{ padding-top: 30px; padding-bottom: 15px;} .common-cont-left ul li{ list-style-type: disc;} .common-cont-left h2:first-child{ padding-top: 0;} .txlBlock{ border-bottom: 1px solid #efefef; padding: 15px 0;} .txlBlock h3{ font-size: 20px; margin: 0 !important; padding: 0 !important;} .txlBlock p{ font-size: 15px; margin: 0 !important; padding: 15px 0 0 !important;} /* PA Media */ /* */ .press-img{ border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; padding: 15px 0; margin-bottom: 30px;} .press-img img{ width: 100%;} ul.bullets{ margin: 0 !important; padding: 12px 0 0 0 !important;} .bullets li{ font-size: 14px; margin: 3px 0 0 0;} .bullets li a{ color: #000 !important; display: block; position: relative; padding: 0 0 0 17px;} .bullets li a::after{ content: '\f105'; position: absolute; left: 0; top: 0; font-family: fontAwesome; transition: all 0.5s ease;} /* */ /* Team */ .team-single{ position: relative; -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; margin: 30px 0 0 0;} .team-desc{ position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: rgba(0,0,0,0.8); color: #FFF; padding: 30px;} .team-desc h3{ color: #FFF; font-size: 30px; font-weight: 700;} .team-desc h4{ color: #FFF; font-size: 18px; font-weight: 700;} .team-desc h5{ color: #FFF; font-size: 18px;} .team-desc p{ padding: 15px 0 0 0;} .team-desc::after{ content: ''; position: absolute; left: 30px; top: 30px; width: calc(100% - 60px); height: calc(100% - 60px); border: 10px solid rgba(255,255,255,0.2);} .team-desc-main{ position: relative; top: 50%; transform: translateY(-50%); padding: 30px; z-index: 9;} .team-desc{height: 144px; overflow: hidden; transition: all 0.5s ease;} .team-desc-main{ top: 0; transform: translateY(0); padding: 0; transition: none;} .team-desc::after{ opacity: 0;} .team-single:hover .team-desc{ height: 100%;} .team-single:hover .team-desc-main{ top: 50%; transform: translateY(-50%); padding: 30px;} .team-single:hover .team-desc::after{ opacity: 1;} /* Team */ /* News */ .newsWrap{ margin-bottom: 70px;} .newsTxt{ background: #FFF; padding: 60px; -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; position: relative;} .newsTxt::after{ content: ''; width: 42px; height: 348px; background: url('../images/arr-bg.png') no-repeat; position: absolute; right: -21px; bottom: -50px;} .newsTxt ul{ padding: 0 !important;} .newsTxt ul li{ position: relative; padding: 0 0 0 30px; margin: 7px 0 0 0;} .newsTxt ul li::after{ content: ''; width: 17px; height: 14px; background: url('../images/tick.png') no-repeat; position: absolute; left: 0; top: 4px;} .newsTxt h2{ padding-bottom: 20px; font-size: 40px; font-weight: 700; padding-left: 50px;} .txtNum{ width: 60px; height: 60px; background: #000; color: #FFF; text-align: center; line-height: 60px; font-size: 30px; font-weight: 700; position: absolute; top: 60px; left: 0;} .newsWrap:nth-child(even) .col-lg-6:first-child{ order: 2;} .newsWrap:nth-child(even) .col-lg-6:last-child{ order: 1;} .newsWrap:nth-child(even) .newsTxt::after{ right: inherit; left: -21px;} /* News */ /* Media Database */ .media-data-single{ -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; margin-top: 40px;} .media-data-single:nth-child(odd) .col-lg-6:first-child{ order: 2;} .media-data-single:nth-child(odd) .col-lg-6:last-child{ order: 1;} .media-data-txt{ padding: 60px;} .media-data-img{ height: 100%; background-size: cover; background-repeat: no-repeat;} /* Media Database */ /* Coverage */ .coverage-single{ -webkit-box-shadow: 0 0 40px 0 #D6D6D6; box-shadow: 0 0 40px 0 #D6D6D6; padding: 60px; margin: 60px 0 0 0;} ul.coverage-list{ padding: 0 !important; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -8px; margin-left: -8px;} .coverage-list li{ position: relative; width: 100%; padding-right: 8px; padding-left: 8px; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .coverage-list-single{ border: 1px solid #dddddd; margin: 16px 0 0 0;} .coverage-single h3{ padding-bottom:30px;} .siteLink{ background: #000; color: #FFF !important; display: inline-block; font-size: 18px; text-transform: uppercase; margin: 30px 0 0 0; padding: 14px 30px;} .siteLink:hover{ color: #FFF !important;} /* Coverage */ /* About Us */ .brand-list ul{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -8px; margin-left: -8px; padding: 0 !important;} .brand-list ul li{ position: relative; width: 100%; padding-right: 8px; padding-left: 8px; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;} .brand-list-single{ border: 1px solid #ececec; border-radius: 5px; padding: 8px; text-align: center;} .brand-list-single img{ border-radius: 5px;} .brand-list{ padding-bottom: 70px;} .brand-list h2{ font-size: 40px; font-weight: 700; padding-bottom: 60px;} .press-ab-left{ position: relative; background: url('../images/pr-img.jpg') no-repeat; background-size: cover; padding: 70px;} .press-left-main{ border: 8px solid rgba(255,255,255,0.5); padding: 40px;} .press-left-main h2{ color: #FFF;} .wrap-bg.alt{ padding-bottom: 0;} .press-ab{ margin-bottom: 70px;} .press-ab h1{ padding-bottom: 30px;} /* About Us */ .recent-post{ border-top: 2px solid #cccccc; margin: 60px 0 0 0; padding: 40px 0 0 0;} .pressTitle{ position: relative;} .pressTitle .site-link{ position: absolute; right: 0; top: -5px; margin: 0;} .recent-post-wrap{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;} .recent-post-single{ position: relative; width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;} .recent-post-single h3{ font-size: 17px;} .pricing-link-single{ font-size: 22px; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); text-align: center; padding: 30px; border-radius: 10px;} /* Modified Size of the website */ .site-link{ margin-top: 20px; font-size: 15px; padding-top: 10px; padding-bottom: 10px;} .what-we-do h2{ font-size: 40px; line-height: 56px;} .process-img{ width: 70px;} .process-single{ padding-left: 95px;} .process-single p{ font-size: 15px;} .process-single h3{ font-size: 24px;} .press-right h2{ font-size: 35px;} .press-single h3{ font-size: 20px;} .press-single h4{ font-size: 15px;} .press-single p{ font-size: 15px; line-height: 22px;} .press-single li a{ position: relative; left: 0; font-size: 15px;} .press-single p{ padding-top: 0;} .press-left h2{ font-size: 38px;} .services h2{ font-size: 40px;} .services-single h3{ font-size: 22px;} .services-single p{ font-size: 15px; line-height: 24px;} .services-icon{ width: 35px;} .sign-banner h2{ font-size: 30px;} .sign-banner p{ font-size: 17px;} .footer-copy p{ font-size: 14px;} .logo img{ width: 180px;} .site-header{ padding: 12px 0;} .site-nav ul li a{ font-size: 15px;} .site-nav-wrap button{ font-size: 15px !important;} .here-banner h1{ font-size: 50px;} .here-banner.small{ height: 330px;} .footer-copy{ padding: 22px 0;} .footer-single ul li a{ font-size: 15px;} .wrap-bg{ padding-bottom: 90px;} .listIcon{ line-height: 70px;} .listIcon img{ height: 40px;} .listN li{ margin-top: 10px;} .listN li a{ min-height: 70px;} .listN li a{ padding-top: 12px;} .listN li a{ font-size: 17px;} .listN li a span{ font-size: 15px;} .login-container h2{ font-size: 25px;} .login-container h3{ font-size: 18px;} .login-left-main h3::after{ height: 2px; bottom: 9px;} .custom-form input[type="text"], .custom-form input[type="password"], .custom-form input[type="email"], .custom-form input[type="file"], .custom-form select, .custom-form textarea{ font-size: 15px;} .custom-form label{ font-size: 14px;} .v-btn.btn-auto{ font-size: 15px !important; font-weight: 400 !important; min-width: 120px !important; height: 45px !important;} .custom-form .v-btn--disabled{ font-size: 15px !important; font-weight: 400 !important; min-width: 120px !important; height: 45px !important;} .login-container{ padding: 50px;} .page-breadcrumb{ padding: 50px 0;} /* Modified Size of the website */ /* Responsive --- */ @media (max-width: 1600px) { .container{ max-width: 1240px !important;} /* .site-nav ul li a{ font-size: 16px;} .here-banner h1{ font-size: 65px;} .what-we-do h2{ font-size: 40px; line-height: 56px;} .process-single h3{ font-size: 24px;} .process-single p{ font-size: 16px;} */ /* .process-img{ width: 100px;} .process-single{ padding-left: 118px;} .press-left{ padding: 30px;} */ /* .press-left h2{ font-size: 42px;} .press-right h2{ font-size: 40px;} .press-single h3{ font-size: 22px;} */ .press-single p{ font-size: 16px; padding-top: 0;} /* .press-single li a{ font-size: 16px;} .services-single h3{ font-size: 24px;} */ .services-icon{ width: 45px;} .services-single p{ font-size: 16px; line-height: 28px;} .submission-con, .receipt-icon{ background-size: 100% auto !important; width: 90px;} .dash-card-single .btn-group a{ padding-left: 20px; padding-right: 20px;} .dash-card-single p, .dash-card-single .btn-group a{ font-size: 16px;} .listN li a{ font-size: 17px;} .listN li a span{ font-size: 15px;} .login-container h2{ font-size: 26px;} .details-container h1{ font-size: 42px;} .details-left h2{ font-size: 36px;} ul.press-single{ padding: 0 !important;} .what-we-do h2 { font-size: 30px; line-height: 42px;} .process-single h3{ font-size: 22px;} .press-single li{ margin-top: 30px;} .press-single li{ padding-left: 180px;} .press-single h3{ font-size: 18px;} .press-single h4{ padding-top: 0;} .press-right h2{ font-size: 30px;} .press::after{ width: calc(50vw - 120px);} .services-single p { font-size: 15px; line-height: 24px;} .services-single{ padding-left: 87px;} .services-single p{ padding: 0; margin: 0 !important;} .media-main h2{ font-size: 30px;} .media-main h3{ font-size: 18px;} .media-main p{ font-size: 15px;} .media-main{ padding: 40px;} .rss-single{ padding: 15px;} .rss-single-icon{ width: 70px; height: 70px; background-size: 100%;} .listingWrap .rss-single { min-height: 150px;} .pricing-service-img img{ height: 60px;} .pricing-service-single h3{ padding: 20px 0 20px 0 !important; font-size: 18px;} .pricing-link ul{ padding: 0 !important;} .packages h2{ font-size: 30px;} .packages-left-img img{ width: 100px;} .packages-left h3{ font-size: 18px;} .team-desc h3{ font-size: 24px;} .team-desc h4{ font-size: 15px;} .team-desc h5{ font-size: 15px;} .team-desc{ height: 137px;} .media-data-txt{ padding: 30px;} .coverage-single{ padding: 30px;} } @media (max-width: 1366px) { .container{ max-width: 1100px !important;} } @media (max-width: 1240px) { .container{ max-width: 1100px !important;} .press::after{ width: calc(50vw - 100px);} .newsTxt h2{font-size: 26px;} } @media (max-width: 1199px) { .container{ max-width: 960px !important;} .site-header{ padding: 10px 0;} .logo img{ width: 120px;} .site-nav ul li a{ padding: 6px 8px; font-size: 14px;} .here-banner h1 { font-size: 50px;} .site-link{ font-size: 16px; padding: 10px 40px; margin-top: 30px;} .what-we-do h2 { font-size: 30px; line-height: 40px;} .process-img{ width: 50px;} .process-single { padding-left: 70px;} .process-single h3 { font-size: 20px;} .process-single p { font-size: 14px;} .here-banner{ height: 450px;} .press::after{ display: none;} .press-left{ margin-right: 0; background: url('../images/press-main.jpg') no-repeat; background-size: cover; border: none;} .press-left h2{ border: 10px solid rgba(235,235,235,.37); padding: 40px;} .press-right{ padding: 80px 0 0 0; max-width: 930px; margin: 0 auto;} .press .col-xl-5{ padding-left: 0; padding-right: 0;} .press-single li a{ position: relative; left: 0;} .press .container{ max-width: 100% !important; padding: 0;} .press .row{ margin: 0;} .sign-banner h2{ font-size: 26px;} .sign-banner p{ font-size: 16px;} .footer-single ul li a{ font-size: 15px;} .wrap-bg.alt{ margin-top: 58px;} .site-nav-wrap button{ font-size: 14px !important;} .page-breadcrumb{ padding: 30px 0;} .login-container{ padding: 30px;} .listIcon{ width: 60px; line-height: 80px;} .listIcon img{ width: 40px;} .listN li a{ min-height: 80px; padding: 15px 64px 0 0;} .media-main{ padding: 40px;} .media-right{ padding: 0 !important;} .media-main h2{ font-size: 30px;} .media-main h3{ font-size: 20px;} .media-main p{ font-size: 15px;} .media-right .v-btn.btn-auto{ min-width: 176px !important; height: 40px !important; font-size: 15px !important;} .listTxt h3{font-size: 15px;} .listTxt h4{ font-size: 12px;} .forListings .v-btn.btn-block{ min-width: 10px !important;} .theme-tabs .v-tab{ font-size: 22px;} .formTop-left{ padding: 25px;} .formTop-left-main{ padding: 15px;} .step-form-top{ padding-left: 0;} .contact-single{ margin-top: 30px;} .details-container h1{ font-size: 32px;} .details-left h2 { font-size: 27px;} .recent-post-single h3{ font-size: 18px;} .post-content h2{ font-size: 25px;} .post-tags ul li a{ font-size: 12px;} .post-meta p{ font-size: 14px;} .press-single li{ margin-top: 50px;} .press-left h2{ font-size: 28px;} .press{ margin-top: 0;} .rss-single-icon{ position: static; margin: 0 auto;} .listingWrap .rss-single{ text-align: center;} .pricing-link ul li a{ font-size: 15px;} .pricing-service-img{ float: none; margin: 0 auto;} .pricing-service-single{ text-align: center;} .pricing-service-single h3{ padding-bottom: 0 !important;} .siteLink{ font-size: 15px;} } @media (max-width: 991px) { .container{ max-width: 720px !important;} .press-right{ max-width: 690px;} .site-nav{ position: fixed; width: 300px; height: 100vh; background: #FFF; right: -300px; top: 0;} .site-nav ul{ float: none; padding: 15px;} .site-nav ul li{ display: block;} .site-nav ul li a{ display: block; color: #000; border-bottom: 1px solid #efefef; border-radius: 0; padding-top: 15px; padding-bottom: 15px;} .site-nav ul li:last-child a{ margin-left: 0; padding-left: 8px; padding-right: 8px;} .press-left h2{ font-size: 30px;} .what-we-do h2{ font-size: 25px;} .process-single{ margin-top: 30px;} .process{ padding-top: 30px;} .sign-banner .text-right{ text-align: center !important;} .v-application .sign-banner .text-right{ text-align: center !important;} .sign-banner{ text-align: center;} .footer-single ul{ padding: 0 0 30px 0 !important; margin: 0 0 32px 0 !important;} .here-banner.small{ height: 200px;} .with-bdr{ border-right: 0;} .login-left, .login-right{ padding: 0;} .login-right{ padding-top: 50px;} .login-container{ padding: 40px;} .page-breadcrumb { padding: 30px 0;} .wrap-bg{ padding-bottom: 50px;} .dash-search .col-lg-6:last-child{ order: 1;} .dash-search .col-lg-6:first-child{ order: 2;} .acc-details{ min-height: 70px; height: auto;} .media-single:nth-child(odd) .col-lg-6:first-child{ order: 1;} .media-single:nth-child(odd) .col-lg-6:last-child{ order: 2;} .media-right{ padding-top: 30px !important;} .for-invoice .col-lg-6:first-child{ order: 1;} .for-invoice .col-lg-6:last-child{ order: 2;} .v-application .text-right.proUp{ text-align: left !important; padding-top: 25px;} .forListings .input-group{ margin-top: 20px;} .listingWrap{ padding: 5px 25px 60px 25px;} .step-form-top{ padding-left: 40px;} .details-container .col-lg-4{ order: 2;} .details-container .col-lg-8{ order: 1;} .details-left{ margin-top: 40px;} .recent-post-wrap{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;} .recent-post-single{ width: 100%; padding-right: 15px; padding-left: 15px; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;} .media-details .company-info ul{ float: none; } .text-right.prIcon{ text-align: left !important;} .footer-single ul{ padding-bottom: 0 !important;} .footer-top .col-sm-6:first-child .footer-single ul{ border-bottom: 1px solid #333333; padding-bottom: 30px !important;} .footer-top .col-sm-6:nth-child(2) .footer-single ul{ border-bottom: 1px solid #333333; padding-bottom: 30px !important;} .services h2{ border-top: 1px solid #e8e8e8; padding-top: 30px;} .mobClick{ display: block;} .pricing-link ul li{ padding-left: 0; padding-right: 0;} .pricing-link ul li a{ padding-left: 10px;} .common-cont-left{ padding-right: 0; border: none;} .newsWrap:nth-child(odd) .col-lg-6:first-child{ order: 2;} .newsWrap:nth-child(odd) .col-lg-6:last-child{ order: 1;} /* .newsWrap:nth-child(odd) .newsTxt::after{ right: inherit; left: -21px;} */ .newsImg{ text-align: center; padding-bottom: 30px;} .media-data-img{ height: 374px;} .media-data-single:nth-child(even) .col-lg-6:first-child{ order: 2;} .media-data-single:nth-child(even) .col-lg-6:last-child{ order: 1;} .coverage-single-img img{ width: 100%;} .coverageTxt{ padding: 30px 0 0 0;} } @media (max-width: 767px) { .services .col-6{ flex: 0 0 100%; max-width: 100%;} .here-banner h1{ font-size: 34px;} .press-left{ padding: 15px;} .press-left h2{ padding: 20px; font-size: 25px;} .press-right h2{ font-size: 25px;} .press-single h3 { font-size: 17px;} .press-single p{ font-size: 14px; line-height: 20px;} .press-single h4{ font-size: 15px;} .press-single li{ padding-left: 180px;} .services h2{ font-size: 30px;} .sign-banner{ text-align: center;} .footer-copy{ text-align: center;} .footer-social ul{ float: none; text-align: center; padding-top: 20px !important;} .footer-social ul li{ float: none; display: inline-block; margin: 0 8px;} .site-footer{ padding-top: 50px;} .footer-copy{ margin-top: 0;} .login-container{ padding: 25px;} .login-container h2{ font-size: 20px;} .login-container h3{ font-size: 17px;} .page-breadcrumb ul li a{ font-size: 12px;} .accpic{ display: block; height: auto; min-height: 10px; padding: 10px 0 10px 0; margin: 20px 0 0 0; border-top: 1px solid #acacac; border-left: 0;} .acc-details{ text-align: center;} .accpic img{ position: inherit; margin-top: 0; border-radius: 100%;} .accpic span{ display: block;} .dash-card-single .btn-group{ display: block;} .custom-form label{ font-size: 12px;} .custom-form .v-file-input__text{ font-size: 14px;} .media-main{ padding: 15px;} .v-btn.btn-auto{ font-size: 14px !important;} .acc-details.alt .accpic{ padding: 0; border: none; text-align: center;} .theme-tabs .v-slide-group__prev{ display: none !important;} .theme-tabs .v-tab{ font-size: 15px;} .step-form-top{ padding: 15px; padding-left: 15px;} .page-breadcrumb{ display: none;} .wrap-bg{ padding-top: 50px;} .form-bottom{ padding: 15px;} .custom-form .v-label{ white-space: normal !important;} .post-meta p span{ display: block; float: none;} .pricing-main{ padding: 15px;} .pricing-main h2{ font-size: 26px;} .pricing-link ul li{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .pricing-link ul li{ border-bottom: 1px solid #9c9c9c;} .packages-left ul{ padding: 0 !important;} .team-desc h3{ font-size: 18px; padding: 0 !important; margin: 0 !important;} .team-desc h4{ font-size: 13px; font-weight: 400; padding: 0 !important; margin: 0 !important;} .team-desc h5{ font-size: 13px;} .team-desc p{ font-size: 12px; padding: 8px 0 0 0 !important; margin: 0 !important; } .team-desc{ height: 100px;} .newsTxt{ padding: 25px;} .txtNum{ position: static;} .newsTxt h2{ padding-left: 0; padding-top: 20px;} .media-data h2{ font-size: 22px;} } @media (max-width: 567px) { .press-single li{ padding-left: 74px;} .press-single li .press-img{ width: 60px;} .dash-card-single .btn-group a{ display: block; width: 100%; margin: 8px 0 0 0 !important;} .login-left-main{ padding: 15px;} .listIcon{ position: static; width: 100%; height: auto; padding: 8px 0;} .listN li a{ padding: 0px 0px 12px 0;} .listIcon{ line-height: 40px;} .listN li a span{ padding-top: 12px;} .register-form{ padding: 0; background: none;} .submit-sec{ display: block !important;} .custom-form input[type="text"], .custom-form input[type="email"], .custom-form input[type="file"], .custom-form textarea{ font-size: 14px;} .listingWrap .col-6{ flex: 0 0 100%; max-width: 100%;} .row.btnSide{ display: block !important;} .row.btnSide .col:first-child{ margin-bottom: 20px;} .formTop-left{ padding: 5px;} .recent-post-single{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .similar-post ul li{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .details-container h1{ font-size: 24px;} .footer-top .col-6{ flex: 0 0 100%; max-width: 100%;} .footer-top .col-sm-6:nth-child(3) .footer-single ul{ border-bottom: 1px solid #333333; padding-bottom: 30px !important;} .site-header .col-6{ padding: 0;} .logo img{ width: 110px;} .mobClick{ margin-left: 10px; margin-right: 10px;} .teamBlock .col-6{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} .media-data-img{ height: 160px;} .coverage-list li{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;} .coverage-single{ padding: 15px;} } [v-cloak] > * { display:none } [v-cloak]::before { content: "Loading…" } /* --- Responsive */
0.332202
0.103749
.connect { display: flex; justify-content: space-between; padding-top: 2rem; } .connect__results { width: calc(99vw - 36rem); } .connect__results__wrapper { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: baseline; margin-top: 3rem; } .connect__results--scroll { margin-left: 36rem; } .connect__filters { width: 36rem; } .connect__filters--scroll { position: fixed; top: 7rem; } .connect__btn-filter { position: absolute !important; top: 1rem; left: 1rem; display: none !important; } .connect__filters__group { margin: 2rem 0; } .connect__filters__search, .connect__filters__location { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; } .connect__filters__search > div, .connect__filters__location > div { width: 70%; margin-bottom: 0; } .connect__filters__search input, .connect__filters__location input { width: 100%; } .connect__filters--mobile { padding: 2rem; } .connect__filters--mobile .connect__filters__search, .connect__filters--mobile .connect__filters__location { flex-direction: column; align-items: flex-start; } .connect__filters--mobile .connect__filters__search > div, .connect__filters--mobile .connect__filters__location > div { width: 95%; } .connect__filters--mobile .connect__filters__search button, .connect__filters--mobile .connect__filters__location button { margin-top: 1rem; } .connect__filters--mobile .connect__filters__interests input { overflow: hidden; } .user-card__link { position: relative; } .user-card__connect { position: absolute !important; top: 25%; right: -3.5rem; } @media only screen and (max-width: 860px) { .connect { padding-top: 4rem; } .connect__btn-filter { display: block !important; } .connect__filters { display: none; z-index: 2; } .connect__results { width: calc(99vw); } .connect__results--scroll { margin-left: 0; } .connect__btn-filter--scroll { position: fixed; top: 7rem; } }
client/src/assets/css/connect.css
.connect { display: flex; justify-content: space-between; padding-top: 2rem; } .connect__results { width: calc(99vw - 36rem); } .connect__results__wrapper { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: baseline; margin-top: 3rem; } .connect__results--scroll { margin-left: 36rem; } .connect__filters { width: 36rem; } .connect__filters--scroll { position: fixed; top: 7rem; } .connect__btn-filter { position: absolute !important; top: 1rem; left: 1rem; display: none !important; } .connect__filters__group { margin: 2rem 0; } .connect__filters__search, .connect__filters__location { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; } .connect__filters__search > div, .connect__filters__location > div { width: 70%; margin-bottom: 0; } .connect__filters__search input, .connect__filters__location input { width: 100%; } .connect__filters--mobile { padding: 2rem; } .connect__filters--mobile .connect__filters__search, .connect__filters--mobile .connect__filters__location { flex-direction: column; align-items: flex-start; } .connect__filters--mobile .connect__filters__search > div, .connect__filters--mobile .connect__filters__location > div { width: 95%; } .connect__filters--mobile .connect__filters__search button, .connect__filters--mobile .connect__filters__location button { margin-top: 1rem; } .connect__filters--mobile .connect__filters__interests input { overflow: hidden; } .user-card__link { position: relative; } .user-card__connect { position: absolute !important; top: 25%; right: -3.5rem; } @media only screen and (max-width: 860px) { .connect { padding-top: 4rem; } .connect__btn-filter { display: block !important; } .connect__filters { display: none; z-index: 2; } .connect__results { width: calc(99vw); } .connect__results--scroll { margin-left: 0; } .connect__btn-filter--scroll { position: fixed; top: 7rem; } }
0.649801
0.059784
:root { --dark-color: #232323; --light-color: #F4F4F4; --zoidberg-size: 800px; --zoidberg-text-size: calc(var(--zoidberg-size) * .07); --zoidberg-text-border-size: calc(var(--zoidberg-size) * .00875); --zoidberg-color: hsl(1, 99%, 66%); --light-zoidberg-color: hsl(1, 85%, 69%); --form-size: calc(var(--zoidberg-size) * .75); --form-background-color: #1e1e1e; --form-header-offset: calc(calc(var(--zoidberg-size) / 22) + var(--form-padding) * 1.5); --form-color: hsl(60, 96%, 90%); --form-padding: calc(var(--zoidberg-size) / 14.46); --form-container-width: calc(var(--zoidberg-size) * 1.6); --form-container-height: calc(var(--zoidberg-size) / 1446 * 1080); --input-border-size: calc(var(--zoidberg-size) / 800); --input-padding: calc(var(--zoidberg-size) / 500); --placeholder-color: #7F7F7F; } * { margin: 0; padding: 0; } body { background-color: var(--dark-color); font-family: 'Open Sans', sans-serif; } .align-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .form-container { display: flex; width: var(--form-container-width); height: var(--form-container-height); flex-direction: row; overflow: hidden; /* border-radius: 3px; */ } .form-container .left-side { position: relative; flex: 6.4; background-image: url('./Images/zoidberg_side_longer.png'); background-repeat: no-repeat; background-size: cover; } .form-container .right-side { position: relative; flex: 4; background-color: var(--form-background-color); } .form-container .right-side input[type="checkbox"] { display: none; } .form-container .right-side label { position: absolute; width: 100%; height: 100%; } .form-container .right-side label span.zoidberg-text { position: absolute; display: block; top: 50%; width: calc(90% - 4 * var(--zoidberg-text-border-size)); color: var(--light-color); font-size: var(--zoidberg-text-size); text-align: center; font-weight: bold; user-select: none; cursor: pointer; padding: calc(var(--zoidberg-text-border-size) * 3) 5% calc(var(--zoidberg-text-border-size) * 5) 5%; border: var(--zoidberg-text-border-size) solid #f4f4f4; border-radius: calc(var(--zoidberg-text-border-size) / 2); transition: all 500ms ease-out; } .form-container .right-side label span.zoidberg-text::before, .form-container .right-side label span.zoidberg-text::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: var(--form-background-color); z-index: -1; } .form-container .right-side label span.zoidberg-text::before { height: 110%; width: 80%; } .form-container .right-side label span.zoidberg-text::after { height: 70%; width: 110%; } .form-container .right-side label span.zoidberg-text:hover { padding: calc(var(--zoidberg-text-size) / 2.4 / 5 * 3) 1% calc(var(--zoidberg-text-size) / 2.6) 1%; } .form-container .right-side span.zoidberg-color { color: var(--zoidberg-color); text-decoration: underline; } .form-container .right-side input[type="checkbox"]:checked ~ form { transform: translateX(0); transition: background-color 300ms ease, transform 450ms ease-out; } .form-container .right-side form { position: absolute; transform: translateX(101%); /* transform: translateX(0); */ width: 100%; height: 100%; transition: background-color 300ms ease, transform 450ms ease-in-out; } .form-container .right-side form .input-groups { position: relative; display: flex; padding: var(--form-padding); padding-top: calc(var(--form-padding) * .75); width: calc(100% - 2 * var(--form-padding)); height: calc(100% - var(--form-header-offset) - calc(2 * var(--form-padding))); background-color: var(--form-color); flex-direction: column; } .form-container .right-side form h2 { position: relative; color: var(--light-color); font-size: calc(var(--zoidberg-size) / 22 * 1.15); padding: calc(var(--form-padding) * .75) var(--form-padding); background-color: var(--zoidberg-color); user-select: none; } .form-container .right-side form .input-group { display: flex; position: relative; margin-bottom: calc(var(--zoidberg-size) / 800 * 30); margin-top: calc(var(--zoidberg-size) / 800 * 20); flex-direction: row; justify-content: space-between; } .form-container .right-side form .input-group .additional-element { position: absolute; height: var(--input-border-size); width: 0; background-color: var(--zoidberg-color); bottom: 0; transition: width 450ms ease-in-out; } .form-container .right-side form .input-group .additional-label { position: absolute; margin-left: calc(var(--input-border-size) * 1.9); bottom: calc(var(--zoidberg-size) / 22 * 1.05); font-size: calc(var(--zoidberg-size) / 22 * .5); color: var(--light-zoidberg-color); opacity: 1; pointer-events: none; transition: all 450ms ease-out; } .form-container .right-side form .input-group input:not([type="checkbox"]):placeholder-shown ~ .additional-label { font-size: calc(var(--zoidberg-size) / 22 * .75); color: var(--placeholder-color); bottom: var(--input-padding); margin-left: calc(var(--input-border-size) * .9); } .form-container .right-side form .input-group input:not([type="checkbox"]):focus + .additional-element { width: 100%; } .form-container .right-side form .input-group input:not([type="checkbox"]) { width: calc(100% - var(--input-padding)); padding-left: var(--input-padding); padding-bottom: var(--input-padding); border: 0 none; outline: none; font-size: calc(var(--zoidberg-size) / 22 * .75); height: calc(var(--zoidberg-size) / 22 * .75); background-color: transparent; border-bottom: var(--input-border-size) solid grey; color: var(--dark-color); font-weight: bold; } .form-container .right-side form label.input-group { height: calc(var(--zoidberg-size) / 22 * .75); cursor: pointer; } .form-container .right-side form label.input-group .form-checkbox { position: relative; background-color: var(--form-color); width: calc(var(--zoidberg-size) / 22 * .75); height: inherit; border: var(--input-border-size) solid grey; border-radius: calc(var(--input-border-size) * 3); transition: background-color 300ms ease-out, border 300ms ease-out; } .form-container .right-side form label.input-group input[type="checkbox"]:checked + .form-checkbox { background-color: var(--zoidberg-color); border-color: var(--zoidberg-color); } .form-container .right-side form label.input-group input[type="checkbox"]:checked + .form-checkbox::before, .form-container .right-side form label.input-group input[type="checkbox"]:checked + .form-checkbox::after { opacity: 1; } .form-container .right-side form label.input-group .form-checkbox::before, .form-container .right-side form label.input-group .form-checkbox::after { content: ''; position: absolute; width: 10%; height: 65%; background-color: var(--form-color); opacity: 0; transition: opacity 300ms 150ms ease-out; } .form-container .right-side form label.input-group .form-checkbox::before { height: 29%; left: 20%; top: 45%; transform: translateX(50%) rotate(-35deg); } .form-container .right-side form label.input-group .form-checkbox::after { left: 57%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); } .form-container .right-side form label.input-group .input-description { position: absolute; left: calc(var(--zoidberg-size) / 22 * .75 * 1.65); top: 50%; transform: translateY(-50%); font-size: calc(var(--zoidberg-size) / 22 * .51); } .form-container .right-side form .input-group button { flex-basis: 40%; font-size: calc(var(--zoidberg-size) / 22 * .75); padding: 2% 0; color: var(--zoidberg-color); cursor: pointer; border: var(--input-border-size) solid transparent; border-radius: calc(var(--input-border-size) * 4); background-color: transparent; outline-color: var(--zoidberg-color); user-select: none; transition: all 300ms ease-out; } .form-container .right-side form .input-group button:hover { border: var(--input-border-size) solid var(--zoidberg-color); } .form-container .right-side form .input-group button.filled { color: var(--light-color); background-color: var(--zoidberg-color); }
style.css
:root { --dark-color: #232323; --light-color: #F4F4F4; --zoidberg-size: 800px; --zoidberg-text-size: calc(var(--zoidberg-size) * .07); --zoidberg-text-border-size: calc(var(--zoidberg-size) * .00875); --zoidberg-color: hsl(1, 99%, 66%); --light-zoidberg-color: hsl(1, 85%, 69%); --form-size: calc(var(--zoidberg-size) * .75); --form-background-color: #1e1e1e; --form-header-offset: calc(calc(var(--zoidberg-size) / 22) + var(--form-padding) * 1.5); --form-color: hsl(60, 96%, 90%); --form-padding: calc(var(--zoidberg-size) / 14.46); --form-container-width: calc(var(--zoidberg-size) * 1.6); --form-container-height: calc(var(--zoidberg-size) / 1446 * 1080); --input-border-size: calc(var(--zoidberg-size) / 800); --input-padding: calc(var(--zoidberg-size) / 500); --placeholder-color: #7F7F7F; } * { margin: 0; padding: 0; } body { background-color: var(--dark-color); font-family: 'Open Sans', sans-serif; } .align-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .form-container { display: flex; width: var(--form-container-width); height: var(--form-container-height); flex-direction: row; overflow: hidden; /* border-radius: 3px; */ } .form-container .left-side { position: relative; flex: 6.4; background-image: url('./Images/zoidberg_side_longer.png'); background-repeat: no-repeat; background-size: cover; } .form-container .right-side { position: relative; flex: 4; background-color: var(--form-background-color); } .form-container .right-side input[type="checkbox"] { display: none; } .form-container .right-side label { position: absolute; width: 100%; height: 100%; } .form-container .right-side label span.zoidberg-text { position: absolute; display: block; top: 50%; width: calc(90% - 4 * var(--zoidberg-text-border-size)); color: var(--light-color); font-size: var(--zoidberg-text-size); text-align: center; font-weight: bold; user-select: none; cursor: pointer; padding: calc(var(--zoidberg-text-border-size) * 3) 5% calc(var(--zoidberg-text-border-size) * 5) 5%; border: var(--zoidberg-text-border-size) solid #f4f4f4; border-radius: calc(var(--zoidberg-text-border-size) / 2); transition: all 500ms ease-out; } .form-container .right-side label span.zoidberg-text::before, .form-container .right-side label span.zoidberg-text::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: var(--form-background-color); z-index: -1; } .form-container .right-side label span.zoidberg-text::before { height: 110%; width: 80%; } .form-container .right-side label span.zoidberg-text::after { height: 70%; width: 110%; } .form-container .right-side label span.zoidberg-text:hover { padding: calc(var(--zoidberg-text-size) / 2.4 / 5 * 3) 1% calc(var(--zoidberg-text-size) / 2.6) 1%; } .form-container .right-side span.zoidberg-color { color: var(--zoidberg-color); text-decoration: underline; } .form-container .right-side input[type="checkbox"]:checked ~ form { transform: translateX(0); transition: background-color 300ms ease, transform 450ms ease-out; } .form-container .right-side form { position: absolute; transform: translateX(101%); /* transform: translateX(0); */ width: 100%; height: 100%; transition: background-color 300ms ease, transform 450ms ease-in-out; } .form-container .right-side form .input-groups { position: relative; display: flex; padding: var(--form-padding); padding-top: calc(var(--form-padding) * .75); width: calc(100% - 2 * var(--form-padding)); height: calc(100% - var(--form-header-offset) - calc(2 * var(--form-padding))); background-color: var(--form-color); flex-direction: column; } .form-container .right-side form h2 { position: relative; color: var(--light-color); font-size: calc(var(--zoidberg-size) / 22 * 1.15); padding: calc(var(--form-padding) * .75) var(--form-padding); background-color: var(--zoidberg-color); user-select: none; } .form-container .right-side form .input-group { display: flex; position: relative; margin-bottom: calc(var(--zoidberg-size) / 800 * 30); margin-top: calc(var(--zoidberg-size) / 800 * 20); flex-direction: row; justify-content: space-between; } .form-container .right-side form .input-group .additional-element { position: absolute; height: var(--input-border-size); width: 0; background-color: var(--zoidberg-color); bottom: 0; transition: width 450ms ease-in-out; } .form-container .right-side form .input-group .additional-label { position: absolute; margin-left: calc(var(--input-border-size) * 1.9); bottom: calc(var(--zoidberg-size) / 22 * 1.05); font-size: calc(var(--zoidberg-size) / 22 * .5); color: var(--light-zoidberg-color); opacity: 1; pointer-events: none; transition: all 450ms ease-out; } .form-container .right-side form .input-group input:not([type="checkbox"]):placeholder-shown ~ .additional-label { font-size: calc(var(--zoidberg-size) / 22 * .75); color: var(--placeholder-color); bottom: var(--input-padding); margin-left: calc(var(--input-border-size) * .9); } .form-container .right-side form .input-group input:not([type="checkbox"]):focus + .additional-element { width: 100%; } .form-container .right-side form .input-group input:not([type="checkbox"]) { width: calc(100% - var(--input-padding)); padding-left: var(--input-padding); padding-bottom: var(--input-padding); border: 0 none; outline: none; font-size: calc(var(--zoidberg-size) / 22 * .75); height: calc(var(--zoidberg-size) / 22 * .75); background-color: transparent; border-bottom: var(--input-border-size) solid grey; color: var(--dark-color); font-weight: bold; } .form-container .right-side form label.input-group { height: calc(var(--zoidberg-size) / 22 * .75); cursor: pointer; } .form-container .right-side form label.input-group .form-checkbox { position: relative; background-color: var(--form-color); width: calc(var(--zoidberg-size) / 22 * .75); height: inherit; border: var(--input-border-size) solid grey; border-radius: calc(var(--input-border-size) * 3); transition: background-color 300ms ease-out, border 300ms ease-out; } .form-container .right-side form label.input-group input[type="checkbox"]:checked + .form-checkbox { background-color: var(--zoidberg-color); border-color: var(--zoidberg-color); } .form-container .right-side form label.input-group input[type="checkbox"]:checked + .form-checkbox::before, .form-container .right-side form label.input-group input[type="checkbox"]:checked + .form-checkbox::after { opacity: 1; } .form-container .right-side form label.input-group .form-checkbox::before, .form-container .right-side form label.input-group .form-checkbox::after { content: ''; position: absolute; width: 10%; height: 65%; background-color: var(--form-color); opacity: 0; transition: opacity 300ms 150ms ease-out; } .form-container .right-side form label.input-group .form-checkbox::before { height: 29%; left: 20%; top: 45%; transform: translateX(50%) rotate(-35deg); } .form-container .right-side form label.input-group .form-checkbox::after { left: 57%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); } .form-container .right-side form label.input-group .input-description { position: absolute; left: calc(var(--zoidberg-size) / 22 * .75 * 1.65); top: 50%; transform: translateY(-50%); font-size: calc(var(--zoidberg-size) / 22 * .51); } .form-container .right-side form .input-group button { flex-basis: 40%; font-size: calc(var(--zoidberg-size) / 22 * .75); padding: 2% 0; color: var(--zoidberg-color); cursor: pointer; border: var(--input-border-size) solid transparent; border-radius: calc(var(--input-border-size) * 4); background-color: transparent; outline-color: var(--zoidberg-color); user-select: none; transition: all 300ms ease-out; } .form-container .right-side form .input-group button:hover { border: var(--input-border-size) solid var(--zoidberg-color); } .form-container .right-side form .input-group button.filled { color: var(--light-color); background-color: var(--zoidberg-color); }
0.476336
0.156556
:root { --theme-color: #284592; } /*===== Background Color =====*/ .thm-bg, .thm-layer:before, .search-close-btn, nav ul ul li > a span:before, .about-img-cap > a:hover, .about-img-cap > a:focus, .post-info > h3 a:hover i, .post-info > h3 a:focus i, .serv-box:hover > span, .check-box [type="checkbox"]:not(:checked) + label:after, .check-box [type="checkbox"]:checked + label:after, .area-filter .noUi-handle, .price-filter .noUi-handle, .price-filter .noUi-connect, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:hover:before, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:focus:before, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:hover:after, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:focus:after, .fact-box > h2 + h5::before, .package-box.active, .package-box:hover, .cont-inner:before, .cont-inner:after, .widget-box ul li a:before, .widget-gallery a::before, .step-box:hover > span, .thm-btn.bg-color1:hover, .thm-btn.bg-color1:focus, .about-fact-box:before, .photo-info-box > span i, .why-choose-info > span:before, .toggle-item > h4 span::before, .stage-box:hover .stage-head:after, .serv-banner-box:not(.v2):before, .about-serv-info > span:before, .customBtns > div:hover, .customBtns > div:focus, .timeline-box-wrap.active .timeline-box-head > span i, .exc-proj-list > li:hover > span, .roadmap-img:before, .roadmap-box:hover .roadmap-info-wrap > span, .package-box.v2.active .package-body > a.thm-btn:hover, .package-box.v2.active .package-body > a.thm-btn:focus, .package-box2:before, .package-box2:after, .packages-caro > button.slick-arrow:hover, .packages-caro > button.slick-arrow:focus, .port-dtl-img-caro > button.slick-arrow:hover, .port-dtl-img-caro > button.slick-arrow:focus, .blog-img-caro > button.slick-arrow:hover, .blog-img-caro > button.slick-arrow:focus, .cont-info-box:hover > span, .blog-post-info-bottom > a.position-absolute:hover, .blog-post-info-bottom > a.position-absolute:focus, .blog-post-info2 > h3 a:hover i, .blog-post-info2 > h3 a:focus i, .blog-tag:not(.thm-bg):hover, .blog-tag:not(.thm-bg):focus, .widget-box2 form > button:hover, .widget-box2 form > button:focus, .shop-img > a:not(.shop-like):hover, .shop-img > a:not(.shop-like):focus, .menu-close:hover, .menu-close:focus { background-color: var(--theme-color); } /*===== Text Color =====*/ .thm-clr, nav div.nav-right ul li:hover > a, nav div.nav-right ul li.active > a, nav div.nav-right ul li > a:focus, nav > div:not(.nav-right) > ul > li.menu-item-has-children > a::before, nav ul ul li.active > a::before, nav ul ul li.menu-item-has-children:hover > a::before, nav ul ul li.menu-item-has-children > a:focus:before, .header-search > form button:hover, .header-search > form button:focus, .about-img-cap > a, .post-info > h3 a:hover, .post-info > h3 a:focus, .serv-info > h3 a:hover, .serv-info > h3 a:focus, .slc-box::before, .proj-info > h3 a:hover, .proj-info > h3 a:focus, .fact-box:hover > h2, .scl-links > a, .copyright-inner > p a:hover, .copyright-inner > p a:focus, .copyright-inner > ul li a:hover, .copyright-inner > ul li a:focus, .serv-info2 > h3 a:hover, .serv-info2 > h3 a:focus, .slick-slider > button.slick-arrow:hover, .slick-slider > button.slick-arrow:focus, .proj-info2 > h3 a:hover, .proj-info2 > h3 a:focus, .scl-links.v2 > a:hover, .scl-links.v2 > a:focus, .team-info > h3 a:hover, .team-info > h3 a:focus, .blog-post-info > h3 a:hover, .blog-post-info > h3 a:focus, .photo-info-box-inner > h3 a:hover, .photo-info-box-inner > h3 a:focus, .team-info2 > h3 a:hover, .team-info2 > h3 a:focus, ol.breadcrumb > li.breadcrumb-item a:hover, ol.breadcrumb > li.breadcrumb-item a:focus, .about-serv-info > a:hover, .about-serv-info > a:focus, .port-tabs-wrap ul.nav-tabs li.nav-item a.nav-link:hover, .port-tabs-wrap ul.nav-tabs li.nav-item a.nav-link:focus, .about-me-info li a:hover, .about-me-info li a:focus, .timeline-box > h4 a:hover, .timeline-box > h4 a:focus, .cont-info-list > li a:hover, .cont-info-list > li a:focus, .port-info > h3 a:hover, .port-info > h3 a:focus, .port-info2 > h3 a:hover, .port-info2 > h3 a:focus, .port-info3 > h3 a:hover, .port-info3 > h3 a:focus, .port-info2 > a:hover, .port-info2 > a:focus, .port-cover-info > h3 a:hover, .port-cover-info > h3 a:focus, .blog-post-info2 > h3 a:hover, .blog-post-info2 > h3 a:focus, .blog-meta > li a:hover, .blog-meta > li a:focus, .blog-post-link-box > a:hover, .blog-post-link-box > a:focus, .blog-post-info-bottom > a:not(.thm-bg):hover, .blog-post-info-bottom > a:not(.thm-bg):focus, .popular-post-info > h4 a:hover, .popular-post-info > h4 a:focus, .top-product-info > h4 a:hover, .top-product-info > h4 a:focus, .tagcloud > a:hover, .tagcloud > a:focus, .pagination-wrap > a:hover, .pagination-wrap > a:focus, .shop-info > h3 a:hover, .shop-info > h3 a:focus, .shop-rate > a:hover, .shop-rate > a:focus, .shop-detail-bottom ul li a:hover, .shop-detail-bottom ul li a:focus, .shop-detail-bottom ul li span a:hover, .shop-detail-bottom ul li span a:focus, .minicart-info > h6 a:hover, .minicart-info > h6 a:focus { color: var(--theme-color); } /*===== SVG Fill Color =====*/ svg.fill-clr *, .reviw-info > i svg path:first-child { fill: var(--theme-color); } /*===== SVG Stroke Color =====*/ svg.stroke-clr *, .reviw-info > i svg path:last-child { stroke: var(--theme-color); } /*===== Border Color =====*/ .thm-brd-clr, .about-img-cap > a, .proj-info::before, .thm-btn.bg-color1 span, .dark-layer .thm-btn span, .photo-info-img:before, .photo-info-box > span i:before, .photo-info-box-inner:before, .faq-img:before, .toggle-item > h4 i, .gallery-box > a:before, .team-img2 > a:before, .serv-banner-box.v2:before, .about-me-desc .thm-btn.bg-color1:hover span, .about-me-desc .thm-btn.bg-color1:focus span, .timeline-box-head > span i:before, .video-inner, .video-img > a:before, .faq-que-box > span:not(.qu), .gallery-box2 > span a::before, .package-box.v2::before, .package-box.v2.active .package-body > a.thm-btn span, .port-img > a:not(.thm-btn):before, .port-box.v2 .port-img:before, .port-info2:before, .port-img3 > span a:before, .author-widget-img, .author-box-img, .slick-current .shop-nav-img, .slick-slider:not(.feat-caro) ul.slick-dots > li.slick-active button, .slick-slider:not(.feat-caro) ul.slick-dots > li button:hover, .slick-slider:not(.feat-caro) ul.slick-dots > li button:focus { border-color: var(--theme-color); } { border-top-color: var(--theme-color); } { border-bottom-color: var(--theme-color); } { border-left-color: var(--theme-color); } { border-right-color: var(--theme-color); }
public/front/assets/css/color.css
:root { --theme-color: #284592; } /*===== Background Color =====*/ .thm-bg, .thm-layer:before, .search-close-btn, nav ul ul li > a span:before, .about-img-cap > a:hover, .about-img-cap > a:focus, .post-info > h3 a:hover i, .post-info > h3 a:focus i, .serv-box:hover > span, .check-box [type="checkbox"]:not(:checked) + label:after, .check-box [type="checkbox"]:checked + label:after, .area-filter .noUi-handle, .price-filter .noUi-handle, .price-filter .noUi-connect, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:hover:before, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:focus:before, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:hover:after, .proj-calc-body-box .quantity .bootstrap-touchspin > span.input-group-btn button:focus:after, .fact-box > h2 + h5::before, .package-box.active, .package-box:hover, .cont-inner:before, .cont-inner:after, .widget-box ul li a:before, .widget-gallery a::before, .step-box:hover > span, .thm-btn.bg-color1:hover, .thm-btn.bg-color1:focus, .about-fact-box:before, .photo-info-box > span i, .why-choose-info > span:before, .toggle-item > h4 span::before, .stage-box:hover .stage-head:after, .serv-banner-box:not(.v2):before, .about-serv-info > span:before, .customBtns > div:hover, .customBtns > div:focus, .timeline-box-wrap.active .timeline-box-head > span i, .exc-proj-list > li:hover > span, .roadmap-img:before, .roadmap-box:hover .roadmap-info-wrap > span, .package-box.v2.active .package-body > a.thm-btn:hover, .package-box.v2.active .package-body > a.thm-btn:focus, .package-box2:before, .package-box2:after, .packages-caro > button.slick-arrow:hover, .packages-caro > button.slick-arrow:focus, .port-dtl-img-caro > button.slick-arrow:hover, .port-dtl-img-caro > button.slick-arrow:focus, .blog-img-caro > button.slick-arrow:hover, .blog-img-caro > button.slick-arrow:focus, .cont-info-box:hover > span, .blog-post-info-bottom > a.position-absolute:hover, .blog-post-info-bottom > a.position-absolute:focus, .blog-post-info2 > h3 a:hover i, .blog-post-info2 > h3 a:focus i, .blog-tag:not(.thm-bg):hover, .blog-tag:not(.thm-bg):focus, .widget-box2 form > button:hover, .widget-box2 form > button:focus, .shop-img > a:not(.shop-like):hover, .shop-img > a:not(.shop-like):focus, .menu-close:hover, .menu-close:focus { background-color: var(--theme-color); } /*===== Text Color =====*/ .thm-clr, nav div.nav-right ul li:hover > a, nav div.nav-right ul li.active > a, nav div.nav-right ul li > a:focus, nav > div:not(.nav-right) > ul > li.menu-item-has-children > a::before, nav ul ul li.active > a::before, nav ul ul li.menu-item-has-children:hover > a::before, nav ul ul li.menu-item-has-children > a:focus:before, .header-search > form button:hover, .header-search > form button:focus, .about-img-cap > a, .post-info > h3 a:hover, .post-info > h3 a:focus, .serv-info > h3 a:hover, .serv-info > h3 a:focus, .slc-box::before, .proj-info > h3 a:hover, .proj-info > h3 a:focus, .fact-box:hover > h2, .scl-links > a, .copyright-inner > p a:hover, .copyright-inner > p a:focus, .copyright-inner > ul li a:hover, .copyright-inner > ul li a:focus, .serv-info2 > h3 a:hover, .serv-info2 > h3 a:focus, .slick-slider > button.slick-arrow:hover, .slick-slider > button.slick-arrow:focus, .proj-info2 > h3 a:hover, .proj-info2 > h3 a:focus, .scl-links.v2 > a:hover, .scl-links.v2 > a:focus, .team-info > h3 a:hover, .team-info > h3 a:focus, .blog-post-info > h3 a:hover, .blog-post-info > h3 a:focus, .photo-info-box-inner > h3 a:hover, .photo-info-box-inner > h3 a:focus, .team-info2 > h3 a:hover, .team-info2 > h3 a:focus, ol.breadcrumb > li.breadcrumb-item a:hover, ol.breadcrumb > li.breadcrumb-item a:focus, .about-serv-info > a:hover, .about-serv-info > a:focus, .port-tabs-wrap ul.nav-tabs li.nav-item a.nav-link:hover, .port-tabs-wrap ul.nav-tabs li.nav-item a.nav-link:focus, .about-me-info li a:hover, .about-me-info li a:focus, .timeline-box > h4 a:hover, .timeline-box > h4 a:focus, .cont-info-list > li a:hover, .cont-info-list > li a:focus, .port-info > h3 a:hover, .port-info > h3 a:focus, .port-info2 > h3 a:hover, .port-info2 > h3 a:focus, .port-info3 > h3 a:hover, .port-info3 > h3 a:focus, .port-info2 > a:hover, .port-info2 > a:focus, .port-cover-info > h3 a:hover, .port-cover-info > h3 a:focus, .blog-post-info2 > h3 a:hover, .blog-post-info2 > h3 a:focus, .blog-meta > li a:hover, .blog-meta > li a:focus, .blog-post-link-box > a:hover, .blog-post-link-box > a:focus, .blog-post-info-bottom > a:not(.thm-bg):hover, .blog-post-info-bottom > a:not(.thm-bg):focus, .popular-post-info > h4 a:hover, .popular-post-info > h4 a:focus, .top-product-info > h4 a:hover, .top-product-info > h4 a:focus, .tagcloud > a:hover, .tagcloud > a:focus, .pagination-wrap > a:hover, .pagination-wrap > a:focus, .shop-info > h3 a:hover, .shop-info > h3 a:focus, .shop-rate > a:hover, .shop-rate > a:focus, .shop-detail-bottom ul li a:hover, .shop-detail-bottom ul li a:focus, .shop-detail-bottom ul li span a:hover, .shop-detail-bottom ul li span a:focus, .minicart-info > h6 a:hover, .minicart-info > h6 a:focus { color: var(--theme-color); } /*===== SVG Fill Color =====*/ svg.fill-clr *, .reviw-info > i svg path:first-child { fill: var(--theme-color); } /*===== SVG Stroke Color =====*/ svg.stroke-clr *, .reviw-info > i svg path:last-child { stroke: var(--theme-color); } /*===== Border Color =====*/ .thm-brd-clr, .about-img-cap > a, .proj-info::before, .thm-btn.bg-color1 span, .dark-layer .thm-btn span, .photo-info-img:before, .photo-info-box > span i:before, .photo-info-box-inner:before, .faq-img:before, .toggle-item > h4 i, .gallery-box > a:before, .team-img2 > a:before, .serv-banner-box.v2:before, .about-me-desc .thm-btn.bg-color1:hover span, .about-me-desc .thm-btn.bg-color1:focus span, .timeline-box-head > span i:before, .video-inner, .video-img > a:before, .faq-que-box > span:not(.qu), .gallery-box2 > span a::before, .package-box.v2::before, .package-box.v2.active .package-body > a.thm-btn span, .port-img > a:not(.thm-btn):before, .port-box.v2 .port-img:before, .port-info2:before, .port-img3 > span a:before, .author-widget-img, .author-box-img, .slick-current .shop-nav-img, .slick-slider:not(.feat-caro) ul.slick-dots > li.slick-active button, .slick-slider:not(.feat-caro) ul.slick-dots > li button:hover, .slick-slider:not(.feat-caro) ul.slick-dots > li button:focus { border-color: var(--theme-color); } { border-top-color: var(--theme-color); } { border-bottom-color: var(--theme-color); } { border-left-color: var(--theme-color); } { border-right-color: var(--theme-color); }
0.445771
0.117269
@charset "utf-8"; /* To use it, add this into your HTML: <div class="book left"> <a href="#"> <img src="cover.png" alt=""> </a> </div> Works with or without the <a>: <div class="book left"> <img src="cover.png" alt=""> </div> To rotate it from the right, use the 'right' modifier instead of 'left': <div class="book right"> */ :root { --book-edge: 12%; --book-edge-margin: 1px; --book-edge-color: #24292e; --book-pages-color: #efeeea; --book-edge-title: ""; --book-rotation: 17deg; --book-perspective: 1700px; --book-position: 12px; /* Small correction for rotation */ --book-movement: -12px; --book-transform-duration: 700ms; } .book img, .book::after { transition: transform var(--book-transform-duration) ease; } /* Book */ .book, .book a { position: relative; } .book { display: inline-block; /* Must adapt to its content */ } .book a { display: block; } /* Book - Left */ .book.left { transition: left var(--book-transform-duration) ease; left: var(--book-position); } .book.left:hover { left: calc(var(--book-position) + var(--book-movement)); } /* Book - Right */ .book.right { transition: right var(--book-transform-duration) ease; right: var(--book-position); } .book.right:hover { right: calc(var(--book-position) + var(--book-movement)); } /* Book Cover */ .book img { display: block; } /* Book Cover - Left */ .book.left img { transform-origin: left center; transform: perspective(var(--book-perspective)) rotateY(var(--book-rotation)); } .book.left:hover img { transform: perspective(var(--book-perspective)) rotateY(0deg); } /* Book Cover - Right */ .book.right img { transform-origin: right center; transform: perspective(var(--book-perspective)) rotateY(calc(0deg - var(--book-rotation))); } .book.right:hover img { transform: perspective(var(--book-perspective)) rotateY(0deg); } /* Book Edge */ .book::after { content: var(--book-edge-title); position: absolute; top: 0; width: var(--book-edge); height: 100%; /* Text */ writing-mode: vertical-rl; color: white; display: flex; flex-direction: row; justify-content: center; align-items: center; } /* Book Edge - Left */ .book.left::after { background-color: var(--book-edge-color); left: calc((0px - var(--book-edge-margin)) - var(--book-edge)); transform-origin: right center; transform: perspective(var(--book-perspective)) rotateY(calc(-90deg + var(--book-rotation))); } .book.left:hover::after { transform: perspective(var(--book-perspective)) rotateY(-90deg) } /* Book Edge - Right */ .book.right::after { background-color: var(--book-pages-color); right: calc((0px - var(--book-edge-margin)) - var(--book-edge)); transform-origin: left center; transform: perspective(var(--book-perspective)) rotateY(calc(90deg - var(--book-rotation))); } .book.right:hover::after { transform: perspective(var(--book-perspective)) rotateY(90deg) }
public/css/lib/Goji/books.css
@charset "utf-8"; /* To use it, add this into your HTML: <div class="book left"> <a href="#"> <img src="cover.png" alt=""> </a> </div> Works with or without the <a>: <div class="book left"> <img src="cover.png" alt=""> </div> To rotate it from the right, use the 'right' modifier instead of 'left': <div class="book right"> */ :root { --book-edge: 12%; --book-edge-margin: 1px; --book-edge-color: #24292e; --book-pages-color: #efeeea; --book-edge-title: ""; --book-rotation: 17deg; --book-perspective: 1700px; --book-position: 12px; /* Small correction for rotation */ --book-movement: -12px; --book-transform-duration: 700ms; } .book img, .book::after { transition: transform var(--book-transform-duration) ease; } /* Book */ .book, .book a { position: relative; } .book { display: inline-block; /* Must adapt to its content */ } .book a { display: block; } /* Book - Left */ .book.left { transition: left var(--book-transform-duration) ease; left: var(--book-position); } .book.left:hover { left: calc(var(--book-position) + var(--book-movement)); } /* Book - Right */ .book.right { transition: right var(--book-transform-duration) ease; right: var(--book-position); } .book.right:hover { right: calc(var(--book-position) + var(--book-movement)); } /* Book Cover */ .book img { display: block; } /* Book Cover - Left */ .book.left img { transform-origin: left center; transform: perspective(var(--book-perspective)) rotateY(var(--book-rotation)); } .book.left:hover img { transform: perspective(var(--book-perspective)) rotateY(0deg); } /* Book Cover - Right */ .book.right img { transform-origin: right center; transform: perspective(var(--book-perspective)) rotateY(calc(0deg - var(--book-rotation))); } .book.right:hover img { transform: perspective(var(--book-perspective)) rotateY(0deg); } /* Book Edge */ .book::after { content: var(--book-edge-title); position: absolute; top: 0; width: var(--book-edge); height: 100%; /* Text */ writing-mode: vertical-rl; color: white; display: flex; flex-direction: row; justify-content: center; align-items: center; } /* Book Edge - Left */ .book.left::after { background-color: var(--book-edge-color); left: calc((0px - var(--book-edge-margin)) - var(--book-edge)); transform-origin: right center; transform: perspective(var(--book-perspective)) rotateY(calc(-90deg + var(--book-rotation))); } .book.left:hover::after { transform: perspective(var(--book-perspective)) rotateY(-90deg) } /* Book Edge - Right */ .book.right::after { background-color: var(--book-pages-color); right: calc((0px - var(--book-edge-margin)) - var(--book-edge)); transform-origin: left center; transform: perspective(var(--book-perspective)) rotateY(calc(90deg - var(--book-rotation))); } .book.right:hover::after { transform: perspective(var(--book-perspective)) rotateY(90deg) }
0.408159
0.199211
----------------------------------------------------------------------*/ @media only screen and (min-width: 959px) and (max-width: 1177px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 96%;margin: 0 auto !important} .row { width: 870px } .flickr-photos li {width: 62px;height: 54px;display: inline-table} .tabs li a {padding: 10px 12px} .services h4 {width: 62%} .content-half {width: 47%} .content-two-third {width: 62%} .author-box .author-details {width: 70%} .post-links a {width: 45%} .grid_3 .tabs li a {padding: 10px 12px} .two-column .post, .three-column .post {margin: 0 0.5% 20px !important} .header_ads {width: 70%} .loop_box_one .more-posts {width: 258px} .halflooper .first-post {width: auto} .halflooper .more-posts {width: 100%} .products [class^="grid_"] {margin-right: 0.9%;margin-left: 0.9%;} .from-blog [class^="grid_"] {margin: 0 .8%} .boxed-margin {margin: 10px auto} .myslicebox {width: 900px} .nav-arrows a {left: -6%} .nav-arrows a:first-child {right: -6%} .search-result .meta-box {width: 80%} .modern-slider, .modern-slider img {width: 1000px;height:auto} .kwiks_flex {width: 1000px !important} .logo a img {width: 40%;} .metro-grid li .principal{width:100%;} .metro-grid li img{height:100%;} /*.fullwidthbanner-container{ height:374px;}*/ } /* #Tablet (Portrait) ----------------------------------------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 959px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 100%;margin: 0 !important} .row { width: 700px } .grid_9 {width: 100%;} #layout {z-index: 999} .snap-drawers {display: block} .extrabox, .social-head {display: none} .header_v5 .info {display: table;margin: 0 auto;float: none !important;padding: 10px 0} .sf-menu li {padding: 0 12px} .info {margin: 56px 0} .services .service-icon {font-size: 70px;float: none;display: table;margin: 0 auto 0 !important} .services {text-align: center} .services h4 {border-left: 0;float: none;} .services .tbutton {float: none} .services [class^="grid_"] {width: 48%;margin-bottom: 40px} .grid_3, .grid_6 {width: 100%;margin: 0 0 40px} .grid_31, .grid_61 {margin: 0 0 40px} .copyright {float: none;display: table;margin: 0 auto 20px} .foot-menu {float: none;text-align: center;display: table;margin: 0 auto 0} .foot-menu li {float: none;display: inline-block} #open-left { display: block } .header_v4 #open-left { margin: 0 auto;display: table;text-align: center;float: none; } .header_v4 nav { padding: 8px 0; } .sf-menu, .sf-menu .back { display: none } .sf-menu li:before {content: ''} #contactForm-widget span {margin-left: 0;display: block;margin-top: 14px;} .myslicebox, .shadow {width: 600px} .nav-arrows a {left: -10%} .nav-arrows a:first-child {right: -10%} .header_ads {margin: 34px 0;width: 66%} .from-blog .grid_6 {width: 48%; margin: 0 1%} .from-blog .grid_6 img {width: 100%} .from-blog .grid_3 {width: 22.5%; margin: 0 1%} .action-one .action-button {width: 26%} .action-one .action-t {width: 70%} #footer .grid_3, #footer .grid_4, #footer .grid_9 {width: 48%; margin: 0 1% 30px} .newsletter_row #newsletters input {width: 300px} .big-slider h3 {bottom: 18%;left: 3%} .big-slider p {bottom: 10%;left: 3%} .ico_l {float: none !important;display: table;margin: 0 auto 20px !important} .modern-slider, .modern-slider img {width: 785px;height: auto} .header_v8 .info {margin: 56px 0 56px} .price-table.grid_3 {width: 23.0% !important;margin: 0 1% !important} .service-ii [class^="grid_"] {width: 100%} .loop_box_one li {width: 100% !important; margin: 0 0 20px 0} .tabs li a {padding: 10px 5px} .metro-social li {width: 100% !important} /*.metro-grid li {width: 100% !important}*/ #LandingPage #open-left {float:left;margin: 32px 0} #LandingPage .logo {float:right} .products [class^="grid_"] {width: 48%; margin: 0 1% 40px} .products [class^="grid_"] .product-content {height:340px} .products [class^="grid_"] .add-to {opacity: 1;} .slides, .flex-control-nav, .flex-direction-nav {display: none} .official-shop .grid_9, .official-shop .sidebar.grid_3 {width: 100%;margin: 0 0 40px} .shopping_bag {margin: 39px 0 28px} .anymore li {width: 248px !important} .service-ii [class^="grid_"] {margin: 0 0 30px} .team2 .grid_3 {width: 23.0%;margin: 0 1%} .grid_2 {width: 48%;} div.bbp-template-notice, div.indicator-hint {margin: 5px 0 70px} .search-result .meta-box {width: 78%} .countdown li span {font-size: 60px} .countdown li {width: 120px} .portfolio li {width: 47%} .content-half {width: 46%} .content-two-third {width: 61%} .author-box .author-details {width: 58%} .post-links a {width: 44%} .kwiks_flex {width: 100% !important;margin: 0 !important;} .logo a img {width: 40%;} .metro-grid li .principal{width:100%;} .metro-grid li img{height:100%;} /*.fullwidthbanner-container{ height:301px;}*/ } /* #Mobile (Landscape) ----------------------------------------------------------------------*/ @media only screen and (min-width: 480px) and (max-width: 767px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 100%;margin: 0 !important} .row { width: 400px } .snap-drawers {display: block} #layout {z-index: 999} .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .action-one .action-t {width: 100%;margin: 0 0 30px} .grid_31, .grid_61 {margin: 0 0 30px} .logo {float: none;margin: 0px auto;width: 200px} .header_v2 .logo {float: left;margin: 10px auto} .header_v2 #open-left {margin: 24px 0} .info {float: none !important;margin: 4px auto !important;display: table} .header_v4 #open-left { margin: 0 auto;display: table;text-align: center;float: none; } .header_v4 nav { padding: 8px 0; } .head {padding: 10px 0} .header_v4 .head {padding: 0} .headdown {padding: 6px 0} .tabs li a {padding: 10px 8px} .copyright {float: none;display: table;margin: 0 auto 20px;text-align: center} .foot-menu {float: none;display: table;text-align: center;margin: 0 auto 0} .foot-menu li {float: none;display: inline-block} #open-left { display: block } .sf-menu, .sf-menu .back, .extrabox, .big-slider p, .big-slider h3, .labele, .social-head { display: none !important } .sf-menu li:before {content: ''} #contactForm-widget span {margin-left: 0;display: block;margin-top: 14px;} .from-blog img {width: 100%} .from-blog [class^="grid_"] {margin: 0 0 30px} .action-one .action-button {float: none;width: 100%;text-align: center;margin: 0 auto;display: table;} .action-one .action-button span {display: block} .myslicebox, .shadow {width: 380px} .nav-arrows a {left: -12%} .nav-arrows a:first-child {right: -12%} .search-result .meta-box {width: 76%} .grid_7 .content-two-third {width: 60%} .modern-slider, .modern-slider img {width: 497px;height: auto} .iview-controlNav {bottom: 0} .kwiks_flex {width: 100% !important;margin: 0 !important} .magazine_header .header_ads {margin: 20px 0 0;} .loop_box_one li {width: 100% !important;margin: 0 0 20px !important} #LandingPage #header {position: relative} .header_bag, .shopping_bag {margin: 0} .products [class^="grid_"] {margin: 0 0 50px} .products [class^="grid_"] .product-content {height:390px} .products [class^="grid_"] .add-to {opacity: 1;} .slides, .flex-control-nav, .flex-direction-nav {display: none} .official-shop .grid_9, .official-shop .sidebar.grid_3 {width: 100%;margin: 0 0 40px} .page-title, .breadcrumbIn {padding: 20px 0 0 0;float: none;margin: 0 auto;display: table;} .nine {width: auto} .countdown li {width: 72px;padding: 10px 10px} .countdown li span {font-size: 30px} .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {font-size: 14px} .content-half, .thumb-medium, .m-thumbnails .iframe-thumb, .s-thumbnails .iframe-thumb, .content-two-third, .thumb-small, .author-box .author-details {width: 100%} .post-links a {width: 44%} ul.showcomments li.child {margin: 0 0px 40px 40px} .two-column .post, .three-column .post {width: 100% !important;margin: 0 0 20px !important} #testimonials .cbp_tmtimeline > li .cbp_tmicon {width: 40px;height: 40px;top: 2px;margin: -10px 0px 0 8px} #testimonials .cbp_tmtimeline > li .cbp_tmlabel {margin: 50px 0 30px 0} #testimonials .cbp_tmtimeline > li .cbp_tmlabel:after {top: -21px;} .animated {opacity:1} /*.metro-grid li {width: 100% !important}*/ /*.metro-grid li img{height:100%;}*/ .logo a img {width: 30%;} } /* #Mobile (Portrait) 320px ----------------------------------------------------------------------*/ @media only screen and (min-width: 100px) and (max-width: 479px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 100%;margin: 0 !important} .row { width: 290px; padding: 0; } .snap-drawers {display: block} #layout {z-index: 999} .grid_1, .grid_2, .grid_3, .grid_31, .grid_4, .grid_5, .grid_6, .grid_61, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .action-one .action-t {width: 100%;margin: 0 0 30px} .logo {float: none;margin: 0px auto;width: 200px} .header_v2 .logo {float: left;margin: 10px auto} .head {padding: 10px 0} .header_v4 .head {padding: 0} .headdown {padding: 6px 0} .header_v2 #open-left {margin: 24px 0} .info {float: none !important;margin: 3px auto !important;display: table} .header_v4 #open-left { margin: 0 auto;display: table;text-align: center;float: none; } .header_v4 nav { padding: 8px 0; } .tabs li a {padding: 10px 8px} .newsletter_row #newsletters input {width: 290px} .copyright {float: none;display: table;margin: 0 auto 20px;text-align: center} .foot-menu {float: none;display: table;text-align: center;margin: 0 auto 0} .foot-menu li {float: none;display: inline-block} #open-left { display: block } .sf-menu, .sf-menu .back, .extrabox, .big-slider p, .big-slider h3, .labele, .social-head { display: none !important } .sf-menu li:before {content: ''} #contactForm-widget span {margin-left: 0;display: block;margin-top: 14px;} .from-blog img {width: 100%} .from-blog [class^="grid_"] {margin: 0 0 30px} .action-one .action-button {float: none;width: 100%;text-align: center;margin: 0 auto;display: table;} .action-one .action-button span {display: block} .myslicebox, .shadow {width: 270px} .nav-arrows a {left: -12%} .nav-arrows a:first-child {right: -12%} .search-result .meta-box {width: 67%} .portfolio-carousel .preve {left: -20px} .portfolio-carousel .nexte {right: -20px} .grid_7 .content-two-third {width: 100%} .modern-slider, .modern-slider img {width: 337px;height: auto} .woo-title .filter_wrapper select, .pa_selection select {width: 50px} .iview-controlNav {bottom: 0} .kwiks_flex {width: 100% !important;margin: 0 !important} .magazine_header .header_ads {margin: 6px 0 0;} .loop_box_one li {width: 100% !important;margin: 0 0 20px !important} #LandingPage #header {position: relative} .header_bag, .shopping_bag {margin: 0} .products [class^="grid_"] {margin: 0 0 50px} .products [class^="grid_"] .product-content {height:305px} .products [class^="grid_"] .add-to {opacity: 1;} .slides, .flex-control-nav, .flex-direction-nav {display: none} .official-shop .grid_9, .official-shop .sidebar.grid_3 {width: 100%;margin: 0 0 40px} .page-title, .breadcrumbIn {padding: 20px 0 0 0;float: none;margin: 0 auto;display: table} .nine {width: auto} .countdown li {width: 50px;padding: 10px 5px} .countdown li span {font-size: 26px} .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {font-size: 12px} .content-half, .thumb-medium, .m-thumbnails .iframe-thumb, .s-thumbnails .iframe-thumb, .content-two-third, .thumb-small, .author-box .author-details {width: 100%} .post-links a {width: 44%} ul.showcomments li.child {margin: 0 0px 40px 40px} .two-column .post, .three-column .post {width: 100% !important;margin: 0 0 20px !important} #testimonials .cbp_tmtimeline > li .cbp_tmicon {width: 40px;height: 40px;top: 2px;margin: -10px 0px 0 8px} #testimonials .cbp_tmtimeline > li .cbp_tmlabel {margin: 50px 0 30px 0} #testimonials .cbp_tmtimeline > li .cbp_tmlabel:after {top: -21px} .animated {opacity:1} .anyClass li {width: 278px !important;height: 280px !important} .anyClass li:hover .fLeft, .portfolio li:hover .fLeft {top: 42%} .metro-grid li {width: 100% !important} .metro-grid li:first-child {height:270px; width:315px;} .logo a img {width: 30%;} .fullwidthbanner-container{ width:100% !important; position:relative; padding:0; /*max-height:410px !important;*/ overflow:hidden; /*height:210px;*/ } #img_arribaIzquierda{display:none;} #img_abajoIzquierda{display:none;} #img_arribaDerecha{display:none;} #img_abajoDerecha{display:none;} }
styles/responsive.css
----------------------------------------------------------------------*/ @media only screen and (min-width: 959px) and (max-width: 1177px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 96%;margin: 0 auto !important} .row { width: 870px } .flickr-photos li {width: 62px;height: 54px;display: inline-table} .tabs li a {padding: 10px 12px} .services h4 {width: 62%} .content-half {width: 47%} .content-two-third {width: 62%} .author-box .author-details {width: 70%} .post-links a {width: 45%} .grid_3 .tabs li a {padding: 10px 12px} .two-column .post, .three-column .post {margin: 0 0.5% 20px !important} .header_ads {width: 70%} .loop_box_one .more-posts {width: 258px} .halflooper .first-post {width: auto} .halflooper .more-posts {width: 100%} .products [class^="grid_"] {margin-right: 0.9%;margin-left: 0.9%;} .from-blog [class^="grid_"] {margin: 0 .8%} .boxed-margin {margin: 10px auto} .myslicebox {width: 900px} .nav-arrows a {left: -6%} .nav-arrows a:first-child {right: -6%} .search-result .meta-box {width: 80%} .modern-slider, .modern-slider img {width: 1000px;height:auto} .kwiks_flex {width: 1000px !important} .logo a img {width: 40%;} .metro-grid li .principal{width:100%;} .metro-grid li img{height:100%;} /*.fullwidthbanner-container{ height:374px;}*/ } /* #Tablet (Portrait) ----------------------------------------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 959px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 100%;margin: 0 !important} .row { width: 700px } .grid_9 {width: 100%;} #layout {z-index: 999} .snap-drawers {display: block} .extrabox, .social-head {display: none} .header_v5 .info {display: table;margin: 0 auto;float: none !important;padding: 10px 0} .sf-menu li {padding: 0 12px} .info {margin: 56px 0} .services .service-icon {font-size: 70px;float: none;display: table;margin: 0 auto 0 !important} .services {text-align: center} .services h4 {border-left: 0;float: none;} .services .tbutton {float: none} .services [class^="grid_"] {width: 48%;margin-bottom: 40px} .grid_3, .grid_6 {width: 100%;margin: 0 0 40px} .grid_31, .grid_61 {margin: 0 0 40px} .copyright {float: none;display: table;margin: 0 auto 20px} .foot-menu {float: none;text-align: center;display: table;margin: 0 auto 0} .foot-menu li {float: none;display: inline-block} #open-left { display: block } .header_v4 #open-left { margin: 0 auto;display: table;text-align: center;float: none; } .header_v4 nav { padding: 8px 0; } .sf-menu, .sf-menu .back { display: none } .sf-menu li:before {content: ''} #contactForm-widget span {margin-left: 0;display: block;margin-top: 14px;} .myslicebox, .shadow {width: 600px} .nav-arrows a {left: -10%} .nav-arrows a:first-child {right: -10%} .header_ads {margin: 34px 0;width: 66%} .from-blog .grid_6 {width: 48%; margin: 0 1%} .from-blog .grid_6 img {width: 100%} .from-blog .grid_3 {width: 22.5%; margin: 0 1%} .action-one .action-button {width: 26%} .action-one .action-t {width: 70%} #footer .grid_3, #footer .grid_4, #footer .grid_9 {width: 48%; margin: 0 1% 30px} .newsletter_row #newsletters input {width: 300px} .big-slider h3 {bottom: 18%;left: 3%} .big-slider p {bottom: 10%;left: 3%} .ico_l {float: none !important;display: table;margin: 0 auto 20px !important} .modern-slider, .modern-slider img {width: 785px;height: auto} .header_v8 .info {margin: 56px 0 56px} .price-table.grid_3 {width: 23.0% !important;margin: 0 1% !important} .service-ii [class^="grid_"] {width: 100%} .loop_box_one li {width: 100% !important; margin: 0 0 20px 0} .tabs li a {padding: 10px 5px} .metro-social li {width: 100% !important} /*.metro-grid li {width: 100% !important}*/ #LandingPage #open-left {float:left;margin: 32px 0} #LandingPage .logo {float:right} .products [class^="grid_"] {width: 48%; margin: 0 1% 40px} .products [class^="grid_"] .product-content {height:340px} .products [class^="grid_"] .add-to {opacity: 1;} .slides, .flex-control-nav, .flex-direction-nav {display: none} .official-shop .grid_9, .official-shop .sidebar.grid_3 {width: 100%;margin: 0 0 40px} .shopping_bag {margin: 39px 0 28px} .anymore li {width: 248px !important} .service-ii [class^="grid_"] {margin: 0 0 30px} .team2 .grid_3 {width: 23.0%;margin: 0 1%} .grid_2 {width: 48%;} div.bbp-template-notice, div.indicator-hint {margin: 5px 0 70px} .search-result .meta-box {width: 78%} .countdown li span {font-size: 60px} .countdown li {width: 120px} .portfolio li {width: 47%} .content-half {width: 46%} .content-two-third {width: 61%} .author-box .author-details {width: 58%} .post-links a {width: 44%} .kwiks_flex {width: 100% !important;margin: 0 !important;} .logo a img {width: 40%;} .metro-grid li .principal{width:100%;} .metro-grid li img{height:100%;} /*.fullwidthbanner-container{ height:301px;}*/ } /* #Mobile (Landscape) ----------------------------------------------------------------------*/ @media only screen and (min-width: 480px) and (max-width: 767px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 100%;margin: 0 !important} .row { width: 400px } .snap-drawers {display: block} #layout {z-index: 999} .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .action-one .action-t {width: 100%;margin: 0 0 30px} .grid_31, .grid_61 {margin: 0 0 30px} .logo {float: none;margin: 0px auto;width: 200px} .header_v2 .logo {float: left;margin: 10px auto} .header_v2 #open-left {margin: 24px 0} .info {float: none !important;margin: 4px auto !important;display: table} .header_v4 #open-left { margin: 0 auto;display: table;text-align: center;float: none; } .header_v4 nav { padding: 8px 0; } .head {padding: 10px 0} .header_v4 .head {padding: 0} .headdown {padding: 6px 0} .tabs li a {padding: 10px 8px} .copyright {float: none;display: table;margin: 0 auto 20px;text-align: center} .foot-menu {float: none;display: table;text-align: center;margin: 0 auto 0} .foot-menu li {float: none;display: inline-block} #open-left { display: block } .sf-menu, .sf-menu .back, .extrabox, .big-slider p, .big-slider h3, .labele, .social-head { display: none !important } .sf-menu li:before {content: ''} #contactForm-widget span {margin-left: 0;display: block;margin-top: 14px;} .from-blog img {width: 100%} .from-blog [class^="grid_"] {margin: 0 0 30px} .action-one .action-button {float: none;width: 100%;text-align: center;margin: 0 auto;display: table;} .action-one .action-button span {display: block} .myslicebox, .shadow {width: 380px} .nav-arrows a {left: -12%} .nav-arrows a:first-child {right: -12%} .search-result .meta-box {width: 76%} .grid_7 .content-two-third {width: 60%} .modern-slider, .modern-slider img {width: 497px;height: auto} .iview-controlNav {bottom: 0} .kwiks_flex {width: 100% !important;margin: 0 !important} .magazine_header .header_ads {margin: 20px 0 0;} .loop_box_one li {width: 100% !important;margin: 0 0 20px !important} #LandingPage #header {position: relative} .header_bag, .shopping_bag {margin: 0} .products [class^="grid_"] {margin: 0 0 50px} .products [class^="grid_"] .product-content {height:390px} .products [class^="grid_"] .add-to {opacity: 1;} .slides, .flex-control-nav, .flex-direction-nav {display: none} .official-shop .grid_9, .official-shop .sidebar.grid_3 {width: 100%;margin: 0 0 40px} .page-title, .breadcrumbIn {padding: 20px 0 0 0;float: none;margin: 0 auto;display: table;} .nine {width: auto} .countdown li {width: 72px;padding: 10px 10px} .countdown li span {font-size: 30px} .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {font-size: 14px} .content-half, .thumb-medium, .m-thumbnails .iframe-thumb, .s-thumbnails .iframe-thumb, .content-two-third, .thumb-small, .author-box .author-details {width: 100%} .post-links a {width: 44%} ul.showcomments li.child {margin: 0 0px 40px 40px} .two-column .post, .three-column .post {width: 100% !important;margin: 0 0 20px !important} #testimonials .cbp_tmtimeline > li .cbp_tmicon {width: 40px;height: 40px;top: 2px;margin: -10px 0px 0 8px} #testimonials .cbp_tmtimeline > li .cbp_tmlabel {margin: 50px 0 30px 0} #testimonials .cbp_tmtimeline > li .cbp_tmlabel:after {top: -21px;} .animated {opacity:1} /*.metro-grid li {width: 100% !important}*/ /*.metro-grid li img{height:100%;}*/ .logo a img {width: 30%;} } /* #Mobile (Portrait) 320px ----------------------------------------------------------------------*/ @media only screen and (min-width: 100px) and (max-width: 479px) { body {overflow-x: hidden} .boxed, .boxed-margin, body[class^="frame_"] .full, body[class^="frame_"] .boxed, body[class^="frame_"] .boxed-margin {width: 100%;margin: 0 !important} .row { width: 290px; padding: 0; } .snap-drawers {display: block} #layout {z-index: 999} .grid_1, .grid_2, .grid_3, .grid_31, .grid_4, .grid_5, .grid_6, .grid_61, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .action-one .action-t {width: 100%;margin: 0 0 30px} .logo {float: none;margin: 0px auto;width: 200px} .header_v2 .logo {float: left;margin: 10px auto} .head {padding: 10px 0} .header_v4 .head {padding: 0} .headdown {padding: 6px 0} .header_v2 #open-left {margin: 24px 0} .info {float: none !important;margin: 3px auto !important;display: table} .header_v4 #open-left { margin: 0 auto;display: table;text-align: center;float: none; } .header_v4 nav { padding: 8px 0; } .tabs li a {padding: 10px 8px} .newsletter_row #newsletters input {width: 290px} .copyright {float: none;display: table;margin: 0 auto 20px;text-align: center} .foot-menu {float: none;display: table;text-align: center;margin: 0 auto 0} .foot-menu li {float: none;display: inline-block} #open-left { display: block } .sf-menu, .sf-menu .back, .extrabox, .big-slider p, .big-slider h3, .labele, .social-head { display: none !important } .sf-menu li:before {content: ''} #contactForm-widget span {margin-left: 0;display: block;margin-top: 14px;} .from-blog img {width: 100%} .from-blog [class^="grid_"] {margin: 0 0 30px} .action-one .action-button {float: none;width: 100%;text-align: center;margin: 0 auto;display: table;} .action-one .action-button span {display: block} .myslicebox, .shadow {width: 270px} .nav-arrows a {left: -12%} .nav-arrows a:first-child {right: -12%} .search-result .meta-box {width: 67%} .portfolio-carousel .preve {left: -20px} .portfolio-carousel .nexte {right: -20px} .grid_7 .content-two-third {width: 100%} .modern-slider, .modern-slider img {width: 337px;height: auto} .woo-title .filter_wrapper select, .pa_selection select {width: 50px} .iview-controlNav {bottom: 0} .kwiks_flex {width: 100% !important;margin: 0 !important} .magazine_header .header_ads {margin: 6px 0 0;} .loop_box_one li {width: 100% !important;margin: 0 0 20px !important} #LandingPage #header {position: relative} .header_bag, .shopping_bag {margin: 0} .products [class^="grid_"] {margin: 0 0 50px} .products [class^="grid_"] .product-content {height:305px} .products [class^="grid_"] .add-to {opacity: 1;} .slides, .flex-control-nav, .flex-direction-nav {display: none} .official-shop .grid_9, .official-shop .sidebar.grid_3 {width: 100%;margin: 0 0 40px} .page-title, .breadcrumbIn {padding: 20px 0 0 0;float: none;margin: 0 auto;display: table} .nine {width: auto} .countdown li {width: 50px;padding: 10px 5px} .countdown li span {font-size: 26px} .countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {font-size: 12px} .content-half, .thumb-medium, .m-thumbnails .iframe-thumb, .s-thumbnails .iframe-thumb, .content-two-third, .thumb-small, .author-box .author-details {width: 100%} .post-links a {width: 44%} ul.showcomments li.child {margin: 0 0px 40px 40px} .two-column .post, .three-column .post {width: 100% !important;margin: 0 0 20px !important} #testimonials .cbp_tmtimeline > li .cbp_tmicon {width: 40px;height: 40px;top: 2px;margin: -10px 0px 0 8px} #testimonials .cbp_tmtimeline > li .cbp_tmlabel {margin: 50px 0 30px 0} #testimonials .cbp_tmtimeline > li .cbp_tmlabel:after {top: -21px} .animated {opacity:1} .anyClass li {width: 278px !important;height: 280px !important} .anyClass li:hover .fLeft, .portfolio li:hover .fLeft {top: 42%} .metro-grid li {width: 100% !important} .metro-grid li:first-child {height:270px; width:315px;} .logo a img {width: 30%;} .fullwidthbanner-container{ width:100% !important; position:relative; padding:0; /*max-height:410px !important;*/ overflow:hidden; /*height:210px;*/ } #img_arribaIzquierda{display:none;} #img_abajoIzquierda{display:none;} #img_arribaDerecha{display:none;} #img_abajoDerecha{display:none;} }
0.281011
0.178097
1. Global responsive styles ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ @media only screen and (max-width: 1024px) { body:not(.edgtf-content-is-behind-header):not(.error404) .edgtf-content { margin-top: 0 !important; } } @media only screen and (max-width: 1024px) { .edgtf-hide-on-tablet { display: none !important; } } @media only screen and (max-width: 680px) { .edgtf-hide-on-mobile { display: none !important; } } @media only screen and (max-width: 1200px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 950px; } } @media only screen and (max-width: 1024px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 768px; } } @media only screen and (max-width: 768px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 600px; } } @media only screen and (max-width: 680px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 420px; } } @media only screen and (max-width: 480px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 300px; } } @media only screen and (max-width: 320px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 90%; } } @media only screen and (max-width: 1200px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 1000px; } } @media only screen and (max-width: 1024px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 818px; } } @media only screen and (max-width: 768px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 650px; } } @media only screen and (max-width: 680px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 470px; } } @media only screen and (max-width: 480px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 350px; } } @media only screen and (max-width: 320px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 92%; } } /* ========================================================================== Grid System responsive style - begin ========================================================================== */ @media only screen and (max-width: 1280px) { /* * If you changed some value for space do the same thing in product-list-main-and-vc scss files */ .edgtf-huge-space .edgtf-outer-space { margin: 0 -25px; } .edgtf-huge-space .edgtf-outer-space .edgtf-item-space { padding: 0 25px; margin: 0 0 50px; } .edgtf-huge-space.edgtf-disable-bottom-space { margin-bottom: -50px; } .edgtf-huge-space.edgtf-columns-has-side-space { padding: 0 50px; } } @media only screen and (max-width: 1440px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 20%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 20%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 40%; } } @media only screen and (max-width: 1440px) and (min-width: 1367px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(5n+1) { clear: both; } } @media only screen and (max-width: 1366px) { .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 25%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 25%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 50%; } } @media only screen and (max-width: 1366px) and (min-width: 1025px) { .edgtf-grid-list.edgtf-five-columns .edgtf-item-space:nth-child(4n+1) { clear: both; } } @media only screen and (max-width: 1366px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 25%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 25%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 50%; } } @media only screen and (max-width: 1366px) and (min-width: 1025px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(4n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-grid-list.edgtf-four-columns .edgtf-masonry-grid-sizer { width: 33.33333%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space { width: 33.33333%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 66.66667%; } } @media only screen and (max-width: 1024px) and (min-width: 769px) { .edgtf-grid-list.edgtf-four-columns .edgtf-item-space:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 33.33333%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 33.33333%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 66.66667%; } } @media only screen and (max-width: 1024px) and (min-width: 769px) { .edgtf-grid-list.edgtf-five-columns .edgtf-item-space:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 33.33333%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 33.33333%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 66.66667%; } } @media only screen and (max-width: 1024px) and (min-width: 769px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-three-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-three-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-three-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-three-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-three-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-four-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-four-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-five-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 680px) { .edgtf-grid-list.edgtf-two-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-two-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-three-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-three-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-four-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 100%; } } /* ========================================================================== Grid System responsive style - end ========================================================================== */ /*# sourceMappingURL=../css/modules-responsive.css.map */ /* ========================================================================== Blog responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ @media only screen and (max-width: 1366px) { .edgtf-blog-holder article.format-gallery .edgtf-blog-gallery .owl-stage-outer { -webkit-clip-path: inset(0 1px 0 0); } } @media only screen and (max-width: 680px) { .edgtf-blog-holder article.format-quote .edgtf-post-text, .edgtf-blog-holder article.format-link .edgtf-post-text { padding: 40px 20px; } .edgtf-blog-holder article.format-quote .edgtf-post-mark, .edgtf-blog-holder article.format-link .edgtf-post-mark { display: none; } .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left > div.edgtf-post-info-author { margin: 8px 37% 8px 0; } .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left > div.edgtf-post-info-comments-holder { margin-left: 0; } .edgtf-blog-holder article .edgtf-post-info-top > div.edgtf-post-info-date { margin-bottom: 8px; } .edgtf-related-posts-holder .edgtf-related-posts-title > *, .edgtf-comment-holder .edgtf-comments-title, .edgtf-comment-form .comment-reply-title { padding: 13px 20px; } } @media only screen and (max-width: 768px) { .edgtf-related-posts-holder .edgtf-related-post { width: 50% !important; } } @media only screen and (max-width: 480px) { .edgtf-related-posts-holder .edgtf-related-post { width: 100% !important; } } @media only screen and (max-width: 768px) { .edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-bottom .edgtf-post-info-bottom-left, .edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-bottom .edgtf-post-info-bottom-right { width: 100%; float: none; } .edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-bottom .edgtf-post-info-bottom-right { text-align: inherit; margin: 10px 0 0; } } @media only screen and (max-width: 1024px) { .edgtf-blog-list-holder.edgtf-bl-standard .edgtf-bli-content { max-width: 310px; padding: 17px 15px 10px; -webkit-transform: translate3d(0, 0, 0) !important; -moz-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; } .edgtf-blog-list-holder.edgtf-bl-standard .edgtf-bli-content .edgtf-post-excerpt-holder { display: none; } } /* ========================================================================== Blog Slider shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { max-width: 65%; } } @media only screen and (max-width: 1280px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { max-width: 70%; } } @media only screen and (max-width: 1024px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { padding: 22px 20px 19px; max-width: 75%; } .edgtf-blog-slider-holder.edgtf-bs-carousel-centered .active.center .edgtf-item-text-wrapper { opacity: 1; } } @media only screen and (max-width: 768px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { -webkit-transform: translate3d(0, 0, 0) !important; -moz-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; } .edgtf-blog-slider-holder .edgtf-post-excerpt-holder { display: none; } .edgtf-blog-slider-holder.edgtf-bs-carousel-centered .active .edgtf-item-text-wrapper { opacity: 1; } } /* ========================================================================== Blog Slider shortcode responsive style - end ========================================================================== */ /* ========================================================================== Blog responsive styles - end ========================================================================== */ /*# sourceMappingURL=blog-map-responsive.css.map */ /* ========================================================================== Footer responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Footer responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3 { width: 50%; float: left; } .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3:nth-child(2n+1) { clear: both; } .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3:nth-child(3), .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3:nth-child(4) { margin-top: 30px; } .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-4 { width: 33.33333333333333%; float: left; } } @media only screen and (max-width: 1024px) { .edgtf-footer-bottom-left-inner-border-holder, .edgtf-footer-bottom-right-inner-border-holder { display: none; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li a { padding: 30px 20px 50px; } } @media only screen and (max-width: 768px) { footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li a { padding: 30px 14px 50px; margin: 0; } } @media only screen and (max-width: 680px) { .edgtf-page-footer .edgtf-column-content:not(:first-child) { margin-top: 30px; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li { padding: 27px 0; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li a { padding: 15px 14px 35px; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container:after { display: none; } } /* ========================================================================== Footer responsive style - end ========================================================================== */ /* ========================================================================== Footer responsive styles - end ========================================================================== */ /*# sourceMappingURL=footer-map-responsive.css.map */ /* ========================================================================== Header responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-page-header { display: none; } } /* ========================================================================== Header responsive style - end ========================================================================== */ /* ========================================================================== Fixed header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-boxed .edgtf-page-header .edgtf-fixed-wrapper.fixed { width: 1000px; } } /* ========================================================================== Fixed header responsive style - end ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-left .edgtf-position-left-inner { padding: 0 25px 0 45px; } .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-right .edgtf-position-right-inner { padding: 0 45px 0 25px; } } @media only screen and (max-width: 1280px) { .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-left .edgtf-position-left-inner { padding: 0 15px 0 35px; } .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-right .edgtf-position-right-inner { padding: 0 35px 0 15px; } .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-center .edgtf-position-center-inner .edgtf-logo-wrapper > a { padding: 0 55px; } } /* ========================================================================== Header Vertical responsive style - begin ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-header-vertical .edgtf-vertical-menu-area { padding-top: 75px; } } @media only screen and (min-width: 1025px) { .error404.edgtf-header-vertical .edgtf-content { margin: 0 !important; } } @media only screen and (max-width: 1024px) { .edgtf-header-vertical .edgtf-vertical-menu-area { display: none; } .edgtf-header-vertical .edgtf-content, .edgtf-header-vertical footer { padding-left: 0; } } @media only screen and (max-width: 1440px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 950px; } } @media only screen and (max-width: 1200px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 768px; } } @media only screen and (max-width: 1024px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 768px; } } @media only screen and (max-width: 768px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 600px; } } @media only screen and (max-width: 680px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 420px; } } @media only screen and (max-width: 480px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 300px; } } @media only screen and (max-width: 320px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 90%; } } /* ========================================================================== Header Vertical responsive style - end ========================================================================== */ /* ========================================================================== Mobile header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-mobile-header { display: block; } } @media only screen and (max-width: 768px) { .edgtf-paspartu-enabled .edgtf-mobile-header .edgtf-grid { width: 90%; } } /* ========================================================================== Mobile header responsive style - end ========================================================================== */ /* ========================================================================== Sticky header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-boxed .edgtf-page-header .edgtf-sticky-header { width: 1000px; } } @media only screen and (max-width: 1024px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 818px; left: auto; } } @media only screen and (max-width: 768px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 650px; } } @media only screen and (max-width: 680px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 470px; } } @media only screen and (max-width: 480px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 350px; } } @media only screen and (max-width: 320px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 92%; } } /* ========================================================================== Sticky header responsive style - end ========================================================================== */ /* ========================================================================== Top header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-top-bar { display: none; } } /* ========================================================================== Top header responsive style - end ========================================================================== */ /* ========================================================================== Header responsive styles - end ========================================================================== */ /*# sourceMappingURL=header-map-responsive.css.map */ /* ========================================================================== Search responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== # Search template responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-search-page-holder article .edgtf-post-image { width: 80px; } .edgtf-search-page-holder article .edgtf-post-title-area { padding: 0 0 0 105px; min-height: 80px; } } @media only screen and (max-width: 680px) { .edgtf-search-page-holder article .edgtf-post-image { width: 60px; } .edgtf-search-page-holder article .edgtf-post-title-area { padding: 0 0 0 80px; min-height: 60px; } } /* ========================================================================== # Search template responsive style - end ========================================================================== */ /* ========================================================================== # Fullscreen search responsive - start ========================================================================== */ @media only screen and (max-width: 1280px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-fullscreen-search-cell { padding: 50px 0 0; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-fullscreen-sidebar { margin: 20px 0 0; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-search-field { font-size: 70px; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-search-submit { font-size: 40px; } } @media only screen and (max-width: 1024px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-form-holder-inner { width: 75%; } } @media only screen and (max-width: 768px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-field-holder .edgtf-search-field { font-size: 25px; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-search-submit { font-size: 25px; bottom: 25px !important; } } @media only screen and (max-width: 480px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-form-holder-inner { width: 80%; } } /* ========================================================================== # Fullscreen search responsive - end ========================================================================== */ /* ========================================================================== # Fullscreen search responsive - start ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-fullscreen-search-holder .edgtf-form-holder-inner { width: 80%; } } /* ========================================================================== # Fullscreen search responsive - end ========================================================================== */ /* ========================================================================== Search responsive styles - end ========================================================================== */ /*# sourceMappingURL=search-map-responsive.css.map */ /* ========================================================================== Title responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Title responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-title-holder.edgtf-has-bg-image { height: auto !important; background-image: none !important; } .edgtf-title-holder.edgtf-has-bg-image .edgtf-title-image { display: block; } .edgtf-title-holder.edgtf-has-bg-image .edgtf-title-wrapper { position: absolute; top: 50%; left: 0; height: 100% !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); } .edgtf-title-holder.edgtf-title-va-header-bottom { height: auto !important; } .edgtf-title-holder.edgtf-title-va-header-bottom .edgtf-title-wrapper { padding-top: 0 !important; } } /* ========================================================================== Title responsive style - end ========================================================================== */ /* ========================================================================== Centered Title type responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-title-holder.edgtf-centered-type .edgtf-page-subtitle { padding: 0 !important; } } /* ========================================================================== Centered Title type responsive style - end ========================================================================== */ /* ========================================================================== Standard With Breadcrumbs Title type responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-title-info, .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs-info { display: block; width: 100%; } .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs-info { margin: 10px 0 0; text-align: initial; white-space: inherit; } } /* ========================================================================== Standard With Breadcrumbs Title type responsive style - end ========================================================================== */ /* ========================================================================== Title responsive styles - end ========================================================================== */ /*# sourceMappingURL=title-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Custom Post Types responsive styles ========================================================================== */ @media only screen and (max-width: 1440px) { .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { width: 64%; padding: 50px 0 45px; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-vs-image { width: 180px; padding: 0 25px; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team { width: calc(50% - 90px); } } @media only screen and (max-width: 1024px) { .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { width: 52%; } } @media only screen and (max-width: 768px) { .single-match-item .edgtf-match-single-scoreboard { background-size: cover; background-attachment: scroll; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { width: 65%; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-vs-image { width: 140px; padding: 0 20px; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team { width: calc(50% - 70px); } } @media only screen and (max-width: 680px) { .single-match-item .edgtf-match-single-scoreboard { height: auto; background-size: cover; background-attachment: scroll; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { display: block; width: 90%; padding: 40px 0; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-image-holder { display: none; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-vs-image { width: 60px; padding: 0 10px; display: block; margin: 0 auto; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team { display: block; width: 60%; margin: 0 auto; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team .edgtf-match-team-title { margin: 0; } .single-match-item .edgtf-match-info-item { display: block; } .single-match-item .edgtf-match-info-item h4 { display: block; } .single-match-item .edgtf-match-info-item h4.edgtf-match-single-result-holder { text-align: left; margin-top: 15px; } .single-match-item .edgtf-single-match-content-box { background-color: transparent; padding: 0; } } @media only screen and (max-width: 1024px) { .edgtf-match-list-holder article { padding: 20px 30px 26px; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-info { padding-left: 12px; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-info .edgtf-match-category { display: none; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-result-holder { padding-right: 0; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-stream-holder span { display: none; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-stream-holder i { margin-right: 0; } } @media only screen and (max-width: 768px) { .edgtf-match-list-holder article { padding: 20px 20px 26px; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-single-team { width: 110px; } } @media only screen and (max-width: 680px) { .edgtf-match-list-holder article { padding: 20px 20px 36px; } .edgtf-match-list-holder article .edgtf-match-item-holder { display: block; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-single-team, .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-vs-image { display: none; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-info { display: block; width: 100%; padding-left: 0; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-stream-holder, .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-result-holder { display: block; text-align: left; padding-left: 0; margin-top: 5px; } } @media only screen and (max-width: 680px) { .edgtf-match-small-list-holder article .edgtf-match-item-holder { display: inline-block; vertical-align: middle; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > * { display: inline-block; vertical-align: middle; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-single-team { width: 30%; float: left; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-vs-image { width: 40%; float: left; padding: 20px 0 0 0; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-info { width: 100%; text-align: center; padding: 15px 0 0 0; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-result-holder { padding: 15px 0 0 0; text-align: center; width: 100%; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-stream-holder { padding: 15px 0 0 0; text-align: center; width: 100%; } } /* ========================================================================== Portfolio Single page responsive style - begin ========================================================================== */ .edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images { /***** Columns Layout - end *****/ } @media only screen and (max-width: 680px) { .edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images .edgtf-ps-image { width: 100% !important; } } @media only screen and (max-width: 1024px) { .edgtf-portfolio-single-holder .edgtf-ps-info-holder { margin: 30px 0 0 !important; } } /* ========================================================================== Portfolio Single page responsive style - end ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-text { padding: 0 6%; } } @media only screen and (max-width: 768px) { .edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-text { padding: 0 25px; } .edgtf-testimonials-holder .edgtf-testimonials { padding: 0 25px; } .edgtf-testimonials-holder .owl-nav { display: none; } } @media only screen and (max-width: 680px) { .edgtf-testimonials-holder .edgtf-testimonials { padding: 0 10px; } .edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-text { padding: 0 10px; } } /*# sourceMappingURL=../../../../plugins/playerx-core/assets/css/custom-post-types-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Shortcodes responsive styles ========================================================================== */ @media only screen and (max-width: 680px) { .edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-title { padding: 12px 0 11px 15px; } .edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-content { padding: 30px 15px 48px 15px; } .edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title { padding: 12px 0 11px 15px; } .edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-content { padding: 30px 15px 48px 15px; } } /* ========================================================================== Button shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-btn.edgtf-btn-large, .edgtf-btn.edgtf-btn-huge { padding: 13px 44px; } } /* ========================================================================== Button shortcode responsive style - end ========================================================================== */ /* ========================================================================== Call To Action shortcode responsive style - begin ========================================================================== */ @media only screen and (min-width: 1201px) and (max-width: 1300px) { .edgtf-call-to-action-holder .edgtf-grid { width: 1100px; } } @media only screen and (max-width: 1200px) { .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-text-holder { width: 66.66666666666667%; } .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-button-holder { width: 33.33333333333333%; } } @media only screen and (max-width: 768px) { .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-inner, .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-button-holder { display: block; } .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-button-holder { margin: 28px 0 0; text-align: initial; } .edgtf-call-to-action-holder.edgtf-two-halves-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-two-halves-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-two-thirds-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-two-thirds-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-button-holder { width: 100%; } } /* ========================================================================== Call To Action shortcode responsive style - end ========================================================================== */ /* ========================================================================== Countdown shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-countdown .countdown-row .countdown-section .countdown-amount { font-size: 60px; } } @media only screen and (max-width: 768px) { .edgtf-countdown .countdown-row.countdown-show4 .countdown-section, .edgtf-countdown .countdown-row.countdown-show5 .countdown-section, .edgtf-countdown .countdown-row.countdown-show6 .countdown-section { width: 33.33333333333333%; margin-bottom: 20px; } .edgtf-countdown .countdown-row .countdown-section .countdown-amount { font-size: 50px; } } @media only screen and (max-width: 680px) { .edgtf-countdown .countdown-row .countdown-section .countdown-amount { font-size: 40px; } } /* ========================================================================== Countdown shortcode responsive style - end ========================================================================== */ /* ========================================================================== Custom Font shortcode responsive styles - begin ========================================================================== */ @media only screen and (max-width: 768px) { .edgtf-custom-font-holder.edgtf-disable-title-break br { display: none; } } /* ========================================================================== Custom Font shortcode responsive styles - end ========================================================================== */ /* ========================================================================== Elements Holder shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1366px) { .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 1024px) { .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 768px) { .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 680px) { .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 480px) { .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } .edgtf-elements-holder .edgtf-eh-item-content { padding: 0 10px; } } /* ========================================================================== Elements Holder shortcode responsive style - end ========================================================================== */ /* ========================================================================== Full Screen Image Slider shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-full-screen-image-slider .edgtf-fsis-content-image img { max-width: 440px; } } @media only screen and (max-width: 1280px) { .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-dots { bottom: calc(8% - 14px); } .edgtf-full-screen-image-slider .edgtf-fsis-thumb-nav { top: 16%; height: 68%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-bottom { height: 14%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-right { width: 14%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-bottom { height: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-right { width: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-content-image img { max-width: 370px; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-frame-bottom { height: 16%; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-right, .edgtf-full-screen-image-slider .edgtf-fsis-frame-left { width: 16%; } } @media only screen and (max-width: 1024px) { .edgtf-full-screen-image-slider .edgtf-fsis-content-image img { max-width: 340px; } } @media only screen and (max-width: 768px) { .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-nav { display: none; } .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-dots { bottom: calc(5% - 14px); } .edgtf-full-screen-image-slider .edgtf-fsis-thumb-nav { display: none; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-content-image-init .edgtf-fsis-image-left { left: 2%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-content-image-init .edgtf-fsis-image-right { right: 5%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-content-image-init .edgtf-fsis-subtitle { margin: 15px 0 0; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-image-left { left: calc(2% - 10px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-image-right { right: calc(5% - 10px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-bottom { height: 10%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-right { width: 10%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-image-left { left: calc(2% - 25px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-image-right { right: calc(5% - 25px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-bottom { height: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-right { width: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-frame-bottom { height: 10%; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-right, .edgtf-full-screen-image-slider .edgtf-fsis-frame-left { width: 10%; } } @media only screen and (max-width: 680px) { .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-dots { display: none; } .edgtf-full-screen-image-slider .edgtf-fsis-content-image { display: none; } } /* ========================================================================== Full Screen Image Slider shortcode responsive style - end ========================================================================== */ /* ========================================================================== Google Map shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-google-map-overlay { display: block; } } /* ========================================================================== Google Map shortcode responsive style - end ========================================================================== */ /* ========================================================================== Item Showcase shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-item-showcase-holder .edgtf-is-image { position: absolute; left: 0; width: 50%; height: 100%; margin-top: 0 !important; } .edgtf-item-showcase-holder .edgtf-is-image img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-left-holder, .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-right-holder { float: right; width: 50%; padding: 0 0 0 50%; } .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-right-holder { margin: 36px 0 0; } .edgtf-item-showcase-holder .edgtf-is-item { margin: 36px 0 0; } .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left { text-align: left; } .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left .edgtf-is-content { padding: 0 0 0 20px; } .edgtf-item-showcase-holder .edgtf-is-item:not(.edgtf-appeared) { -webkit-transform: translateX(-40px); -moz-transform: translateX(-40px); transform: translateX(-40px); } } @media only screen and (max-width: 680px) { .edgtf-item-showcase-holder .edgtf-is-image { display: none; } .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-left-holder, .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-right-holder { float: none; width: 100%; padding: 0; } .edgtf-item-showcase-holder .edgtf-is-item { opacity: 1; -webkit-transform: translateX(0) translateY(0) !important; -moz-transform: translateX(0) translateY(0) !important; transform: translateX(0) translateY(0) !important; } .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left .edgtf-is-content, .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-right .edgtf-is-content { padding: 0; } } /* ========================================================================== Item Showcase shortcode responsive style - end ========================================================================== */ /* ========================================================================== Process shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1366px) { .edgtf-process-holder.edgtf-responsive-1366 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-1366 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-1366 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-1366 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 1024px) { .edgtf-process-holder.edgtf-responsive-1024 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-1024 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-1024 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-1024 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 768px) { .edgtf-process-holder.edgtf-responsive-768 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-768 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-768 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-768 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 680px) { .edgtf-process-holder.edgtf-responsive-680 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-680 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-680 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-680 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 480px) { .edgtf-process-holder.edgtf-responsive-480 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-480 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-480 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-480 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } /* ========================================================================== Process shortcode responsive style - end ========================================================================== */ /* ========================================================================== Section Title shortcode responsive styles - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-section-title-holder.edgtf-st-two-columns { padding: 0 !important; } .edgtf-section-title-holder.edgtf-st-disable-title-break .edgtf-st-title br { display: none; } } @media only screen and (max-width: 768px) { .edgtf-section-title-holder:not(.edgtf-st-minimal) { padding: 0 !important; } .edgtf-section-title-holder.edgtf-st-minimal { padding: 18px 30px; } .edgtf-section-title-holder.edgtf-st-two-columns .edgtf-st-title, .edgtf-section-title-holder.edgtf-st-two-columns .edgtf-st-text { width: 100%; float: none !important; text-align: initial !important; } .edgtf-section-title-holder.edgtf-st-two-columns .edgtf-st-text { margin: 14px 0 0; } } /* ========================================================================== Section Title shortcode responsive styles - end ========================================================================== */ /* ========================================================================== Split Section responsive styles - begin ========================================================================== */ @media only screen and (max-width: 1366px) { .edgtf-ss-holder.edgtf-ss-break-1366.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-1366 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-1366 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-1366 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 1024px) { .edgtf-ss-holder.edgtf-ss-break-1024.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-1024 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-1024 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-1024 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 768px) { .edgtf-ss-holder.edgtf-ss-break-768.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-768 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-768 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-768 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 680px) { .edgtf-ss-holder.edgtf-ss-break-680.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-680 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-680 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-680 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 480px) { .edgtf-ss-holder.edgtf-ss-break-480.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-480 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-480 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-480 .edgtf-ss-image img { display: block; } } /* ========================================================================== Split Section responsive styles - end ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-stream-box-holder .edgtf-sb-main-stream-item .edgtf-sb-text-holder { padding: 18px 100px 20px 30px; } } @media only screen and (max-width: 1024px) { .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder { width: 80%; } } @media only screen and (max-width: 768px) { .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder { width: 90%; } .edgtf-stream-box-holder .edgtf-sb-main-stream-item .edgtf-video-button-play { font-size: 27px; } } @media only screen and (max-width: 680px) { .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item { display: block; width: 100%; min-height: 175px; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-bottom-stream-image { display: none; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder { width: 100%; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder .edgtf-sb-title:after { right: 15px; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-main-stream-item { min-height: 300px; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-main-stream-item .edgtf-sb-main-image { display: none; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-main-stream-item .edgtf-sb-text-holder { width: 100%; padding-right: 0; box-sizing: border-box; } .edgtf-stream-box-holder .edgtf-sb-main-stream-item .edgtf-video-button-play { display: none; } } /* ========================================================================== Tabs shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li { margin: 0 8px 0 0; } .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li a { padding: 7px 18px; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li { margin: 0 26px 0 0; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav { width: 180px; padding-top: 1px; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tab-container { width: calc(100% - 180px); padding: 0 0 0 30px; } } @media only screen and (max-width: 768px) { .edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li { display: block; float: none; } .edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li a { width: 100%; -webkit-clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); } .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li { display: block; float: none; margin: 0 0 8px; } .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li a { width: 100%; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li { margin: 0 20px 0 0; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav li { display: block; float: none; margin: 0 0 20px; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav li a { padding: 0; width: 100%; } } @media only screen and (max-width: 680px) { .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav { padding: 0 0 20px; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li { display: block; float: none; margin: 0 0 20px; padding: 0 0 0 38px; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li a { padding: 0; width: 100%; } .edgtf-tabs.edgtf-tabs-vertical { display: block; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav { display: block; width: 100%; border-right: none; padding: 0 0 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav li { padding: 0 0 0 38px; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tab-container { padding: 40px 38px 54px; } } /* ========================================================================== Tabs shortcode responsive style - end ========================================================================== */ /* ========================================================================== Vertical Split Slider shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { body.edgtf-vss-initialized { overflow-y: visible !important; height: auto !important; } .edgtf-vertical-split-slider, #multiscroll-nav { display: none; } .edgtf-vss-responsive { display: block; } } /* ========================================================================== Vertical Split Slider shortcode responsive style - end ========================================================================== */ /*# sourceMappingURL=../../../../plugins/playerx-core/assets/css/shortcodes-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Shortcodes responsive styles ========================================================================== */ @media only screen and (max-width: 1280px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item { width: 33.33333%; } } @media only screen and (max-width: 1280px) and (min-width: 1025px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1280px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item { width: 33.33333%; } } @media only screen and (max-width: 1280px) and (min-width: 1025px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-instagram-list-holder.edgtf-il-three-columns .edgtf-il-item { width: 50%; } } @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-instagram-list-holder.edgtf-il-three-columns .edgtf-il-item:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item { width: 50%; } } @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item { width: 50%; } } @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 680px) { .edgtf-instagram-list-holder .edgtf-il-item { width: 100% !important; } } /*# sourceMappingURL=../../../../plugins/playerx-instagram-feed/assets/css/shortcodes-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Widgets responsive styles ========================================================================== */ /* ========================================================================== Instagram widget responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-instagram-feed:not(.edgtf-instagram-carousel) li img { width: 100%; } .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-6 li { width: 25%; } .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-9 li { width: 25%; } } @media only screen and (max-width: 768px) { .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-6 li { width: 33.33333%; } .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-9 li { width: 33.33333%; } } @media only screen and (max-width: 680px) { .edgtf-instagram-feed:not(.edgtf-instagram-carousel) li { width: 50% !important; } } /* ========================================================================== Instagram widget responsive style - end ========================================================================== */ /*# sourceMappingURL=../../../../plugins/playerx-instagram-feed/assets/css/widget-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Shortcodes responsive styles ========================================================================== */ /*# sourceMappingURL=../../../../plugins/playerx-twitter-feed/assets/css/shortcodes-map-responsive.css.map */
web/css/them_player/modules-responsive.css
1. Global responsive styles ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ @media only screen and (max-width: 1024px) { body:not(.edgtf-content-is-behind-header):not(.error404) .edgtf-content { margin-top: 0 !important; } } @media only screen and (max-width: 1024px) { .edgtf-hide-on-tablet { display: none !important; } } @media only screen and (max-width: 680px) { .edgtf-hide-on-mobile { display: none !important; } } @media only screen and (max-width: 1200px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 950px; } } @media only screen and (max-width: 1024px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 768px; } } @media only screen and (max-width: 768px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 600px; } } @media only screen and (max-width: 680px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 420px; } } @media only screen and (max-width: 480px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 300px; } } @media only screen and (max-width: 320px) { .edgtf-grid, .edgtf-container-inner, .edgtf-row-grid-section { width: 90%; } } @media only screen and (max-width: 1200px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 1000px; } } @media only screen and (max-width: 1024px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 818px; } } @media only screen and (max-width: 768px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 650px; } } @media only screen and (max-width: 680px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 470px; } } @media only screen and (max-width: 480px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 350px; } } @media only screen and (max-width: 320px) { .edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner, .edgtf-boxed .edgtf-wrapper .edgtf-footer-inner { width: 92%; } } /* ========================================================================== Grid System responsive style - begin ========================================================================== */ @media only screen and (max-width: 1280px) { /* * If you changed some value for space do the same thing in product-list-main-and-vc scss files */ .edgtf-huge-space .edgtf-outer-space { margin: 0 -25px; } .edgtf-huge-space .edgtf-outer-space .edgtf-item-space { padding: 0 25px; margin: 0 0 50px; } .edgtf-huge-space.edgtf-disable-bottom-space { margin-bottom: -50px; } .edgtf-huge-space.edgtf-columns-has-side-space { padding: 0 50px; } } @media only screen and (max-width: 1440px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 20%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 20%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 40%; } } @media only screen and (max-width: 1440px) and (min-width: 1367px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(5n+1) { clear: both; } } @media only screen and (max-width: 1366px) { .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 25%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 25%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 50%; } } @media only screen and (max-width: 1366px) and (min-width: 1025px) { .edgtf-grid-list.edgtf-five-columns .edgtf-item-space:nth-child(4n+1) { clear: both; } } @media only screen and (max-width: 1366px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 25%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 25%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 50%; } } @media only screen and (max-width: 1366px) and (min-width: 1025px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(4n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-grid-list.edgtf-four-columns .edgtf-masonry-grid-sizer { width: 33.33333%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space { width: 33.33333%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 66.66667%; } } @media only screen and (max-width: 1024px) and (min-width: 769px) { .edgtf-grid-list.edgtf-four-columns .edgtf-item-space:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 33.33333%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 33.33333%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 66.66667%; } } @media only screen and (max-width: 1024px) and (min-width: 769px) { .edgtf-grid-list.edgtf-five-columns .edgtf-item-space:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 33.33333%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 33.33333%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 66.66667%; } } @media only screen and (max-width: 1024px) and (min-width: 769px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-three-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-three-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-three-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-three-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-three-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-four-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-four-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-five-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 768px) { .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 50%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 50%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width, .edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height { width: 100%; } } @media only screen and (max-width: 768px) and (min-width: 681px) { .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 680px) { .edgtf-grid-list.edgtf-two-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-two-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-three-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-three-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-four-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-four-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-five-columns .edgtf-item-space { width: 100%; } .edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer { width: 100%; } .edgtf-grid-list.edgtf-six-columns .edgtf-item-space { width: 100%; } } /* ========================================================================== Grid System responsive style - end ========================================================================== */ /*# sourceMappingURL=../css/modules-responsive.css.map */ /* ========================================================================== Blog responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ @media only screen and (max-width: 1366px) { .edgtf-blog-holder article.format-gallery .edgtf-blog-gallery .owl-stage-outer { -webkit-clip-path: inset(0 1px 0 0); } } @media only screen and (max-width: 680px) { .edgtf-blog-holder article.format-quote .edgtf-post-text, .edgtf-blog-holder article.format-link .edgtf-post-text { padding: 40px 20px; } .edgtf-blog-holder article.format-quote .edgtf-post-mark, .edgtf-blog-holder article.format-link .edgtf-post-mark { display: none; } .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left > div.edgtf-post-info-author { margin: 8px 37% 8px 0; } .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left > div.edgtf-post-info-comments-holder { margin-left: 0; } .edgtf-blog-holder article .edgtf-post-info-top > div.edgtf-post-info-date { margin-bottom: 8px; } .edgtf-related-posts-holder .edgtf-related-posts-title > *, .edgtf-comment-holder .edgtf-comments-title, .edgtf-comment-form .comment-reply-title { padding: 13px 20px; } } @media only screen and (max-width: 768px) { .edgtf-related-posts-holder .edgtf-related-post { width: 50% !important; } } @media only screen and (max-width: 480px) { .edgtf-related-posts-holder .edgtf-related-post { width: 100% !important; } } @media only screen and (max-width: 768px) { .edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-bottom .edgtf-post-info-bottom-left, .edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-bottom .edgtf-post-info-bottom-right { width: 100%; float: none; } .edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-bottom .edgtf-post-info-bottom-right { text-align: inherit; margin: 10px 0 0; } } @media only screen and (max-width: 1024px) { .edgtf-blog-list-holder.edgtf-bl-standard .edgtf-bli-content { max-width: 310px; padding: 17px 15px 10px; -webkit-transform: translate3d(0, 0, 0) !important; -moz-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; } .edgtf-blog-list-holder.edgtf-bl-standard .edgtf-bli-content .edgtf-post-excerpt-holder { display: none; } } /* ========================================================================== Blog Slider shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { max-width: 65%; } } @media only screen and (max-width: 1280px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { max-width: 70%; } } @media only screen and (max-width: 1024px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { padding: 22px 20px 19px; max-width: 75%; } .edgtf-blog-slider-holder.edgtf-bs-carousel-centered .active.center .edgtf-item-text-wrapper { opacity: 1; } } @media only screen and (max-width: 768px) { .edgtf-blog-slider-holder .edgtf-item-text-wrapper { -webkit-transform: translate3d(0, 0, 0) !important; -moz-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; } .edgtf-blog-slider-holder .edgtf-post-excerpt-holder { display: none; } .edgtf-blog-slider-holder.edgtf-bs-carousel-centered .active .edgtf-item-text-wrapper { opacity: 1; } } /* ========================================================================== Blog Slider shortcode responsive style - end ========================================================================== */ /* ========================================================================== Blog responsive styles - end ========================================================================== */ /*# sourceMappingURL=blog-map-responsive.css.map */ /* ========================================================================== Footer responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Footer responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3 { width: 50%; float: left; } .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3:nth-child(2n+1) { clear: both; } .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3:nth-child(3), .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-3:nth-child(4) { margin-top: 30px; } .edgtf-page-footer .edgtf-column-content.edgtf-grid-col-4 { width: 33.33333333333333%; float: left; } } @media only screen and (max-width: 1024px) { .edgtf-footer-bottom-left-inner-border-holder, .edgtf-footer-bottom-right-inner-border-holder { display: none; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li a { padding: 30px 20px 50px; } } @media only screen and (max-width: 768px) { footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li a { padding: 30px 14px 50px; margin: 0; } } @media only screen and (max-width: 680px) { .edgtf-page-footer .edgtf-column-content:not(:first-child) { margin-top: 30px; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li { padding: 27px 0; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container li a { padding: 15px 14px 35px; } footer .edgtf-footer-bottom-holder .widget.widget_nav_menu .menu-playerx-footer-menu-container:after { display: none; } } /* ========================================================================== Footer responsive style - end ========================================================================== */ /* ========================================================================== Footer responsive styles - end ========================================================================== */ /*# sourceMappingURL=footer-map-responsive.css.map */ /* ========================================================================== Header responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-page-header { display: none; } } /* ========================================================================== Header responsive style - end ========================================================================== */ /* ========================================================================== Fixed header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-boxed .edgtf-page-header .edgtf-fixed-wrapper.fixed { width: 1000px; } } /* ========================================================================== Fixed header responsive style - end ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-left .edgtf-position-left-inner { padding: 0 25px 0 45px; } .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-right .edgtf-position-right-inner { padding: 0 45px 0 25px; } } @media only screen and (max-width: 1280px) { .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-left .edgtf-position-left-inner { padding: 0 15px 0 35px; } .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-right .edgtf-position-right-inner { padding: 0 35px 0 15px; } .edgtf-header-divided .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-center .edgtf-position-center-inner .edgtf-logo-wrapper > a { padding: 0 55px; } } /* ========================================================================== Header Vertical responsive style - begin ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-header-vertical .edgtf-vertical-menu-area { padding-top: 75px; } } @media only screen and (min-width: 1025px) { .error404.edgtf-header-vertical .edgtf-content { margin: 0 !important; } } @media only screen and (max-width: 1024px) { .edgtf-header-vertical .edgtf-vertical-menu-area { display: none; } .edgtf-header-vertical .edgtf-content, .edgtf-header-vertical footer { padding-left: 0; } } @media only screen and (max-width: 1440px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 950px; } } @media only screen and (max-width: 1200px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 768px; } } @media only screen and (max-width: 1024px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 768px; } } @media only screen and (max-width: 768px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 600px; } } @media only screen and (max-width: 680px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 420px; } } @media only screen and (max-width: 480px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 300px; } } @media only screen and (max-width: 320px) { .edgtf-header-vertical .edgtf-grid, .edgtf-header-vertical .edgtf-container-inner, .edgtf-header-vertical .edgtf-row-grid-section { width: 90%; } } /* ========================================================================== Header Vertical responsive style - end ========================================================================== */ /* ========================================================================== Mobile header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-mobile-header { display: block; } } @media only screen and (max-width: 768px) { .edgtf-paspartu-enabled .edgtf-mobile-header .edgtf-grid { width: 90%; } } /* ========================================================================== Mobile header responsive style - end ========================================================================== */ /* ========================================================================== Sticky header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-boxed .edgtf-page-header .edgtf-sticky-header { width: 1000px; } } @media only screen and (max-width: 1024px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 818px; left: auto; } } @media only screen and (max-width: 768px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 650px; } } @media only screen and (max-width: 680px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 470px; } } @media only screen and (max-width: 480px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 350px; } } @media only screen and (max-width: 320px) { .edgtf-boxed.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner { width: 92%; } } /* ========================================================================== Sticky header responsive style - end ========================================================================== */ /* ========================================================================== Top header responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-top-bar { display: none; } } /* ========================================================================== Top header responsive style - end ========================================================================== */ /* ========================================================================== Header responsive styles - end ========================================================================== */ /*# sourceMappingURL=header-map-responsive.css.map */ /* ========================================================================== Search responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== # Search template responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-search-page-holder article .edgtf-post-image { width: 80px; } .edgtf-search-page-holder article .edgtf-post-title-area { padding: 0 0 0 105px; min-height: 80px; } } @media only screen and (max-width: 680px) { .edgtf-search-page-holder article .edgtf-post-image { width: 60px; } .edgtf-search-page-holder article .edgtf-post-title-area { padding: 0 0 0 80px; min-height: 60px; } } /* ========================================================================== # Search template responsive style - end ========================================================================== */ /* ========================================================================== # Fullscreen search responsive - start ========================================================================== */ @media only screen and (max-width: 1280px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-fullscreen-search-cell { padding: 50px 0 0; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-fullscreen-sidebar { margin: 20px 0 0; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-search-field { font-size: 70px; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-search-submit { font-size: 40px; } } @media only screen and (max-width: 1024px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-form-holder-inner { width: 75%; } } @media only screen and (max-width: 768px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-field-holder .edgtf-search-field { font-size: 25px; } .edgtf-fullscreen-with-sidebar-search-holder .edgtf-search-submit { font-size: 25px; bottom: 25px !important; } } @media only screen and (max-width: 480px) { .edgtf-fullscreen-with-sidebar-search-holder .edgtf-form-holder-inner { width: 80%; } } /* ========================================================================== # Fullscreen search responsive - end ========================================================================== */ /* ========================================================================== # Fullscreen search responsive - start ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-fullscreen-search-holder .edgtf-form-holder-inner { width: 80%; } } /* ========================================================================== # Fullscreen search responsive - end ========================================================================== */ /* ========================================================================== Search responsive styles - end ========================================================================== */ /*# sourceMappingURL=search-map-responsive.css.map */ /* ========================================================================== Title responsive styles - begin ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Title responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-title-holder.edgtf-has-bg-image { height: auto !important; background-image: none !important; } .edgtf-title-holder.edgtf-has-bg-image .edgtf-title-image { display: block; } .edgtf-title-holder.edgtf-has-bg-image .edgtf-title-wrapper { position: absolute; top: 50%; left: 0; height: 100% !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); } .edgtf-title-holder.edgtf-title-va-header-bottom { height: auto !important; } .edgtf-title-holder.edgtf-title-va-header-bottom .edgtf-title-wrapper { padding-top: 0 !important; } } /* ========================================================================== Title responsive style - end ========================================================================== */ /* ========================================================================== Centered Title type responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-title-holder.edgtf-centered-type .edgtf-page-subtitle { padding: 0 !important; } } /* ========================================================================== Centered Title type responsive style - end ========================================================================== */ /* ========================================================================== Standard With Breadcrumbs Title type responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-title-info, .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs-info { display: block; width: 100%; } .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs-info { margin: 10px 0 0; text-align: initial; white-space: inherit; } } /* ========================================================================== Standard With Breadcrumbs Title type responsive style - end ========================================================================== */ /* ========================================================================== Title responsive styles - end ========================================================================== */ /*# sourceMappingURL=title-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Custom Post Types responsive styles ========================================================================== */ @media only screen and (max-width: 1440px) { .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { width: 64%; padding: 50px 0 45px; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-vs-image { width: 180px; padding: 0 25px; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team { width: calc(50% - 90px); } } @media only screen and (max-width: 1024px) { .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { width: 52%; } } @media only screen and (max-width: 768px) { .single-match-item .edgtf-match-single-scoreboard { background-size: cover; background-attachment: scroll; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { width: 65%; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-vs-image { width: 140px; padding: 0 20px; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team { width: calc(50% - 70px); } } @media only screen and (max-width: 680px) { .single-match-item .edgtf-match-single-scoreboard { height: auto; background-size: cover; background-attachment: scroll; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder { display: block; width: 90%; padding: 40px 0; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-image-holder { display: none; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-vs-image { width: 60px; padding: 0 10px; display: block; margin: 0 auto; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team { display: block; width: 60%; margin: 0 auto; } .single-match-item .edgtf-match-single-scoreboard .edgtf-match-item-holder .edgtf-match-single-team .edgtf-match-team-title { margin: 0; } .single-match-item .edgtf-match-info-item { display: block; } .single-match-item .edgtf-match-info-item h4 { display: block; } .single-match-item .edgtf-match-info-item h4.edgtf-match-single-result-holder { text-align: left; margin-top: 15px; } .single-match-item .edgtf-single-match-content-box { background-color: transparent; padding: 0; } } @media only screen and (max-width: 1024px) { .edgtf-match-list-holder article { padding: 20px 30px 26px; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-info { padding-left: 12px; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-info .edgtf-match-category { display: none; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-result-holder { padding-right: 0; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-stream-holder span { display: none; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-stream-holder i { margin-right: 0; } } @media only screen and (max-width: 768px) { .edgtf-match-list-holder article { padding: 20px 20px 26px; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-single-team { width: 110px; } } @media only screen and (max-width: 680px) { .edgtf-match-list-holder article { padding: 20px 20px 36px; } .edgtf-match-list-holder article .edgtf-match-item-holder { display: block; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-single-team, .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-vs-image { display: none; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-info { display: block; width: 100%; padding-left: 0; } .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-stream-holder, .edgtf-match-list-holder article .edgtf-match-item-holder .edgtf-match-result-holder { display: block; text-align: left; padding-left: 0; margin-top: 5px; } } @media only screen and (max-width: 680px) { .edgtf-match-small-list-holder article .edgtf-match-item-holder { display: inline-block; vertical-align: middle; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > * { display: inline-block; vertical-align: middle; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-single-team { width: 30%; float: left; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-vs-image { width: 40%; float: left; padding: 20px 0 0 0; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-info { width: 100%; text-align: center; padding: 15px 0 0 0; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-result-holder { padding: 15px 0 0 0; text-align: center; width: 100%; } .edgtf-match-small-list-holder article .edgtf-match-item-holder > *.edgtf-match-stream-holder { padding: 15px 0 0 0; text-align: center; width: 100%; } } /* ========================================================================== Portfolio Single page responsive style - begin ========================================================================== */ .edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images { /***** Columns Layout - end *****/ } @media only screen and (max-width: 680px) { .edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images .edgtf-ps-image { width: 100% !important; } } @media only screen and (max-width: 1024px) { .edgtf-portfolio-single-holder .edgtf-ps-info-holder { margin: 30px 0 0 !important; } } /* ========================================================================== Portfolio Single page responsive style - end ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-text { padding: 0 6%; } } @media only screen and (max-width: 768px) { .edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-text { padding: 0 25px; } .edgtf-testimonials-holder .edgtf-testimonials { padding: 0 25px; } .edgtf-testimonials-holder .owl-nav { display: none; } } @media only screen and (max-width: 680px) { .edgtf-testimonials-holder .edgtf-testimonials { padding: 0 10px; } .edgtf-testimonials-holder.edgtf-testimonials-standard .edgtf-testimonial-text { padding: 0 10px; } } /*# sourceMappingURL=../../../../plugins/playerx-core/assets/css/custom-post-types-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Shortcodes responsive styles ========================================================================== */ @media only screen and (max-width: 680px) { .edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-title { padding: 12px 0 11px 15px; } .edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-content { padding: 30px 15px 48px 15px; } .edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title { padding: 12px 0 11px 15px; } .edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-content { padding: 30px 15px 48px 15px; } } /* ========================================================================== Button shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-btn.edgtf-btn-large, .edgtf-btn.edgtf-btn-huge { padding: 13px 44px; } } /* ========================================================================== Button shortcode responsive style - end ========================================================================== */ /* ========================================================================== Call To Action shortcode responsive style - begin ========================================================================== */ @media only screen and (min-width: 1201px) and (max-width: 1300px) { .edgtf-call-to-action-holder .edgtf-grid { width: 1100px; } } @media only screen and (max-width: 1200px) { .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-text-holder { width: 66.66666666666667%; } .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-button-holder { width: 33.33333333333333%; } } @media only screen and (max-width: 768px) { .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-inner, .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-button-holder { display: block; } .edgtf-call-to-action-holder.edgtf-normal-layout .edgtf-cta-button-holder { margin: 28px 0 0; text-align: initial; } .edgtf-call-to-action-holder.edgtf-two-halves-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-two-halves-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-two-thirds-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-two-thirds-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-three-quarters-columns .edgtf-cta-button-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-text-holder, .edgtf-call-to-action-holder.edgtf-four-fifths-columns .edgtf-cta-button-holder { width: 100%; } } /* ========================================================================== Call To Action shortcode responsive style - end ========================================================================== */ /* ========================================================================== Countdown shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-countdown .countdown-row .countdown-section .countdown-amount { font-size: 60px; } } @media only screen and (max-width: 768px) { .edgtf-countdown .countdown-row.countdown-show4 .countdown-section, .edgtf-countdown .countdown-row.countdown-show5 .countdown-section, .edgtf-countdown .countdown-row.countdown-show6 .countdown-section { width: 33.33333333333333%; margin-bottom: 20px; } .edgtf-countdown .countdown-row .countdown-section .countdown-amount { font-size: 50px; } } @media only screen and (max-width: 680px) { .edgtf-countdown .countdown-row .countdown-section .countdown-amount { font-size: 40px; } } /* ========================================================================== Countdown shortcode responsive style - end ========================================================================== */ /* ========================================================================== Custom Font shortcode responsive styles - begin ========================================================================== */ @media only screen and (max-width: 768px) { .edgtf-custom-font-holder.edgtf-disable-title-break br { display: none; } } /* ========================================================================== Custom Font shortcode responsive styles - end ========================================================================== */ /* ========================================================================== Elements Holder shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1366px) { .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-1366.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 1024px) { .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-1024.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 768px) { .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-768.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 680px) { .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-680.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } } @media only screen and (max-width: 480px) { .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-two-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-three-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-four-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-five-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-six-columns .edgtf-eh-item { width: 100%; height: auto; display: inline-block; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-one-column-alignment-left .edgtf-eh-item .edgtf-eh-item-content { text-align: left; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-one-column-alignment-right .edgtf-eh-item .edgtf-eh-item-content { text-align: right; } .edgtf-elements-holder.edgtf-responsive-mode-480.edgtf-one-column-alignment-center .edgtf-eh-item .edgtf-eh-item-content { text-align: center; } .edgtf-elements-holder .edgtf-eh-item-content { padding: 0 10px; } } /* ========================================================================== Elements Holder shortcode responsive style - end ========================================================================== */ /* ========================================================================== Full Screen Image Slider shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-full-screen-image-slider .edgtf-fsis-content-image img { max-width: 440px; } } @media only screen and (max-width: 1280px) { .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-dots { bottom: calc(8% - 14px); } .edgtf-full-screen-image-slider .edgtf-fsis-thumb-nav { top: 16%; height: 68%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-bottom { height: 14%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-right { width: 14%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-bottom { height: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-right { width: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-content-image img { max-width: 370px; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-frame-bottom { height: 16%; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-right, .edgtf-full-screen-image-slider .edgtf-fsis-frame-left { width: 16%; } } @media only screen and (max-width: 1024px) { .edgtf-full-screen-image-slider .edgtf-fsis-content-image img { max-width: 340px; } } @media only screen and (max-width: 768px) { .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-nav { display: none; } .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-dots { bottom: calc(5% - 14px); } .edgtf-full-screen-image-slider .edgtf-fsis-thumb-nav { display: none; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-content-image-init .edgtf-fsis-image-left { left: 2%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-content-image-init .edgtf-fsis-image-right { right: 5%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-content-image-init .edgtf-fsis-subtitle { margin: 15px 0 0; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-image-left { left: calc(2% - 10px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-image-right { right: calc(5% - 10px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-bottom { height: 10%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-image-hover .edgtf-fsis-frame-right { width: 10%; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-image-left { left: calc(2% - 25px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-image-right { right: calc(5% - 25px); } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-bottom { height: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-left, .edgtf-full-screen-image-slider .edgtf-fsis-item.edgtf-fsis-active-image .edgtf-fsis-frame-right { width: 0; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-top, .edgtf-full-screen-image-slider .edgtf-fsis-frame-bottom { height: 10%; } .edgtf-full-screen-image-slider .edgtf-fsis-frame-right, .edgtf-full-screen-image-slider .edgtf-fsis-frame-left { width: 10%; } } @media only screen and (max-width: 680px) { .edgtf-full-screen-image-slider .edgtf-fsis-slider .owl-dots { display: none; } .edgtf-full-screen-image-slider .edgtf-fsis-content-image { display: none; } } /* ========================================================================== Full Screen Image Slider shortcode responsive style - end ========================================================================== */ /* ========================================================================== Google Map shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-google-map-overlay { display: block; } } /* ========================================================================== Google Map shortcode responsive style - end ========================================================================== */ /* ========================================================================== Item Showcase shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1200px) { .edgtf-item-showcase-holder .edgtf-is-image { position: absolute; left: 0; width: 50%; height: 100%; margin-top: 0 !important; } .edgtf-item-showcase-holder .edgtf-is-image img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-left-holder, .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-right-holder { float: right; width: 50%; padding: 0 0 0 50%; } .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-right-holder { margin: 36px 0 0; } .edgtf-item-showcase-holder .edgtf-is-item { margin: 36px 0 0; } .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left { text-align: left; } .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left .edgtf-is-content { padding: 0 0 0 20px; } .edgtf-item-showcase-holder .edgtf-is-item:not(.edgtf-appeared) { -webkit-transform: translateX(-40px); -moz-transform: translateX(-40px); transform: translateX(-40px); } } @media only screen and (max-width: 680px) { .edgtf-item-showcase-holder .edgtf-is-image { display: none; } .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-left-holder, .edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-right-holder { float: none; width: 100%; padding: 0; } .edgtf-item-showcase-holder .edgtf-is-item { opacity: 1; -webkit-transform: translateX(0) translateY(0) !important; -moz-transform: translateX(0) translateY(0) !important; transform: translateX(0) translateY(0) !important; } .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left .edgtf-is-content, .edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-right .edgtf-is-content { padding: 0; } } /* ========================================================================== Item Showcase shortcode responsive style - end ========================================================================== */ /* ========================================================================== Process shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1366px) { .edgtf-process-holder.edgtf-responsive-1366 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-1366 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-1366 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-1366 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 1024px) { .edgtf-process-holder.edgtf-responsive-1024 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-1024 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-1024 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-1024 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 768px) { .edgtf-process-holder.edgtf-responsive-768 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-768 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-768 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-768 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 680px) { .edgtf-process-holder.edgtf-responsive-680 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-680 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-680 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-680 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } @media only screen and (max-width: 480px) { .edgtf-process-holder.edgtf-responsive-480 .edgtf-mark-horizontal-holder { display: none; } .edgtf-process-holder.edgtf-responsive-480 .edgtf-mark-vertical-holder { display: block; } .edgtf-process-holder.edgtf-responsive-480 .edgtf-process-inner { position: relative; display: inline-block; width: 100%; vertical-align: middle; padding: 0 0 0 76px; margin: 0; box-sizing: border-box; } .edgtf-process-holder.edgtf-responsive-480 .edgtf-process-item { width: 100%; float: none; padding: 0; text-align: inherit; } } /* ========================================================================== Process shortcode responsive style - end ========================================================================== */ /* ========================================================================== Section Title shortcode responsive styles - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-section-title-holder.edgtf-st-two-columns { padding: 0 !important; } .edgtf-section-title-holder.edgtf-st-disable-title-break .edgtf-st-title br { display: none; } } @media only screen and (max-width: 768px) { .edgtf-section-title-holder:not(.edgtf-st-minimal) { padding: 0 !important; } .edgtf-section-title-holder.edgtf-st-minimal { padding: 18px 30px; } .edgtf-section-title-holder.edgtf-st-two-columns .edgtf-st-title, .edgtf-section-title-holder.edgtf-st-two-columns .edgtf-st-text { width: 100%; float: none !important; text-align: initial !important; } .edgtf-section-title-holder.edgtf-st-two-columns .edgtf-st-text { margin: 14px 0 0; } } /* ========================================================================== Section Title shortcode responsive styles - end ========================================================================== */ /* ========================================================================== Split Section responsive styles - begin ========================================================================== */ @media only screen and (max-width: 1366px) { .edgtf-ss-holder.edgtf-ss-break-1366.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-1366 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-1366 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-1366 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 1024px) { .edgtf-ss-holder.edgtf-ss-break-1024.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-1024 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-1024 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-1024 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 768px) { .edgtf-ss-holder.edgtf-ss-break-768.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-768 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-768 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-768 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 680px) { .edgtf-ss-holder.edgtf-ss-break-680.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-680 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-680 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-680 .edgtf-ss-image img { display: block; } } @media only screen and (max-width: 480px) { .edgtf-ss-holder.edgtf-ss-break-480.edgtf-ss-image-right .edgtf-ss-image { position: relative; left: 0; } .edgtf-ss-holder.edgtf-ss-break-480 .edgtf-ss-content { left: 0; width: 100%; padding: 25px; } .edgtf-ss-holder.edgtf-ss-break-480 .edgtf-ss-image { position: relative; width: 100%; background-image: none !important; } .edgtf-ss-holder.edgtf-ss-break-480 .edgtf-ss-image img { display: block; } } /* ========================================================================== Split Section responsive styles - end ========================================================================== */ @media only screen and (max-width: 1440px) { .edgtf-stream-box-holder .edgtf-sb-main-stream-item .edgtf-sb-text-holder { padding: 18px 100px 20px 30px; } } @media only screen and (max-width: 1024px) { .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder { width: 80%; } } @media only screen and (max-width: 768px) { .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder { width: 90%; } .edgtf-stream-box-holder .edgtf-sb-main-stream-item .edgtf-video-button-play { font-size: 27px; } } @media only screen and (max-width: 680px) { .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item { display: block; width: 100%; min-height: 175px; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-bottom-stream-image { display: none; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder { width: 100%; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-bottom-stream-item .edgtf-sb-text-holder .edgtf-sb-title:after { right: 15px; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-main-stream-item { min-height: 300px; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-main-stream-item .edgtf-sb-main-image { display: none; } .edgtf-stream-box-holder.edgtf-sb-standard .edgtf-sb-main-stream-item .edgtf-sb-text-holder { width: 100%; padding-right: 0; box-sizing: border-box; } .edgtf-stream-box-holder .edgtf-sb-main-stream-item .edgtf-video-button-play { display: none; } } /* ========================================================================== Tabs shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li { margin: 0 8px 0 0; } .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li a { padding: 7px 18px; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li { margin: 0 26px 0 0; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav { width: 180px; padding-top: 1px; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tab-container { width: calc(100% - 180px); padding: 0 0 0 30px; } } @media only screen and (max-width: 768px) { .edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li { display: block; float: none; } .edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li a { width: 100%; -webkit-clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); } .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li { display: block; float: none; margin: 0 0 8px; } .edgtf-tabs.edgtf-tabs-boxed .edgtf-tabs-nav li a { width: 100%; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li { margin: 0 20px 0 0; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav li { display: block; float: none; margin: 0 0 20px; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav li a { padding: 0; width: 100%; } } @media only screen and (max-width: 680px) { .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav { padding: 0 0 20px; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li { display: block; float: none; margin: 0 0 20px; padding: 0 0 0 38px; } .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li a { padding: 0; width: 100%; } .edgtf-tabs.edgtf-tabs-vertical { display: block; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav { display: block; width: 100%; border-right: none; padding: 0 0 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tabs-nav li { padding: 0 0 0 38px; } .edgtf-tabs.edgtf-tabs-vertical .edgtf-tab-container { padding: 40px 38px 54px; } } /* ========================================================================== Tabs shortcode responsive style - end ========================================================================== */ /* ========================================================================== Vertical Split Slider shortcode responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { body.edgtf-vss-initialized { overflow-y: visible !important; height: auto !important; } .edgtf-vertical-split-slider, #multiscroll-nav { display: none; } .edgtf-vss-responsive { display: block; } } /* ========================================================================== Vertical Split Slider shortcode responsive style - end ========================================================================== */ /*# sourceMappingURL=../../../../plugins/playerx-core/assets/css/shortcodes-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Shortcodes responsive styles ========================================================================== */ @media only screen and (max-width: 1280px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item { width: 33.33333%; } } @media only screen and (max-width: 1280px) and (min-width: 1025px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1280px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item { width: 33.33333%; } } @media only screen and (max-width: 1280px) and (min-width: 1025px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item:nth-child(3n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-instagram-list-holder.edgtf-il-three-columns .edgtf-il-item { width: 50%; } } @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-instagram-list-holder.edgtf-il-three-columns .edgtf-il-item:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item { width: 50%; } } @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 1024px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item { width: 50%; } } @media only screen and (max-width: 1024px) and (min-width: 681px) { .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item:nth-child(2n+1) { clear: both; } } @media only screen and (max-width: 680px) { .edgtf-instagram-list-holder .edgtf-il-item { width: 100% !important; } } /*# sourceMappingURL=../../../../plugins/playerx-instagram-feed/assets/css/shortcodes-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Widgets responsive styles ========================================================================== */ /* ========================================================================== Instagram widget responsive style - begin ========================================================================== */ @media only screen and (max-width: 1024px) { .edgtf-instagram-feed:not(.edgtf-instagram-carousel) li img { width: 100%; } .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-6 li { width: 25%; } .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-9 li { width: 25%; } } @media only screen and (max-width: 768px) { .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-6 li { width: 33.33333%; } .edgtf-instagram-feed:not(.edgtf-instagram-carousel).edgtf-col-9 li { width: 33.33333%; } } @media only screen and (max-width: 680px) { .edgtf-instagram-feed:not(.edgtf-instagram-carousel) li { width: 50% !important; } } /* ========================================================================== Instagram widget responsive style - end ========================================================================== */ /*# sourceMappingURL=../../../../plugins/playerx-instagram-feed/assets/css/widget-map-responsive.css.map */ /* ========================================================================== Global partials ========================================================================== */ /* common mixins - start */ /* common mixins - end */ /* mixins styles - start */ /* mixins styles - end */ /* ========================================================================== Shortcodes responsive styles ========================================================================== */ /*# sourceMappingURL=../../../../plugins/playerx-twitter-feed/assets/css/shortcodes-map-responsive.css.map */
0.417628
0.113285
@media only screen and (max-width : 768px) { .container{ width: 740px; } header{ height: 46px; } .row-1{ height: 46px; } .row-1 h1{ width: 700px; padding: 15px 30px 0px 30px; font-size: 18px; } .logonavigation{ width: 740px; height: 78px; } .logo{ width: 238px; } .logo img{ width: 238px; height: 50px; margin: 13px 0 10px 0; } .search { margin: 30px 0 12px 20px; width: 250px; height: 28px; border-radius: 5px; } .text { width: 220px; height: 26px; } .text input { width: 220px; height: 26px; padding: 2px 0 0 4px; font-size: 9px; } .text input { color: #e0052b; } .icon1 { width: 30px; height: 26px; border-radius: 0 7px 7px 0; } .icon1 a { margin: 6px 3px 3px 7px; } .by { float: left; width: 200px; height: 40px; margin: 30px 0 5px 2px; } .by ul li{ width: 60px; padding: 5px 0 2px 5px; } .by ul li a{ font-size: 10px; } .box-1{ float: left; height: 200px; } .list{ width: 222px; height: 180px; margin-top: 1px; } .list li { height: 22px; line-height: 5px; } .list a { padding: 10px 0 0 2px; font-size: 12px; } .banner{ margin: 1px 0 0 5px; width: 510px; height: 175px; } .prev img{ margin: -80px 0 0 -7px; width: 10px; height: 14px; } .next img{ margin: -80px 0 0 470px; width: 10px; height: 14px; } .box-2{ height: 230px; } .box-2 h3{ height: 18px; font-size: 14px; padding: 3px 0 1px 0px; } .box-2 hr{ height: 1px; } .sp{ height: 206px; } .box-sp a{ width: 146px; height: 204px; } .box-sp img{ width: 100%; height: 160px; } .box-sp b{ font-size: 12px; padding: 5px 0 0 10px; } .box-sp p{ font-size: 12px; padding: 5px 0 0 18px; } .box-3{ height: 102px; } .box-3 h3{ height: 24px; padding-top: 10px; font-size: 14px; } .logohang{ width: 104px; height: 58px; margin: 0 0 0 1px; } .logohang img{ width: 68px; height: 48px; margin: 2px 0 0 22px; } article{ height: 149px; } .col_1 { width: 185px; margin-left: 1px; } .col_1 .tieude { height: 18px; } .col_1 .tieude h5 { font-size: 12px; margin: 10px 0 0 0; } .col_1 ul { margin-top: 10px; height: 112px; } .col_1 ul li { font-size: 12px; padding: 2px 0 2px 1px; } .col_2 { width: 240px; margin-left:5px; } .col_2 .tieude { height: 18px; } .col_2 .tieude h5 { font-size: 12px; margin: 10px 0px 0px 0; } .col_2 ul { margin-top: 8px; height: 122px; width: 230px; } .col_2 ul li { font-size: 12px; width: 230px; padding: 5px 0 2px 0px; } .col_3 { width: 268px; } .col_3 .tieude { height: 18px; } .col_3 .tieude h5 { height: 20px; font-size: 12px; margin: 10px 0 0 4px; } .col_3 .tieude img{ display: none; } .col_3 .hinh { width: 265px; height: 95px; } .col_3 .hinh p { font-size: 12px; padding: 10px 2px 2px 4px; } footer{ height: 41px; } .add { height: 21px; } .add p { padding: 12px 0 4px 0px; font-size: 13px; } .add a { padding: 12px 4px 1px; font-size: 13px; } } @media only screen and (max-width : 480px) { .container{ width: 460px; } header{ height: 32px; } .row-1{ height: 32px; } .row-1 h1{ width: 400px; padding: 8px 30px 0px 30px; font-size: 14px; } .logonavigation{ width: 460px; height: 48px; } .logo{ width: 108px; } .logo img{ width: 88px; height: 20px; margin: 13px 0 10px 0; } .search { margin: 10px 0 12px 0; width: 202px; height: 28px; border-radius: 5px; } .text { width: 172px; height: 26px; } .text input { width: 170px; height: 26px; padding: 2px 0 0 4px; font-size: 9px; } .text input { color: #e0052b; } .icon1 { width: 30px; height: 26px; border-radius: 0 7px 7px 0; } .icon1 a { margin: 6px 3px 3px 7px; } .by { width: 140px; height: 30px; margin: 10px 0 9px 3px; } .by ul li{ width: 40px; padding: 5px 0 2px 5px; } .by ul li a{ font-size: 7px; } .box-1{ height: 130px; } .list{ width: 122px; height: 120px; margin-top: 1px; } .list li { height: 15px; line-height: 6px; } .list a { padding: 4px; font-size: 9px; } .banner{ margin: 1px 0 0 5px; width: 330px; height: 125px; } .prev img{ margin: -80px 0 0 -7px; width: 10px; height: 14px; } .next img{ margin: -80px 0 0 290px; width: 10px; height: 14px; } .box-2{ height: 170px; } .box-2 h3{ height: 18px; font-size: 12px; padding: 3px 0 1px 0px; } .box-2 hr{ height: 1px; } .sp{ height: 146px; } .box-sp a{ width: 90px; height: 144px; } .box-sp img{ width: 100%; height: 110px; } .box-sp b{ font-size: 8px; padding: 3px 0 0 3px; } .box-sp p{ font-size: 8px; padding: 3px 0 0 5px; } .box-3{ height: 52px; } .box-3 h3{ height: 14px; padding-top: 2px; font-size: 12px; } .logohang{ width: 64px; height: 38px; margin: 0 0 0 1px; } .logohang img{ width: 48px; height: 28px; margin: 2px 0 0 2px; } article{ height: 89px; } .col_1 { width: 125px; margin-left: 1px; } .col_1 .tieude { height: 14px; } .col_1 .tieude h5 { font-size: 10px; margin: 3px 0 0 0; } .col_1 ul { height: 42px; } .col_1 ul li { font-size: 8px; padding: 2px 0 2px 1px; } .col_2 { width: 160px; margin-left:5px; } .col_2 .tieude { height: 14px; } .col_2 .tieude h5 { font-size: 10px; margin: 3px 0px 0px 0; } .col_2 ul { height: 72px; width: 110px; } .col_2 ul li { font-size: 8px; width: 150px; padding: 2px 0 2px 0px; } .col_3 { width: 168px; } .col_3 .tieude { height: 14px; } .col_3 .tieude h5 { font-size: 10px; margin: 3px 0 0 4px; } .col_3 .tieude img{ display: none; } .col_3 .hinh { width: 147px; height: 75px; } .col_3 .hinh p { font-size: 8px; padding: 5px 2px 2px 4px; } footer{ height: 21px; } .add { height: 21px; } .add p { padding: 4px 0 4px 0px; font-size: 12px; } .add a { padding: 4px 4px 1px; font-size: 10px; } } @media only screen and (max-width : 320px) { .container{ width: 300px; } header{ height: 32px; } .row-1 h1{ padding: 8px 60px 0px 30px; font-size: 14px; } .logonavigation{ width: 320px; height: 48px; } .logo{ width: 78px; } .logo img{ width: 68px; height: 20px; margin: 13px 0 10px 0; } .search { margin: 10px 0 12px 0; width: 102px; height: 28px; border-radius: 5px; } .text { width: 72px; height: 26px; } .text input { width: 70px; height: 26px; padding: 2px 0 0 4px; font-size: 9px; } .text input { color: #e0052b; } .icon1 { width: 30px; height: 26px; border-radius: 0 7px 7px 0; } .icon1 a { margin: 6px 3px 3px 7px; } .by { width: 130px; height: 30px; margin: 10px 0 9px 3px; } .by ul li{ width: 38px; padding: 5px 0 2px 0; } .by ul li a{ font-size: 7px; } .box-1{ height: 100px; } .list{ width: 72px; height: 100px; margin-top: 1px; } .list li { height: 10px; line-height: 5px; } .list a { padding: 2px; font-size: 7px; } .banner{ margin: 1px 0 0 5px; width: 220px; height: 92px; } .prev img{ margin: -70px 0 0 -7px; width: 10px; height: 14px; } .next img{ margin: -70px 0 0 182px; width: 10px; height: 14px; } .box-2{ height: 130px; } .box-2 h3{ height: 10px; font-size: 8px; padding: 1px 0 1px 2px; } .box-2 hr{ height: 0.5px; } .sp{ height: 120px; } .box-sp a{ width: 58px; height: 130px; } .box-sp img{ width: 100%; height: 80px; } .box-sp b{ font-size: 7px; padding: 3px 0 0 3px; } .box-sp p{ font-size: 7px; padding: 3px 0 0 5px; } .box-3{ height: 42px; } .box-3 h3{ height: 12px; padding-top: 2px; font-size: 10px; } .logohang{ width: 41px; height: 32px; margin: 0 0 0 1px; } .logohang img{ width: 36px; height: 18px; margin: 2px 0 0 2px; } article{ height: 69px; } .col_1 { width: 85px; margin-left: 1px; } .col_1 .tieude { height: 12px; } .col_1 .tieude h5 { font-size: 8px; margin: 3px 0 0 0; } .col_1 ul { height: 42px; } .col_1 ul li { font-size: 6px; padding: 2px 0 2px 1px; } .col_2 { width: 110px; margin-left:5px; } .col_2 .tieude { height: 12px; } .col_2 .tieude h5 { font-size: 8px; margin: 3px 0px 0px 0; } .col_2 ul { height: 42px; width: 110px; } .col_2 ul li { font-size: 6px; width: 100px; padding: 2px 0 2px 0px; } .col_3 { width: 98px; } .col_3 .tieude { height: 12px; } .col_3 .tieude h5 { font-size: 8px; margin: 3px 0 0 4px; } .col_3 .tieude img{ display: none; } .col_3 .hinh { width: 97px; height: 45px; } .col_3 .hinh p { font-size: 6px; padding: 5px 2px 2px 4px; } footer{ height: 21px; } .add { height: 21px; } .add p { padding: 4px 0 4px 0px; font-size: 12px; } .add a { padding: 4px 4px 1px; font-size: 10px; }
public/css/client/responsivehome.css
@media only screen and (max-width : 768px) { .container{ width: 740px; } header{ height: 46px; } .row-1{ height: 46px; } .row-1 h1{ width: 700px; padding: 15px 30px 0px 30px; font-size: 18px; } .logonavigation{ width: 740px; height: 78px; } .logo{ width: 238px; } .logo img{ width: 238px; height: 50px; margin: 13px 0 10px 0; } .search { margin: 30px 0 12px 20px; width: 250px; height: 28px; border-radius: 5px; } .text { width: 220px; height: 26px; } .text input { width: 220px; height: 26px; padding: 2px 0 0 4px; font-size: 9px; } .text input { color: #e0052b; } .icon1 { width: 30px; height: 26px; border-radius: 0 7px 7px 0; } .icon1 a { margin: 6px 3px 3px 7px; } .by { float: left; width: 200px; height: 40px; margin: 30px 0 5px 2px; } .by ul li{ width: 60px; padding: 5px 0 2px 5px; } .by ul li a{ font-size: 10px; } .box-1{ float: left; height: 200px; } .list{ width: 222px; height: 180px; margin-top: 1px; } .list li { height: 22px; line-height: 5px; } .list a { padding: 10px 0 0 2px; font-size: 12px; } .banner{ margin: 1px 0 0 5px; width: 510px; height: 175px; } .prev img{ margin: -80px 0 0 -7px; width: 10px; height: 14px; } .next img{ margin: -80px 0 0 470px; width: 10px; height: 14px; } .box-2{ height: 230px; } .box-2 h3{ height: 18px; font-size: 14px; padding: 3px 0 1px 0px; } .box-2 hr{ height: 1px; } .sp{ height: 206px; } .box-sp a{ width: 146px; height: 204px; } .box-sp img{ width: 100%; height: 160px; } .box-sp b{ font-size: 12px; padding: 5px 0 0 10px; } .box-sp p{ font-size: 12px; padding: 5px 0 0 18px; } .box-3{ height: 102px; } .box-3 h3{ height: 24px; padding-top: 10px; font-size: 14px; } .logohang{ width: 104px; height: 58px; margin: 0 0 0 1px; } .logohang img{ width: 68px; height: 48px; margin: 2px 0 0 22px; } article{ height: 149px; } .col_1 { width: 185px; margin-left: 1px; } .col_1 .tieude { height: 18px; } .col_1 .tieude h5 { font-size: 12px; margin: 10px 0 0 0; } .col_1 ul { margin-top: 10px; height: 112px; } .col_1 ul li { font-size: 12px; padding: 2px 0 2px 1px; } .col_2 { width: 240px; margin-left:5px; } .col_2 .tieude { height: 18px; } .col_2 .tieude h5 { font-size: 12px; margin: 10px 0px 0px 0; } .col_2 ul { margin-top: 8px; height: 122px; width: 230px; } .col_2 ul li { font-size: 12px; width: 230px; padding: 5px 0 2px 0px; } .col_3 { width: 268px; } .col_3 .tieude { height: 18px; } .col_3 .tieude h5 { height: 20px; font-size: 12px; margin: 10px 0 0 4px; } .col_3 .tieude img{ display: none; } .col_3 .hinh { width: 265px; height: 95px; } .col_3 .hinh p { font-size: 12px; padding: 10px 2px 2px 4px; } footer{ height: 41px; } .add { height: 21px; } .add p { padding: 12px 0 4px 0px; font-size: 13px; } .add a { padding: 12px 4px 1px; font-size: 13px; } } @media only screen and (max-width : 480px) { .container{ width: 460px; } header{ height: 32px; } .row-1{ height: 32px; } .row-1 h1{ width: 400px; padding: 8px 30px 0px 30px; font-size: 14px; } .logonavigation{ width: 460px; height: 48px; } .logo{ width: 108px; } .logo img{ width: 88px; height: 20px; margin: 13px 0 10px 0; } .search { margin: 10px 0 12px 0; width: 202px; height: 28px; border-radius: 5px; } .text { width: 172px; height: 26px; } .text input { width: 170px; height: 26px; padding: 2px 0 0 4px; font-size: 9px; } .text input { color: #e0052b; } .icon1 { width: 30px; height: 26px; border-radius: 0 7px 7px 0; } .icon1 a { margin: 6px 3px 3px 7px; } .by { width: 140px; height: 30px; margin: 10px 0 9px 3px; } .by ul li{ width: 40px; padding: 5px 0 2px 5px; } .by ul li a{ font-size: 7px; } .box-1{ height: 130px; } .list{ width: 122px; height: 120px; margin-top: 1px; } .list li { height: 15px; line-height: 6px; } .list a { padding: 4px; font-size: 9px; } .banner{ margin: 1px 0 0 5px; width: 330px; height: 125px; } .prev img{ margin: -80px 0 0 -7px; width: 10px; height: 14px; } .next img{ margin: -80px 0 0 290px; width: 10px; height: 14px; } .box-2{ height: 170px; } .box-2 h3{ height: 18px; font-size: 12px; padding: 3px 0 1px 0px; } .box-2 hr{ height: 1px; } .sp{ height: 146px; } .box-sp a{ width: 90px; height: 144px; } .box-sp img{ width: 100%; height: 110px; } .box-sp b{ font-size: 8px; padding: 3px 0 0 3px; } .box-sp p{ font-size: 8px; padding: 3px 0 0 5px; } .box-3{ height: 52px; } .box-3 h3{ height: 14px; padding-top: 2px; font-size: 12px; } .logohang{ width: 64px; height: 38px; margin: 0 0 0 1px; } .logohang img{ width: 48px; height: 28px; margin: 2px 0 0 2px; } article{ height: 89px; } .col_1 { width: 125px; margin-left: 1px; } .col_1 .tieude { height: 14px; } .col_1 .tieude h5 { font-size: 10px; margin: 3px 0 0 0; } .col_1 ul { height: 42px; } .col_1 ul li { font-size: 8px; padding: 2px 0 2px 1px; } .col_2 { width: 160px; margin-left:5px; } .col_2 .tieude { height: 14px; } .col_2 .tieude h5 { font-size: 10px; margin: 3px 0px 0px 0; } .col_2 ul { height: 72px; width: 110px; } .col_2 ul li { font-size: 8px; width: 150px; padding: 2px 0 2px 0px; } .col_3 { width: 168px; } .col_3 .tieude { height: 14px; } .col_3 .tieude h5 { font-size: 10px; margin: 3px 0 0 4px; } .col_3 .tieude img{ display: none; } .col_3 .hinh { width: 147px; height: 75px; } .col_3 .hinh p { font-size: 8px; padding: 5px 2px 2px 4px; } footer{ height: 21px; } .add { height: 21px; } .add p { padding: 4px 0 4px 0px; font-size: 12px; } .add a { padding: 4px 4px 1px; font-size: 10px; } } @media only screen and (max-width : 320px) { .container{ width: 300px; } header{ height: 32px; } .row-1 h1{ padding: 8px 60px 0px 30px; font-size: 14px; } .logonavigation{ width: 320px; height: 48px; } .logo{ width: 78px; } .logo img{ width: 68px; height: 20px; margin: 13px 0 10px 0; } .search { margin: 10px 0 12px 0; width: 102px; height: 28px; border-radius: 5px; } .text { width: 72px; height: 26px; } .text input { width: 70px; height: 26px; padding: 2px 0 0 4px; font-size: 9px; } .text input { color: #e0052b; } .icon1 { width: 30px; height: 26px; border-radius: 0 7px 7px 0; } .icon1 a { margin: 6px 3px 3px 7px; } .by { width: 130px; height: 30px; margin: 10px 0 9px 3px; } .by ul li{ width: 38px; padding: 5px 0 2px 0; } .by ul li a{ font-size: 7px; } .box-1{ height: 100px; } .list{ width: 72px; height: 100px; margin-top: 1px; } .list li { height: 10px; line-height: 5px; } .list a { padding: 2px; font-size: 7px; } .banner{ margin: 1px 0 0 5px; width: 220px; height: 92px; } .prev img{ margin: -70px 0 0 -7px; width: 10px; height: 14px; } .next img{ margin: -70px 0 0 182px; width: 10px; height: 14px; } .box-2{ height: 130px; } .box-2 h3{ height: 10px; font-size: 8px; padding: 1px 0 1px 2px; } .box-2 hr{ height: 0.5px; } .sp{ height: 120px; } .box-sp a{ width: 58px; height: 130px; } .box-sp img{ width: 100%; height: 80px; } .box-sp b{ font-size: 7px; padding: 3px 0 0 3px; } .box-sp p{ font-size: 7px; padding: 3px 0 0 5px; } .box-3{ height: 42px; } .box-3 h3{ height: 12px; padding-top: 2px; font-size: 10px; } .logohang{ width: 41px; height: 32px; margin: 0 0 0 1px; } .logohang img{ width: 36px; height: 18px; margin: 2px 0 0 2px; } article{ height: 69px; } .col_1 { width: 85px; margin-left: 1px; } .col_1 .tieude { height: 12px; } .col_1 .tieude h5 { font-size: 8px; margin: 3px 0 0 0; } .col_1 ul { height: 42px; } .col_1 ul li { font-size: 6px; padding: 2px 0 2px 1px; } .col_2 { width: 110px; margin-left:5px; } .col_2 .tieude { height: 12px; } .col_2 .tieude h5 { font-size: 8px; margin: 3px 0px 0px 0; } .col_2 ul { height: 42px; width: 110px; } .col_2 ul li { font-size: 6px; width: 100px; padding: 2px 0 2px 0px; } .col_3 { width: 98px; } .col_3 .tieude { height: 12px; } .col_3 .tieude h5 { font-size: 8px; margin: 3px 0 0 4px; } .col_3 .tieude img{ display: none; } .col_3 .hinh { width: 97px; height: 45px; } .col_3 .hinh p { font-size: 6px; padding: 5px 2px 2px 4px; } footer{ height: 21px; } .add { height: 21px; } .add p { padding: 4px 0 4px 0px; font-size: 12px; } .add a { padding: 4px 4px 1px; font-size: 10px; }
0.178347
0.121947
@charset "utf-8"; /*! Copyright (C) NAVER <http://www.navercorp.com> */ /* @author NAVER <<EMAIL>> */ /*csslint unqualified-attributes: false, display-property-grouping: false*/ /* Element Reset */ body, table, input, textarea, select, button { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } body { position: relative; word-wrap: break-word; } a img { border: 0; } [hidden] { display: none; } .xe_content img { max-width: 100%; height: auto; } @media \0screen { img { max-width: none; } } .xe-clearfix:before, .xe-clearfix:after { content: " "; display: table; } .xe-clearfix:after { clear: both; } .xe-clearfix { zoom: 1; } .xe-widget-wrapper { overflow: hidden; } /* Popup Menu Area */ #popup_menu_area { position: absolute; margin: 10px 0; padding: 10px; border: 1px solid #e9e9e9; border-radius: 3px; font-size: 12px; box-shadow: 0 0 6px #666; filter: progid: DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5); background: #fff; } #popup_menu_area ul { margin: 0; padding: 0; list-style: none; } #popup_menu_area li { margin: 0; padding: 0; line-height: 1.25; } #popup_menu_area a { display: block; padding: 1px 3px; border-radius: 2px; text-decoration: none; color: #333; } #popup_menu_area a:hover, #popup_menu_area a:active, #popup_menu_area a:focus { color: #fff; background: #666; } /* Message */ .message { position: relative; margin: 1em 0; padding: 0 1em; border: 1px solid #ddd; border-radius: 4px; line-height: 1.4; font-size: 13px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #f8f8f8; } body>.message { margin: 1em; } .message p { margin: 1em 0 !important; } .message.info { border-color: #BCE8F1; color: #3A87AD; background-color: #D9EDF7; } .message.error { border-color: #EED3D7; color: #B94A48; background-color: #F2DEDE; } .message.update { border-color: #D6E9C6; color: #468847; background-color: #DFF0D8; } /* Waiting for server response */ .wfsr { z-index: 100; display: none; position: fixed; left: 0; top: 0; right: 0; margin: 0; padding: 20px 0 0 0; border-bottom: 1px solid #ccc; text-align: center; font: bold 16px/60px "Helvetica Neue", Helvetica, Arial, 돋움, Dotum, sans-serif; color: #fff; opacity: .8; filter: alpha(opacity=80); box-shadow: 0 0 5px #000; background: #333 url("../../common/img/msg.loading.gif") no-repeat center 15px; } /* Button */ .btnArea { clear: both; margin: 10px 0; padding: 0; text-align: right; zoom: 1; } .btnArea:after { clear: both; display: block; content: ""; } .btn { display: inline-block; *display: inline; margin: 0; padding: 0 12px !important; height: 24px !important; overflow: visible; border: 1px solid #bbbbbb; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #a2a2a2; border-radius: 2px; text-decoration: none !important; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: top; line-height: 24px !important; font-family: inherit; font-size: 12px; color: #333333; *zoom: 1; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); filter: progid: DXImageTransform.Microsoft.gradient(enabled=false); } input.btn, button.btn { height: 26px !important; } .btn:hover, .btn:active, .btn[disabled] { color: #333; background-color: #e6e6e6; *background-color: #d9d9d9; } .btn>a, .btn>button, .btn>input, .btn>span { display: inline-block; *zoom: 1; margin: 0 -12px !important; padding: 0 12px !important; overflow: visible; width: auto; height: 24px; border: 0; vertical-align: top; text-decoration: none !important; line-height: 24px; font-family: inherit; font-size: 12px; color: #333; cursor: pointer; background: none; } .btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; white-space: nowrap; vertical-align: middle; font-size: 0; *zoom: 1; } .btn-group:first-child { *margin-left: 0; } .btn-group+.btn-group { margin-left: 5px; } .btn-group>.btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group>.btn+.btn { margin-left: -1px; } .btn-group>.btn:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .btn-group>.btn:last-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active { z-index: 2; }
Practice1/web/css/style.css
@charset "utf-8"; /*! Copyright (C) NAVER <http://www.navercorp.com> */ /* @author NAVER <<EMAIL>> */ /*csslint unqualified-attributes: false, display-property-grouping: false*/ /* Element Reset */ body, table, input, textarea, select, button { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } body { position: relative; word-wrap: break-word; } a img { border: 0; } [hidden] { display: none; } .xe_content img { max-width: 100%; height: auto; } @media \0screen { img { max-width: none; } } .xe-clearfix:before, .xe-clearfix:after { content: " "; display: table; } .xe-clearfix:after { clear: both; } .xe-clearfix { zoom: 1; } .xe-widget-wrapper { overflow: hidden; } /* Popup Menu Area */ #popup_menu_area { position: absolute; margin: 10px 0; padding: 10px; border: 1px solid #e9e9e9; border-radius: 3px; font-size: 12px; box-shadow: 0 0 6px #666; filter: progid: DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5); background: #fff; } #popup_menu_area ul { margin: 0; padding: 0; list-style: none; } #popup_menu_area li { margin: 0; padding: 0; line-height: 1.25; } #popup_menu_area a { display: block; padding: 1px 3px; border-radius: 2px; text-decoration: none; color: #333; } #popup_menu_area a:hover, #popup_menu_area a:active, #popup_menu_area a:focus { color: #fff; background: #666; } /* Message */ .message { position: relative; margin: 1em 0; padding: 0 1em; border: 1px solid #ddd; border-radius: 4px; line-height: 1.4; font-size: 13px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #f8f8f8; } body>.message { margin: 1em; } .message p { margin: 1em 0 !important; } .message.info { border-color: #BCE8F1; color: #3A87AD; background-color: #D9EDF7; } .message.error { border-color: #EED3D7; color: #B94A48; background-color: #F2DEDE; } .message.update { border-color: #D6E9C6; color: #468847; background-color: #DFF0D8; } /* Waiting for server response */ .wfsr { z-index: 100; display: none; position: fixed; left: 0; top: 0; right: 0; margin: 0; padding: 20px 0 0 0; border-bottom: 1px solid #ccc; text-align: center; font: bold 16px/60px "Helvetica Neue", Helvetica, Arial, 돋움, Dotum, sans-serif; color: #fff; opacity: .8; filter: alpha(opacity=80); box-shadow: 0 0 5px #000; background: #333 url("../../common/img/msg.loading.gif") no-repeat center 15px; } /* Button */ .btnArea { clear: both; margin: 10px 0; padding: 0; text-align: right; zoom: 1; } .btnArea:after { clear: both; display: block; content: ""; } .btn { display: inline-block; *display: inline; margin: 0; padding: 0 12px !important; height: 24px !important; overflow: visible; border: 1px solid #bbbbbb; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #a2a2a2; border-radius: 2px; text-decoration: none !important; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: top; line-height: 24px !important; font-family: inherit; font-size: 12px; color: #333333; *zoom: 1; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); filter: progid: DXImageTransform.Microsoft.gradient(enabled=false); } input.btn, button.btn { height: 26px !important; } .btn:hover, .btn:active, .btn[disabled] { color: #333; background-color: #e6e6e6; *background-color: #d9d9d9; } .btn>a, .btn>button, .btn>input, .btn>span { display: inline-block; *zoom: 1; margin: 0 -12px !important; padding: 0 12px !important; overflow: visible; width: auto; height: 24px; border: 0; vertical-align: top; text-decoration: none !important; line-height: 24px; font-family: inherit; font-size: 12px; color: #333; cursor: pointer; background: none; } .btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; white-space: nowrap; vertical-align: middle; font-size: 0; *zoom: 1; } .btn-group:first-child { *margin-left: 0; } .btn-group+.btn-group { margin-left: 5px; } .btn-group>.btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group>.btn+.btn { margin-left: -1px; } .btn-group>.btn:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .btn-group>.btn:last-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active { z-index: 2; }
0.385375
0.07072
body { } .header { display: inline-block; border-bottom: 1px solid #d6d6d6; width: 100%; text-align: center } .header-text{ font-size:20px; } .control-text { display: inline-block; text-align: initial; width: 150px; float: left; display: inline-block; max-height: 32px; line-height: 16px; max-height: 48px; color: #828181 !important; font-size: 14px; font-family: Segoe\000020UI,Tahoma,Arial; } .control-value{ display:inline-block } select, input[type=text]{ width :150px } .controls { padding: 10px 15px 10px 15px; } table td { display: table-cell; word-wrap: break-word; /*padding: 12px 16px;*/ line-height: 1.5; vertical-align: top; border-width: 1px 0 0; border-color: #e3e3e3; } .auto-number-options { float:left; } .formatOptions { float: right; } table caption,table tr:first-line { border-bottom: 1px solid #d6d6d6; background-color: rgba(243,243,243,1); padding: 10px 15px 10px 15px; color: #3b3b3b; padding-top: 7px; text-overflow: ellipsis; overflow: hidden; } table tbody td { color : #505050 !important } table thead th { font-family: Segoe\000020UI\000020Semibold,Tahoma,sans\00002Dserif; font-size: 14px; color: #505050 !important; font-size: 12px; border-bottom: 1px solid #d6d6d6; background-color: rgba(243,243,243,1); } button { clear: both; float: right; margin-right: 0px; vertical-align: top; height: 20px; border: 1px solid #D4D4D4; cursor: pointer; margin-left: 1px; margin-bottom: 0px; padding: 0 15px 0 19px; font-size: 12px; width: auto; white-space: nowrap; background: #0078D7 none; color: #ffffff; background-color: rgba(17,96,183,1) !important; } button:hover { border-width: 1px; opacity: 0.6; background: #0078D7 none !important; border-color: #0072C6; } /*select2 changes*/ /* Make Select2 boxes match Bootstrap3 heights: */ .select2-selection__rendered { line-height: 18px !important; color: #1160B7 !important; } .select2-selection { height: 25px !important; color: #1160B7 !important; font-family: 'Segoe UI'; font-size: 12px !important; white-space: inherit !important; font-weight: 700 !important; border-radius: 0; border: none !important; } .select2-selection__arrow { height: 25px !important; display: none; } .select2-container--default .select2-selection--multiple .select2-selection__choice { margin-top: 2px !important; color: #1160B7 !important; font-family: 'Segoe UI'; font-size: 12px !important; white-space: inherit !important; font-weight: 700 !important; border: none; } .select2-selection--single[aria-expanded="true"] { border: 1px solid #aaa !important; } .select2-container .select2-selection--multiple { min-height: 25px !important; height: 25px !important; } .select2-selection__choice__remove { float: right !important; margin-left: 3px !important; } .select-input { margin-right: 5px; height: 25px !important; max-height: 25px !important; } .select2-container--default.select2-container--focus { border-color: white !important; } .select2-selection__choice { background-color: white !important; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid #aaa !important; } .select2-container--default .select2-selection--single { /*border: none;*/ } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #F0F1F2; color: #393A3B; } .Buttons { margin: 15px; }
Code/AutoNumberingForD365/AutoNumbering/css/style.css
body { } .header { display: inline-block; border-bottom: 1px solid #d6d6d6; width: 100%; text-align: center } .header-text{ font-size:20px; } .control-text { display: inline-block; text-align: initial; width: 150px; float: left; display: inline-block; max-height: 32px; line-height: 16px; max-height: 48px; color: #828181 !important; font-size: 14px; font-family: Segoe\000020UI,Tahoma,Arial; } .control-value{ display:inline-block } select, input[type=text]{ width :150px } .controls { padding: 10px 15px 10px 15px; } table td { display: table-cell; word-wrap: break-word; /*padding: 12px 16px;*/ line-height: 1.5; vertical-align: top; border-width: 1px 0 0; border-color: #e3e3e3; } .auto-number-options { float:left; } .formatOptions { float: right; } table caption,table tr:first-line { border-bottom: 1px solid #d6d6d6; background-color: rgba(243,243,243,1); padding: 10px 15px 10px 15px; color: #3b3b3b; padding-top: 7px; text-overflow: ellipsis; overflow: hidden; } table tbody td { color : #505050 !important } table thead th { font-family: Segoe\000020UI\000020Semibold,Tahoma,sans\00002Dserif; font-size: 14px; color: #505050 !important; font-size: 12px; border-bottom: 1px solid #d6d6d6; background-color: rgba(243,243,243,1); } button { clear: both; float: right; margin-right: 0px; vertical-align: top; height: 20px; border: 1px solid #D4D4D4; cursor: pointer; margin-left: 1px; margin-bottom: 0px; padding: 0 15px 0 19px; font-size: 12px; width: auto; white-space: nowrap; background: #0078D7 none; color: #ffffff; background-color: rgba(17,96,183,1) !important; } button:hover { border-width: 1px; opacity: 0.6; background: #0078D7 none !important; border-color: #0072C6; } /*select2 changes*/ /* Make Select2 boxes match Bootstrap3 heights: */ .select2-selection__rendered { line-height: 18px !important; color: #1160B7 !important; } .select2-selection { height: 25px !important; color: #1160B7 !important; font-family: 'Segoe UI'; font-size: 12px !important; white-space: inherit !important; font-weight: 700 !important; border-radius: 0; border: none !important; } .select2-selection__arrow { height: 25px !important; display: none; } .select2-container--default .select2-selection--multiple .select2-selection__choice { margin-top: 2px !important; color: #1160B7 !important; font-family: 'Segoe UI'; font-size: 12px !important; white-space: inherit !important; font-weight: 700 !important; border: none; } .select2-selection--single[aria-expanded="true"] { border: 1px solid #aaa !important; } .select2-container .select2-selection--multiple { min-height: 25px !important; height: 25px !important; } .select2-selection__choice__remove { float: right !important; margin-left: 3px !important; } .select-input { margin-right: 5px; height: 25px !important; max-height: 25px !important; } .select2-container--default.select2-container--focus { border-color: white !important; } .select2-selection__choice { background-color: white !important; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid #aaa !important; } .select2-container--default .select2-selection--single { /*border: none;*/ } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #F0F1F2; color: #393A3B; } .Buttons { margin: 15px; }
0.316053
0.138026
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { box-sizing: border-box; } body, html { height: 100%; } ol, ul { list-style: none; } input, textarea, button { font-size: inherit; } img { max-width: 100%; height: auto; vertical-align: bottom; } a { text-decoration:none; color: #326da7; } *, *:before, *:after { box-sizing: border-box; } /* MAIN */ body { color: #2b3438; font-size: 17px; line-height: 28px; font-family: "open-sans", sans-serif; font-style: normal; font-weight: 400; } .page-wrap { height: 100%; /*responsive menu*/ transition: transform 500ms ease; } .header { background: #2b3438; color: #e5eaec; } .header a, .footer a { color: #e5eaec; display: inline-block; padding: 10px 2px; transition: color 0.3s ease-in-out; } .header a:hover, .footer a:hover { color: #fff; } .header-inner { display: flex; justify-content: space-between; padding: 0 40px 0 60px; } .header-main { display: flex; position: relative; justify-content: space-between; padding: 80px 0; width: 100%; } .header-main-left { width: 740px; } .header-image { position: absolute; right: -40px; bottom: -64px; background: url(../images/background.png) no-repeat; width: 304px; height: 347px; } .limit { max-width: 1180px; margin: 0 auto; } .page { background: #e5eaec; min-height: calc(100% - 64px); } .grid { padding: 60px 0; display: flex; align-items: flex-start; } .content { width: 75%; margin-right: 40px; background: #fff; border-radius: 10px; } .content-text { padding: 50px 60px; background: #f5f8fa; border-top-left-radius: 10px; border-top-right-radius: 10px; } .content-text-sub { padding: 50px 60px; border-top: 1px solid #e5eaec; } .loop { position: relative; } time { font-size: 14px; color: #879196; background: #e5eaec; position: absolute; top: -26px; padding: 0 8px; line-height: 26px; left: 60px; } .sidebar { width: 25%; padding: 30px 40px; background: #f5f8fa; border-radius: 10px; line-height: 34px; margin-top: 20px; } .navigation { padding: 8px 0 15px 0; } .navigation-extra { display: none; } article { padding: 40px 60px; border-top: 1px solid #f0f0f0; } .content-static { background: #fff; border-radius: 10px; padding: 40px; flex-grow: 1; } .footer { background: #2b3438; padding: 20px 0; } /* COMPONENTS */ .logo { font-family: 'Open Sans Condensed', sans-serif; font-size: 26px; padding: 8px 2px; margin: 7px 0; } .top-menu a { margin: 7px 0 7px 25px; font-size: 14px; font-weight: 600; } h1 { font-family: 'Open Sans Condensed', sans-serif; font-size: 60px; line-height: 70px; padding-bottom: 6px; letter-spacing: -2px; } h2 { font-family: 'Open Sans Condensed', sans-serif; font-size: 22px; } .content-text h2 { padding-bottom: 12px; } .mainpage .content-text h2 { font-size: 40px; line-height: 40px; padding: 0; } .content-text h2 i { font-size: 50px; position: relative; top: 3px; padding-right: 10px; } .header h1 { line-height: 80px; padding-bottom: 20px; } .contact h1 { padding-left: 20%; } .contact-text { padding-left: 20%; line-height: 24px; padding-bottom: 10px; } .contact-text .error { color: #ce0404; } .sidebar h3 { font-family: 'Open Sans Condensed', sans-serif; font-size: 22px; padding-bottom: 8px; } .sidebar a, .content-text a { border-bottom: 1px solid transparent; transition: border-color 0.3s ease-in-out; } .sidebar a:hover, .content-text a:hover { border-color: #326da7; } .content-static strong { font-weight: 600; } .table-content { display: flex; flex-direction: column; align-items: center; margin: 20px 0; font-size: 14px; } .table-content table { border-collapse: collapse; } .table-content th { background: #5d686d; border: 1px solid #f5f8fa; padding: 0 10px; color: #f5f8fa; } .table-content th:first-child { background: transparent; } .table-content td { border: 1px solid #f5f8fa; background: #dae0e4; padding: 0 4px; text-align: center; } .caption { font-size: 14px; color: #5d686d; } .note-content { background: #fffcc9; padding: 10px 20px; border-radius: 6px; margin: 10px 0; } .note-content i { padding-right: 10px; font-size: 20px; } .navigation.navigation-extra { border-top: 1px solid #657075; padding-top: 20px; margin-top: 10px; } /* ARTICLES */ .specs { display: flex; align-items: flex-end; } .specs-image { width: 160px; } .image-mobile { } .specs-data { padding-left: 25px; } article h2 a { color: #2b3438; font-size: 28px; letter-spacing: -0.5px; padding-bottom: 5px; display: inline-block; transition: color 0.3s ease; } article h2 a:hover { color: #2f669c; } .specs-extra { text-transform: uppercase; margin-bottom: 7px; } .specs-extra div { display: inline-block; font-size: 15px; } .specs-extra h3 { display: inline-block; padding-right: 10px; font-weight: 600; } .specs-extra p { display: inline-block; padding-right: 4px; font-size: 15px; text-transform: capitalize; } .amazon-link { color: #fff; background: #2f669c; padding: 6px 20px; font-size: 15px; border-radius: 2px; margin-right: 6px; transition: background-color 0.3s ease; } .amazon-link:hover { background: #234a71; } .amazon-link span { padding-left: 4px; font-weight: 600; } .amazon-btn { background: #3c85cc; color: #fff; padding: 6px 20px; font-size: 15px; border-radius: 2px; transition: background-color 0.3s ease; } .amazon-btn:hover { background: #2f669c; } .stats { padding-top: 25px; width: 100%; display: flex; justify-content: space-between; font-size: 15px; } .stats .file { width: 50%; } .stats .file > div { display: flex; align-items: center; } .stats .label { white-space: nowrap; width: 160px; text-align: right; color: #52585a; } .bar-stat { flex-grow: 1; height: 16px; background: #e7e7e7; position: relative; top: -1px; margin: 0 10px; border-radius: 4px; } .bar-percent { position: absolute; height: 100%; border-radius: 4px; } .bar-percent-100 { width: 100%; background: #76d57a; } .bar-percent-90 { width: 90%; background: #94dd73; } .bar-percent-80 { width: 80%; background: #a8e172; } .bar-percent-70 { width: 70%; background: #bfe570; } .bar-percent-60 { width: 60%; background: #d8ea6f; } .bar-percent-50 { width: 50%; background: #eee96d; } .bar-percent-40 { width: 40%; background: #f2d56b; } .bar-percent-30 { width: 30%; background: #f6be69; } .bar-percent-20 { width: 20%; background: #faa567; } .stats .value { font-weight: 600; width: 30px; white-space: nowrap; } .stats .value i { font-size: 12px; padding-left: 2px; color: #52585a; } .stats .value-ranking { font-size: 20px; } /* FORMS */ .contact-form { margin: 0 20% 0 10%; } .group-form { padding-bottom: 20px; } label { width: 20%; display: inline-block; text-align: right; padding-right: 20px; vertical-align: top; padding-top: 7px; } input, textarea { width: 79%; padding: 10px 14px; border: 1px solid #ccc; border-radius: 4px; vertical-align: top } button { background: #3c85cc; color: #fff; padding: 11px 60px; border-radius: 2px; transition: background-color 0.3s ease; border: none; margin-left: 20%; } .container { width: 50%; min-width: 300px; margin: 0 auto; } /* DASHBOARD */ .dashboard-wrap { margin: 20px; } .catalog { background: #fff; font-size: 14px; border-collapse: collapse; } .catalog th { font-weight: 600; padding: 8px; border: 1px solid #ddd; } .catalog td { padding: 8px; border: 1px solid #ddd; } .catalog .avaibility { background: #eee; font-weight: 700; } .catalog .asin { background: #fff9f9; } .catalog .size { background: #f1f5ff; } .catalog .price { background: #fffdf1; } .no-avaibility td { background: #f0f0f0; } /* RESPONSIVE */ .icon-responsive { display: none; padding: 10px 8px; margin: 5px 0 4px 25px; color: #e5eaec; font-size: 34px; cursor: pointer; position: relative; right: 0; transition: right 0.3s ease-in-out; } @media (max-width:1240px) { .limit { max-width: 980px; } .header-inner { padding: 0 30px; } .header-main { padding: 10px 0 30px; } .header-main-left { width: 620px; } .header-image { background-size: 234px; bottom: -130px; right: -20px; width: 234px; } .content { margin-right: 20px; } .content-text, .content-text-sub { padding: 40px 30px; } time { left: 30px; } article { padding: 30px; } .specs-image { width: 140px; } .specs-extra p { display: none; } .stats { padding-top: 20px; } .sidebar { padding: 25px 30px; width: 28%; } .navigation { padding-top: 0; } } @media (max-width:1020px) { .icon-responsive { display: block; } .header .top-menu { display: none; } .header-main-left { width: 550px; } .header-image { right: -25px; background-size: 200px; bottom: -161px; } .sidebar { position: absolute; top: 0; right: 0; height: 100%; width: 280px; margin-top: 0; border-radius: 0; background: #2b3438; color: #f5f8fa; transform: translate3d(100%, 0, 0); backface-visibility: hidden; } body.active .sidebar { transform: translate3d(280px, 0, 0); } body.active .page-wrap { transform: translate3d(-280px, 0, 0) scale3d(1, 1, 1); } .sidebar a { color: #99bfe4; } .sidebar a:hover { border-color: #86a9cc; } .navigation-extra { display: block; } .content { width: 100%; margin: 0; border-radius: 0; } .grid { padding: 0; } .header .header-inner { padding-right: 10px; } .specs-extra p { display: inline-block; } } @media (max-width:800px) { .header-main-left { width: 100%; } .header-image { display: none; } .header h1 { line-height: 60px; } .content-text, .content-text-sub { padding: 20px 20px 40px; } article { padding: 30px 20px 40px; } .specs-extra p { display: none; } time { left: 20px; } } @media (max-width:660px) { .stats .file { width: 48%; } .stats .file > div { flex-wrap: wrap; } .stats .label { width: 70%; text-align: left; } .stats .bar-stat { order: 2; margin: 0; width: 100%; } .stats .value { width: 30%; text-align: right; } .content-static { padding: 10px; } .contact h1 { padding-left: 0; } .contact-form { margin: 10px; } .contact-form h1 { padding: 0; } .group-form { padding-bottom: 0; } label { width: 100%; text-align: left; } input, textarea { width: 100%; } button { margin-left: 0; margin-top: 10px; } .specs { display: block; } .specs-image { float: left; width: auto; padding-right: 20px; padding-top: 4px; } .specs-data { padding: 0; } article h2 { overflow: hidden; } } @media (max-width:480px) { .stats { flex-direction: column; line-height: 19px; } .stats .file { width: 100%; } .stats .file > div { padding-bottom: 15px; position: relative; display: block; } .stats .label { position: relative; z-index: 11; padding-left: 8px; color: #2b3438; } .stats .bar-stat { height: 28px; top: -4px; z-index: 10; position: absolute; } .stats .value { position: absolute; z-index: 11; right: 8px; top: 0; } .stats .value-ranking { font-size: 15px; } .specs-data { padding: 0; } .specs-extra h3 { padding-right: 4px; } }
public/assets/css/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { box-sizing: border-box; } body, html { height: 100%; } ol, ul { list-style: none; } input, textarea, button { font-size: inherit; } img { max-width: 100%; height: auto; vertical-align: bottom; } a { text-decoration:none; color: #326da7; } *, *:before, *:after { box-sizing: border-box; } /* MAIN */ body { color: #2b3438; font-size: 17px; line-height: 28px; font-family: "open-sans", sans-serif; font-style: normal; font-weight: 400; } .page-wrap { height: 100%; /*responsive menu*/ transition: transform 500ms ease; } .header { background: #2b3438; color: #e5eaec; } .header a, .footer a { color: #e5eaec; display: inline-block; padding: 10px 2px; transition: color 0.3s ease-in-out; } .header a:hover, .footer a:hover { color: #fff; } .header-inner { display: flex; justify-content: space-between; padding: 0 40px 0 60px; } .header-main { display: flex; position: relative; justify-content: space-between; padding: 80px 0; width: 100%; } .header-main-left { width: 740px; } .header-image { position: absolute; right: -40px; bottom: -64px; background: url(../images/background.png) no-repeat; width: 304px; height: 347px; } .limit { max-width: 1180px; margin: 0 auto; } .page { background: #e5eaec; min-height: calc(100% - 64px); } .grid { padding: 60px 0; display: flex; align-items: flex-start; } .content { width: 75%; margin-right: 40px; background: #fff; border-radius: 10px; } .content-text { padding: 50px 60px; background: #f5f8fa; border-top-left-radius: 10px; border-top-right-radius: 10px; } .content-text-sub { padding: 50px 60px; border-top: 1px solid #e5eaec; } .loop { position: relative; } time { font-size: 14px; color: #879196; background: #e5eaec; position: absolute; top: -26px; padding: 0 8px; line-height: 26px; left: 60px; } .sidebar { width: 25%; padding: 30px 40px; background: #f5f8fa; border-radius: 10px; line-height: 34px; margin-top: 20px; } .navigation { padding: 8px 0 15px 0; } .navigation-extra { display: none; } article { padding: 40px 60px; border-top: 1px solid #f0f0f0; } .content-static { background: #fff; border-radius: 10px; padding: 40px; flex-grow: 1; } .footer { background: #2b3438; padding: 20px 0; } /* COMPONENTS */ .logo { font-family: 'Open Sans Condensed', sans-serif; font-size: 26px; padding: 8px 2px; margin: 7px 0; } .top-menu a { margin: 7px 0 7px 25px; font-size: 14px; font-weight: 600; } h1 { font-family: 'Open Sans Condensed', sans-serif; font-size: 60px; line-height: 70px; padding-bottom: 6px; letter-spacing: -2px; } h2 { font-family: 'Open Sans Condensed', sans-serif; font-size: 22px; } .content-text h2 { padding-bottom: 12px; } .mainpage .content-text h2 { font-size: 40px; line-height: 40px; padding: 0; } .content-text h2 i { font-size: 50px; position: relative; top: 3px; padding-right: 10px; } .header h1 { line-height: 80px; padding-bottom: 20px; } .contact h1 { padding-left: 20%; } .contact-text { padding-left: 20%; line-height: 24px; padding-bottom: 10px; } .contact-text .error { color: #ce0404; } .sidebar h3 { font-family: 'Open Sans Condensed', sans-serif; font-size: 22px; padding-bottom: 8px; } .sidebar a, .content-text a { border-bottom: 1px solid transparent; transition: border-color 0.3s ease-in-out; } .sidebar a:hover, .content-text a:hover { border-color: #326da7; } .content-static strong { font-weight: 600; } .table-content { display: flex; flex-direction: column; align-items: center; margin: 20px 0; font-size: 14px; } .table-content table { border-collapse: collapse; } .table-content th { background: #5d686d; border: 1px solid #f5f8fa; padding: 0 10px; color: #f5f8fa; } .table-content th:first-child { background: transparent; } .table-content td { border: 1px solid #f5f8fa; background: #dae0e4; padding: 0 4px; text-align: center; } .caption { font-size: 14px; color: #5d686d; } .note-content { background: #fffcc9; padding: 10px 20px; border-radius: 6px; margin: 10px 0; } .note-content i { padding-right: 10px; font-size: 20px; } .navigation.navigation-extra { border-top: 1px solid #657075; padding-top: 20px; margin-top: 10px; } /* ARTICLES */ .specs { display: flex; align-items: flex-end; } .specs-image { width: 160px; } .image-mobile { } .specs-data { padding-left: 25px; } article h2 a { color: #2b3438; font-size: 28px; letter-spacing: -0.5px; padding-bottom: 5px; display: inline-block; transition: color 0.3s ease; } article h2 a:hover { color: #2f669c; } .specs-extra { text-transform: uppercase; margin-bottom: 7px; } .specs-extra div { display: inline-block; font-size: 15px; } .specs-extra h3 { display: inline-block; padding-right: 10px; font-weight: 600; } .specs-extra p { display: inline-block; padding-right: 4px; font-size: 15px; text-transform: capitalize; } .amazon-link { color: #fff; background: #2f669c; padding: 6px 20px; font-size: 15px; border-radius: 2px; margin-right: 6px; transition: background-color 0.3s ease; } .amazon-link:hover { background: #234a71; } .amazon-link span { padding-left: 4px; font-weight: 600; } .amazon-btn { background: #3c85cc; color: #fff; padding: 6px 20px; font-size: 15px; border-radius: 2px; transition: background-color 0.3s ease; } .amazon-btn:hover { background: #2f669c; } .stats { padding-top: 25px; width: 100%; display: flex; justify-content: space-between; font-size: 15px; } .stats .file { width: 50%; } .stats .file > div { display: flex; align-items: center; } .stats .label { white-space: nowrap; width: 160px; text-align: right; color: #52585a; } .bar-stat { flex-grow: 1; height: 16px; background: #e7e7e7; position: relative; top: -1px; margin: 0 10px; border-radius: 4px; } .bar-percent { position: absolute; height: 100%; border-radius: 4px; } .bar-percent-100 { width: 100%; background: #76d57a; } .bar-percent-90 { width: 90%; background: #94dd73; } .bar-percent-80 { width: 80%; background: #a8e172; } .bar-percent-70 { width: 70%; background: #bfe570; } .bar-percent-60 { width: 60%; background: #d8ea6f; } .bar-percent-50 { width: 50%; background: #eee96d; } .bar-percent-40 { width: 40%; background: #f2d56b; } .bar-percent-30 { width: 30%; background: #f6be69; } .bar-percent-20 { width: 20%; background: #faa567; } .stats .value { font-weight: 600; width: 30px; white-space: nowrap; } .stats .value i { font-size: 12px; padding-left: 2px; color: #52585a; } .stats .value-ranking { font-size: 20px; } /* FORMS */ .contact-form { margin: 0 20% 0 10%; } .group-form { padding-bottom: 20px; } label { width: 20%; display: inline-block; text-align: right; padding-right: 20px; vertical-align: top; padding-top: 7px; } input, textarea { width: 79%; padding: 10px 14px; border: 1px solid #ccc; border-radius: 4px; vertical-align: top } button { background: #3c85cc; color: #fff; padding: 11px 60px; border-radius: 2px; transition: background-color 0.3s ease; border: none; margin-left: 20%; } .container { width: 50%; min-width: 300px; margin: 0 auto; } /* DASHBOARD */ .dashboard-wrap { margin: 20px; } .catalog { background: #fff; font-size: 14px; border-collapse: collapse; } .catalog th { font-weight: 600; padding: 8px; border: 1px solid #ddd; } .catalog td { padding: 8px; border: 1px solid #ddd; } .catalog .avaibility { background: #eee; font-weight: 700; } .catalog .asin { background: #fff9f9; } .catalog .size { background: #f1f5ff; } .catalog .price { background: #fffdf1; } .no-avaibility td { background: #f0f0f0; } /* RESPONSIVE */ .icon-responsive { display: none; padding: 10px 8px; margin: 5px 0 4px 25px; color: #e5eaec; font-size: 34px; cursor: pointer; position: relative; right: 0; transition: right 0.3s ease-in-out; } @media (max-width:1240px) { .limit { max-width: 980px; } .header-inner { padding: 0 30px; } .header-main { padding: 10px 0 30px; } .header-main-left { width: 620px; } .header-image { background-size: 234px; bottom: -130px; right: -20px; width: 234px; } .content { margin-right: 20px; } .content-text, .content-text-sub { padding: 40px 30px; } time { left: 30px; } article { padding: 30px; } .specs-image { width: 140px; } .specs-extra p { display: none; } .stats { padding-top: 20px; } .sidebar { padding: 25px 30px; width: 28%; } .navigation { padding-top: 0; } } @media (max-width:1020px) { .icon-responsive { display: block; } .header .top-menu { display: none; } .header-main-left { width: 550px; } .header-image { right: -25px; background-size: 200px; bottom: -161px; } .sidebar { position: absolute; top: 0; right: 0; height: 100%; width: 280px; margin-top: 0; border-radius: 0; background: #2b3438; color: #f5f8fa; transform: translate3d(100%, 0, 0); backface-visibility: hidden; } body.active .sidebar { transform: translate3d(280px, 0, 0); } body.active .page-wrap { transform: translate3d(-280px, 0, 0) scale3d(1, 1, 1); } .sidebar a { color: #99bfe4; } .sidebar a:hover { border-color: #86a9cc; } .navigation-extra { display: block; } .content { width: 100%; margin: 0; border-radius: 0; } .grid { padding: 0; } .header .header-inner { padding-right: 10px; } .specs-extra p { display: inline-block; } } @media (max-width:800px) { .header-main-left { width: 100%; } .header-image { display: none; } .header h1 { line-height: 60px; } .content-text, .content-text-sub { padding: 20px 20px 40px; } article { padding: 30px 20px 40px; } .specs-extra p { display: none; } time { left: 20px; } } @media (max-width:660px) { .stats .file { width: 48%; } .stats .file > div { flex-wrap: wrap; } .stats .label { width: 70%; text-align: left; } .stats .bar-stat { order: 2; margin: 0; width: 100%; } .stats .value { width: 30%; text-align: right; } .content-static { padding: 10px; } .contact h1 { padding-left: 0; } .contact-form { margin: 10px; } .contact-form h1 { padding: 0; } .group-form { padding-bottom: 0; } label { width: 100%; text-align: left; } input, textarea { width: 100%; } button { margin-left: 0; margin-top: 10px; } .specs { display: block; } .specs-image { float: left; width: auto; padding-right: 20px; padding-top: 4px; } .specs-data { padding: 0; } article h2 { overflow: hidden; } } @media (max-width:480px) { .stats { flex-direction: column; line-height: 19px; } .stats .file { width: 100%; } .stats .file > div { padding-bottom: 15px; position: relative; display: block; } .stats .label { position: relative; z-index: 11; padding-left: 8px; color: #2b3438; } .stats .bar-stat { height: 28px; top: -4px; z-index: 10; position: absolute; } .stats .value { position: absolute; z-index: 11; right: 8px; top: 0; } .stats .value-ranking { font-size: 15px; } .specs-data { padding: 0; } .specs-extra h3 { padding-right: 4px; } }
0.300438
0.099426
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("news.ycombinator.com") { /* * * HN+ for Chrome v1.5 * by @jarques * modified by @thinkaliker for use with Stylish * */ body { font-family: "Helvetica" !important; background: #fff; margin: 0; } body center { text-align: left; } body center table { background: #fff; width: 980px; margin: 0 auto; height: 86px; } body center table table { box-shadow: none; padding: 0; background: none } table { position: relative; } table, td { background: none !important; } table tr { position: relative; } .title { color: #242222; font-size: 18px !important; line-height: 18px; padding-top: 10px; } a:link { color: #202020 !important; text-decoration: none; } a:hover { color: #dd4b39 !important; } input[type="submit"] { font-family: "Helvetica"; font-size: 13px; color: white; background: #4D90FE; border: 1px solid #4079D6; padding: 5px 10px; text-transform: capitalize; border-radius: 2px; } input[type="submit"]:hover { background: #3C89ED; } input[type="submit"]:active { font-family: "Helvetica"; background: #2b78DC; } input[type="text"] { border: 1px solid #c6cfd6; padding: 4px; font-size: 12px !important; } .title a { border-left: 2px solid #fff; padding-left: 3px; margin-left: -5px; -webkit-transition: border .2s ease-in-out; } .title a.on_story { border-left: 2px solid #3986f8 !important; } td.comment-container { padding-left: 8px; border-left: 2px solid #fff; } td.on_comment { background-color: #F5F8FC !important; border-left: 2px solid #DEE9FA; } .title a:visited {opacity: .5;} .subtext { color: #2F2F2F; font-size: 9px; padding-bottom: 15px; } .subtext a, .comhead a { color: #2F2F2F !important; font-size: 9px !important; } .comhead { color: #FF5555 !important; font-size: 10px !important; margin-left: 5px; } .title:first-child { font-size: 12px !important; padding-left: 5px !important; } html body center table tbody tr td table tbody tr td center a img { padding-top: 3px; padding-right: 3px; } html body center table tbody tr:first-child td table { background: #fff; padding: 0 0 5px 0; color: #b8b8b8 !important; } html body center table tbody tr:first-child td table a { color: #4D4D4D !important; } .yclinks { font-size: 10px; color: #b8b8b8 !important; } .yclinks { display: block; padding: 10px; } .yclinks a { color: #b8b8b8 !important; } a { color: #FF8A00 !important; } .pagetop, .pagetop a { /* font-size: 10px; */ color: #000000 !important; } .pagetop b a { display: none; font-size: 11px; color: #000000 !important; text-transform: lowercase; } textarea { font-family: "Helvetica" !important; border: 1px solid #c6cfd6 !important; padding: 4px !important; font-size: 12px !important; width: 100%; } input[name="q"] { position: absolute; top: 34px; left: 450px; width: 270px; border-radius: 2px; color: #c1c6cb !important; } input[name="q"]:focus { color: #3b3e40 !important; } form[action="http://www.hnsearch.com/search#request/all"] { color: #222222; } html body center table tbody tr td table tbody tr td table { background: none !important } .default { padding-bottom: 10px;border-bottom: 1px dotted #d8d8d8; } .default a:link, .default a:visited { color: #828282 !important; } .comment { color: #373736; font-size: 13px !important; line-height: 20px; } .comment code { color: #373736; font-size: 13px !important; line-height: 20px; } .comment p { font-size: 13px !important; margin-top: 15px !important; color: #434343; line-height: 20px; } .comment a { color: #109D59 !important; } form textarea { background: #fff; border: 1px solid #c9c9c7; font-size: 14px; padding: 10px; height:80px; overflow: auto; } html body center table tbody tr td table tbody tr td a img[src="http://ycombinator.com/images/y18.gif"], html body center table tbody tr td table tbody tr td a img[src="/sslyc/images/y18.gif"] { height: 0 !important; width: 0 !important; /* these numbers match the new image's dimensions */ padding-left: 36px !important; padding-top: 36px !important; background: #FFFFFF !important; } /* Submit Page */ form[action="/r"] { width: 400px; margin: 40px; } form[action="/r"] table { width: 400px; } form[action="/r"] input[type="text"], form[action="/r"] textarea { width: 380px; padding: 5px; margin: 5px 0; } /* Expired Link Page */ .expired-link { padding-top: 150px; text-align: center; width: 100%; color: #a3a3a3 !important; font-size: 18px; } .score { color: #0099CC !important; } .votearrow { background: url("https://cdn3.iconfinder.com/data/icons/faticons/32/arrow-up-01-128.png"); background-repeat: no-repeat; background-size: 10px; } }
data/usercss/110870.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("news.ycombinator.com") { /* * * HN+ for Chrome v1.5 * by @jarques * modified by @thinkaliker for use with Stylish * */ body { font-family: "Helvetica" !important; background: #fff; margin: 0; } body center { text-align: left; } body center table { background: #fff; width: 980px; margin: 0 auto; height: 86px; } body center table table { box-shadow: none; padding: 0; background: none } table { position: relative; } table, td { background: none !important; } table tr { position: relative; } .title { color: #242222; font-size: 18px !important; line-height: 18px; padding-top: 10px; } a:link { color: #202020 !important; text-decoration: none; } a:hover { color: #dd4b39 !important; } input[type="submit"] { font-family: "Helvetica"; font-size: 13px; color: white; background: #4D90FE; border: 1px solid #4079D6; padding: 5px 10px; text-transform: capitalize; border-radius: 2px; } input[type="submit"]:hover { background: #3C89ED; } input[type="submit"]:active { font-family: "Helvetica"; background: #2b78DC; } input[type="text"] { border: 1px solid #c6cfd6; padding: 4px; font-size: 12px !important; } .title a { border-left: 2px solid #fff; padding-left: 3px; margin-left: -5px; -webkit-transition: border .2s ease-in-out; } .title a.on_story { border-left: 2px solid #3986f8 !important; } td.comment-container { padding-left: 8px; border-left: 2px solid #fff; } td.on_comment { background-color: #F5F8FC !important; border-left: 2px solid #DEE9FA; } .title a:visited {opacity: .5;} .subtext { color: #2F2F2F; font-size: 9px; padding-bottom: 15px; } .subtext a, .comhead a { color: #2F2F2F !important; font-size: 9px !important; } .comhead { color: #FF5555 !important; font-size: 10px !important; margin-left: 5px; } .title:first-child { font-size: 12px !important; padding-left: 5px !important; } html body center table tbody tr td table tbody tr td center a img { padding-top: 3px; padding-right: 3px; } html body center table tbody tr:first-child td table { background: #fff; padding: 0 0 5px 0; color: #b8b8b8 !important; } html body center table tbody tr:first-child td table a { color: #4D4D4D !important; } .yclinks { font-size: 10px; color: #b8b8b8 !important; } .yclinks { display: block; padding: 10px; } .yclinks a { color: #b8b8b8 !important; } a { color: #FF8A00 !important; } .pagetop, .pagetop a { /* font-size: 10px; */ color: #000000 !important; } .pagetop b a { display: none; font-size: 11px; color: #000000 !important; text-transform: lowercase; } textarea { font-family: "Helvetica" !important; border: 1px solid #c6cfd6 !important; padding: 4px !important; font-size: 12px !important; width: 100%; } input[name="q"] { position: absolute; top: 34px; left: 450px; width: 270px; border-radius: 2px; color: #c1c6cb !important; } input[name="q"]:focus { color: #3b3e40 !important; } form[action="http://www.hnsearch.com/search#request/all"] { color: #222222; } html body center table tbody tr td table tbody tr td table { background: none !important } .default { padding-bottom: 10px;border-bottom: 1px dotted #d8d8d8; } .default a:link, .default a:visited { color: #828282 !important; } .comment { color: #373736; font-size: 13px !important; line-height: 20px; } .comment code { color: #373736; font-size: 13px !important; line-height: 20px; } .comment p { font-size: 13px !important; margin-top: 15px !important; color: #434343; line-height: 20px; } .comment a { color: #109D59 !important; } form textarea { background: #fff; border: 1px solid #c9c9c7; font-size: 14px; padding: 10px; height:80px; overflow: auto; } html body center table tbody tr td table tbody tr td a img[src="http://ycombinator.com/images/y18.gif"], html body center table tbody tr td table tbody tr td a img[src="/sslyc/images/y18.gif"] { height: 0 !important; width: 0 !important; /* these numbers match the new image's dimensions */ padding-left: 36px !important; padding-top: 36px !important; background: #FFFFFF !important; } /* Submit Page */ form[action="/r"] { width: 400px; margin: 40px; } form[action="/r"] table { width: 400px; } form[action="/r"] input[type="text"], form[action="/r"] textarea { width: 380px; padding: 5px; margin: 5px 0; } /* Expired Link Page */ .expired-link { padding-top: 150px; text-align: center; width: 100%; color: #a3a3a3 !important; font-size: 18px; } .score { color: #0099CC !important; } .votearrow { background: url("https://cdn3.iconfinder.com/data/icons/faticons/32/arrow-up-01-128.png"); background-repeat: no-repeat; background-size: 10px; } }
0.306527
0.089574
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){ .vitaldateandtime{ padding-right: 20px; } .column-8{ width: 68%; margin-left: -15px; } .centralTemp{ width: 22%; margin-left: -8px } .peripheraltemp{ width: 25%; margin-left: -8px; } .etco2{ width: 10%; } .cft{ position: absolute; right: 6px; } .hr{ width: 12%; margin-top: 0px; } .symptomatic{ margin-left: 20px; } .mmHg{ position: absolute; right: 48px; } .diast{ width: 15%; } .leftpupil{ width: 20%; } .check{ padding-left: 25px !important; } .durationinput{ width: 30%; } .spo2{ margin-left: -48px; } .minheartrate{ margin-left: 15px; width: 20%; } .recovery{ position: relative; left: 32px; } .ifother{ width: 20%; } .lethargy{ width: 110%; } .rightPupilSize{ width: 20%; position: absolute; right: 5px; } .leftpupilreact{ width: 22%; } .duration{ position: relative; left: 22px; } .rightPupilReact{ width: 23%; } .percnt{ margin-left: 15px; } .downscore{ width: 12%; } .vitalparameter{ margin-left: -20px; } .eventparameter{ margin-top: 35px; } .vital{ position: absolute; bottom: 52px; margin-bottom: 5px } .fromdate{ width: 22%; } .eventtodate{ margin-left: 162px } .abdgirth{ width: 12%; } .girthinput{ width: 42%; } .aspirateColor{ width: 13%; } .gastric{ margin-left: -18px } .urine{ width: 10%; } .vomitcolor{ width: 11%; } .typefeed{ width: 13%; margin-top: 5px; } .dateTime{ width: 22%; } .sampletype{ margin-left: -45px; width: 22% } .bloodproductsummary{ margin-top: 42px; } .summary{ position: absolute; bottom: 62px; } .print{ margin-left: -7px; } .primary{ width: 21%; margin-left: -15px } .feedtypename{ margin-left: -18px; width: 21%; margin-top: 2px; } .formula{ width: 20%; margin-left: -12px } .formulaoption{ width: 21%; margin-left: -20px; } .totalvol{ width: 12%; position: absolute; right: -5px } .formulaType{ width: 21%; } .fromintakeoutput{ width: 22%; } .eventfromdate{ position: absolute; } .peep{ width: 18%; } .map{ width: 12%; } .ti-sec{ width: 12% } /* .freqrate{ width: 10%; } */ .flow-per-min{ width: 20%; } .no-ppm{ width: 10%; } .ventilator-summary{ width: 27%; margin-left: -12px; } .from-ventilator{ width: 21%; margin-left: -18px } .to-ventilator{ width: 21%; } .show-print-ventilator{ margin-left: -100px; left: 85px } .visibility-text{ -webkit-text-fill-color: black; -webkit-opacity: 1; background: #e6f1ff; } }
inicu-client/src/app/nursing-charts/nursing-charts.component.css
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){ .vitaldateandtime{ padding-right: 20px; } .column-8{ width: 68%; margin-left: -15px; } .centralTemp{ width: 22%; margin-left: -8px } .peripheraltemp{ width: 25%; margin-left: -8px; } .etco2{ width: 10%; } .cft{ position: absolute; right: 6px; } .hr{ width: 12%; margin-top: 0px; } .symptomatic{ margin-left: 20px; } .mmHg{ position: absolute; right: 48px; } .diast{ width: 15%; } .leftpupil{ width: 20%; } .check{ padding-left: 25px !important; } .durationinput{ width: 30%; } .spo2{ margin-left: -48px; } .minheartrate{ margin-left: 15px; width: 20%; } .recovery{ position: relative; left: 32px; } .ifother{ width: 20%; } .lethargy{ width: 110%; } .rightPupilSize{ width: 20%; position: absolute; right: 5px; } .leftpupilreact{ width: 22%; } .duration{ position: relative; left: 22px; } .rightPupilReact{ width: 23%; } .percnt{ margin-left: 15px; } .downscore{ width: 12%; } .vitalparameter{ margin-left: -20px; } .eventparameter{ margin-top: 35px; } .vital{ position: absolute; bottom: 52px; margin-bottom: 5px } .fromdate{ width: 22%; } .eventtodate{ margin-left: 162px } .abdgirth{ width: 12%; } .girthinput{ width: 42%; } .aspirateColor{ width: 13%; } .gastric{ margin-left: -18px } .urine{ width: 10%; } .vomitcolor{ width: 11%; } .typefeed{ width: 13%; margin-top: 5px; } .dateTime{ width: 22%; } .sampletype{ margin-left: -45px; width: 22% } .bloodproductsummary{ margin-top: 42px; } .summary{ position: absolute; bottom: 62px; } .print{ margin-left: -7px; } .primary{ width: 21%; margin-left: -15px } .feedtypename{ margin-left: -18px; width: 21%; margin-top: 2px; } .formula{ width: 20%; margin-left: -12px } .formulaoption{ width: 21%; margin-left: -20px; } .totalvol{ width: 12%; position: absolute; right: -5px } .formulaType{ width: 21%; } .fromintakeoutput{ width: 22%; } .eventfromdate{ position: absolute; } .peep{ width: 18%; } .map{ width: 12%; } .ti-sec{ width: 12% } /* .freqrate{ width: 10%; } */ .flow-per-min{ width: 20%; } .no-ppm{ width: 10%; } .ventilator-summary{ width: 27%; margin-left: -12px; } .from-ventilator{ width: 21%; margin-left: -18px } .to-ventilator{ width: 21%; } .show-print-ventilator{ margin-left: -100px; left: 85px } .visibility-text{ -webkit-text-fill-color: black; -webkit-opacity: 1; background: #e6f1ff; } }
0.343892
0.081923
body{ background-color: #f85859; background-image: linear-gradient( #f85859, #b48f8f ); color: #15171b; font-family: 'Vollkorn', serif; } nav{ font-size:2em; } h1{ text-align: center; margin: 1em 0 ; font-size: 2em; color: gainsboro; } header{ width: 100%; } .title{ display:flex; justify-content:center; align-items: center; background-color: #48222F; height: 150px; } .title img{ height: 108px; margin-right: 1em; margin-left: 1em; } footer{ background-color: #48222F; margin-top: 19em; color: #fff; display:flex; justify-content: center; align-items: center; } footer p { padding-top:22px; } footer i { margin-left: 1em; } a:hover{ text-decoration: none; } h2{ font-family: 'Roboto Condensed', sans-serif; color: #48222F; font-size: 2.1em; margin:0 2em; } .go { width:25%; padding:9px; margin-left: 12%; margin-top:2em; text-align: center; font-size: 1.8em; color:#fff; border:1px solid #48222F; border-radius:8px; background-color: #48222F; } .go:hover{ background-color: #fff; color:#48222F; border: none; cursor: pointer; } imput[type=submit]{ font-size:1.6em; } .api{ width:100%; height: 50%; margin-bottom: 9em; margin-top: 4em; background-color:rgba(220,220,220,0.8); border:1px solid #48222F; color: #251f21; border-radius: 24px; border-top-right-radius: 0%; border-bottom-left-radius: 0%; } .city{ text-transform:uppercase; color: #251f21; font-size:2em; } .description{ font-size:1.2em; text-transform: capitalize; } .ajax img{ height:120px; margin:10px; } @media (min-width: 375px){ h2{ font-size: 1.8em; } .fa-question{ width:20%; margin-left: 40%; } footer{ margin-top: 14em; } @media(min-width:425px){ footer{ margin-top: 16em; } .go{ margin-left:16%; } } @media (min-width: 768px){ .fa-question{ width:12%; padding:20px 0; margin-left: 43%; text-align: center; font-size: 4em; color:#fff; border:1px solid #48222F; border-radius:30px; background-color: #48222F; } h2{ font-family: 'Roboto Condensed', sans-serif; color: #48222F; font-size: 3.5em; } .go{ margin-left:32%; } } @media (min-width: 1024px){ .fa-question{ width:10%; padding:20px 0; margin-left: 45%; text-align: center; font-size: 4em; color:#fff; border:1px solid #48222F; border-radius:30px; background-color: #48222F; } footer{ margin-top: 17em; } .go{ margin-left:36%; } } @media (min-width: 1440px){ .fa-question{ width:5%; padding:20px 0; margin-left: 47%; text-align: center; font-size: 4em; color:#fff; border:1px solid #48222F; border-radius:30px; background-color: #48222F; } .go{ margin-left:40%; } } @media(min-width:1900px){ footer{ margin-top: 24em; } .go{ margin-left:42%; } }
web/css/common.css
body{ background-color: #f85859; background-image: linear-gradient( #f85859, #b48f8f ); color: #15171b; font-family: 'Vollkorn', serif; } nav{ font-size:2em; } h1{ text-align: center; margin: 1em 0 ; font-size: 2em; color: gainsboro; } header{ width: 100%; } .title{ display:flex; justify-content:center; align-items: center; background-color: #48222F; height: 150px; } .title img{ height: 108px; margin-right: 1em; margin-left: 1em; } footer{ background-color: #48222F; margin-top: 19em; color: #fff; display:flex; justify-content: center; align-items: center; } footer p { padding-top:22px; } footer i { margin-left: 1em; } a:hover{ text-decoration: none; } h2{ font-family: 'Roboto Condensed', sans-serif; color: #48222F; font-size: 2.1em; margin:0 2em; } .go { width:25%; padding:9px; margin-left: 12%; margin-top:2em; text-align: center; font-size: 1.8em; color:#fff; border:1px solid #48222F; border-radius:8px; background-color: #48222F; } .go:hover{ background-color: #fff; color:#48222F; border: none; cursor: pointer; } imput[type=submit]{ font-size:1.6em; } .api{ width:100%; height: 50%; margin-bottom: 9em; margin-top: 4em; background-color:rgba(220,220,220,0.8); border:1px solid #48222F; color: #251f21; border-radius: 24px; border-top-right-radius: 0%; border-bottom-left-radius: 0%; } .city{ text-transform:uppercase; color: #251f21; font-size:2em; } .description{ font-size:1.2em; text-transform: capitalize; } .ajax img{ height:120px; margin:10px; } @media (min-width: 375px){ h2{ font-size: 1.8em; } .fa-question{ width:20%; margin-left: 40%; } footer{ margin-top: 14em; } @media(min-width:425px){ footer{ margin-top: 16em; } .go{ margin-left:16%; } } @media (min-width: 768px){ .fa-question{ width:12%; padding:20px 0; margin-left: 43%; text-align: center; font-size: 4em; color:#fff; border:1px solid #48222F; border-radius:30px; background-color: #48222F; } h2{ font-family: 'Roboto Condensed', sans-serif; color: #48222F; font-size: 3.5em; } .go{ margin-left:32%; } } @media (min-width: 1024px){ .fa-question{ width:10%; padding:20px 0; margin-left: 45%; text-align: center; font-size: 4em; color:#fff; border:1px solid #48222F; border-radius:30px; background-color: #48222F; } footer{ margin-top: 17em; } .go{ margin-left:36%; } } @media (min-width: 1440px){ .fa-question{ width:5%; padding:20px 0; margin-left: 47%; text-align: center; font-size: 4em; color:#fff; border:1px solid #48222F; border-radius:30px; background-color: #48222F; } .go{ margin-left:40%; } } @media(min-width:1900px){ footer{ margin-top: 24em; } .go{ margin-left:42%; } }
0.311322
0.0745
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100); /*defaults*/ .tabs{ display: flex; } .tab{ margin-right:2.5em; font-weight: 500; font-size: 1.5em; line-height: 1.75em; cursor: pointer; transition: color .3s; } .line{ height:0.3125em; background: #FF9D29; position: absolute; transition:.5s; /*emaa naugad*/ bottom:-0.625em; } /*main stuff...initialization*/ /*firefox only*/ div * { scrollbar-color: #c5c5c5 #f4f4f4; scrollbar-width:thin; } /*crossbd-flexser*/ ::-webkit-scrollbar { width: 0.5em; height: 0.5em; } ::-webkit-scrollbar-thumb { background: #c5c5c5; } ::-webkit-scrollbar-track { background: #f4f4f4; } *{ box-sizing: border-box; } input,button,select,textarea{ background:none; font-size: 1em; color: #333; white-space: nowrap; } *:focus{ outline: none !important; } html,textarea{ font-family: 'Roboto', sans-serif; font-style: normal; font-weight: normal; line-height: 1.1875em; } html{ -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ color:#333333; font-size: 13px; } body{ padding:0; margin: 0; background-color: #F9F9F9; } body,html,#app,#main,#main>.main{ max-height: 100vh; } #main>.main{ overflow: auto; } /*custom*/ .select>select,.select>input{ appearance:none; padding-right: 2em; } .select { display: grid; grid-template-areas: "select"; align-items: center; } .select>select,.select>input,.select:after { grid-area: select; } .select::after { content: ""; display: block; width: 0.75em; height: 0.375em; margin-right:1em; background-color: black; clip-path: polygon(100% 0%, 0 0%, 50% 100%); justify-self:end; } .search_icon{ position: absolute; right: 1em; } /*custom defaults*/ #navbar,#sidebar{ position: sticky; top: 0; } .sidebar_hidden{ width: 0!important; min-width: 0!important; } .main_shown{ max-width: 100vw; } .link{ cursor: pointer; transition: color .25s; color: inherit; text-decoration: inherit; } .dropdown{ position: absolute; width:12.75em; max-height: 0; overflow: auto; z-index: 3; top:100%; } .dropdown-left{ left: 0; } .dropdown-right{ right:0; } .overflow-hidden{ overflow: hidden; } /*inputs and buttons stuff*/ input,button,select,textarea{ width:100%; height:100%; border:0.0625em solid #B5BAC7; padding:0.625em 1.25em; border-radius: 0.3125em; } textarea{ padding-top: .625em; padding-bottom: .625em; min-height: 6.25em; } button,select{ cursor: pointer; } input:disabled,select:disabled{ border-color: red; color:grey; } input:disabled::placeholder,select:disabled::placeholder{ color:lightgrey; } input:disabled ~ .placeholder,select:disabled ~ .placeholder{ color:grey; } ::placeholder{ color:#9C9FA7; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: red; } ::-ms-input-placeholder { /* Microsoft Edge */ color: red; } select,option{ overflow:hidden; } option{ width:100%; max-width: 30em; } option{ white-space: nowrap; text-overflow: ellipsis; } button{ background-color: #FF9D29; color:white; border-color: transparent; transition: .3s; } button:hover{ border:1px solid white; } .required::before{ content:'* '; color:red; } /*input's label float*/ .placeholder{ position: absolute; pointer-events: none; background-color: white; top: -0.5em; left:2em; margin-left: -0.3125em; padding:0 0.3125em; font-size: 0.8em; color:#9C9FA7; } .select> .placeholder,input[type=date]~.placeholder{ top:-0.8em; } /*bootstrap like stuff*/ .outline-green,.outline-orange,.outline-black,.outline-red{ background-color: transparent; border:1px solid; } .outline-green{ color: #00BB78; border-color:#00BB78; } .outline-green:hover{ background-color: #00BB78; color:white; } .outline-orange{ color: #FF9D29; border-color:#FF9D29; } .outline-orange:hover{ background-color: #FF9D29; color:white; } .outline-red{ color:#FF5756; border-color: #FF5756; } .outline-red:hover{ background-color: #FF5756; color:white; } .outline-black{ color: #333; } .outline-black:hover{ background-color: #333; color: #F4F4F4; } .cancel-button{ background-color: #F4F4F4; color: #333; } .cancel-button:hover{ border:1px solid #333; } .text-choosable,.text-choosable *{ -webkit-user-select: text; /* Safari */ -moz-user-select: text; /* Firefox */ -ms-user-select: text; /* IE10+/Edge */ user-select: text; /* Standard */ } .text-ellipsis{ overflow:hidden; text-overflow: ellipsis; } .text-no-wrap,.text-no-wrap>*{ white-space: nowrap; } .title{ font-size: 1.5em; margin: .5em 0; } .subtitle{ font-size: 1.25em; margin:0.5em 0; } .border-black{ border-color: black !important; } .border-grey{ border-color: #B5BAC7 !important; } .border-orange{ border-color: #FF9D29 !important; } .no_border_left{ border-left:none; margin-left: -0.3125em; } .text-red{ color: red; } .text-lightgrey{ color: #B5BAC7; } .text-grey{ color: #9C9FA7; } .text-white{ color: white; } .text-black{ color: #333; } .text-blue{ color:blue; } .text-orange{ color: #FF9D29; } .caret-orange{ caret-color: #FF9D29; } .bg-transparent{ background-color: transparent; } .bg-white{ background-color: #FFFFFF; } .bg-bg{ background-color: #eef5ff; } .bg-darkgrey{ background-color: #B5BAC7; } .bg-grey{ background-color: #EDEDED; } .bg-lightgrey{ background-color: #F4F4F4; } .bg-orange{ background-color: #FF9D29; } .transition{ transition: .5s; } .cursor-pointer{ cursor: pointer; } .pad{ padding:0.3125em !important; position: relative; } .h-min-100{ min-height: 100%; } .height-1{ height: 0.0625em; } .width-unset{ width:unset; } .height-unset{ height:unset; } .font-weight-bold{ font-weight: 500 !important; } .font-size-24{ font-size: 1.5em; } .font-size-20{ font-size: 1.25em; } .font-size-18{ font-size: 1.125em; } .font-size-14{ font-size: 0.875em; line-height: 1.04em; } .font-size-12{ font-size: 0.75em; } .rotate{ transform: rotate(-180deg); } .z-index-1{ z-index: 1; } .overflow-auto,.overflow-scroll{ overflow: auto; } .overflow-scroll{ border-bottom:1px solid #E8E8E8; scrollbar-width:.125em; padding-right: .625em; padding-bottom: .625em; } .overflow-scroll::-webkit-scrollbar { width: 0.125em; } /*icons*/ svg:not(:root).svg-inline--fa { overflow: visible; } .svg-inline--fa.fa-w-10 { width: 0.625em; } .svg-inline--fa.fa-w-11 { width: 0.6875em; } .svg-inline--fa.fa-w-14 { width: 0.875em; } .svg-inline--fa.fa-w-16 { width: 1em; } .svg-inline--fa.fa-w-18 { width: 1.125em; } .svg-inline--fa { display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -0.125em; } /*responsiveness*/ @media screen and (min-width: 1440px){ html{ font-size: 16px; } } @media screen and (min-width: 2000px){ html{ font-size: 18px; } } /*: or :: changes*/ .link:hover{ color:#FF9D29; } /*modal changes*/ div.vm--overlay{ background-color: rgba(51,51,51,0.3); } div.vm--container,div.vm--overlay{ transition: .5s; } /*cancellations*/ .no-hover-color:hover{ color:initial; } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right:0px; padding-left:0px; } .table thead th { vertical-align: middle; } .table td, .table th { vertical-align: middle; } label { margin-bottom: unset; }
resources/js/admin/assets/styles/style.css
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100); /*defaults*/ .tabs{ display: flex; } .tab{ margin-right:2.5em; font-weight: 500; font-size: 1.5em; line-height: 1.75em; cursor: pointer; transition: color .3s; } .line{ height:0.3125em; background: #FF9D29; position: absolute; transition:.5s; /*emaa naugad*/ bottom:-0.625em; } /*main stuff...initialization*/ /*firefox only*/ div * { scrollbar-color: #c5c5c5 #f4f4f4; scrollbar-width:thin; } /*crossbd-flexser*/ ::-webkit-scrollbar { width: 0.5em; height: 0.5em; } ::-webkit-scrollbar-thumb { background: #c5c5c5; } ::-webkit-scrollbar-track { background: #f4f4f4; } *{ box-sizing: border-box; } input,button,select,textarea{ background:none; font-size: 1em; color: #333; white-space: nowrap; } *:focus{ outline: none !important; } html,textarea{ font-family: 'Roboto', sans-serif; font-style: normal; font-weight: normal; line-height: 1.1875em; } html{ -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ color:#333333; font-size: 13px; } body{ padding:0; margin: 0; background-color: #F9F9F9; } body,html,#app,#main,#main>.main{ max-height: 100vh; } #main>.main{ overflow: auto; } /*custom*/ .select>select,.select>input{ appearance:none; padding-right: 2em; } .select { display: grid; grid-template-areas: "select"; align-items: center; } .select>select,.select>input,.select:after { grid-area: select; } .select::after { content: ""; display: block; width: 0.75em; height: 0.375em; margin-right:1em; background-color: black; clip-path: polygon(100% 0%, 0 0%, 50% 100%); justify-self:end; } .search_icon{ position: absolute; right: 1em; } /*custom defaults*/ #navbar,#sidebar{ position: sticky; top: 0; } .sidebar_hidden{ width: 0!important; min-width: 0!important; } .main_shown{ max-width: 100vw; } .link{ cursor: pointer; transition: color .25s; color: inherit; text-decoration: inherit; } .dropdown{ position: absolute; width:12.75em; max-height: 0; overflow: auto; z-index: 3; top:100%; } .dropdown-left{ left: 0; } .dropdown-right{ right:0; } .overflow-hidden{ overflow: hidden; } /*inputs and buttons stuff*/ input,button,select,textarea{ width:100%; height:100%; border:0.0625em solid #B5BAC7; padding:0.625em 1.25em; border-radius: 0.3125em; } textarea{ padding-top: .625em; padding-bottom: .625em; min-height: 6.25em; } button,select{ cursor: pointer; } input:disabled,select:disabled{ border-color: red; color:grey; } input:disabled::placeholder,select:disabled::placeholder{ color:lightgrey; } input:disabled ~ .placeholder,select:disabled ~ .placeholder{ color:grey; } ::placeholder{ color:#9C9FA7; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: red; } ::-ms-input-placeholder { /* Microsoft Edge */ color: red; } select,option{ overflow:hidden; } option{ width:100%; max-width: 30em; } option{ white-space: nowrap; text-overflow: ellipsis; } button{ background-color: #FF9D29; color:white; border-color: transparent; transition: .3s; } button:hover{ border:1px solid white; } .required::before{ content:'* '; color:red; } /*input's label float*/ .placeholder{ position: absolute; pointer-events: none; background-color: white; top: -0.5em; left:2em; margin-left: -0.3125em; padding:0 0.3125em; font-size: 0.8em; color:#9C9FA7; } .select> .placeholder,input[type=date]~.placeholder{ top:-0.8em; } /*bootstrap like stuff*/ .outline-green,.outline-orange,.outline-black,.outline-red{ background-color: transparent; border:1px solid; } .outline-green{ color: #00BB78; border-color:#00BB78; } .outline-green:hover{ background-color: #00BB78; color:white; } .outline-orange{ color: #FF9D29; border-color:#FF9D29; } .outline-orange:hover{ background-color: #FF9D29; color:white; } .outline-red{ color:#FF5756; border-color: #FF5756; } .outline-red:hover{ background-color: #FF5756; color:white; } .outline-black{ color: #333; } .outline-black:hover{ background-color: #333; color: #F4F4F4; } .cancel-button{ background-color: #F4F4F4; color: #333; } .cancel-button:hover{ border:1px solid #333; } .text-choosable,.text-choosable *{ -webkit-user-select: text; /* Safari */ -moz-user-select: text; /* Firefox */ -ms-user-select: text; /* IE10+/Edge */ user-select: text; /* Standard */ } .text-ellipsis{ overflow:hidden; text-overflow: ellipsis; } .text-no-wrap,.text-no-wrap>*{ white-space: nowrap; } .title{ font-size: 1.5em; margin: .5em 0; } .subtitle{ font-size: 1.25em; margin:0.5em 0; } .border-black{ border-color: black !important; } .border-grey{ border-color: #B5BAC7 !important; } .border-orange{ border-color: #FF9D29 !important; } .no_border_left{ border-left:none; margin-left: -0.3125em; } .text-red{ color: red; } .text-lightgrey{ color: #B5BAC7; } .text-grey{ color: #9C9FA7; } .text-white{ color: white; } .text-black{ color: #333; } .text-blue{ color:blue; } .text-orange{ color: #FF9D29; } .caret-orange{ caret-color: #FF9D29; } .bg-transparent{ background-color: transparent; } .bg-white{ background-color: #FFFFFF; } .bg-bg{ background-color: #eef5ff; } .bg-darkgrey{ background-color: #B5BAC7; } .bg-grey{ background-color: #EDEDED; } .bg-lightgrey{ background-color: #F4F4F4; } .bg-orange{ background-color: #FF9D29; } .transition{ transition: .5s; } .cursor-pointer{ cursor: pointer; } .pad{ padding:0.3125em !important; position: relative; } .h-min-100{ min-height: 100%; } .height-1{ height: 0.0625em; } .width-unset{ width:unset; } .height-unset{ height:unset; } .font-weight-bold{ font-weight: 500 !important; } .font-size-24{ font-size: 1.5em; } .font-size-20{ font-size: 1.25em; } .font-size-18{ font-size: 1.125em; } .font-size-14{ font-size: 0.875em; line-height: 1.04em; } .font-size-12{ font-size: 0.75em; } .rotate{ transform: rotate(-180deg); } .z-index-1{ z-index: 1; } .overflow-auto,.overflow-scroll{ overflow: auto; } .overflow-scroll{ border-bottom:1px solid #E8E8E8; scrollbar-width:.125em; padding-right: .625em; padding-bottom: .625em; } .overflow-scroll::-webkit-scrollbar { width: 0.125em; } /*icons*/ svg:not(:root).svg-inline--fa { overflow: visible; } .svg-inline--fa.fa-w-10 { width: 0.625em; } .svg-inline--fa.fa-w-11 { width: 0.6875em; } .svg-inline--fa.fa-w-14 { width: 0.875em; } .svg-inline--fa.fa-w-16 { width: 1em; } .svg-inline--fa.fa-w-18 { width: 1.125em; } .svg-inline--fa { display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -0.125em; } /*responsiveness*/ @media screen and (min-width: 1440px){ html{ font-size: 16px; } } @media screen and (min-width: 2000px){ html{ font-size: 18px; } } /*: or :: changes*/ .link:hover{ color:#FF9D29; } /*modal changes*/ div.vm--overlay{ background-color: rgba(51,51,51,0.3); } div.vm--container,div.vm--overlay{ transition: .5s; } /*cancellations*/ .no-hover-color:hover{ color:initial; } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right:0px; padding-left:0px; } .table thead th { vertical-align: middle; } .table td, .table th { vertical-align: middle; } label { margin-bottom: unset; }
0.23546
0.053305